2022-09-27T15:24:25.5274377Z Requested labels: linux.2xlarge 2022-09-27T15:24:25.5274442Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:24:25.5274491Z Waiting for a runner to pick up this job... 2022-09-27T15:24:29.1311307Z Job is about to start running on the runner: i-006253cf936b4f415 (organization) 2022-09-27T15:24:33.0882922Z Current runner version: '2.296.2' 2022-09-27T15:24:33.0888844Z Runner name: 'i-006253cf936b4f415' 2022-09-27T15:24:33.0889392Z Runner group name: 'Default' 2022-09-27T15:24:33.0890021Z Machine name: 'ip-10-0-3-90' 2022-09-27T15:24:33.0892066Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:24:33.0892738Z Actions: read 2022-09-27T15:24:33.0893052Z Checks: read 2022-09-27T15:24:33.0893353Z Contents: read 2022-09-27T15:24:33.0893682Z Deployments: read 2022-09-27T15:24:33.0894006Z Discussions: read 2022-09-27T15:24:33.0894275Z Issues: read 2022-09-27T15:24:33.0894584Z Metadata: read 2022-09-27T15:24:33.0894957Z Packages: read 2022-09-27T15:24:33.0895228Z Pages: read 2022-09-27T15:24:33.0895546Z PullRequests: read 2022-09-27T15:24:33.0895904Z RepositoryProjects: read 2022-09-27T15:24:33.0896340Z SecurityEvents: read 2022-09-27T15:24:33.0896692Z Statuses: read 2022-09-27T15:24:33.0897008Z ##[endgroup] 2022-09-27T15:24:33.0900196Z Secret source: None 2022-09-27T15:24:33.0900868Z Prepare workflow directory 2022-09-27T15:24:33.3182063Z Prepare all required actions 2022-09-27T15:24:33.3351999Z Getting action download info 2022-09-27T15:24:33.6764010Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:24:36.2716845Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:24:36.3897666Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:24:36.6352661Z Getting action download info 2022-09-27T15:24:37.0264132Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:24:37.2081044Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:24:37.2082771Z ##[group] Inputs 2022-09-27T15:24:37.2083077Z build-environment: linux-bionic-py3.7-clang9 2022-09-27T15:24:37.2083804Z 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:37.2084595Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:24:37.2084956Z sync-tag: 2022-09-27T15:24:37.2085136Z ##[endgroup] 2022-09-27T15:24:37.2085612Z Complete job name: linux-bionic-py3.7-clang9 / test (default, 1, 2, linux.2xlarge) 2022-09-27T15:24:37.2760833Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:24:37.2761157Z with: 2022-09-27T15:24:37.2761364Z submodules: recursive 2022-09-27T15:24:37.2761579Z fetch-depth: 0 2022-09-27T15:24:37.2761769Z env: 2022-09-27T15:24:37.2761953Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:37.2762162Z ##[endgroup] 2022-09-27T15:24:37.2979889Z ##[group]Run retry () { 2022-09-27T15:24:37.2980162Z retry () { 2022-09-27T15:24:37.2980415Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:24:37.2980632Z } 2022-09-27T15:24:37.2980837Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:24:37.2981079Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:24:37.2981311Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:37.2981530Z else 2022-09-27T15:24:37.2981962Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:37.2982175Z fi 2022-09-27T15:24:37.2982437Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:24:37.2997911Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:37.2998300Z env: 2022-09-27T15:24:37.2998504Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:37.2998708Z NO_SUDO: 2022-09-27T15:24:37.2998886Z ##[endgroup] 2022-09-27T15:24:37.3171240Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:39.0645222Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:24:39.0645479Z with: 2022-09-27T15:24:39.0645690Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:24:39.0645911Z fetch-depth: 0 2022-09-27T15:24:39.0646100Z submodules: recursive 2022-09-27T15:24:39.0646305Z quiet-checkout: true 2022-09-27T15:24:39.0646523Z repository: pytorch/pytorch 2022-09-27T15:24:39.0646908Z token: *** 2022-09-27T15:24:39.0647091Z ssh-strict: true 2022-09-27T15:24:39.0647301Z persist-credentials: true 2022-09-27T15:24:39.0647507Z clean: true 2022-09-27T15:24:39.0647683Z lfs: false 2022-09-27T15:24:39.0647883Z set-safe-directory: true 2022-09-27T15:24:39.0648078Z env: 2022-09-27T15:24:39.0648255Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:39.0648465Z ##[endgroup] 2022-09-27T15:24:39.1759366Z Syncing repository: pytorch/pytorch 2022-09-27T15:24:39.1760868Z ##[group]Getting Git version info 2022-09-27T15:24:39.1761310Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:39.1761767Z [command]/usr/bin/git version 2022-09-27T15:24:39.1761979Z git version 2.37.1 2022-09-27T15:24:39.1762567Z ##[endgroup] 2022-09-27T15:24:39.1773433Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/003ae2ff-1445-42b4-b9f1-fa552e2311e9' before making global git config changes 2022-09-27T15:24:39.1773858Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:24:39.1775530Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:39.1812106Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:39.1815451Z ##[group]Initializing the repository 2022-09-27T15:24:39.1819879Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:39.1848381Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:24:39.1848920Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:24:39.1849502Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:24:39.1849924Z hint: 2022-09-27T15:24:39.1850395Z hint: git config --global init.defaultBranch 2022-09-27T15:24:39.1850628Z hint: 2022-09-27T15:24:39.1850920Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:24:39.1851307Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:24:39.1851557Z hint: 2022-09-27T15:24:39.1851897Z hint: git branch -m 2022-09-27T15:24:39.1852276Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:24:39.1859178Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:24:39.1887262Z ##[endgroup] 2022-09-27T15:24:39.1887671Z ##[group]Disabling automatic garbage collection 2022-09-27T15:24:39.1891657Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:24:39.1916925Z ##[endgroup] 2022-09-27T15:24:39.1917305Z ##[group]Setting up auth 2022-09-27T15:24:39.1923835Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:24:39.1952545Z [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:39.2186268Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:24:39.2214215Z [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:39.2464220Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:24:39.2506943Z ##[endgroup] 2022-09-27T15:24:39.2507355Z ##[group]Fetching the repository 2022-09-27T15:24:39.2513593Z [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:23.5626023Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:25:23.5659998Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:24.4354715Z ##[endgroup] 2022-09-27T15:25:24.4355310Z ##[group]Determining the checkout info 2022-09-27T15:25:24.4356378Z ##[endgroup] 2022-09-27T15:25:24.4357062Z ##[group]Checking out the ref 2022-09-27T15:25:24.4363382Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:25.6611118Z ##[endgroup] 2022-09-27T15:25:25.6611658Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:25:25.6618249Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:25:25.6666355Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:25:25.6697053Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:25:25.6726133Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:25:25.6751692Z ##[endgroup] 2022-09-27T15:25:25.6752322Z ##[group]Fetching submodules 2022-09-27T15:25:25.6755883Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:25:25.7020689Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:25:25.7271413Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:25:25.7272252Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:25:25.7273202Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:25:25.7274729Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:25:25.7276953Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:25:25.7320256Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:25:25.7321430Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:25:25.7322169Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:25:25.7322710Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:25:25.7323188Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:25:25.7324123Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:25:25.7324720Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:25:25.7325284Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:25:25.7325967Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:25:25.7327141Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:25:25.7328043Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:25:25.7328593Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:25:25.7329262Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:25:25.7330047Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:25:25.7330567Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:25:25.7331066Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:25:25.7333663Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:25:25.7337516Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:25:25.7341592Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:25:25.7346074Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:25:25.7350491Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:25:25.7354925Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:25:25.7359446Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:25:25.7364228Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:25:25.7368966Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:25:25.7373842Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:25:25.7378903Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:25:25.7384189Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:25:25.7389372Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:25:25.7394583Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:25:25.7399897Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:25:25.7405370Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:25:25.7410873Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:25:25.7416683Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:25:25.7424047Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:25:25.7429910Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:25:25.7454077Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:25:26.0524462Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:25:28.3573411Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:25:28.5606774Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:25:28.8256167Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:25:29.0843031Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:25:31.2573688Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:25:36.8556217Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:25:37.2843147Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:25:37.8140582Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:25:39.2738005Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:25:40.3498231Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:25:41.6013597Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:25:46.7939451Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:25:47.4126229Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:25:48.8843482Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:25:50.0517100Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:25:50.3183876Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:25:50.7550713Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:25:51.0600370Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:25:52.0458967Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:25:52.4725210Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:25:52.7601524Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:25:53.0292454Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:25:54.3234785Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:25:54.7887144Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:25:55.1483128Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:26:01.3586568Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:26:03.0157105Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:26:03.4755457Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:26:03.7005536Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:26:08.8650451Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:26:09.0910417Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:26:09.3050798Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:26:10.2108573Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:26:10.4219674Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:26:10.7514254Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:26:11.0187198Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:26:11.5564701Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:26:13.6382310Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:26:14.1078002Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:26:16.3789067Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:26:16.3883625Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:26:16.3957517Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:26:16.4167933Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:26:16.4371484Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:26:16.4720228Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:26:17.0215226Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:26:17.0403504Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:17.1317292Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:26:17.1638739Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:26:17.4304786Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:26:17.8040539Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:26:18.0292833Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:26:18.0729348Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:26:18.0743377Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:18.0745652Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:18.0747953Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:18.0750269Z 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:18.0773390Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:26:18.9191527Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:26:19.4527854Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:26:20.4168733Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:26:20.7466338Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:26:20.8388680Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:26:20.8923701Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:26:20.9014242Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:26:20.9794383Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:26:21.0103721Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:26:21.0186734Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:26:21.0556819Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:26:21.0780817Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:26:21.1213968Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:26:21.1324238Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:26:21.1337412Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:21.1358786Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:26:28.0127459Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:26:28.0142889Z 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:28.0165704Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:26:34.8350445Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:26:34.8441521Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:26:34.8568133Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:26:34.9424778Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:26:34.9439128Z 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:34.9441028Z 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:34.9463582Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:26:36.0865328Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:26:37.1037942Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:26:37.1532491Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:26:37.1707944Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:26:37.1833809Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:26:37.2807790Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:26:37.5051938Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:26:37.5077991Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:37.5079807Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:37.5102407Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:37.9129877Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:38.7137673Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:38.7432886Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:26:38.7573184Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:26:38.7585830Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:38.7607544Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:26:40.6467482Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:26:40.6486128Z 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:40.6488245Z 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:40.6510808Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:42.1034823Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:42.8722241Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:26:42.9308690Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:26:42.9322262Z 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:42.9343136Z 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:43.1535297Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:43.1617049Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:26:43.3959599Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:26:43.3977733Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:43.3979518Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:43.4002885Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:26:43.7963078Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:26:44.7980563Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:26:44.8614592Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:26:44.8692073Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:26:44.8787844Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:26:44.9087630Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:26:44.9163377Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:26:44.9423459Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:26:44.9508205Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:26:44.9908856Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:26:45.0886213Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:26:45.1119872Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:26:45.1132684Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:45.1134473Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:45.1136632Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:45.1138789Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:45.1160539Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:26:46.0951340Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:26:46.3494067Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:26:47.4513286Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:26:48.2484479Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:26:48.2611632Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:26:48.3203614Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:26:48.3477352Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:26:48.3491543Z 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:48.3514227Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:26:48.5621147Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:48.6850026Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:26:48.6877277Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:26:48.7128970Z Entering 'android/libs/fbjni' 2022-09-27T15:26:48.7161707Z Entering 'third_party/FP16' 2022-09-27T15:26:48.7194801Z Entering 'third_party/FXdiv' 2022-09-27T15:26:48.7229859Z Entering 'third_party/NNPACK' 2022-09-27T15:26:48.7264068Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:48.7297857Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:48.7331560Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:48.7375853Z Entering 'third_party/benchmark' 2022-09-27T15:26:48.7409554Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:48.7444567Z Entering 'third_party/cub' 2022-09-27T15:26:48.7478319Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:48.7517296Z Entering 'third_party/cutlass' 2022-09-27T15:26:48.7556516Z Entering 'third_party/eigen' 2022-09-27T15:26:48.7591839Z Entering 'third_party/fbgemm' 2022-09-27T15:26:48.7626210Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:48.7658048Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:48.7690455Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:48.7723512Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:48.7756709Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:48.7791529Z Entering 'third_party/fmt' 2022-09-27T15:26:48.7824337Z Entering 'third_party/foxi' 2022-09-27T15:26:48.7856746Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:48.7890535Z Entering 'third_party/gloo' 2022-09-27T15:26:48.7923544Z Entering 'third_party/googletest' 2022-09-27T15:26:48.7957423Z Entering 'third_party/ideep' 2022-09-27T15:26:48.7990116Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:48.8023448Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:48.8060636Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:48.8094576Z Entering 'third_party/ittapi' 2022-09-27T15:26:48.8127067Z Entering 'third_party/kineto' 2022-09-27T15:26:48.8159414Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:48.8192115Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:48.8226377Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:48.8259351Z Entering 'third_party/neon2sse' 2022-09-27T15:26:48.8292079Z Entering 'third_party/nlohmann' 2022-09-27T15:26:48.8326218Z Entering 'third_party/onnx' 2022-09-27T15:26:48.8372995Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:48.8406595Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:48.8442211Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:48.8476584Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:48.8513765Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:48.8546977Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:48.8579900Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:48.8617390Z Entering 'third_party/pocketfft' 2022-09-27T15:26:48.8649675Z Entering 'third_party/protobuf' 2022-09-27T15:26:48.8686206Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:48.8719624Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:48.8755270Z Entering 'third_party/psimd' 2022-09-27T15:26:48.8791227Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:48.8826067Z Entering 'third_party/pybind11' 2022-09-27T15:26:48.8860103Z Entering 'third_party/python-enum' 2022-09-27T15:26:48.8894502Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:48.8928473Z Entering 'third_party/python-six' 2022-09-27T15:26:48.8962489Z Entering 'third_party/sleef' 2022-09-27T15:26:48.8998319Z Entering 'third_party/tbb' 2022-09-27T15:26:48.9034714Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:48.9070098Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:48.9104079Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:48.9135866Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:48.9169436Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:48.9202448Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:48.9237559Z Entering 'third_party/zstd' 2022-09-27T15:26:48.9279836Z ##[endgroup] 2022-09-27T15:26:48.9280366Z ##[group]Persisting credentials for submodules 2022-09-27T15:26:48.9287106Z [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:48.9545498Z Entering 'android/libs/fbjni' 2022-09-27T15:26:48.9578240Z Entering 'third_party/FP16' 2022-09-27T15:26:48.9612740Z Entering 'third_party/FXdiv' 2022-09-27T15:26:48.9646069Z Entering 'third_party/NNPACK' 2022-09-27T15:26:48.9680181Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:48.9715163Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:48.9749954Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:48.9794572Z Entering 'third_party/benchmark' 2022-09-27T15:26:48.9828910Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:48.9863571Z Entering 'third_party/cub' 2022-09-27T15:26:48.9897657Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:48.9936743Z Entering 'third_party/cutlass' 2022-09-27T15:26:48.9976697Z Entering 'third_party/eigen' 2022-09-27T15:26:49.0012362Z Entering 'third_party/fbgemm' 2022-09-27T15:26:49.0046056Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:49.0078485Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:49.0112621Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:49.0145414Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:49.0179343Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:49.0215037Z Entering 'third_party/fmt' 2022-09-27T15:26:49.0249328Z Entering 'third_party/foxi' 2022-09-27T15:26:49.0282866Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:49.0316187Z Entering 'third_party/gloo' 2022-09-27T15:26:49.0350275Z Entering 'third_party/googletest' 2022-09-27T15:26:49.0383400Z Entering 'third_party/ideep' 2022-09-27T15:26:49.0415657Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:49.0449955Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:49.0488729Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:49.0521993Z Entering 'third_party/ittapi' 2022-09-27T15:26:49.0554719Z Entering 'third_party/kineto' 2022-09-27T15:26:49.0588332Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:49.0619996Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:49.0652972Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:49.0686191Z Entering 'third_party/neon2sse' 2022-09-27T15:26:49.0718918Z Entering 'third_party/nlohmann' 2022-09-27T15:26:49.0753577Z Entering 'third_party/onnx' 2022-09-27T15:26:49.0797622Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:49.0830865Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:49.0866410Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:49.0898728Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:49.0934507Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:49.0966521Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:49.0999260Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:49.1035037Z Entering 'third_party/pocketfft' 2022-09-27T15:26:49.1067426Z Entering 'third_party/protobuf' 2022-09-27T15:26:49.1103042Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:49.1134390Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:49.1168503Z Entering 'third_party/psimd' 2022-09-27T15:26:49.1201859Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:49.1235827Z Entering 'third_party/pybind11' 2022-09-27T15:26:49.1269025Z Entering 'third_party/python-enum' 2022-09-27T15:26:49.1301533Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:49.1335451Z Entering 'third_party/python-six' 2022-09-27T15:26:49.1368406Z Entering 'third_party/sleef' 2022-09-27T15:26:49.1401749Z Entering 'third_party/tbb' 2022-09-27T15:26:49.1436360Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:49.1469931Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:49.1502317Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:49.1534111Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:49.1569308Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:49.1601668Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:49.1636267Z Entering 'third_party/zstd' 2022-09-27T15:26:49.1681304Z [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:49.1937009Z Entering 'android/libs/fbjni' 2022-09-27T15:26:49.1969526Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:26:49.1983601Z Entering 'third_party/FP16' 2022-09-27T15:26:49.2014006Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:26:49.2028265Z Entering 'third_party/FXdiv' 2022-09-27T15:26:49.2059379Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:26:49.2074153Z Entering 'third_party/NNPACK' 2022-09-27T15:26:49.2105719Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:26:49.2119221Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:49.2150739Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:26:49.2165009Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:49.2196500Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:26:49.2210485Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:49.2242154Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:26:49.2266248Z Entering 'third_party/benchmark' 2022-09-27T15:26:49.2297894Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:49.2311970Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:49.2343046Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:49.2357536Z Entering 'third_party/cub' 2022-09-27T15:26:49.2387847Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:26:49.2401534Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:49.2432558Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:26:49.2451050Z Entering 'third_party/cutlass' 2022-09-27T15:26:49.2481091Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:26:49.2500739Z Entering 'third_party/eigen' 2022-09-27T15:26:49.2530717Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:26:49.2547558Z Entering 'third_party/fbgemm' 2022-09-27T15:26:49.2577500Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:26:49.2591696Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:49.2621629Z 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:49.2635549Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:49.2666226Z 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:49.2679848Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:49.2711766Z 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:49.2725657Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:49.2757181Z 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:49.2771639Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:49.2802927Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:26:49.2818604Z Entering 'third_party/fmt' 2022-09-27T15:26:49.2849083Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:26:49.2863227Z Entering 'third_party/foxi' 2022-09-27T15:26:49.2894326Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:26:49.2908541Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:49.2940492Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:26:49.2954072Z Entering 'third_party/gloo' 2022-09-27T15:26:49.2988547Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:26:49.3001972Z Entering 'third_party/googletest' 2022-09-27T15:26:49.3033597Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:49.3047408Z Entering 'third_party/ideep' 2022-09-27T15:26:49.3079154Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:26:49.3092049Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:49.3122701Z 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:49.3137635Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:49.3169059Z 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:49.3189109Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:49.3219442Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:26:49.3232875Z Entering 'third_party/ittapi' 2022-09-27T15:26:49.3264871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:26:49.3278345Z Entering 'third_party/kineto' 2022-09-27T15:26:49.3310856Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:26:49.3325066Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:49.3356927Z 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:49.3371729Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:49.3403746Z 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:49.3419483Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:49.3450994Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:26:49.3466259Z Entering 'third_party/neon2sse' 2022-09-27T15:26:49.3497469Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:26:49.3511828Z Entering 'third_party/nlohmann' 2022-09-27T15:26:49.3544265Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:26:49.3559144Z Entering 'third_party/onnx' 2022-09-27T15:26:49.3591472Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:49.3617924Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:49.3650374Z 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:49.3665242Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:49.3696381Z 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:49.3713877Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:49.3745681Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:26:49.3759205Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:49.3791457Z 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:49.3809662Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:49.3841765Z 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:49.3856234Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:49.3888374Z 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:49.3902340Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:49.3934635Z 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:49.3953662Z Entering 'third_party/pocketfft' 2022-09-27T15:26:49.3986340Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:26:49.3999856Z Entering 'third_party/protobuf' 2022-09-27T15:26:49.4031575Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:26:49.4048940Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:49.4080047Z 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:49.4094052Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:49.4124859Z 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:49.4140639Z Entering 'third_party/psimd' 2022-09-27T15:26:49.4171861Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:26:49.4185305Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:49.4216756Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:26:49.4231150Z Entering 'third_party/pybind11' 2022-09-27T15:26:49.4261198Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:49.4275103Z Entering 'third_party/python-enum' 2022-09-27T15:26:49.4305973Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:26:49.4319577Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:49.4350028Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:26:49.4363748Z Entering 'third_party/python-six' 2022-09-27T15:26:49.4395173Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:26:49.4407966Z Entering 'third_party/sleef' 2022-09-27T15:26:49.4440377Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:26:49.4454142Z Entering 'third_party/tbb' 2022-09-27T15:26:49.4484642Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:26:49.4500636Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:49.4532249Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:26:49.4546206Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:49.4576585Z 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:49.4590114Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:49.4620943Z 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:49.4635538Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:49.4666082Z 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:49.4680289Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:49.4711596Z 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:49.4725025Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:49.4756341Z 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:49.4773071Z Entering 'third_party/zstd' 2022-09-27T15:26:49.4803897Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:26:49.5653700Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:26:49.5910142Z Entering 'android/libs/fbjni' 2022-09-27T15:26:49.5944576Z Entering 'third_party/FP16' 2022-09-27T15:26:49.5977997Z Entering 'third_party/FXdiv' 2022-09-27T15:26:49.6011549Z Entering 'third_party/NNPACK' 2022-09-27T15:26:49.6045864Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:49.6079302Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:49.6113347Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:49.6157434Z Entering 'third_party/benchmark' 2022-09-27T15:26:49.6190920Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:49.6226201Z Entering 'third_party/cub' 2022-09-27T15:26:49.6260352Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:49.6299763Z Entering 'third_party/cutlass' 2022-09-27T15:26:49.6340181Z Entering 'third_party/eigen' 2022-09-27T15:26:49.6376510Z Entering 'third_party/fbgemm' 2022-09-27T15:26:49.6410667Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:49.6444407Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:49.6480639Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:49.6516090Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:49.6553901Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:49.6591197Z Entering 'third_party/fmt' 2022-09-27T15:26:49.6627289Z Entering 'third_party/foxi' 2022-09-27T15:26:49.6662386Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:49.6696677Z Entering 'third_party/gloo' 2022-09-27T15:26:49.6732218Z Entering 'third_party/googletest' 2022-09-27T15:26:49.6768771Z Entering 'third_party/ideep' 2022-09-27T15:26:49.6804369Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:49.6840684Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:49.6881064Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:49.6915657Z Entering 'third_party/ittapi' 2022-09-27T15:26:49.6951090Z Entering 'third_party/kineto' 2022-09-27T15:26:49.6986366Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:49.7020414Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:49.7056202Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:49.7090343Z Entering 'third_party/neon2sse' 2022-09-27T15:26:49.7123772Z Entering 'third_party/nlohmann' 2022-09-27T15:26:49.7159656Z Entering 'third_party/onnx' 2022-09-27T15:26:49.7205069Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:49.7238504Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:49.7275945Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:49.7309252Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:49.7347049Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:49.7380763Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:49.7414290Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:49.7451318Z Entering 'third_party/pocketfft' 2022-09-27T15:26:49.7487584Z Entering 'third_party/protobuf' 2022-09-27T15:26:49.7525471Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:49.7559132Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:49.7595732Z Entering 'third_party/psimd' 2022-09-27T15:26:49.7629818Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:49.7662913Z Entering 'third_party/pybind11' 2022-09-27T15:26:49.7696281Z Entering 'third_party/python-enum' 2022-09-27T15:26:49.7731118Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:49.7765743Z Entering 'third_party/python-six' 2022-09-27T15:26:49.7799420Z Entering 'third_party/sleef' 2022-09-27T15:26:49.7833830Z Entering 'third_party/tbb' 2022-09-27T15:26:49.7870949Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:49.7905401Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:49.7939345Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:49.7972406Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:49.8006770Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:49.8040856Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:49.8076132Z Entering 'third_party/zstd' 2022-09-27T15:26:49.8121675Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:26:49.8373228Z Entering 'android/libs/fbjni' 2022-09-27T15:26:49.8405833Z Entering 'third_party/FP16' 2022-09-27T15:26:49.8442066Z Entering 'third_party/FXdiv' 2022-09-27T15:26:49.8475803Z Entering 'third_party/NNPACK' 2022-09-27T15:26:49.8509585Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:49.8542949Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:49.8576186Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:49.8620332Z Entering 'third_party/benchmark' 2022-09-27T15:26:49.8654333Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:49.8687526Z Entering 'third_party/cub' 2022-09-27T15:26:49.8722695Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:49.8762640Z Entering 'third_party/cutlass' 2022-09-27T15:26:49.8802740Z Entering 'third_party/eigen' 2022-09-27T15:26:49.8841473Z Entering 'third_party/fbgemm' 2022-09-27T15:26:49.8877288Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:49.8912296Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:49.8946124Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:49.8980204Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:49.9014767Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:49.9052297Z Entering 'third_party/fmt' 2022-09-27T15:26:49.9087636Z Entering 'third_party/foxi' 2022-09-27T15:26:49.9123634Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:49.9159217Z Entering 'third_party/gloo' 2022-09-27T15:26:49.9195133Z Entering 'third_party/googletest' 2022-09-27T15:26:49.9230075Z Entering 'third_party/ideep' 2022-09-27T15:26:49.9264689Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:49.9300537Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:49.9342233Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:49.9376446Z Entering 'third_party/ittapi' 2022-09-27T15:26:49.9410727Z Entering 'third_party/kineto' 2022-09-27T15:26:49.9446261Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:49.9481426Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:49.9516260Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:49.9551314Z Entering 'third_party/neon2sse' 2022-09-27T15:26:49.9586261Z Entering 'third_party/nlohmann' 2022-09-27T15:26:49.9621947Z Entering 'third_party/onnx' 2022-09-27T15:26:49.9668959Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:49.9703763Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:49.9740714Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:49.9775910Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:49.9814842Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:49.9849835Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:49.9883436Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:49.9921191Z Entering 'third_party/pocketfft' 2022-09-27T15:26:49.9954992Z Entering 'third_party/protobuf' 2022-09-27T15:26:49.9992540Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:50.0025836Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:50.0060722Z Entering 'third_party/psimd' 2022-09-27T15:26:50.0095114Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:50.0128981Z Entering 'third_party/pybind11' 2022-09-27T15:26:50.0162688Z Entering 'third_party/python-enum' 2022-09-27T15:26:50.0196021Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:50.0229334Z Entering 'third_party/python-six' 2022-09-27T15:26:50.0264381Z Entering 'third_party/sleef' 2022-09-27T15:26:50.0296423Z Entering 'third_party/tbb' 2022-09-27T15:26:50.0331522Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:50.0366333Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:50.0398863Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:50.0430743Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:50.0463731Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:50.0495614Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:50.0533780Z Entering 'third_party/zstd' 2022-09-27T15:26:50.0575666Z ##[endgroup] 2022-09-27T15:26:50.0616738Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:26:50.0643978Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:26:50.0772508Z Prepare all required actions 2022-09-27T15:26:50.0798777Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:26:50.0799011Z env: 2022-09-27T15:26:50.0799203Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:50.0799395Z ##[endgroup] 2022-09-27T15:26:50.0815140Z ##[group]Run set -euo pipefail 2022-09-27T15:26:50.0815392Z set -euo pipefail 2022-09-27T15:26:50.0815610Z function get_ec2_metadata() { 2022-09-27T15:26:50.0815873Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:26:50.0816345Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:26:50.0816660Z  category=$1 2022-09-27T15:26:50.0816905Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:26:50.0817146Z } 2022-09-27T15:26:50.0817364Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:26:50.0817653Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:26:50.0817930Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:26:50.0818301Z echo "system info $(uname -a)" 2022-09-27T15:26:50.0830577Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:50.0830797Z env: 2022-09-27T15:26:50.0830999Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:50.0831203Z ##[endgroup] 2022-09-27T15:26:50.0910143Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:26:50.0961748Z instance-id: i-006253cf936b4f415 2022-09-27T15:26:50.1011673Z instance-type: c5.2xlarge 2022-09-27T15:26:50.1018616Z system info Linux ip-10-0-3-90.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:50.1036260Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:26:50.1036555Z if systemctl is-active --quiet docker; then 2022-09-27T15:26:50.1036818Z  echo "Docker daemon is running..."; 2022-09-27T15:26:50.1037045Z else 2022-09-27T15:26:50.1037295Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:26:50.1037530Z fi 2022-09-27T15:26:50.1048775Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:50.1049013Z env: 2022-09-27T15:26:50.1049197Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:50.1049405Z ##[endgroup] 2022-09-27T15:26:50.1089696Z Docker daemon is running... 2022-09-27T15:26:50.1106113Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:50.1106482Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:50.1106783Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:50.1107194Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:26:50.1107553Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:26:50.1118011Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:50.1118251Z env: 2022-09-27T15:26:50.1118434Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:50.1118646Z AWS_RETRY_MODE: standard 2022-09-27T15:26:50.1118854Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:26:50.1119056Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:26:50.1119259Z ##[endgroup] 2022-09-27T15:26:50.8866624Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:26:50.8867193Z Configure a credential helper to remove this warning. See 2022-09-27T15:26:50.8867909Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:26:50.8868200Z 2022-09-27T15:26:50.8868353Z Login Succeeded 2022-09-27T15:26:50.8905103Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:50.8905629Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:50.8906205Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:50.8921426Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:50.8921680Z env: 2022-09-27T15:26:50.8921879Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:50.8922078Z ##[endgroup] 2022-09-27T15:26:50.8986415Z Prepare all required actions 2022-09-27T15:26:50.8986780Z Getting action download info 2022-09-27T15:26:51.1018303Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:26:51.2203866Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:26:51.2204085Z with: 2022-09-27T15:26:51.2204424Z github-secret: *** 2022-09-27T15:26:51.2204602Z env: 2022-09-27T15:26:51.2204798Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:51.2205003Z ##[endgroup] 2022-09-27T15:26:51.2269761Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:26:51.2269997Z with: 2022-09-27T15:26:51.2270308Z GITHUB_TOKEN: *** 2022-09-27T15:26:51.2270514Z activate-with-label: false 2022-09-27T15:26:51.2270726Z label: with-ssh 2022-09-27T15:26:51.2270938Z remove-existing-keys: true 2022-09-27T15:26:51.2271208Z env: 2022-09-27T15:26:51.2271398Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:51.2271603Z ##[endgroup] 2022-09-27T15:26:51.6430016Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:26:51.7370121Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:26:51.7382302Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:26:51.7403985Z Login using: ssh ec2-user@ec2-52-87-221-61.compute-1.amazonaws.com 2022-09-27T15:26:51.7454422Z Prepare all required actions 2022-09-27T15:26:51.7473916Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:26:51.7474151Z with: 2022-09-27T15:26:51.7474524Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:51.7474863Z env: 2022-09-27T15:26:51.7475113Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:51.7475418Z ##[endgroup] 2022-09-27T15:26:51.7489036Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:51.7489327Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:51.7489608Z # ignore output since only exit code is used for conditional 2022-09-27T15:26:51.7489895Z # only pull docker image if it's not available locally 2022-09-27T15:26:51.7490204Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:26:51.7490522Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:26:51.7490721Z fi 2022-09-27T15:26:51.7502118Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:51.7502352Z env: 2022-09-27T15:26:51.7502532Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:51.7502921Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:51.7503279Z ##[endgroup] 2022-09-27T15:26:52.0143692Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-bionic-py3.7-clang9 2022-09-27T15:26:52.0167020Z 726b8a513d66: Pulling fs layer 2022-09-27T15:26:52.0167412Z 771876fe31a1: Pulling fs layer 2022-09-27T15:26:52.0167739Z 2a8cd9ebff90: Pulling fs layer 2022-09-27T15:26:52.0168046Z a0688296bf6b: Pulling fs layer 2022-09-27T15:26:52.0168367Z 3341c688c105: Pulling fs layer 2022-09-27T15:26:52.0168684Z e668b860b3aa: Pulling fs layer 2022-09-27T15:26:52.0169043Z 5b6d14bb2665: Pulling fs layer 2022-09-27T15:26:52.0169362Z bb4e2b58c04f: Pulling fs layer 2022-09-27T15:26:52.0169692Z 4c2c06a040d9: Pulling fs layer 2022-09-27T15:26:52.0170000Z 4aff28e7d246: Pulling fs layer 2022-09-27T15:26:52.0170313Z a39347297f16: Pulling fs layer 2022-09-27T15:26:52.0170622Z 61183b06c760: Pulling fs layer 2022-09-27T15:26:52.0170911Z c06018919921: Pulling fs layer 2022-09-27T15:26:52.0171206Z 3341c688c105: Waiting 2022-09-27T15:26:52.0171519Z 499bbad0745d: Pulling fs layer 2022-09-27T15:26:52.0171817Z e668b860b3aa: Waiting 2022-09-27T15:26:52.0172112Z 3957a262cb15: Pulling fs layer 2022-09-27T15:26:52.0172429Z 8a9a548b9618: Pulling fs layer 2022-09-27T15:26:52.0172772Z 5b6d14bb2665: Waiting 2022-09-27T15:26:52.0173045Z bb4e2b58c04f: Waiting 2022-09-27T15:26:52.0173340Z 4c2c06a040d9: Waiting 2022-09-27T15:26:52.0173632Z 4aff28e7d246: Waiting 2022-09-27T15:26:52.0173897Z a39347297f16: Waiting 2022-09-27T15:26:52.0174186Z 61183b06c760: Waiting 2022-09-27T15:26:52.0174496Z a0688296bf6b: Waiting 2022-09-27T15:26:52.0174788Z c06018919921: Waiting 2022-09-27T15:26:52.0175073Z 499bbad0745d: Waiting 2022-09-27T15:26:52.0175380Z 3957a262cb15: Waiting 2022-09-27T15:26:52.0175668Z 3852b5c446bf: Pulling fs layer 2022-09-27T15:26:52.0176047Z 8ee38361fe98: Pulling fs layer 2022-09-27T15:26:52.0176385Z 8a9a548b9618: Waiting 2022-09-27T15:26:52.0176666Z 3852b5c446bf: Waiting 2022-09-27T15:26:52.0177053Z 3a185c821aec: Pulling fs layer 2022-09-27T15:26:52.0177394Z 895ee99b77c2: Pulling fs layer 2022-09-27T15:26:52.0177938Z 6cf940733081: Pulling fs layer 2022-09-27T15:26:52.0178264Z 0c2bc9cf436c: Pulling fs layer 2022-09-27T15:26:52.0178611Z 8ee38361fe98: Waiting 2022-09-27T15:26:52.0178949Z 6070158a37e4: Pulling fs layer 2022-09-27T15:26:52.0179294Z a3fee62ea02a: Pulling fs layer 2022-09-27T15:26:52.0179642Z 895ee99b77c2: Waiting 2022-09-27T15:26:52.0179995Z fbac2ec6703f: Pulling fs layer 2022-09-27T15:26:52.0180437Z 6a670c6d461b: Pulling fs layer 2022-09-27T15:26:52.0180651Z 11c6d3fdecf8: Pulling fs layer 2022-09-27T15:26:52.0180957Z b3c05bc08a6d: Pulling fs layer 2022-09-27T15:26:52.0181162Z db021ac56874: Pulling fs layer 2022-09-27T15:26:52.0181375Z d0bc479411ab: Pulling fs layer 2022-09-27T15:26:52.0181587Z ce033581022a: Pulling fs layer 2022-09-27T15:26:52.0181966Z 3e5c136468b5: Pulling fs layer 2022-09-27T15:26:52.0182183Z 4dcca06c4ba4: Pulling fs layer 2022-09-27T15:26:52.0182397Z 5d22ab10910c: Pulling fs layer 2022-09-27T15:26:52.0182592Z 40f0e904450c: Pulling fs layer 2022-09-27T15:26:52.0182803Z cd0043c871c3: Pulling fs layer 2022-09-27T15:26:52.0183007Z 3a185c821aec: Waiting 2022-09-27T15:26:52.0183203Z 07ce5bf5da8f: Pulling fs layer 2022-09-27T15:26:52.0183488Z 6cf940733081: Waiting 2022-09-27T15:26:52.0183770Z fbac2ec6703f: Waiting 2022-09-27T15:26:52.0184099Z ada7e5d30c2e: Pulling fs layer 2022-09-27T15:26:52.0184438Z 0c2bc9cf436c: Waiting 2022-09-27T15:26:52.0184740Z 6a670c6d461b: Waiting 2022-09-27T15:26:52.0185018Z b9e22897f744: Pulling fs layer 2022-09-27T15:26:52.0185260Z 11c6d3fdecf8: Waiting 2022-09-27T15:26:52.0185466Z 31ed79570fc1: Pulling fs layer 2022-09-27T15:26:52.0185653Z 6070158a37e4: Waiting 2022-09-27T15:26:52.0185860Z f9ca5db0abb2: Pulling fs layer 2022-09-27T15:26:52.0186071Z a3fee62ea02a: Waiting 2022-09-27T15:26:52.0186280Z 859ab55d797e: Pulling fs layer 2022-09-27T15:26:52.0186471Z b3c05bc08a6d: Waiting 2022-09-27T15:26:52.0186672Z 72b473207039: Pulling fs layer 2022-09-27T15:26:52.0186878Z 3a05e9967e15: Pulling fs layer 2022-09-27T15:26:52.0187065Z db021ac56874: Waiting 2022-09-27T15:26:52.0187271Z 04d340d5ef37: Pulling fs layer 2022-09-27T15:26:52.0187478Z 94b3f24375e0: Pulling fs layer 2022-09-27T15:26:52.0187662Z d0bc479411ab: Waiting 2022-09-27T15:26:52.0187852Z ce033581022a: Waiting 2022-09-27T15:26:52.0188088Z 3e5c136468b5: Waiting 2022-09-27T15:26:52.0188361Z 7bbe9cf24f05: Pulling fs layer 2022-09-27T15:26:52.0188681Z 74035b85b123: Pulling fs layer 2022-09-27T15:26:52.0189017Z 06ceb0d47fa1: Pulling fs layer 2022-09-27T15:26:52.0189346Z d54dedf3c273: Pulling fs layer 2022-09-27T15:26:52.0189816Z f14b7a316dd4: Pulling fs layer 2022-09-27T15:26:52.0190134Z ada7e5d30c2e: Waiting 2022-09-27T15:26:52.0190542Z d19943b4c20d: Pulling fs layer 2022-09-27T15:26:52.0190900Z b9e22897f744: Waiting 2022-09-27T15:26:52.0191183Z 01103fa1cebd: Pulling fs layer 2022-09-27T15:26:52.0191433Z 5d22ab10910c: Waiting 2022-09-27T15:26:52.0191634Z a09ce63c712c: Pulling fs layer 2022-09-27T15:26:52.0191837Z 31ed79570fc1: Waiting 2022-09-27T15:26:52.0192015Z 40f0e904450c: Waiting 2022-09-27T15:26:52.0192207Z 859ab55d797e: Waiting 2022-09-27T15:26:52.0192403Z 11c79af0c20c: Pulling fs layer 2022-09-27T15:26:52.0192591Z f9ca5db0abb2: Waiting 2022-09-27T15:26:52.0192792Z 5da21a9573ae: Pulling fs layer 2022-09-27T15:26:52.0192996Z 4dcca06c4ba4: Waiting 2022-09-27T15:26:52.0193171Z 72b473207039: Waiting 2022-09-27T15:26:52.0193366Z e4a8bf8e8d45: Pulling fs layer 2022-09-27T15:26:52.0193566Z 06ceb0d47fa1: Waiting 2022-09-27T15:26:52.0193753Z 9c52b928c261: Pulling fs layer 2022-09-27T15:26:52.0193948Z 3a05e9967e15: Waiting 2022-09-27T15:26:52.0194194Z d54dedf3c273: Waiting 2022-09-27T15:26:52.0194426Z 659618ffaa02: Pulling fs layer 2022-09-27T15:26:52.0194624Z 04d340d5ef37: Waiting 2022-09-27T15:26:52.0194846Z b7f08fdcf6d3: Pulling fs layer 2022-09-27T15:26:52.0195047Z d19943b4c20d: Waiting 2022-09-27T15:26:52.0195221Z a09ce63c712c: Waiting 2022-09-27T15:26:52.0195437Z f14b7a316dd4: Waiting 2022-09-27T15:26:52.0195628Z 11c79af0c20c: Waiting 2022-09-27T15:26:52.0195888Z 5da21a9573ae: Waiting 2022-09-27T15:26:52.0196292Z 659618ffaa02: Waiting 2022-09-27T15:26:52.0196483Z e4a8bf8e8d45: Waiting 2022-09-27T15:26:52.0196657Z 74035b85b123: Waiting 2022-09-27T15:26:52.0196847Z 07ce5bf5da8f: Waiting 2022-09-27T15:26:52.1024914Z 771876fe31a1: Download complete 2022-09-27T15:26:52.1809347Z a0688296bf6b: Verifying Checksum 2022-09-27T15:26:52.1809751Z a0688296bf6b: Download complete 2022-09-27T15:26:52.3519203Z 726b8a513d66: Verifying Checksum 2022-09-27T15:26:52.3519621Z 726b8a513d66: Download complete 2022-09-27T15:26:52.4348435Z e668b860b3aa: Verifying Checksum 2022-09-27T15:26:52.4348913Z e668b860b3aa: Download complete 2022-09-27T15:26:52.5255308Z 5b6d14bb2665: Verifying Checksum 2022-09-27T15:26:52.5255749Z 5b6d14bb2665: Download complete 2022-09-27T15:26:52.5996342Z bb4e2b58c04f: Verifying Checksum 2022-09-27T15:26:52.5996781Z bb4e2b58c04f: Download complete 2022-09-27T15:26:52.6978498Z 4c2c06a040d9: Verifying Checksum 2022-09-27T15:26:52.6978997Z 4c2c06a040d9: Download complete 2022-09-27T15:26:52.7791107Z 4aff28e7d246: Verifying Checksum 2022-09-27T15:26:52.7791546Z 4aff28e7d246: Download complete 2022-09-27T15:26:52.8502848Z a39347297f16: Verifying Checksum 2022-09-27T15:26:52.8503228Z a39347297f16: Download complete 2022-09-27T15:26:52.9628730Z 61183b06c760: Verifying Checksum 2022-09-27T15:26:52.9629048Z 61183b06c760: Download complete 2022-09-27T15:26:52.9842470Z 726b8a513d66: Pull complete 2022-09-27T15:26:53.0612303Z c06018919921: Verifying Checksum 2022-09-27T15:26:53.0612607Z c06018919921: Download complete 2022-09-27T15:26:53.0826232Z 771876fe31a1: Pull complete 2022-09-27T15:26:54.3839744Z 3341c688c105: Verifying Checksum 2022-09-27T15:26:54.3840149Z 3341c688c105: Download complete 2022-09-27T15:26:54.4769499Z 3957a262cb15: Verifying Checksum 2022-09-27T15:26:54.4769801Z 3957a262cb15: Download complete 2022-09-27T15:26:54.5465030Z 8a9a548b9618: Download complete 2022-09-27T15:26:54.6243453Z 3852b5c446bf: Verifying Checksum 2022-09-27T15:26:54.6247095Z 3852b5c446bf: Download complete 2022-09-27T15:26:54.7202340Z 8ee38361fe98: Download complete 2022-09-27T15:26:54.8271446Z 3a185c821aec: Verifying Checksum 2022-09-27T15:26:54.8271836Z 3a185c821aec: Download complete 2022-09-27T15:26:54.9023341Z 895ee99b77c2: Verifying Checksum 2022-09-27T15:26:54.9023737Z 895ee99b77c2: Download complete 2022-09-27T15:26:55.0008178Z 6cf940733081: Verifying Checksum 2022-09-27T15:26:55.0008480Z 6cf940733081: Download complete 2022-09-27T15:26:55.0949472Z 0c2bc9cf436c: Verifying Checksum 2022-09-27T15:26:55.0949748Z 0c2bc9cf436c: Download complete 2022-09-27T15:26:55.1875350Z 6070158a37e4: Verifying Checksum 2022-09-27T15:26:55.1875656Z 6070158a37e4: Download complete 2022-09-27T15:26:55.2770340Z a3fee62ea02a: Download complete 2022-09-27T15:26:56.9497389Z fbac2ec6703f: Verifying Checksum 2022-09-27T15:26:56.9497852Z fbac2ec6703f: Download complete 2022-09-27T15:26:57.0315973Z 6a670c6d461b: Download complete 2022-09-27T15:26:57.1098962Z 11c6d3fdecf8: Verifying Checksum 2022-09-27T15:26:57.1099289Z 11c6d3fdecf8: Download complete 2022-09-27T15:26:57.2440996Z b3c05bc08a6d: Verifying Checksum 2022-09-27T15:26:57.2441471Z b3c05bc08a6d: Download complete 2022-09-27T15:26:57.3434071Z db021ac56874: Verifying Checksum 2022-09-27T15:26:57.3434457Z db021ac56874: Download complete 2022-09-27T15:26:57.4264858Z d0bc479411ab: Verifying Checksum 2022-09-27T15:26:57.4265292Z d0bc479411ab: Download complete 2022-09-27T15:26:58.4113243Z 2a8cd9ebff90: Verifying Checksum 2022-09-27T15:26:58.4113642Z 2a8cd9ebff90: Download complete 2022-09-27T15:26:58.4992722Z 3e5c136468b5: Verifying Checksum 2022-09-27T15:26:58.4993182Z 3e5c136468b5: Download complete 2022-09-27T15:26:58.5765375Z 4dcca06c4ba4: Verifying Checksum 2022-09-27T15:26:58.5765820Z 4dcca06c4ba4: Download complete 2022-09-27T15:26:58.6572694Z 5d22ab10910c: Verifying Checksum 2022-09-27T15:26:58.6573055Z 5d22ab10910c: Download complete 2022-09-27T15:26:58.7787478Z 40f0e904450c: Verifying Checksum 2022-09-27T15:26:58.7788230Z 40f0e904450c: Download complete 2022-09-27T15:26:58.8659188Z cd0043c871c3: Verifying Checksum 2022-09-27T15:26:58.8659757Z cd0043c871c3: Download complete 2022-09-27T15:26:58.9394102Z 07ce5bf5da8f: Verifying Checksum 2022-09-27T15:26:58.9394508Z 07ce5bf5da8f: Download complete 2022-09-27T15:26:59.0369755Z ada7e5d30c2e: Verifying Checksum 2022-09-27T15:26:59.0373295Z ada7e5d30c2e: Download complete 2022-09-27T15:26:59.1027014Z b9e22897f744: Verifying Checksum 2022-09-27T15:26:59.1027519Z b9e22897f744: Download complete 2022-09-27T15:27:01.4392172Z ce033581022a: Verifying Checksum 2022-09-27T15:27:01.4393045Z ce033581022a: Download complete 2022-09-27T15:27:01.5284998Z f9ca5db0abb2: Verifying Checksum 2022-09-27T15:27:01.5285468Z f9ca5db0abb2: Download complete 2022-09-27T15:27:01.6179014Z 859ab55d797e: Verifying Checksum 2022-09-27T15:27:03.2088028Z 31ed79570fc1: Verifying Checksum 2022-09-27T15:27:03.2088430Z 31ed79570fc1: Download complete 2022-09-27T15:27:03.3147520Z 3a05e9967e15: Verifying Checksum 2022-09-27T15:27:03.3147953Z 3a05e9967e15: Download complete 2022-09-27T15:27:03.4464979Z 04d340d5ef37: Verifying Checksum 2022-09-27T15:27:03.4465410Z 04d340d5ef37: Download complete 2022-09-27T15:27:04.1940444Z 2a8cd9ebff90: Pull complete 2022-09-27T15:27:04.2684354Z 94b3f24375e0: Verifying Checksum 2022-09-27T15:27:04.2684648Z 94b3f24375e0: Download complete 2022-09-27T15:27:04.3416221Z 7bbe9cf24f05: Download complete 2022-09-27T15:27:04.3885005Z a0688296bf6b: Pull complete 2022-09-27T15:27:04.4314246Z 74035b85b123: Verifying Checksum 2022-09-27T15:27:04.4314673Z 74035b85b123: Download complete 2022-09-27T15:27:04.5343392Z 06ceb0d47fa1: Download complete 2022-09-27T15:27:04.6120545Z d54dedf3c273: Verifying Checksum 2022-09-27T15:27:04.6121048Z d54dedf3c273: Download complete 2022-09-27T15:27:05.1160194Z f14b7a316dd4: Verifying Checksum 2022-09-27T15:27:05.1160626Z f14b7a316dd4: Download complete 2022-09-27T15:27:05.2064412Z d19943b4c20d: Verifying Checksum 2022-09-27T15:27:05.2064799Z d19943b4c20d: Download complete 2022-09-27T15:27:05.2883567Z 01103fa1cebd: Verifying Checksum 2022-09-27T15:27:05.2883883Z 01103fa1cebd: Download complete 2022-09-27T15:27:06.3895847Z 3341c688c105: Pull complete 2022-09-27T15:27:06.6258263Z e668b860b3aa: Pull complete 2022-09-27T15:27:06.8588526Z 5b6d14bb2665: Pull complete 2022-09-27T15:27:07.0840631Z bb4e2b58c04f: Pull complete 2022-09-27T15:27:07.3517025Z 4c2c06a040d9: Pull complete 2022-09-27T15:27:07.5843002Z 4aff28e7d246: Pull complete 2022-09-27T15:27:07.8283417Z a39347297f16: Pull complete 2022-09-27T15:27:08.0864162Z 61183b06c760: Pull complete 2022-09-27T15:27:08.3090818Z c06018919921: Pull complete 2022-09-27T15:27:10.0527086Z a09ce63c712c: Verifying Checksum 2022-09-27T15:27:10.0527499Z a09ce63c712c: Download complete 2022-09-27T15:27:10.1363757Z 11c79af0c20c: Verifying Checksum 2022-09-27T15:27:10.1364141Z 11c79af0c20c: Download complete 2022-09-27T15:27:10.2514251Z 5da21a9573ae: Download complete 2022-09-27T15:27:10.3344705Z e4a8bf8e8d45: Verifying Checksum 2022-09-27T15:27:10.3345062Z e4a8bf8e8d45: Download complete 2022-09-27T15:27:10.4289906Z 9c52b928c261: Verifying Checksum 2022-09-27T15:27:10.4290274Z 9c52b928c261: Download complete 2022-09-27T15:27:10.5136468Z 659618ffaa02: Verifying Checksum 2022-09-27T15:27:10.5136847Z 659618ffaa02: Download complete 2022-09-27T15:27:11.7708329Z b7f08fdcf6d3: Verifying Checksum 2022-09-27T15:27:11.7708801Z b7f08fdcf6d3: Download complete 2022-09-27T15:27:27.4277278Z 499bbad0745d: Verifying Checksum 2022-09-27T15:27:27.4277634Z 499bbad0745d: Download complete 2022-09-27T15:27:36.7232407Z 72b473207039: Verifying Checksum 2022-09-27T15:27:36.7232740Z 72b473207039: Download complete 2022-09-27T15:27:53.4698295Z 499bbad0745d: Pull complete 2022-09-27T15:27:53.8266322Z 3957a262cb15: Pull complete 2022-09-27T15:27:54.0774451Z 8a9a548b9618: Pull complete 2022-09-27T15:27:54.3072807Z 3852b5c446bf: Pull complete 2022-09-27T15:27:54.5207419Z 8ee38361fe98: Pull complete 2022-09-27T15:27:54.7902253Z 3a185c821aec: Pull complete 2022-09-27T15:27:55.0036096Z 895ee99b77c2: Pull complete 2022-09-27T15:27:55.2414384Z 6cf940733081: Pull complete 2022-09-27T15:27:55.4126095Z 0c2bc9cf436c: Pull complete 2022-09-27T15:27:55.5105956Z 6070158a37e4: Pull complete 2022-09-27T15:27:55.5955679Z a3fee62ea02a: Pull complete 2022-09-27T15:27:57.4634202Z fbac2ec6703f: Pull complete 2022-09-27T15:27:57.6831844Z 6a670c6d461b: Pull complete 2022-09-27T15:27:57.9202735Z 11c6d3fdecf8: Pull complete 2022-09-27T15:27:58.2179682Z b3c05bc08a6d: Pull complete 2022-09-27T15:27:58.4537841Z db021ac56874: Pull complete 2022-09-27T15:27:58.6591728Z d0bc479411ab: Pull complete 2022-09-27T15:28:02.7634274Z ce033581022a: Pull complete 2022-09-27T15:28:02.9138274Z 3e5c136468b5: Pull complete 2022-09-27T15:28:03.0915630Z 4dcca06c4ba4: Pull complete 2022-09-27T15:28:03.2314175Z 5d22ab10910c: Pull complete 2022-09-27T15:28:03.3704189Z 40f0e904450c: Pull complete 2022-09-27T15:28:03.5551820Z cd0043c871c3: Pull complete 2022-09-27T15:28:03.7172428Z 07ce5bf5da8f: Pull complete 2022-09-27T15:28:03.8602176Z ada7e5d30c2e: Pull complete 2022-09-27T15:28:04.0120935Z b9e22897f744: Pull complete 2022-09-27T15:28:10.6699048Z 31ed79570fc1: Pull complete 2022-09-27T15:28:10.8140254Z f9ca5db0abb2: Pull complete 2022-09-27T15:28:10.9614187Z 859ab55d797e: Pull complete 2022-09-27T15:28:26.5939858Z 72b473207039: Pull complete 2022-09-27T15:28:26.9633660Z 3a05e9967e15: Pull complete 2022-09-27T15:28:27.1914102Z 04d340d5ef37: Pull complete 2022-09-27T15:28:28.4500231Z 94b3f24375e0: Pull complete 2022-09-27T15:28:28.6833978Z 7bbe9cf24f05: Pull complete 2022-09-27T15:28:28.9123679Z 74035b85b123: Pull complete 2022-09-27T15:28:29.1458459Z 06ceb0d47fa1: Pull complete 2022-09-27T15:28:29.3005146Z d54dedf3c273: Pull complete 2022-09-27T15:28:29.6900275Z f14b7a316dd4: Pull complete 2022-09-27T15:28:29.8487555Z d19943b4c20d: Pull complete 2022-09-27T15:28:30.0420050Z 01103fa1cebd: Pull complete 2022-09-27T15:28:33.7094665Z a09ce63c712c: Pull complete 2022-09-27T15:28:33.9297338Z 11c79af0c20c: Pull complete 2022-09-27T15:28:34.1214881Z 5da21a9573ae: Pull complete 2022-09-27T15:28:34.3389018Z e4a8bf8e8d45: Pull complete 2022-09-27T15:28:34.5976226Z 9c52b928c261: Pull complete 2022-09-27T15:28:34.8003664Z 659618ffaa02: Pull complete 2022-09-27T15:28:36.3994771Z b7f08fdcf6d3: Pull complete 2022-09-27T15:28:36.5004938Z Digest: sha256:e9db1e9f59a75821add26dfb4133d4c92a02559f34ad8230c2fd96064dcdded6 2022-09-27T15:28:36.5405640Z 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:36.5609958Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:36.5659691Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:28:36.5659987Z python3 -m pip install psutil==5.9.1 2022-09-27T15:28:36.5660244Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:28:36.5660520Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:28:36.5660808Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:28:36.5672634Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:36.5672874Z env: 2022-09-27T15:28:36.5673056Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:36.5673261Z ##[endgroup] 2022-09-27T15:28:37.0193479Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:37.0423949Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:28:37.5242316Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:37.5420495Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:28:37.7411830Z Prepare all required actions 2022-09-27T15:28:37.7412127Z Getting action download info 2022-09-27T15:28:37.8867997Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:28:38.0662260Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:28:38.1968398Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:28:38.1968792Z with: 2022-09-27T15:28:38.1969108Z name: linux-bionic-py3.7-clang9 2022-09-27T15:28:38.1969416Z env: 2022-09-27T15:28:38.1969687Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:38.1969970Z ##[endgroup] 2022-09-27T15:28:38.2071146Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:28:38.2071404Z with: 2022-09-27T15:28:38.2071673Z name: linux-bionic-py3.7-clang9 2022-09-27T15:28:38.2072020Z s3-bucket: gha-artifacts 2022-09-27T15:28:38.2072258Z region: us-east-1 2022-09-27T15:28:38.2072499Z env: 2022-09-27T15:28:38.2072808Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:38.2073052Z ##[endgroup] 2022-09-27T15:28:38.6275127Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-bionic-py3.7-clang9/ 2022-09-27T15:28:38.6275934Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:43.4448642Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:43.4448896Z 2022-09-27T15:28:43.4449700Z Artifact download has finished successfully 2022-09-27T15:28:43.4559580Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:28:43.4559834Z unzip -o artifacts.zip 2022-09-27T15:28:43.4571089Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:43.4571330Z env: 2022-09-27T15:28:43.4571527Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:43.4571718Z ##[endgroup] 2022-09-27T15:28:43.4796214Z Archive: artifacts.zip 2022-09-27T15:28:43.4797049Z creating: dist/ 2022-09-27T15:28:44.3075957Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:28:44.3076495Z creating: build/custom_test_artifacts/ 2022-09-27T15:28:44.3077023Z creating: build/custom_test_artifacts/custom-op-build/ 2022-09-27T15:28:44.3077643Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-09-27T15:28:44.3078857Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:44.3079421Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:44.3079909Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:44.3080359Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:44.3080790Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:44.3082456Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:44.3083765Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:44.3084578Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:44.3085056Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:44.3086622Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:44.3087760Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:44.3089243Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:44.3090203Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:44.3091733Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:44.3092648Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:44.3093117Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:44.3093709Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:44.3094146Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:44.3094576Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-09-27T15:28:44.3095365Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:44.3096330Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-09-27T15:28:44.3097189Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-09-27T15:28:44.3097993Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-09-27T15:28:44.3098816Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:44.3099667Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-09-27T15:28:44.3100480Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:44.3101259Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-09-27T15:28:44.3102221Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-09-27T15:28:44.3117417Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-09-27T15:28:44.3175416Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:28:44.3176313Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-09-27T15:28:44.3177176Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:44.3178100Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-09-27T15:28:44.3178955Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-09-27T15:28:44.3179776Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-09-27T15:28:44.3180622Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:44.3181455Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-09-27T15:28:44.3182488Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:44.3183295Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-09-27T15:28:44.3184128Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-09-27T15:28:44.3198565Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-09-27T15:28:44.3235661Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:28:44.3236580Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:44.3237440Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:44.3238245Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-09-27T15:28:44.3239129Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-09-27T15:28:44.3239836Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:44.3240564Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-09-27T15:28:44.3241546Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-09-27T15:28:44.3242249Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-09-27T15:28:44.3293713Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-09-27T15:28:44.3323696Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-09-27T15:28:44.3324349Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-09-27T15:28:44.3324959Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-09-27T15:28:44.3326928Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:44.3327678Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:44.3328444Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:44.3329203Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:44.3329925Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:44.3330913Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:44.3332236Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:44.3333010Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:44.3333757Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:44.3335785Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:44.3337126Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:44.3338653Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:44.3339504Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:44.3340898Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:44.3342081Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:44.3342854Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:44.3343582Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:44.3344334Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:44.3345089Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-09-27T15:28:44.3345923Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-09-27T15:28:44.3346783Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-09-27T15:28:44.3347644Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-09-27T15:28:44.3348476Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-09-27T15:28:44.3349312Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-09-27T15:28:44.3350103Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-09-27T15:28:44.3350916Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-09-27T15:28:44.3351843Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-09-27T15:28:44.3352623Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-09-27T15:28:44.3366884Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-09-27T15:28:44.3391713Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:28:44.3392622Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:44.3393469Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:44.3394225Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-09-27T15:28:44.3394955Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-09-27T15:28:44.3395681Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:44.3396607Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-09-27T15:28:44.3397373Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-09-27T15:28:44.3398168Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-09-27T15:28:44.3417899Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-09-27T15:28:44.3418303Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-09-27T15:28:44.3419022Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-09-27T15:28:44.3421525Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:44.3422083Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:44.3422538Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:44.3422998Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:44.3423439Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:44.3425673Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:44.3426916Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:44.3427372Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:44.3427814Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:44.3429743Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:44.3431048Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:44.3432171Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:44.3432873Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:44.3434372Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:44.3435158Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:44.3435607Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:44.3436410Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:44.3437296Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:44.3438252Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-09-27T15:28:44.3439133Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:44.3440083Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-09-27T15:28:44.3441070Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-09-27T15:28:44.3441955Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-09-27T15:28:44.3442830Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:44.3443699Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-09-27T15:28:44.3444578Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:44.3445427Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-09-27T15:28:44.3446265Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-09-27T15:28:44.3448325Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-09-27T15:28:44.3528025Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:28:44.3528952Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-09-27T15:28:44.3529876Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:44.3530821Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-09-27T15:28:44.3531719Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-09-27T15:28:44.3532604Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-09-27T15:28:44.3533501Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:44.3534395Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-09-27T15:28:44.3535308Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:44.3536234Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-09-27T15:28:44.3537134Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-09-27T15:28:44.3551466Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-09-27T15:28:44.3570773Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:28:44.3571727Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:44.3572623Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:44.3573456Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-09-27T15:28:44.3574221Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-09-27T15:28:44.3574972Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:44.3575656Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-09-27T15:28:44.3577448Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-09-27T15:28:44.3577873Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-09-27T15:28:44.3646442Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-09-27T15:28:44.3662383Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-09-27T15:28:44.3662685Z creating: build/lib/ 2022-09-27T15:28:44.3663408Z inflating: build/lib/libclog.a 2022-09-27T15:28:44.3718157Z inflating: build/lib/libgtest.a 2022-09-27T15:28:44.3726106Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:28:44.3788509Z inflating: build/lib/libbenchmark.a 2022-09-27T15:28:44.3860711Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:28:44.3868365Z inflating: build/lib/libittnotify.a 2022-09-27T15:28:44.3928415Z inflating: build/lib/libasmjit.a 2022-09-27T15:28:44.3952633Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:28:44.4016620Z inflating: build/lib/libgloo.a 2022-09-27T15:28:44.4393533Z inflating: build/lib/libprotobuf.a 2022-09-27T15:28:44.4407626Z inflating: build/lib/libfmt.a 2022-09-27T15:28:44.4408272Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:28:44.4455297Z inflating: build/lib/libc10.so 2022-09-27T15:28:44.4456223Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:28:44.4463625Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:28:44.4470368Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:28:44.4482290Z inflating: build/lib/libqnnpack.a 2022-09-27T15:28:44.4484632Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:28:44.4502998Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:28:44.4514343Z inflating: build/lib/libgmock.a 2022-09-27T15:28:44.4515324Z inflating: build/lib/libgtest_main.a 2022-09-27T15:28:44.4515893Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:28:44.4935744Z inflating: build/lib/libprotoc.a 2022-09-27T15:28:45.3994357Z inflating: build/lib/libdnnl.a 2022-09-27T15:28:45.4010724Z inflating: build/lib/libnnpack.a 2022-09-27T15:28:45.4469523Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:28:45.4469955Z inflating: build/lib/libgmock_main.a 2022-09-27T15:28:45.5411702Z inflating: build/lib/libfbgemm.a 2022-09-27T15:28:45.6370554Z inflating: build/lib/libdnnl_graph.a 2022-09-27T15:28:45.6542088Z inflating: build/lib/libkineto.a 2022-09-27T15:28:45.6578540Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:28:45.6618885Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:28:45.6722420Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:28:45.7241672Z inflating: build/lib/libonnx.a 2022-09-27T15:28:47.6319077Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:28:47.6320009Z inflating: build/lib/libtorch.so 2022-09-27T15:28:47.6323460Z inflating: build/lib/libshm.so 2022-09-27T15:28:47.6345072Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:28:47.6398670Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:28:47.6423808Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:28:47.7976812Z inflating: build/lib/libtorch_python.so 2022-09-27T15:28:47.8012135Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:28:47.8012434Z creating: build/bin/ 2022-09-27T15:28:47.8056970Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:28:47.8102434Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:28:47.8147161Z inflating: build/bin/c10_Device_test 2022-09-27T15:28:47.8198887Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:28:47.8242508Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:28:47.8287715Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:28:47.8335617Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:28:47.8385268Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:28:47.8428995Z inflating: build/bin/c10_Array_test 2022-09-27T15:28:47.8479147Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:28:47.8525896Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:28:47.8570001Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:28:47.8615504Z inflating: build/bin/c10_C++17_test 2022-09-27T15:28:47.8660158Z inflating: build/bin/c10_Half_test 2022-09-27T15:28:47.8705081Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:28:47.8754882Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:28:47.8810027Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:28:47.8943856Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:28:47.8988538Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:28:47.9034058Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:28:47.9082727Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:28:47.9128073Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:28:47.9171796Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:28:47.9218186Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:28:47.9267295Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:28:47.9315924Z inflating: build/bin/c10_complex_test 2022-09-27T15:28:47.9365302Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:28:47.9454460Z inflating: build/bin/c10_either_test 2022-09-27T15:28:47.9501373Z inflating: build/bin/c10_exception_test 2022-09-27T15:28:47.9547160Z inflating: build/bin/c10_flags_test 2022-09-27T15:28:47.9676086Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:28:47.9721628Z inflating: build/bin/c10_irange_test 2022-09-27T15:28:47.9770257Z inflating: build/bin/c10_logging_test 2022-09-27T15:28:47.9838575Z inflating: build/bin/c10_optional_test 2022-09-27T15:28:47.9893481Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:28:47.9941559Z inflating: build/bin/c10_registry_test 2022-09-27T15:28:47.9992650Z inflating: build/bin/c10_string_view_test 2022-09-27T15:28:48.0038252Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:28:48.0078067Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:28:48.0125988Z inflating: build/bin/c10_typeid_test 2022-09-27T15:28:48.0491121Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:28:48.0856411Z inflating: build/bin/protoc 2022-09-27T15:28:48.1151555Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:28:48.1459314Z inflating: build/bin/vec_test_all_types_AVX512 2022-09-27T15:28:48.1778696Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:28:48.1825998Z inflating: build/bin/FileStoreTest 2022-09-27T15:28:48.1873396Z inflating: build/bin/HashStoreTest 2022-09-27T15:28:48.1926260Z inflating: build/bin/TCPStoreTest 2022-09-27T15:28:48.1985528Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:28:48.1988336Z inflating: build/bin/example_allreduce 2022-09-27T15:28:48.2037247Z inflating: build/bin/test_dist_autograd 2022-09-27T15:28:48.2099234Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:28:48.2101601Z inflating: build/bin/parallel_benchmark 2022-09-27T15:28:48.2162482Z inflating: build/bin/test_mobile_nnc 2022-09-27T15:28:48.2171946Z inflating: build/bin/aot_model_compiler_test 2022-09-27T15:28:48.2236541Z inflating: build/bin/Dict_test 2022-09-27T15:28:48.2282964Z inflating: build/bin/Dimname_test 2022-09-27T15:28:48.2342549Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:28:48.2393190Z inflating: build/bin/NamedTensor_test 2022-09-27T15:28:48.2702323Z inflating: build/bin/test_lazy 2022-09-27T15:28:48.4078278Z inflating: build/bin/test_api 2022-09-27T15:28:48.4129979Z inflating: build/bin/apply_utils_test 2022-09-27T15:28:48.4182559Z inflating: build/bin/atest 2022-09-27T15:28:48.4238667Z inflating: build/bin/basic 2022-09-27T15:28:48.4287038Z inflating: build/bin/broadcast_test 2022-09-27T15:28:48.4338606Z inflating: build/bin/cpu_generator_test 2022-09-27T15:28:48.4386011Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:28:48.4430999Z inflating: build/bin/dlconvertor_test 2022-09-27T15:28:48.4475789Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:28:48.4557950Z inflating: build/bin/cpu_rng_test 2022-09-27T15:28:48.4610836Z inflating: build/bin/extension_backend_test 2022-09-27T15:28:48.4658016Z inflating: build/bin/half_test 2022-09-27T15:28:48.4746641Z inflating: build/bin/ivalue_test 2022-09-27T15:28:48.4791380Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:28:48.4838945Z inflating: build/bin/math_kernel_test 2022-09-27T15:28:48.4886017Z inflating: build/bin/memory_format_test 2022-09-27T15:28:48.4932713Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:28:48.4978122Z inflating: build/bin/operator_name_test 2022-09-27T15:28:48.5025503Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:28:48.5076959Z inflating: build/bin/native_test 2022-09-27T15:28:48.5123327Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:28:48.5168588Z inflating: build/bin/operators_test 2022-09-27T15:28:48.5231529Z inflating: build/bin/pow_test 2022-09-27T15:28:48.5281688Z inflating: build/bin/quantized_test 2022-09-27T15:28:48.5326312Z inflating: build/bin/reduce_ops_test 2022-09-27T15:28:48.5371860Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:28:48.5423365Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:28:48.5473336Z inflating: build/bin/scalar_test 2022-09-27T15:28:48.5520214Z inflating: build/bin/stride_properties_test 2022-09-27T15:28:48.5593279Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:28:48.5640342Z inflating: build/bin/type_ptr_test 2022-09-27T15:28:48.5642652Z inflating: build/bin/thread_init_test 2022-09-27T15:28:48.5690622Z inflating: build/bin/test_parallel 2022-09-27T15:28:48.5735134Z inflating: build/bin/variant_test 2022-09-27T15:28:48.5790850Z inflating: build/bin/type_test 2022-09-27T15:28:48.5837402Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:28:48.5838431Z inflating: build/bin/verify_api_visibility 2022-09-27T15:28:48.5906672Z inflating: build/bin/vmap_test 2022-09-27T15:28:48.5952468Z inflating: build/bin/weakref_test 2022-09-27T15:28:48.5998342Z inflating: build/bin/wrapdim_test 2022-09-27T15:28:48.6043465Z inflating: build/bin/xla_tensor_test 2022-09-27T15:28:48.6097009Z inflating: build/bin/IListRef_test 2022-09-27T15:28:48.6188433Z inflating: build/bin/List_test 2022-09-27T15:28:48.6244865Z inflating: build/bin/KernelFunction_test 2022-09-27T15:28:48.6365639Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:28:48.6488069Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:28:48.6576602Z inflating: build/bin/kernel_function_test 2022-09-27T15:28:48.6672244Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:28:48.6726675Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:28:48.6816591Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:28:48.6861405Z inflating: build/bin/CppSignature_test 2022-09-27T15:28:48.6905511Z inflating: build/bin/op_allowlist_test 2022-09-27T15:28:48.7195221Z inflating: build/bin/op_registration_test 2022-09-27T15:28:48.7244549Z inflating: build/bin/backend_fallback_test 2022-09-27T15:28:48.7290932Z inflating: build/bin/inline_container_test 2022-09-27T15:28:48.7308447Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:28:48.7313161Z inflating: build/bin/torch_shm_manager 2022-09-27T15:28:48.8421262Z inflating: build/bin/test_tensorexpr 2022-09-27T15:28:48.8976141Z inflating: build/bin/test_jit 2022-09-27T15:28:48.8977875Z inflating: .pytorch-test-times.json 2022-09-27T15:28:48.9001595Z ##[group]Run df -H 2022-09-27T15:28:48.9001802Z df -H 2022-09-27T15:28:48.9013219Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:48.9013463Z env: 2022-09-27T15:28:48.9013665Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:48.9013861Z ##[endgroup] 2022-09-27T15:28:48.9223616Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:28:48.9224227Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-09-27T15:28:48.9224595Z tmpfs 8.2G 349k 8.2G 1% /dev/shm 2022-09-27T15:28:48.9224804Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:28:48.9225031Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:28:48.9225406Z /dev/nvme0n1p1 162G 24G 138G 15% / 2022-09-27T15:28:48.9369329Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:28:48.9369594Z .github/scripts/parse_ref.py 2022-09-27T15:28:48.9380929Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:48.9381128Z env: 2022-09-27T15:28:48.9381324Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:48.9381532Z ##[endgroup] 2022-09-27T15:28:48.9713482Z ##[group]Run set -x 2022-09-27T15:28:48.9713781Z set -x 2022-09-27T15:28:48.9713956Z  2022-09-27T15:28:48.9714175Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:28:48.9714451Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:28:48.9714727Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:28:48.9714989Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:28:48.9715207Z else 2022-09-27T15:28:48.9715415Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:48.9715634Z fi 2022-09-27T15:28:48.9715848Z  2022-09-27T15:28:48.9716150Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:28:48.9716425Z  2022-09-27T15:28:48.9716697Z # sanitize the input commit message and PR body here: 2022-09-27T15:28:48.9716933Z # 2022-09-27T15:28:48.9717224Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:28:48.9717627Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:28:48.9717970Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:28:48.9718232Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:28:48.9718445Z  2022-09-27T15:28:48.9718712Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:28:48.9719012Z # wreak havoc internally 2022-09-27T15:28:48.9719267Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:28:48.9719516Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:28:48.9719727Z  2022-09-27T15:28:48.9719974Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:28:48.9720278Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:28:48.9720573Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:28:48.9720836Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:28:48.9721077Z container_name=$(docker run \ 2022-09-27T15:28:48.9721284Z  ${GPU_FLAG:-} \ 2022-09-27T15:28:48.9721505Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:28:48.9721724Z  -e PR_NUMBER \ 2022-09-27T15:28:48.9721923Z  -e GITHUB_ACTIONS \ 2022-09-27T15:28:48.9722129Z  -e BASE_SHA \ 2022-09-27T15:28:48.9722340Z  -e BRANCH \ 2022-09-27T15:28:48.9722520Z  -e SHA1 \ 2022-09-27T15:28:48.9722731Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:28:48.9722946Z  -e IN_WHEEL_TEST \ 2022-09-27T15:28:48.9723144Z  -e SHARD_NUMBER \ 2022-09-27T15:28:48.9723354Z  -e TEST_CONFIG \ 2022-09-27T15:28:48.9723590Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:28:48.9723797Z  -e PR_BODY \ 2022-09-27T15:28:48.9723995Z  -e COMMIT_MESSAGES \ 2022-09-27T15:28:48.9724241Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:28:48.9724491Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:28:48.9724706Z  -e PR_LABELS \ 2022-09-27T15:28:48.9724937Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:28:48.9725283Z  -e SCCACHE_BUCKET \ 2022-09-27T15:28:48.9725492Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:28:48.9725710Z  -e XLA_CUDA \ 2022-09-27T15:28:48.9725936Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:28:48.9726192Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:28:48.9726446Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:28:48.9726695Z  --security-opt seccomp=unconfined \ 2022-09-27T15:28:48.9726940Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:28:48.9727145Z  --ipc=host \ 2022-09-27T15:28:48.9727408Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:28:48.9727619Z  --tty \ 2022-09-27T15:28:48.9727799Z  --detach \ 2022-09-27T15:28:48.9728014Z  --name="${container_name}" \ 2022-09-27T15:28:48.9728235Z  --user jenkins \ 2022-09-27T15:28:48.9728476Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:28:48.9728752Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:28:48.9728976Z  "${DOCKER_IMAGE}" 2022-09-27T15:28:48.9729158Z ) 2022-09-27T15:28:48.9729427Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:28:48.9741097Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:48.9741293Z env: 2022-09-27T15:28:48.9741493Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:48.9741947Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-09-27T15:28:48.9742176Z PR_NUMBER: 85462 2022-09-27T15:28:48.9742376Z BRANCH: pull/85462 2022-09-27T15:28:48.9742632Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:48.9742887Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:48.9743115Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:28:48.9743344Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:28:48.9743558Z TEST_CONFIG: default 2022-09-27T15:28:48.9743742Z SHARD_NUMBER: 1 2022-09-27T15:28:48.9743939Z NUM_TEST_SHARDS: 2 2022-09-27T15:28:48.9745750Z 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:48.9747668Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:28:48.9747934Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:28:48.9748139Z SHM_SIZE: 1g 2022-09-27T15:28:48.9748494Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:48.9748962Z XLA_CUDA: 2022-09-27T15:28:48.9749241Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:48.9749515Z ##[endgroup] 2022-09-27T15:28:48.9775353Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:28:48.9776030Z + [[ linux-bionic-py3.7-clang9 == *onnx* ]] 2022-09-27T15:28:48.9776359Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:48.9778301Z ++ git cherry -v origin/master 2022-09-27T15:28:49.0226114Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:28:49.0226963Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:28:49.0227500Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:28:49.0228029Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:28:49.0228500Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:49.0230157Z + 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:49.0245791Z + 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:49.0250319Z + 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:49.0252358Z + 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:49.0260467Z + 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:49.0265015Z + 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:49.0266838Z +++ nproc --ignore=2 2022-09-27T15:28:49.0386063Z ++ 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:03.8802906Z + container_name=d2d82f188020df91f26f5dbe8616880baca781f72f2435b820e5ca2625210d85 2022-09-27T15:29:03.8803681Z + docker exec -t d2d82f188020df91f26f5dbe8616880baca781f72f2435b820e5ca2625210d85 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:29:04.4699902Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:29:04.5461558Z 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:05.3578012Z Installing collected packages: torch 2022-09-27T15:29:11.7927960Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:29:11.9404297Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:29:11.9564496Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:29:11.9567568Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:29:11.9568185Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:29:11.9568737Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:29:11.9569123Z + BUILD_DIR=build 2022-09-27T15:29:11.9569421Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:29:11.9569740Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:29:11.9582655Z + export VALGRIND=ON 2022-09-27T15:29:11.9583111Z + VALGRIND=ON 2022-09-27T15:29:11.9583598Z + [[ linux-bionic-py3.7-clang9 == *clang9* ]] 2022-09-27T15:29:11.9583845Z + export VALGRIND=OFF 2022-09-27T15:29:11.9584032Z + VALGRIND=OFF 2022-09-27T15:29:11.9584320Z + [[ linux-bionic-py3.7-clang9 != *bazel* ]] 2022-09-27T15:29:11.9584577Z ++ realpath build/custom_test_artifacts 2022-09-27T15:29:11.9587980Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:29:11.9591063Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:29:11.9611615Z + source .jenkins/pytorch/common.sh 2022-09-27T15:29:11.9614780Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:29:11.9625289Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:29:11.9626818Z +++ declare -f -t trap_add 2022-09-27T15:29:11.9630214Z ++ set -ex 2022-09-27T15:29:11.9630819Z ++ [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:11.9631194Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:29:11.9631866Z ++ [[ default == *xla* ]] 2022-09-27T15:29:11.9632213Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-09-27T15:29:11.9632542Z ++ [[ linux-bionic-py3.7-clang9 == *linux-bionic* ]] 2022-09-27T15:29:11.9632781Z ++ which conda 2022-09-27T15:29:11.9643596Z /opt/conda/bin/conda 2022-09-27T15:29:11.9644346Z ++ conda install -q -y cmake 2022-09-27T15:29:14.1811744Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:29:14.6964596Z Solving environment: ...working... done 2022-09-27T15:29:14.9327907Z 2022-09-27T15:29:14.9328239Z ## Package Plan ## 2022-09-27T15:29:14.9328613Z 2022-09-27T15:29:14.9328798Z environment location: /opt/conda 2022-09-27T15:29:14.9329028Z 2022-09-27T15:29:14.9329178Z added / updated specs: 2022-09-27T15:29:14.9329578Z - cmake 2022-09-27T15:29:14.9329691Z 2022-09-27T15:29:14.9329696Z 2022-09-27T15:29:14.9329813Z The following packages will be downloaded: 2022-09-27T15:29:14.9329962Z 2022-09-27T15:29:14.9330051Z package | build 2022-09-27T15:29:14.9330342Z ---------------------------|----------------- 2022-09-27T15:29:14.9330672Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:29:14.9330989Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:29:14.9331293Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:29:14.9331598Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:29:14.9331905Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:29:14.9332362Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:29:14.9332653Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:29:14.9332949Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:29:14.9333243Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:29:14.9333542Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:29:14.9333849Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:29:14.9334152Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:29:14.9334508Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:29:14.9334803Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:29:14.9335095Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:29:14.9335375Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:29:14.9335694Z ------------------------------------------------------------ 2022-09-27T15:29:14.9336021Z Total: 13.0 MB 2022-09-27T15:29:14.9336152Z 2022-09-27T15:29:14.9336276Z The following NEW packages will be INSTALLED: 2022-09-27T15:29:14.9336416Z 2022-09-27T15:29:14.9347921Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:29:14.9348374Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:29:14.9348752Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:29:14.9349120Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:29:14.9349479Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:29:14.9349848Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:29:14.9350236Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:29:14.9350600Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:29:14.9350996Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:29:14.9351383Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:29:14.9351750Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:29:14.9352096Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:29:14.9352453Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:29:14.9352813Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:29:14.9352968Z 2022-09-27T15:29:14.9353067Z The following packages will be UPDATED: 2022-09-27T15:29:14.9353217Z 2022-09-27T15:29:14.9353430Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:29:14.9353793Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:29:14.9353949Z 2022-09-27T15:29:14.9353956Z 2022-09-27T15:29:15.9863760Z Preparing transaction: ...working... done 2022-09-27T15:29:16.3932452Z Verifying transaction: ...working... done 2022-09-27T15:29:17.5572175Z Executing transaction: ...working... done 2022-09-27T15:29:17.6910739Z Retrieving notices: ...working... done 2022-09-27T15:29:17.8752271Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-09-27T15:29:17.8752592Z + echo 'Environment variables' 2022-09-27T15:29:17.8752819Z Environment variables 2022-09-27T15:29:17.8753014Z + env 2022-09-27T15:29:17.8768809Z SHARD_NUMBER=1 2022-09-27T15:29:17.8769189Z UCC_HOME=/usr 2022-09-27T15:29:17.8769913Z BUILD_ENVIRONMENT=linux-bionic-py3.7-clang9 2022-09-27T15:29:17.8770327Z INSTALLED_DB=yes 2022-09-27T15:29:17.8770610Z HOSTNAME=d2d82f188020 2022-09-27T15:29:17.8770935Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:29:17.8771251Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:29:17.8771631Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:29:17.8771963Z UCC_COMMIT= 2022-09-27T15:29:17.8772668Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_07db88e2-0e87-4ee6-92ea-e10612a6a066 2022-09-27T15:29:17.8772985Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:29:17.8773376Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:29:17.8773668Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:29:17.8773861Z INSTALLED_THRIFT= 2022-09-27T15:29:17.8774057Z TEST_CONFIG=default 2022-09-27T15:29:17.8774273Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:29:17.8774474Z GITHUB_ACTIONS=true 2022-09-27T15:29:17.8774659Z CI=true 2022-09-27T15:29:17.8774858Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:29:17.8775132Z BRANCH=pull/85462 2022-09-27T15:29:17.8775393Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:29:17.8775606Z UCX_COMMIT= 2022-09-27T15:29:17.8775783Z GITHUB_ACTOR=kongzii 2022-09-27T15:29:17.8776066Z GITHUB_ACTION_REF= 2022-09-27T15:29:17.8776267Z GITHUB_ACTION=__self 2022-09-27T15:29:17.8776447Z VALGRIND=OFF 2022-09-27T15:29:17.8776652Z GITHUB_REF_PROTECTED=false 2022-09-27T15:29:17.8777011Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:29:17.8777922Z *** 2022-09-27T15:29:17.8778157Z INSTALLED_VISION=yes 2022-09-27T15:29:17.8778424Z HOME=/var/lib/jenkins 2022-09-27T15:29:17.8778721Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:29:17.8779015Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:29:17.8779310Z GITHUB_REF_TYPE=branch 2022-09-27T15:29:17.8779619Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:29:17.8780101Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:29:17.8780866Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_07db88e2-0e87-4ee6-92ea-e10612a6a066 2022-09-27T15:29:17.8781396Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:29:17.8781974Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:29:17.8782386Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:29:17.8782784Z INSTALLED_PROTOBUF=yes 2022-09-27T15:29:17.8783096Z DESIRED_CUDA= 2022-09-27T15:29:17.8783426Z GITHUB_RUN_ID=3133193930 2022-09-27T15:29:17.8783782Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:29:17.8784087Z MAX_JOBS=6 2022-09-27T15:29:17.8784644Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:29:17.8785096Z UCX_HOME=/usr 2022-09-27T15:29:17.8785412Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:29:17.8785815Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:29:17.8786287Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:29:17.8786621Z INSTALLED_ANDROID= 2022-09-27T15:29:17.8791471Z 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:17.8794545Z GITHUB_BASE_REF=master 2022-09-27T15:29:17.8794842Z TERM=xterm 2022-09-27T15:29:17.8795099Z XLA_CUDA= 2022-09-27T15:29:17.8795393Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:29:17.8795736Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:29:17.8796374Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_07db88e2-0e87-4ee6-92ea-e10612a6a066 2022-09-27T15:29:17.8796687Z GITHUB_JOB=test 2022-09-27T15:29:17.8796892Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:29:17.8797567Z 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:17.8798081Z NUM_TEST_SHARDS=2 2022-09-27T15:29:17.8798278Z PR_NUMBER=85462 2022-09-27T15:29:17.8798463Z SHLVL=1 2022-09-27T15:29:17.8798655Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:29:17.8798900Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:17.8799131Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:29:17.8799404Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:29:17.8799630Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:29:17.8799835Z GITHUB_WORKFLOW=pull 2022-09-27T15:29:17.8800153Z 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:17.8800583Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:17.8800857Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:29:17.8801063Z _=/usr/bin/env 2022-09-27T15:29:17.8801278Z + echo 'Testing pytorch' 2022-09-27T15:29:17.8801482Z Testing pytorch 2022-09-27T15:29:17.8801693Z + export LANG=C.UTF-8 2022-09-27T15:29:17.8801891Z + LANG=C.UTF-8 2022-09-27T15:29:17.8833461Z + PR_NUMBER=85462 2022-09-27T15:29:17.8833822Z + [[ default == \d\e\f\a\u\l\t ]] 2022-09-27T15:29:17.8834163Z + export CUDA_VISIBLE_DEVICES=0 2022-09-27T15:29:17.8834423Z + CUDA_VISIBLE_DEVICES=0 2022-09-27T15:29:17.8834646Z + export HIP_VISIBLE_DEVICES=0 2022-09-27T15:29:17.8834856Z + HIP_VISIBLE_DEVICES=0 2022-09-27T15:29:17.8835145Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:29:17.8835425Z + [[ default == \s\l\o\w ]] 2022-09-27T15:29:17.8835887Z + [[ linux-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-09-27T15:29:17.8836550Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-09-27T15:29:17.8836934Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:17.8837288Z + [[ linux-bionic-py3.7-clang9 == *cuda11* ]] 2022-09-27T15:29:17.8837518Z + [[ default == *crossref* ]] 2022-09-27T15:29:17.8837728Z + [[ default == *dynamo* ]] 2022-09-27T15:29:17.8837964Z + [[ -n 85462 ]] 2022-09-27T15:29:17.8838166Z + [[ -z '' ]] 2022-09-27T15:29:17.8838534Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:29:17.8838806Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:29:17.8839116Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:17.8839453Z + [[ linux-bionic-py3.7-clang9 != *-bazel-* ]] 2022-09-27T15:29:17.8839726Z + pip_install --user ninja 2022-09-27T15:29:17.8839997Z + pip install --progress-bar off --user ninja 2022-09-27T15:29:18.3137509Z Collecting ninja 2022-09-27T15:29:18.3297671Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:29:19.0479709Z Installing collected packages: ninja 2022-09-27T15:29:19.0567787Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:29:19.0568321Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:29:19.0633865Z Successfully installed ninja-1.10.2.3 2022-09-27T15:29:19.1485498Z + 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:19.1486156Z + 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:19.1486827Z + [[ linux-bionic-py3.7-clang9 == *asan* ]] 2022-09-27T15:29:19.1487083Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:29:19.1487326Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:29:19.1490691Z + [[ linux-bionic-py3.7-clang9 == *tbb* ]] 2022-09-27T15:29:19.1502621Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-09-27T15:29:19.1503003Z + [[ linux-bionic-py3.7-clang9 == *-bazel-* ]] 2022-09-27T15:29:19.1506088Z + cd test 2022-09-27T15:29:19.1506452Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:29:20.6547174Z PyTorch built with: 2022-09-27T15:29:20.6547776Z - GCC 4.2 2022-09-27T15:29:20.6548154Z - C++ Version: 201402 2022-09-27T15:29:20.6548539Z - clang 9.0.0 2022-09-27T15:29:20.6549242Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:29:20.6550001Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:29:20.6550541Z - OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-09-27T15:29:20.6551035Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:29:20.6551486Z - NNPACK is enabled 2022-09-27T15:29:20.6551925Z - CPU capability usage: AVX2 2022-09-27T15:29:20.6556862Z - 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:20.6560403Z 2022-09-27T15:29:20.8361441Z + cd test 2022-09-27T15:29:20.8361928Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:29:21.8492628Z ATen/Parallel: 2022-09-27T15:29:21.8493072Z at::get_num_threads() : 4 2022-09-27T15:29:21.8493404Z at::get_num_interop_threads() : 4 2022-09-27T15:29:21.8493759Z OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-09-27T15:29:21.8494070Z omp_get_max_threads() : 4 2022-09-27T15:29:21.8494919Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:29:21.8495492Z mkl_get_max_threads() : 4 2022-09-27T15:29:21.8496142Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:29:21.8496603Z std::thread::hardware_concurrency() : 8 2022-09-27T15:29:21.8496834Z Environment variables: 2022-09-27T15:29:21.8497037Z OMP_NUM_THREADS : [not set] 2022-09-27T15:29:21.8497485Z MKL_NUM_THREADS : [not set] 2022-09-27T15:29:21.8497710Z ATen parallel backend: OpenMP 2022-09-27T15:29:21.8497846Z 2022-09-27T15:29:22.0504794Z + [[ default == *deploy* ]] 2022-09-27T15:29:22.0505199Z + [[ default == *backward* ]] 2022-09-27T15:29:22.0505560Z + [[ default == *xla* ]] 2022-09-27T15:29:22.0505918Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:29:22.0506304Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-09-27T15:29:22.0506551Z + [[ default == distributed ]] 2022-09-27T15:29:22.0506763Z + [[ default == *dynamo* ]] 2022-09-27T15:29:22.0506955Z + [[ default == *dynamo* ]] 2022-09-27T15:29:22.0507147Z + [[ 1 == 1 ]] 2022-09-27T15:29:22.0507533Z + [[ 2 -gt 1 ]] 2022-09-27T15:29:22.0507721Z + test_without_numpy 2022-09-27T15:29:22.0508905Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:29:22.0515934Z + pushd .jenkins/pytorch 2022-09-27T15:29:22.0517154Z ~/workspace/.jenkins/pytorch ~/workspace 2022-09-27T15:29:22.0517907Z + 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:22.9705201Z -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:23.1471456Z + 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:24.0449892Z -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:24.0457793Z tensor([0., 1.]) 2022-09-27T15:29:24.2095385Z + popd 2022-09-27T15:29:24.2095684Z ~/workspace 2022-09-27T15:29:24.2096028Z + install_torchvision 2022-09-27T15:29:24.2096316Z + local commit 2022-09-27T15:29:24.2099030Z ++ get_pinned_commit vision 2022-09-27T15:29:24.2099426Z ++ cat .github/ci_commit_pins/vision.txt 2022-09-27T15:29:24.2121488Z + commit=2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:24.2122148Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:24.2122787Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:24.5682240Z Collecting git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:24.5688228Z Cloning https://github.com/pytorch/vision.git (to revision 2c1022e3ee89834228d64445d569f0efd6b93fb8) to /tmp/pip-req-build-4gs49buq 2022-09-27T15:29:24.5851199Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-4gs49buq 2022-09-27T15:29:26.7574337Z Running command git rev-parse -q --verify 'sha^2c1022e3ee89834228d64445d569f0efd6b93fb8' 2022-09-27T15:29:26.7619062Z Running command git fetch -q https://github.com/pytorch/vision.git 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:27.6099887Z Running command git checkout -q 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:27.9465641Z Resolved https://github.com/pytorch/vision.git to commit 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:29.7995437Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:29:29.8073556Z [?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:29.8077905Z 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:29.8081175Z 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:29.8085040Z 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:29.8092025Z 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:29.8351998Z 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:29.8358583Z 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:29.8373185Z 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:29.8379757Z 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:29.8527692Z Building wheels for collected packages: torchvision 2022-09-27T15:30:36.2611848Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2022-09-27T15:30:36.2970583Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+2c1022e-cp37-cp37m-linux_x86_64.whl size=13792700 sha256=1a09413e4cece13ca375aae8e6029bb32e3d42c975425d817e21547be3f01ffb 2022-09-27T15:30:36.2972125Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/54/3c/b1/9e73e6e3c514e799d3391d5ca318b09f89e7fa0e9f925d2c5a 2022-09-27T15:30:36.3016538Z Successfully built torchvision 2022-09-27T15:30:36.9782152Z Installing collected packages: torchvision 2022-09-27T15:30:37.5221948Z Successfully installed torchvision-0.14.0a0+2c1022e 2022-09-27T15:30:37.6458074Z + install_torchdynamo 2022-09-27T15:30:37.6458445Z + local commit 2022-09-27T15:30:37.6460522Z ++ get_pinned_commit torchdynamo 2022-09-27T15:30:37.6460957Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-09-27T15:30:37.6472814Z + commit=41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:37.6473544Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:37.6474845Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:38.0443698Z Collecting git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:38.0450444Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 41c44bc1d080d6cf063419a4166732b983b84eef) to /tmp/pip-req-build-epd0s2_l 2022-09-27T15:30:38.0483690Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-epd0s2_l 2022-09-27T15:30:38.7978374Z Running command git rev-parse -q --verify 'sha^41c44bc1d080d6cf063419a4166732b983b84eef' 2022-09-27T15:30:38.8011895Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:39.0675363Z Running command git checkout -q 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:39.3529470Z Resolved https://github.com/pytorch/torchdynamo.git to commit 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:41.0997755Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:30:41.1066989Z [?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:41.1070931Z 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:41.1418633Z Collecting tabulate 2022-09-27T15:30:41.1587193Z Downloading tabulate-0.8.10-py3-none-any.whl (29 kB) 2022-09-27T15:30:41.1643431Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-09-27T15:30:41.1646970Z 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:41.1668049Z 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:41.1691624Z 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:41.1789898Z Building wheels for collected packages: torchdynamo 2022-09-27T15:30:44.7926819Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-09-27T15:30:44.8006380Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2594468 sha256=6929e512df2ab0b9d50d92d0ff1128940932f655e5b6565979152cb74071ccd2 2022-09-27T15:30:44.8007590Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/77/0f/de/99455111d0619b9c9ed3eeb8e83431c83a6c69394197cf5fb8 2022-09-27T15:30:44.8035575Z Successfully built torchdynamo 2022-09-27T15:30:45.5066098Z Installing collected packages: tabulate, torchdynamo 2022-09-27T15:30:45.7747334Z Successfully installed tabulate-0.8.10 torchdynamo-1.13.0.dev0 2022-09-27T15:30:45.8607367Z + test_python_shard 1 2022-09-27T15:30:45.8607725Z + [[ -z 2 ]] 2022-09-27T15:30:45.8608130Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 1 2 --verbose 2022-09-27T15:30:47.2627000Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:30:47.3660710Z Ignoring disabled issues: [] 2022-09-27T15:30:47.3794614Z Found test time stats from artifacts 2022-09-27T15:30:47.3796354Z Selected tests: 2022-09-27T15:30:47.3796579Z test_ops 2022-09-27T15:30:47.3796922Z test_quantization 2022-09-27T15:30:47.3797251Z test_fx 2022-09-27T15:30:47.3797505Z test_reductions 2022-09-27T15:30:47.3797685Z test_jit_fuser_te 2022-09-27T15:30:47.3797870Z test_nn 2022-09-27T15:30:47.3798055Z test_sparse_csr 2022-09-27T15:30:47.3799438Z test_foreach 2022-09-27T15:30:47.3799747Z test_dataloader 2022-09-27T15:30:47.3800087Z test_type_hints 2022-09-27T15:30:47.3800358Z test_optim 2022-09-27T15:30:47.3800541Z test_mkldnn 2022-09-27T15:30:47.3803190Z test_dispatch 2022-09-27T15:30:47.3803938Z test_functional_autograd_benchmark 2022-09-27T15:30:47.3804342Z test_tensor_creation_ops 2022-09-27T15:30:47.3804690Z test_tensorboard 2022-09-27T15:30:47.3805006Z test_autograd 2022-09-27T15:30:47.3805260Z test_torch 2022-09-27T15:30:47.3805444Z test_jit_autocast 2022-09-27T15:30:47.3805616Z test_meta 2022-09-27T15:30:47.3805793Z test_masked 2022-09-27T15:30:47.3805985Z test_type_promotion 2022-09-27T15:30:47.3806181Z test_cpp_api_parity 2022-09-27T15:30:47.3806449Z test_spectral_ops 2022-09-27T15:30:47.3806738Z test_openmp 2022-09-27T15:30:47.3807001Z test_mkl_verbose 2022-09-27T15:30:47.3807296Z test_mobile_optimizer 2022-09-27T15:30:47.3807627Z test_mkldnn_verbose 2022-09-27T15:30:47.3807980Z lazy/test_step_closures 2022-09-27T15:30:47.3808316Z test_sort_and_select 2022-09-27T15:30:47.3808645Z test_package 2022-09-27T15:30:47.3808959Z test_public_bindings 2022-09-27T15:30:47.3809203Z test_indexing 2022-09-27T15:30:47.3809408Z test_namedtuple_return_api 2022-09-27T15:30:47.3809615Z test_vmap 2022-09-27T15:30:47.3809804Z test_scatter_gather_ops 2022-09-27T15:30:47.3810003Z test_shape_ops 2022-09-27T15:30:47.3810183Z test_nestedtensor 2022-09-27T15:30:47.3810386Z test_functionalization 2022-09-27T15:30:47.3810582Z test_model_dump 2022-09-27T15:30:47.3810763Z test_fake_tensor 2022-09-27T15:30:47.3810956Z test_function_schema 2022-09-27T15:30:47.3811145Z test_monitor 2022-09-27T15:30:47.3811334Z test_fx_reinplace_pass 2022-09-27T15:30:47.3811650Z test_python_dispatch 2022-09-27T15:30:47.3811870Z lazy/test_reuse_ir 2022-09-27T15:30:47.3812045Z test_autocast 2022-09-27T15:30:47.3812236Z test_native_functions 2022-09-27T15:30:47.3812450Z profiler/test_profiler_tree 2022-09-27T15:30:47.3812792Z test_type_info 2022-09-27T15:30:47.3813007Z test_set_default_mobile_cpu_allocator 2022-09-27T15:30:47.3813224Z test_show_pickle 2022-09-27T15:30:47.3813406Z test_jit_cuda_fuser 2022-09-27T15:30:47.3813604Z test_numpy_interop 2022-09-27T15:30:47.3813797Z test_native_mha 2022-09-27T15:30:47.3813980Z test_nvfuser_frontend 2022-09-27T15:30:47.3814173Z test_complex 2022-09-27T15:30:47.3814361Z lazy/test_bindings 2022-09-27T15:30:47.3814543Z lazy/test_meta_kernel 2022-09-27T15:30:47.3814730Z test_cuda 2022-09-27T15:30:47.3814913Z test_cuda_sanitizer 2022-09-27T15:30:47.3815084Z test_deploy 2022-09-27T15:30:47.3815265Z test_fx_backends 2022-09-27T15:30:47.3815451Z test_jiterator 2022-09-27T15:30:47.3815683Z test_pruning_op 2022-09-27T15:30:47.3984139Z Prioritized test from test file changes. 2022-09-27T15:30:47.3984679Z reordering tests for PR: 2022-09-27T15:30:47.3986047Z prioritized: ['test_ops', 'test_fx', 'test_reductions', 'test_jit_fuser_te', 'test_nn', 'test_sparse_csr', 'test_optim', 'test_dispatch', 'test_meta', 'test_masked', 'test_public_bindings', 'test_namedtuple_return_api', 'test_nestedtensor', 'test_fake_tensor', 'test_python_dispatch', 'test_jit_cuda_fuser'] 2022-09-27T15:30:47.3989819Z the rest: ['test_quantization', 'test_foreach', 'test_dataloader', 'test_type_hints', 'test_mkldnn', 'test_functional_autograd_benchmark', 'test_tensor_creation_ops', 'test_tensorboard', 'test_autograd', 'test_torch', 'test_jit_autocast', 'test_type_promotion', 'test_cpp_api_parity', 'test_spectral_ops', 'test_openmp', 'test_mkl_verbose', 'test_mobile_optimizer', 'test_mkldnn_verbose', 'lazy/test_step_closures', 'test_sort_and_select', 'test_package', 'test_indexing', 'test_vmap', 'test_scatter_gather_ops', 'test_shape_ops', 'test_functionalization', 'test_model_dump', 'test_function_schema', 'test_monitor', 'test_fx_reinplace_pass', 'lazy/test_reuse_ir', 'test_autocast', 'test_native_functions', 'profiler/test_profiler_tree', 'test_type_info', 'test_set_default_mobile_cpu_allocator', 'test_show_pickle', 'test_numpy_interop', 'test_native_mha', 'test_nvfuser_frontend', 'test_complex', 'lazy/test_bindings', 'lazy/test_meta_kernel', 'test_cuda', 'test_cuda_sanitizer', 'test_deploy', 'test_fx_backends', 'test_jiterator', 'test_pruning_op'] 2022-09-27T15:30:47.3991843Z 2022-09-27T15:30:47.3992591Z 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:47.4167348Z 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:47.4319234Z Running test_ops ... [2022-09-27 15:30:47.431657] 2022-09-27T15:30:47.4319798Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:30:47.431705] 2022-09-27T15:30:51.6093859Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops.xml 2022-09-27T15:30:51.8207428Z ============================= test session starts ============================== 2022-09-27T15:30:51.8208252Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T15:30:51.8271855Z cachedir: .pytest_cache 2022-09-27T15:30:51.8272710Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:30:51.8273292Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T15:30:51.8273924Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:30:51.8274188Z 2022-09-27T15:30:51.8710397Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:30:51.8710872Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:51.8711140Z 2022-09-27T15:30:51.9162274Z gw0 C / gw1 I / gw2 I / gw3 I 2022-09-27T15:30:51.9162775Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:51.9163201Z 2022-09-27T15:30:51.9680286Z gw0 C / gw1 C / gw2 I / gw3 I 2022-09-27T15:30:51.9680778Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:51.9681055Z 2022-09-27T15:30:52.0238063Z gw0 C / gw1 C / gw2 C / gw3 I 2022-09-27T15:30:52.0238542Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:52.0238826Z 2022-09-27T15:30:52.4918964Z gw0 C / gw1 C / gw2 C / gw3 C 2022-09-27T15:30:52.4919676Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:52.4919946Z 2022-09-27T15:30:52.4941959Z gw0 ok / gw1 C / gw2 C / gw3 C 2022-09-27T15:30:52.4942898Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:52.4943167Z 2022-09-27T15:30:52.5098655Z gw0 ok / gw1 C / gw2 ok / gw3 C 2022-09-27T15:30:52.5099415Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:52.5099685Z 2022-09-27T15:30:52.5105607Z gw0 ok / gw1 C / gw2 ok / gw3 ok 2022-09-27T15:30:52.5106250Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:52.5106531Z 2022-09-27T15:30:57.7525392Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:30:57.8330547Z gw0 ok / gw1 [25028] / gw2 ok / gw3 ok 2022-09-27T15:30:57.9398656Z gw0 ok / gw1 [25028] / gw2 [25028] / gw3 ok 2022-09-27T15:30:57.9792795Z gw0 ok / gw1 [25028] / gw2 [25028] / gw3 [25028] 2022-09-27T15:30:57.9796595Z gw0 [25028] / gw1 [25028] / gw2 [25028] / gw3 [25028] 2022-09-27T15:30:57.9796963Z scheduling tests via LoadScheduling 2022-09-27T15:30:58.1498685Z 2022-09-27T15:30:58.1499473Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 2022-09-27T15:30:58.1500050Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 2022-09-27T15:30:58.1500691Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 2022-09-27T15:30:58.1541246Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 2022-09-27T15:30:58.1595758Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 2022-09-27T15:30:58.1633798Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 2022-09-27T15:30:58.1645870Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 2022-09-27T15:30:58.1652516Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 2022-09-27T15:30:58.1654978Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 2022-09-27T15:30:58.1659515Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 2022-09-27T15:30:58.1665999Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 2022-09-27T15:30:58.1668950Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 2022-09-27T15:30:58.1669927Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 2022-09-27T15:30:58.1673653Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 2022-09-27T15:30:58.1676591Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 2022-09-27T15:30:58.1685086Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 2022-09-27T15:30:58.1685710Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 2022-09-27T15:30:58.1686604Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 2022-09-27T15:30:58.1687727Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 2022-09-27T15:30:58.1689916Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 2022-09-27T15:30:58.1692508Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 2022-09-27T15:30:58.1694935Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 2022-09-27T15:30:58.1698821Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 2022-09-27T15:30:58.1700942Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 2022-09-27T15:30:58.1702164Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 2022-09-27T15:30:58.1705454Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 2022-09-27T15:30:58.1715312Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 2022-09-27T15:30:58.1716529Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 2022-09-27T15:30:58.1719692Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 2022-09-27T15:30:58.1722180Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 2022-09-27T15:30:58.1724347Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 2022-09-27T15:30:58.1726418Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 2022-09-27T15:30:58.1727295Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 2022-09-27T15:30:58.1728865Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 2022-09-27T15:30:58.1730969Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 2022-09-27T15:30:58.1731685Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 2022-09-27T15:30:58.1733119Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 2022-09-27T15:30:58.1735393Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 2022-09-27T15:30:58.1737956Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 2022-09-27T15:30:58.2032890Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 2022-09-27T15:30:58.2062777Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 2022-09-27T15:30:58.2075876Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 2022-09-27T15:30:58.2076730Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 2022-09-27T15:30:58.2077489Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 2022-09-27T15:30:58.2102529Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 2022-09-27T15:30:58.2145507Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 2022-09-27T15:30:58.2154400Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 2022-09-27T15:30:58.2472084Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 2022-09-27T15:30:58.2508055Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 2022-09-27T15:30:58.2520148Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 2022-09-27T15:30:58.2522523Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 2022-09-27T15:30:58.2523467Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 2022-09-27T15:30:58.2542913Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 2022-09-27T15:30:58.2555556Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 2022-09-27T15:30:58.2564536Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 2022-09-27T15:30:58.2912862Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 2022-09-27T15:30:58.2956780Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 2022-09-27T15:30:58.2958138Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 2022-09-27T15:30:58.2959642Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 2022-09-27T15:30:58.2977132Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 2022-09-27T15:30:58.2984945Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 2022-09-27T15:30:58.3000124Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 2022-09-27T15:30:58.3011786Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 2022-09-27T15:30:58.3353342Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 2022-09-27T15:30:58.3398075Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 2022-09-27T15:30:58.3407397Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 2022-09-27T15:30:58.3409882Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 2022-09-27T15:30:58.3411142Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 2022-09-27T15:30:58.3441273Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 2022-09-27T15:30:58.3449381Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 2022-09-27T15:30:58.3459396Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 2022-09-27T15:30:58.3792421Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 2022-09-27T15:30:58.3826145Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 2022-09-27T15:30:58.3841000Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 2022-09-27T15:30:58.3842331Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 2022-09-27T15:30:58.3843083Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 2022-09-27T15:30:58.3874790Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 2022-09-27T15:30:58.3880226Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 2022-09-27T15:30:58.3900641Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 2022-09-27T15:30:58.4230920Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 2022-09-27T15:30:58.4263599Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 2022-09-27T15:30:58.4275537Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 2022-09-27T15:30:58.4276371Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 2022-09-27T15:30:58.4277288Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 2022-09-27T15:30:58.4301975Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 2022-09-27T15:30:58.4312032Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 2022-09-27T15:30:58.4314508Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 2022-09-27T15:30:58.4672194Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 2022-09-27T15:30:58.4705011Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 2022-09-27T15:30:58.4720982Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 2022-09-27T15:30:58.4722842Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 2022-09-27T15:30:58.4723507Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 2022-09-27T15:30:58.4761285Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 2022-09-27T15:30:58.4775046Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 2022-09-27T15:30:58.4778123Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 2022-09-27T15:30:58.5110611Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 2022-09-27T15:30:58.5137882Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 2022-09-27T15:30:58.5154252Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 2022-09-27T15:30:58.5155344Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 2022-09-27T15:30:58.5155969Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 2022-09-27T15:30:58.5193933Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 2022-09-27T15:30:58.5206749Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 2022-09-27T15:30:58.5214981Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 2022-09-27T15:30:58.5552973Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 2022-09-27T15:30:58.5578243Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 2022-09-27T15:30:58.5593668Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 2022-09-27T15:30:58.5594957Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 2022-09-27T15:30:58.5600304Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 2022-09-27T15:30:58.5613681Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 2022-09-27T15:30:58.5620855Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 2022-09-27T15:30:58.5652923Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 2022-09-27T15:30:58.5992576Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 2022-09-27T15:30:58.6035197Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 2022-09-27T15:30:58.6045631Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 2022-09-27T15:30:58.6046743Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 2022-09-27T15:30:58.6047144Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 2022-09-27T15:30:58.6111414Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 2022-09-27T15:30:58.6121388Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 2022-09-27T15:30:58.6123487Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 2022-09-27T15:30:58.6432329Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 2022-09-27T15:30:58.6473640Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 2022-09-27T15:30:58.6486398Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 2022-09-27T15:30:58.6487923Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 2022-09-27T15:30:58.6488539Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 2022-09-27T15:30:58.6516535Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 2022-09-27T15:30:58.6524046Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 2022-09-27T15:30:58.6530879Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 2022-09-27T15:30:58.6872299Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 2022-09-27T15:30:58.6916852Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 2022-09-27T15:30:58.6922890Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 2022-09-27T15:30:58.6923701Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 2022-09-27T15:30:58.6925208Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 2022-09-27T15:30:58.6942013Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 2022-09-27T15:30:58.6944327Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 2022-09-27T15:30:58.6959069Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 2022-09-27T15:30:58.7314998Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 2022-09-27T15:30:58.7403483Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 2022-09-27T15:30:58.7413314Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 2022-09-27T15:30:58.7417860Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 2022-09-27T15:30:58.7421911Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 2022-09-27T15:30:58.7449139Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 2022-09-27T15:30:58.7468687Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 2022-09-27T15:30:58.7531930Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 2022-09-27T15:30:58.7759265Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 2022-09-27T15:30:58.7846098Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 2022-09-27T15:30:58.7846795Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 2022-09-27T15:30:58.7858673Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 2022-09-27T15:30:58.7859303Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 2022-09-27T15:30:58.7869050Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 2022-09-27T15:30:58.7881918Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 2022-09-27T15:30:58.7920119Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 2022-09-27T15:30:58.8192734Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 2022-09-27T15:30:58.8253557Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 2022-09-27T15:30:58.8308180Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 2022-09-27T15:30:58.8331071Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 2022-09-27T15:30:58.8340438Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 2022-09-27T15:30:58.8346113Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 2022-09-27T15:30:58.8351875Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 2022-09-27T15:30:58.8634816Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 2022-09-27T15:30:58.8709974Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 2022-09-27T15:30:58.8755704Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 2022-09-27T15:30:58.8767854Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 2022-09-27T15:30:58.8860761Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 2022-09-27T15:30:58.8926039Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 2022-09-27T15:30:58.9073888Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 2022-09-27T15:30:58.9131645Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 2022-09-27T15:30:58.9193925Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 2022-09-27T15:30:58.9194718Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 2022-09-27T15:30:58.9235575Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 2022-09-27T15:30:58.9309664Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 2022-09-27T15:30:58.9509834Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 2022-09-27T15:30:58.9539614Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 2022-09-27T15:30:58.9631069Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 2022-09-27T15:30:58.9631477Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 2022-09-27T15:30:58.9668195Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 2022-09-27T15:30:58.9677515Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 2022-09-27T15:30:58.9952885Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 2022-09-27T15:30:58.9995926Z test_ops.py::TestCommonCPU::test_dtypes_H_cpu 2022-09-27T15:30:59.0072559Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes_H_cpu 2022-09-27T15:30:59.0073189Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 2022-09-27T15:30:59.0116860Z test_ops.py::TestCommonCPU::test_dtypes_T_cpu 2022-09-27T15:30:59.0123358Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 2022-09-27T15:30:59.0390775Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes_T_cpu 2022-09-27T15:30:59.0512038Z test_ops.py::TestCommonCPU::test_dtypes___rand___cpu 2022-09-27T15:30:59.0513720Z test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu 2022-09-27T15:30:59.0673855Z test_ops.py::TestCommonCPU::test_dtypes___radd___cpu 2022-09-27T15:30:59.0683732Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 2022-09-27T15:30:59.0692633Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 2022-09-27T15:30:59.0703449Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu 2022-09-27T15:30:59.0736155Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___radd___cpu 2022-09-27T15:30:59.0955623Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 2022-09-27T15:30:59.0956002Z test_ops.py::TestCommonCPU::test_dtypes___ror___cpu 2022-09-27T15:30:59.1150287Z test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu 2022-09-27T15:30:59.1194589Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 2022-09-27T15:30:59.1593853Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 2022-09-27T15:30:59.1630628Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 2022-09-27T15:30:59.2034409Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 2022-09-27T15:30:59.2240401Z test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu 2022-09-27T15:30:59.2472325Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu 2022-09-27T15:30:59.2700038Z test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu 2022-09-27T15:30:59.2708477Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rand___cpu 2022-09-27T15:30:59.2865313Z test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu 2022-09-27T15:30:59.3112441Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu 2022-09-27T15:30:59.3159729Z test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu 2022-09-27T15:30:59.3168949Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___ror___cpu 2022-09-27T15:30:59.3673063Z test_ops.py::TestCommonCPU::test_dtypes__masked_amax_cpu 2022-09-27T15:30:59.3685776Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu 2022-09-27T15:30:59.4362010Z test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu 2022-09-27T15:30:59.4371326Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu 2022-09-27T15:30:59.5014215Z test_ops.py::TestCommonCPU::test_dtypes__masked_argmax_cpu 2022-09-27T15:30:59.5030646Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu 2022-09-27T15:30:59.5844366Z test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu 2022-09-27T15:30:59.5859817Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu 2022-09-27T15:30:59.6048981Z test_ops.py::TestCommonCPU::test_dtypes__masked_argmin_cpu 2022-09-27T15:30:59.6064697Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_amax_cpu 2022-09-27T15:30:59.6444286Z test_ops.py::TestCommonCPU::test_dtypes__masked_cumprod_cpu 2022-09-27T15:30:59.6456306Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_argmax_cpu 2022-09-27T15:30:59.6534669Z test_ops.py::TestCommonCPU::test_dtypes__masked_log_softmax_cpu 2022-09-27T15:30:59.6561999Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu 2022-09-27T15:30:59.7102036Z test_ops.py::TestCommonCPU::test_dtypes__masked_amin_cpu 2022-09-27T15:30:59.7113305Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_cumprod_cpu 2022-09-27T15:30:59.7613253Z test_ops.py::TestCommonCPU::test_dtypes__masked_logsumexp_cpu 2022-09-27T15:30:59.7625078Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_argmin_cpu 2022-09-27T15:30:59.9407941Z test_ops.py::TestCommonCPU::test_dtypes__masked_logaddexp_cpu 2022-09-27T15:30:59.9415874Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_amin_cpu 2022-09-27T15:31:00.0413299Z test_ops.py::TestCommonCPU::test_dtypes__masked_cumsum_cpu 2022-09-27T15:31:00.0425321Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_cumsum_cpu 2022-09-27T15:31:00.1330687Z test_ops.py::TestCommonCPU::test_dtypes__masked_mean_cpu 2022-09-27T15:31:00.1338898Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_logaddexp_cpu 2022-09-27T15:31:00.1860695Z test_ops.py::TestCommonCPU::test_dtypes__masked_norm_cpu 2022-09-27T15:31:00.1869495Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_mean_cpu 2022-09-27T15:31:00.2389718Z test_ops.py::TestCommonCPU::test_dtypes__masked_prod_cpu 2022-09-27T15:31:00.2401950Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_log_softmax_cpu 2022-09-27T15:31:00.3627112Z test_ops.py::TestCommonCPU::test_dtypes__masked_median_cpu 2022-09-27T15:31:00.3638341Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_median_cpu 2022-09-27T15:31:00.3793566Z test_ops.py::TestCommonCPU::test_dtypes__masked_softmax_cpu 2022-09-27T15:31:00.3802152Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_logsumexp_cpu 2022-09-27T15:31:00.8723033Z test_ops.py::TestCommonCPU::test_dtypes__masked_normalize_cpu 2022-09-27T15:31:00.8731803Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_prod_cpu 2022-09-27T15:31:00.9572999Z test_ops.py::TestCommonCPU::test_dtypes__masked_sum_cpu 2022-09-27T15:31:00.9581460Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_softmax_cpu 2022-09-27T15:31:00.9792762Z test_ops.py::TestCommonCPU::test_dtypes__masked_var_cpu 2022-09-27T15:31:00.9801124Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_sum_cpu 2022-09-27T15:31:00.9953470Z test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu 2022-09-27T15:31:01.0048046Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu 2022-09-27T15:31:01.0054758Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_normalize_cpu 2022-09-27T15:31:01.0232476Z test_ops.py::TestCommonCPU::test_dtypes__masked_std_cpu 2022-09-27T15:31:01.5389285Z test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu 2022-09-27T15:31:01.5396461Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu 2022-09-27T15:31:02.0345363Z test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu 2022-09-27T15:31:02.0353363Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_var_cpu 2022-09-27T15:31:02.0893112Z test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu 2022-09-27T15:31:02.0901509Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu 2022-09-27T15:31:02.1016480Z test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu 2022-09-27T15:31:02.1064294Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu 2022-09-27T15:31:02.1074446Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu 2022-09-27T15:31:02.1313022Z test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu 2022-09-27T15:31:02.1341982Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu 2022-09-27T15:31:02.1449735Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu 2022-09-27T15:31:02.1510609Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu 2022-09-27T15:31:02.1754011Z test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu 2022-09-27T15:31:02.3769997Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu 2022-09-27T15:31:02.3779088Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_std_cpu 2022-09-27T15:31:02.3991948Z test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu 2022-09-27T15:31:02.4193576Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu 2022-09-27T15:31:02.4390144Z test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu 2022-09-27T15:31:02.4634222Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu 2022-09-27T15:31:02.4671184Z test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu 2022-09-27T15:31:02.4678213Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu 2022-09-27T15:31:02.4719098Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu 2022-09-27T15:31:02.5113828Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu 2022-09-27T15:31:02.5253980Z test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu 2022-09-27T15:31:02.5261927Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu 2022-09-27T15:31:02.5367797Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu 2022-09-27T15:31:02.5549956Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu 2022-09-27T15:31:02.6298496Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu 2022-09-27T15:31:02.6306499Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu 2022-09-27T15:31:02.6349656Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu 2022-09-27T15:31:02.6567093Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu 2022-09-27T15:31:02.6576373Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu 2022-09-27T15:31:02.6710193Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu 2022-09-27T15:31:02.6777885Z test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu 2022-09-27T15:31:02.6903586Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu 2022-09-27T15:31:02.6990925Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu 2022-09-27T15:31:02.7153779Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu 2022-09-27T15:31:02.7292565Z test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu 2022-09-27T15:31:02.7301105Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu 2022-09-27T15:31:02.7417051Z test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu 2022-09-27T15:31:02.7590907Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu 2022-09-27T15:31:02.7631404Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu 2022-09-27T15:31:02.7713164Z test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu 2022-09-27T15:31:02.7793963Z test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu 2022-09-27T15:31:02.7827848Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu 2022-09-27T15:31:02.7838644Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu 2022-09-27T15:31:02.7845259Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu 2022-09-27T15:31:02.7892161Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu 2022-09-27T15:31:02.8070667Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu 2022-09-27T15:31:02.8150240Z test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu 2022-09-27T15:31:02.8270752Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu 2022-09-27T15:31:02.8540528Z test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu 2022-09-27T15:31:02.8711513Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu 2022-09-27T15:31:02.8815711Z test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu 2022-09-27T15:31:02.9154051Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu 2022-09-27T15:31:03.0209536Z test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu 2022-09-27T15:31:03.0218740Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu 2022-09-27T15:31:03.0450982Z test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu 2022-09-27T15:31:03.0633135Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu 2022-09-27T15:31:03.0745257Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu 2022-09-27T15:31:03.0757578Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu 2022-09-27T15:31:03.2294544Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu 2022-09-27T15:31:03.2300522Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu 2022-09-27T15:31:03.2929881Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu 2022-09-27T15:31:03.2941292Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu 2022-09-27T15:31:03.3131147Z test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu 2022-09-27T15:31:03.3353717Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu 2022-09-27T15:31:03.3368202Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu 2022-09-27T15:31:03.3379364Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu 2022-09-27T15:31:03.3389189Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu 2022-09-27T15:31:03.3390155Z test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu 2022-09-27T15:31:03.3706203Z test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu 2022-09-27T15:31:03.3707171Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu 2022-09-27T15:31:03.3840795Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu 2022-09-27T15:31:03.3841533Z test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu 2022-09-27T15:31:03.4046361Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu 2022-09-27T15:31:03.4231291Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu 2022-09-27T15:31:03.4452270Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu 2022-09-27T15:31:03.4629635Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu 2022-09-27T15:31:03.4640015Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu 2022-09-27T15:31:03.4710027Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu 2022-09-27T15:31:03.4811099Z test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu 2022-09-27T15:31:03.4827293Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu 2022-09-27T15:31:03.4907322Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu 2022-09-27T15:31:03.5171567Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu 2022-09-27T15:31:03.5191580Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu 2022-09-27T15:31:03.5234393Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu 2022-09-27T15:31:03.5308039Z test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu 2022-09-27T15:31:03.5635073Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu 2022-09-27T15:31:03.5919645Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu 2022-09-27T15:31:03.5935055Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu 2022-09-27T15:31:03.6193313Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu 2022-09-27T15:31:03.6408341Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu 2022-09-27T15:31:03.6757887Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu 2022-09-27T15:31:03.6777366Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu 2022-09-27T15:31:03.7339852Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu 2022-09-27T15:31:03.7367104Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu 2022-09-27T15:31:03.8151124Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu 2022-09-27T15:31:03.8167690Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu 2022-09-27T15:31:03.8232686Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu 2022-09-27T15:31:03.8515341Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu 2022-09-27T15:31:03.8910459Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu 2022-09-27T15:31:03.9030163Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu 2022-09-27T15:31:03.9151473Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu 2022-09-27T15:31:03.9172555Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu 2022-09-27T15:31:03.9387831Z test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu 2022-09-27T15:31:03.9556242Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu 2022-09-27T15:31:03.9890856Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu 2022-09-27T15:31:03.9925838Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu 2022-09-27T15:31:04.0427850Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu 2022-09-27T15:31:04.0454717Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu 2022-09-27T15:31:04.1193439Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu 2022-09-27T15:31:04.1209627Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu 2022-09-27T15:31:04.1311660Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu 2022-09-27T15:31:04.1459907Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu 2022-09-27T15:31:04.1470045Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu 2022-09-27T15:31:04.1583797Z test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu 2022-09-27T15:31:04.1632832Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu 2022-09-27T15:31:04.1888375Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu 2022-09-27T15:31:04.1915164Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu 2022-09-27T15:31:04.2152610Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu 2022-09-27T15:31:04.2519379Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu 2022-09-27T15:31:04.2551673Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu 2022-09-27T15:31:04.2714633Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu 2022-09-27T15:31:04.2729633Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu 2022-09-27T15:31:04.3918406Z test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu 2022-09-27T15:31:04.3928191Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu 2022-09-27T15:31:04.4906763Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu 2022-09-27T15:31:04.4924315Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu 2022-09-27T15:31:04.5001263Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu 2022-09-27T15:31:04.5017002Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu 2022-09-27T15:31:04.5971076Z test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu 2022-09-27T15:31:04.5980257Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu 2022-09-27T15:31:04.6036471Z test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu 2022-09-27T15:31:04.6051790Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu 2022-09-27T15:31:04.6285695Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu 2022-09-27T15:31:04.6299048Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu 2022-09-27T15:31:04.7496861Z test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu 2022-09-27T15:31:04.7514094Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu 2022-09-27T15:31:04.8551277Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu 2022-09-27T15:31:04.8567995Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu 2022-09-27T15:31:04.8794790Z test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu 2022-09-27T15:31:04.8997919Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu 2022-09-27T15:31:04.9058438Z test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu 2022-09-27T15:31:04.9074684Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu 2022-09-27T15:31:04.9558108Z test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu 2022-09-27T15:31:04.9571366Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu 2022-09-27T15:31:04.9767050Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu 2022-09-27T15:31:04.9932717Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu 2022-09-27T15:31:04.9943571Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu 2022-09-27T15:31:04.9991088Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu 2022-09-27T15:31:05.0026151Z test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu 2022-09-27T15:31:05.0036750Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu 2022-09-27T15:31:05.0097896Z test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu 2022-09-27T15:31:05.0473619Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu 2022-09-27T15:31:05.0549051Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu 2022-09-27T15:31:05.0913706Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu 2022-09-27T15:31:05.1315181Z test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu 2022-09-27T15:31:05.1325723Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu 2022-09-27T15:31:05.1409782Z test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu 2022-09-27T15:31:05.1417820Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu 2022-09-27T15:31:05.4089158Z test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu 2022-09-27T15:31:05.4098166Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu 2022-09-27T15:31:05.4588868Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu 2022-09-27T15:31:05.4596594Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu 2022-09-27T15:31:05.4717428Z test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu 2022-09-27T15:31:05.5035041Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu 2022-09-27T15:31:05.6561035Z test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu 2022-09-27T15:31:05.6569411Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu 2022-09-27T15:31:05.6637505Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu 2022-09-27T15:31:05.6994009Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu 2022-09-27T15:31:05.7709748Z test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu 2022-09-27T15:31:05.7717870Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu 2022-09-27T15:31:05.8901094Z test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu 2022-09-27T15:31:05.8908822Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu 2022-09-27T15:31:05.9451480Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu 2022-09-27T15:31:05.9465587Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu 2022-09-27T15:31:05.9915035Z test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu 2022-09-27T15:31:05.9926579Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu 2022-09-27T15:31:06.0092396Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu 2022-09-27T15:31:06.0119731Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu 2022-09-27T15:31:06.0127728Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu 2022-09-27T15:31:06.0353079Z test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu 2022-09-27T15:31:06.0409549Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu 2022-09-27T15:31:06.0550918Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu 2022-09-27T15:31:06.1999861Z test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu 2022-09-27T15:31:06.2007862Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu 2022-09-27T15:31:06.3674754Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu 2022-09-27T15:31:06.3684034Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu 2022-09-27T15:31:06.3693477Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu 2022-09-27T15:31:06.3694403Z test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu 2022-09-27T15:31:06.7506006Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu 2022-09-27T15:31:06.7517732Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu 2022-09-27T15:31:06.8356390Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:31:06.8370845Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:31:06.9285771Z test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu 2022-09-27T15:31:06.9300092Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu 2022-09-27T15:31:06.9472353Z test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu 2022-09-27T15:31:06.9487731Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu 2022-09-27T15:31:06.9715025Z test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu 2022-09-27T15:31:06.9914963Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu 2022-09-27T15:31:07.1656817Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu 2022-09-27T15:31:07.1668556Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu 2022-09-27T15:31:07.1811709Z test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu 2022-09-27T15:31:07.1820166Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu 2022-09-27T15:31:07.1880458Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu 2022-09-27T15:31:07.2074158Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu 2022-09-27T15:31:07.3123736Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu 2022-09-27T15:31:07.3140302Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu 2022-09-27T15:31:07.3140771Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu 2022-09-27T15:31:07.3149790Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_norm_cpu 2022-09-27T15:31:07.3194549Z test_ops.py::TestCommonCPU::test_dtypes__masked_softmin_cpu 2022-09-27T15:31:07.3203307Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu 2022-09-27T15:31:07.3228380Z test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu 2022-09-27T15:31:07.3553975Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu 2022-09-27T15:31:07.3978900Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu 2022-09-27T15:31:07.3990822Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu 2022-09-27T15:31:07.4849134Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu 2022-09-27T15:31:07.4858685Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu 2022-09-27T15:31:07.5140115Z test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu 2022-09-27T15:31:07.5151521Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu 2022-09-27T15:31:07.5421019Z test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu 2022-09-27T15:31:07.5593164Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu 2022-09-27T15:31:07.6078749Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:31:07.6087822Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu 2022-09-27T15:31:07.6100593Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:31:07.6102610Z test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu 2022-09-27T15:31:07.6786550Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu 2022-09-27T15:31:07.6802740Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu 2022-09-27T15:31:07.6809062Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu 2022-09-27T15:31:07.6813464Z test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu 2022-09-27T15:31:07.6851465Z test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu 2022-09-27T15:31:07.6866782Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu 2022-09-27T15:31:07.6874117Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu 2022-09-27T15:31:07.6884865Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu 2022-09-27T15:31:07.7234837Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu 2022-09-27T15:31:07.7235338Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu 2022-09-27T15:31:07.7327566Z test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu 2022-09-27T15:31:07.7673896Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu 2022-09-27T15:31:07.7893564Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu 2022-09-27T15:31:07.7902277Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu 2022-09-27T15:31:07.8309008Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:31:07.8320523Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu 2022-09-27T15:31:07.9029283Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu 2022-09-27T15:31:07.9042192Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu 2022-09-27T15:31:07.9391558Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu 2022-09-27T15:31:07.9410230Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_softmin_cpu 2022-09-27T15:31:07.9574750Z test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu 2022-09-27T15:31:07.9833350Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu 2022-09-27T15:31:08.1301396Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu 2022-09-27T15:31:08.1310427Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu 2022-09-27T15:31:08.1736668Z test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu 2022-09-27T15:31:08.1757646Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu 2022-09-27T15:31:08.2458702Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu 2022-09-27T15:31:08.2469827Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu 2022-09-27T15:31:08.4374785Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu 2022-09-27T15:31:08.4383124Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:31:08.4526585Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu 2022-09-27T15:31:08.4536847Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu 2022-09-27T15:31:08.4602535Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu 2022-09-27T15:31:08.4837968Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu 2022-09-27T15:31:08.4846785Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu 2022-09-27T15:31:08.4852141Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu 2022-09-27T15:31:08.4863007Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu 2022-09-27T15:31:08.4953656Z test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu 2022-09-27T15:31:08.5072610Z test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu 2022-09-27T15:31:08.5273359Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu 2022-09-27T15:31:08.5282299Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu 2022-09-27T15:31:08.5293364Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu 2022-09-27T15:31:08.5341350Z test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu 2022-09-27T15:31:08.5383001Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu 2022-09-27T15:31:08.5716687Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu 2022-09-27T15:31:08.5717266Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu 2022-09-27T15:31:08.5771847Z test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu 2022-09-27T15:31:08.5774189Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu 2022-09-27T15:31:08.5891862Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu 2022-09-27T15:31:08.6123839Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu 2022-09-27T15:31:08.6152895Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu 2022-09-27T15:31:08.6159584Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu 2022-09-27T15:31:08.6192334Z test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu 2022-09-27T15:31:08.6206701Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu 2022-09-27T15:31:08.6588763Z test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu 2022-09-27T15:31:08.6611440Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu 2022-09-27T15:31:08.7168025Z test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu 2022-09-27T15:31:08.7185906Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu 2022-09-27T15:31:08.7269636Z test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu 2022-09-27T15:31:08.7594612Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu 2022-09-27T15:31:08.7730222Z test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu 2022-09-27T15:31:08.8033841Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu 2022-09-27T15:31:08.8498141Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu 2022-09-27T15:31:08.8506487Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu 2022-09-27T15:31:08.9112467Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:31:08.9122072Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu 2022-09-27T15:31:08.9183021Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu 2022-09-27T15:31:08.9196088Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu 2022-09-27T15:31:08.9323547Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu 2022-09-27T15:31:08.9553811Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu 2022-09-27T15:31:08.9840394Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu 2022-09-27T15:31:08.9849909Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:31:08.9859355Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu 2022-09-27T15:31:08.9860722Z test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu 2022-09-27T15:31:08.9941217Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:31:09.0272352Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu 2022-09-27T15:31:09.0283588Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu 2022-09-27T15:31:09.0284495Z test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu 2022-09-27T15:31:09.0440045Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu 2022-09-27T15:31:09.0713684Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu 2022-09-27T15:31:09.0777004Z test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu 2022-09-27T15:31:09.1152838Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu 2022-09-27T15:31:09.1329005Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu 2022-09-27T15:31:09.1342065Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:31:09.2415845Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:31:09.2426949Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu 2022-09-27T15:31:09.2950143Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu 2022-09-27T15:31:09.2958527Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu 2022-09-27T15:31:09.3064350Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu 2022-09-27T15:31:09.3076268Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu 2022-09-27T15:31:09.3130436Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu 2022-09-27T15:31:09.3132805Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu 2022-09-27T15:31:09.3393369Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu 2022-09-27T15:31:09.3512464Z test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu 2022-09-27T15:31:09.4015041Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu 2022-09-27T15:31:09.4023323Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu 2022-09-27T15:31:09.4116319Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu 2022-09-27T15:31:09.4124944Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu 2022-09-27T15:31:09.4144237Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu 2022-09-27T15:31:09.4187658Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu 2022-09-27T15:31:09.4431284Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu 2022-09-27T15:31:09.4550188Z test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu 2022-09-27T15:31:09.5040794Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu 2022-09-27T15:31:09.5058299Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu 2022-09-27T15:31:09.5077005Z test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu 2022-09-27T15:31:09.5087363Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu 2022-09-27T15:31:09.5235540Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu 2022-09-27T15:31:09.5250137Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu 2022-09-27T15:31:09.5673832Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu 2022-09-27T15:31:09.5695072Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu 2022-09-27T15:31:09.5698427Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu 2022-09-27T15:31:09.5705491Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu 2022-09-27T15:31:09.5790144Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu 2022-09-27T15:31:09.5827343Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu 2022-09-27T15:31:09.5842296Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu 2022-09-27T15:31:09.5934914Z test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu 2022-09-27T15:31:09.6111272Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu 2022-09-27T15:31:09.6269409Z test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu 2022-09-27T15:31:09.6375924Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu 2022-09-27T15:31:09.6568460Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu 2022-09-27T15:31:09.6590019Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu 2022-09-27T15:31:09.6710530Z test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu 2022-09-27T15:31:09.6802538Z test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu 2022-09-27T15:31:09.6837359Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu 2022-09-27T15:31:09.6851001Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu 2022-09-27T15:31:09.6979809Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu 2022-09-27T15:31:09.7031123Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu 2022-09-27T15:31:09.7152728Z test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu 2022-09-27T15:31:09.7650728Z test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu 2022-09-27T15:31:09.7677907Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu 2022-09-27T15:31:09.7882505Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu 2022-09-27T15:31:09.7904737Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu 2022-09-27T15:31:09.7917657Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu 2022-09-27T15:31:09.8112812Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu 2022-09-27T15:31:09.8426304Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu 2022-09-27T15:31:09.8437019Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:31:09.8647793Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu 2022-09-27T15:31:09.8657483Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu 2022-09-27T15:31:09.8708668Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:31:09.8722266Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu 2022-09-27T15:31:09.8936493Z test_ops.py::TestCommonCPU::test_dtypes_addr_cpu 2022-09-27T15:31:09.8955097Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu 2022-09-27T15:31:09.9127773Z test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu 2022-09-27T15:31:09.9146806Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu 2022-09-27T15:31:09.9160208Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addr_cpu 2022-09-27T15:31:09.9395795Z test_ops.py::TestCommonCPU::test_dtypes_amin_cpu 2022-09-27T15:31:09.9508113Z test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu 2022-09-27T15:31:09.9835572Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu 2022-09-27T15:31:10.0201046Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu 2022-09-27T15:31:10.0216430Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:31:10.0428895Z test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu 2022-09-27T15:31:10.0568636Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu 2022-09-27T15:31:10.0585390Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu 2022-09-27T15:31:10.0632578Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu 2022-09-27T15:31:10.1012890Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu 2022-09-27T15:31:10.1023658Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_amin_cpu 2022-09-27T15:31:10.1061279Z test_ops.py::TestCommonCPU::test_dtypes_arange_cpu 2022-09-27T15:31:10.1069753Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu 2022-09-27T15:31:10.1307927Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:31:10.1320442Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu 2022-09-27T15:31:10.1328328Z test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu 2022-09-27T15:31:10.1509328Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:31:10.1640861Z test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu 2022-09-27T15:31:10.1949498Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu 2022-09-27T15:31:10.2064362Z test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu 2022-09-27T15:31:10.2391752Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu 2022-09-27T15:31:10.3655268Z test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu 2022-09-27T15:31:10.3667910Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu 2022-09-27T15:31:10.3712462Z test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu 2022-09-27T15:31:10.4070360Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu 2022-09-27T15:31:10.4087469Z test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu 2022-09-27T15:31:10.4099344Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu 2022-09-27T15:31:10.4219566Z test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu 2022-09-27T15:31:10.4226878Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu 2022-09-27T15:31:10.4306229Z test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu 2022-09-27T15:31:10.4314513Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_arange_cpu 2022-09-27T15:31:10.4402795Z test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu 2022-09-27T15:31:10.4606010Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu 2022-09-27T15:31:10.4619133Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu 2022-09-27T15:31:10.4632721Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu 2022-09-27T15:31:10.4961125Z test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu 2022-09-27T15:31:10.4974048Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu 2022-09-27T15:31:10.5065054Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu 2022-09-27T15:31:10.5391631Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu 2022-09-27T15:31:10.5642365Z test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu 2022-09-27T15:31:10.5831340Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu 2022-09-27T15:31:10.5882629Z test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu 2022-09-27T15:31:10.5907707Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu 2022-09-27T15:31:10.6217545Z test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu 2022-09-27T15:31:10.6253206Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu 2022-09-27T15:31:10.6271233Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu 2022-09-27T15:31:10.6312206Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu 2022-09-27T15:31:10.6515387Z test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu 2022-09-27T15:31:10.6549938Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu 2022-09-27T15:31:10.6562312Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu 2022-09-27T15:31:10.6630253Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu 2022-09-27T15:31:10.6708909Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu 2022-09-27T15:31:10.6737910Z test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu 2022-09-27T15:31:10.6774249Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu 2022-09-27T15:31:10.6783125Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu 2022-09-27T15:31:10.6876539Z test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu 2022-09-27T15:31:10.6990692Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu 2022-09-27T15:31:10.7195086Z test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu 2022-09-27T15:31:10.7201438Z test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu 2022-09-27T15:31:10.7315115Z test_ops.py::TestCommonCPU::test_dtypes_add_cpu 2022-09-27T15:31:10.7633655Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu 2022-09-27T15:31:10.7944165Z test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu 2022-09-27T15:31:10.7958843Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_add_cpu 2022-09-27T15:31:10.8391549Z test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu 2022-09-27T15:31:10.8395742Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu 2022-09-27T15:31:10.8396898Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu 2022-09-27T15:31:10.8632446Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu 2022-09-27T15:31:10.8633231Z test_ops.py::TestCommonCPU::test_dtypes_all_cpu 2022-09-27T15:31:10.8633926Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu 2022-09-27T15:31:10.8846567Z test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu 2022-09-27T15:31:10.8855279Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu 2022-09-27T15:31:10.8863943Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu 2022-09-27T15:31:10.8911947Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu 2022-09-27T15:31:10.9468697Z test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu 2022-09-27T15:31:10.9479348Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu 2022-09-27T15:31:11.0205454Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu 2022-09-27T15:31:11.0213727Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu 2022-09-27T15:31:11.0316980Z test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu 2022-09-27T15:31:11.0483008Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu 2022-09-27T15:31:11.0492666Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu 2022-09-27T15:31:11.0629211Z test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu 2022-09-27T15:31:11.0716701Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu 2022-09-27T15:31:11.0913432Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu 2022-09-27T15:31:11.1181322Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu 2022-09-27T15:31:11.1188695Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu 2022-09-27T15:31:11.1553391Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu 2022-09-27T15:31:11.1561238Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu 2022-09-27T15:31:11.1676064Z test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu 2022-09-27T15:31:11.1994580Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu 2022-09-27T15:31:11.2183947Z test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu 2022-09-27T15:31:11.2431679Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu 2022-09-27T15:31:11.2561524Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu 2022-09-27T15:31:11.2871568Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu 2022-09-27T15:31:11.2978466Z test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu 2022-09-27T15:31:11.2989976Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_all_cpu 2022-09-27T15:31:11.3020938Z test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu 2022-09-27T15:31:11.3314787Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu 2022-09-27T15:31:11.3715289Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu 2022-09-27T15:31:11.3729327Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu 2022-09-27T15:31:11.4131778Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu 2022-09-27T15:31:11.4153609Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu 2022-09-27T15:31:11.4400660Z test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu 2022-09-27T15:31:11.4410965Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu 2022-09-27T15:31:11.6282124Z test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu 2022-09-27T15:31:11.6293373Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu 2022-09-27T15:31:11.6308918Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu 2022-09-27T15:31:11.6713009Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu 2022-09-27T15:31:11.7052536Z test_ops.py::TestCommonCPU::test_dtypes_byte_cpu 2022-09-27T15:31:11.7061934Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu 2022-09-27T15:31:11.7320242Z test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu 2022-09-27T15:31:11.7470522Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu 2022-09-27T15:31:11.7632853Z test_ops.py::TestCommonCPU::test_dtypes_acos_cpu 2022-09-27T15:31:11.7910697Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_acos_cpu 2022-09-27T15:31:11.8337413Z test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu 2022-09-27T15:31:11.8346332Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_byte_cpu 2022-09-27T15:31:11.8529282Z test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu 2022-09-27T15:31:11.8753451Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu 2022-09-27T15:31:11.8990327Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu 2022-09-27T15:31:11.9002717Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu 2022-09-27T15:31:11.9070192Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu 2022-09-27T15:31:11.9106835Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu 2022-09-27T15:31:11.9111833Z test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu 2022-09-27T15:31:11.9437128Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu 2022-09-27T15:31:11.9653598Z test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu 2022-09-27T15:31:11.9673510Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu 2022-09-27T15:31:12.0563232Z test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu 2022-09-27T15:31:12.0572517Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu 2022-09-27T15:31:12.0777456Z test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu 2022-09-27T15:31:12.0788654Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu 2022-09-27T15:31:12.0900794Z test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu 2022-09-27T15:31:12.0920461Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu 2022-09-27T15:31:12.1050875Z test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu 2022-09-27T15:31:12.1074819Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu 2022-09-27T15:31:12.1190017Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu 2022-09-27T15:31:12.1349670Z test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu 2022-09-27T15:31:12.1409248Z test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu 2022-09-27T15:31:12.1705175Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu 2022-09-27T15:31:12.1712578Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu 2022-09-27T15:31:12.1790404Z test_ops.py::TestCommonCPU::test_dtypes_cos_cpu 2022-09-27T15:31:12.1869549Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu 2022-09-27T15:31:12.2043191Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cos_cpu 2022-09-27T15:31:12.2052069Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu 2022-09-27T15:31:12.2139448Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu 2022-09-27T15:31:12.2149872Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu 2022-09-27T15:31:12.2152950Z test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu 2022-09-27T15:31:12.2562235Z test_ops.py::TestCommonCPU::test_dtypes_cross_cpu 2022-09-27T15:31:12.2574145Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu 2022-09-27T15:31:12.2579496Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu 2022-09-27T15:31:12.2588450Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu 2022-09-27T15:31:12.2629519Z test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu 2022-09-27T15:31:12.2636428Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cross_cpu 2022-09-27T15:31:12.2671312Z test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu 2022-09-27T15:31:12.2735148Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu 2022-09-27T15:31:12.2745698Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu 2022-09-27T15:31:12.2868592Z test_ops.py::TestCommonCPU::test_dtypes_amax_cpu 2022-09-27T15:31:12.2871493Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu 2022-09-27T15:31:12.2990722Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu 2022-09-27T15:31:12.2992463Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu 2022-09-27T15:31:12.3032506Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu 2022-09-27T15:31:12.3057335Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu 2022-09-27T15:31:12.3069191Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu 2022-09-27T15:31:12.3225374Z test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu 2022-09-27T15:31:12.3434141Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu 2022-09-27T15:31:12.3434759Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu 2022-09-27T15:31:12.3498126Z test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu 2022-09-27T15:31:12.3509882Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu 2022-09-27T15:31:12.3775284Z test_ops.py::TestCommonCPU::test_dtypes_diff_cpu 2022-09-27T15:31:12.3871468Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu 2022-09-27T15:31:12.3872945Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu 2022-09-27T15:31:12.3965773Z test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu 2022-09-27T15:31:12.4306247Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu 2022-09-27T15:31:12.4316228Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_amax_cpu 2022-09-27T15:31:12.4318952Z test_ops.py::TestCommonCPU::test_dtypes_any_cpu 2022-09-27T15:31:12.4375488Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu 2022-09-27T15:31:12.4384992Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diff_cpu 2022-09-27T15:31:12.4460061Z test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu 2022-09-27T15:31:12.4471127Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu 2022-09-27T15:31:12.4583249Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:31:12.4791296Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu 2022-09-27T15:31:12.4838281Z test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu 2022-09-27T15:31:12.5233738Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu 2022-09-27T15:31:12.5242467Z test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu 2022-09-27T15:31:12.5253363Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu 2022-09-27T15:31:12.5316714Z test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu 2022-09-27T15:31:12.5558487Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu 2022-09-27T15:31:12.5568224Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:31:12.5672014Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:31:12.6058593Z test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu 2022-09-27T15:31:12.6075503Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:31:12.6162784Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu 2022-09-27T15:31:12.6175150Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu 2022-09-27T15:31:12.6245648Z test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu 2022-09-27T15:31:12.6262443Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu 2022-09-27T15:31:12.6271124Z test_ops.py::TestCommonCPU::test_dtypes_complex_cpu 2022-09-27T15:31:12.6458245Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu 2022-09-27T15:31:12.6512753Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu 2022-09-27T15:31:12.6590795Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu 2022-09-27T15:31:12.7139371Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu 2022-09-27T15:31:12.7150836Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu 2022-09-27T15:31:12.7626188Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu 2022-09-27T15:31:12.7639592Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu 2022-09-27T15:31:12.8077747Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu 2022-09-27T15:31:12.8095941Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu 2022-09-27T15:31:12.8138201Z test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu 2022-09-27T15:31:12.8182385Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu 2022-09-27T15:31:12.8190066Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu 2022-09-27T15:31:12.8515347Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu 2022-09-27T15:31:12.9141669Z test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu 2022-09-27T15:31:12.9155434Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu 2022-09-27T15:31:12.9445083Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu 2022-09-27T15:31:12.9463554Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_any_cpu 2022-09-27T15:31:12.9751979Z test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu 2022-09-27T15:31:12.9765702Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu 2022-09-27T15:31:12.9819247Z test_ops.py::TestCommonCPU::test_dtypes_fill_cpu 2022-09-27T15:31:13.0189410Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fill_cpu 2022-09-27T15:31:13.0231477Z test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu 2022-09-27T15:31:13.0240676Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_complex_cpu 2022-09-27T15:31:13.0247511Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu 2022-09-27T15:31:13.0283471Z test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu 2022-09-27T15:31:13.0632292Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu 2022-09-27T15:31:13.0672651Z test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu 2022-09-27T15:31:13.0878638Z test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu 2022-09-27T15:31:13.1114433Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu 2022-09-27T15:31:13.1365330Z test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu 2022-09-27T15:31:13.1375551Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu 2022-09-27T15:31:13.1591865Z test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu 2022-09-27T15:31:13.1614543Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu 2022-09-27T15:31:13.1636904Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu 2022-09-27T15:31:13.1789974Z test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu 2022-09-27T15:31:13.1965309Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu 2022-09-27T15:31:13.1973379Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu 2022-09-27T15:31:13.2034993Z test_ops.py::TestCommonCPU::test_dtypes_frac_cpu 2022-09-27T15:31:13.2229837Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu 2022-09-27T15:31:13.2383265Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu 2022-09-27T15:31:13.2430357Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu 2022-09-27T15:31:13.2440388Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu 2022-09-27T15:31:13.2670092Z test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu 2022-09-27T15:31:13.2740952Z test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu 2022-09-27T15:31:13.2874547Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu 2022-09-27T15:31:13.2878429Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu 2022-09-27T15:31:13.2887480Z test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu 2022-09-27T15:31:13.2896596Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_frac_cpu 2022-09-27T15:31:13.3110954Z test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu 2022-09-27T15:31:13.3198188Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu 2022-09-27T15:31:13.3251166Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu 2022-09-27T15:31:13.3310963Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu 2022-09-27T15:31:13.3554565Z test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu 2022-09-27T15:31:13.3937509Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu 2022-09-27T15:31:13.3991320Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu 2022-09-27T15:31:13.4579054Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:31:13.4588009Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu 2022-09-27T15:31:13.4655237Z test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu 2022-09-27T15:31:13.4994266Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu 2022-09-27T15:31:13.5265514Z test_ops.py::TestCommonCPU::test_dtypes_eq_cpu 2022-09-27T15:31:13.5272730Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:31:13.5355252Z test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu 2022-09-27T15:31:13.5364723Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu 2022-09-27T15:31:13.5478449Z test_ops.py::TestCommonCPU::test_dtypes_gt_cpu 2022-09-27T15:31:13.5710996Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu 2022-09-27T15:31:13.6965648Z test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu 2022-09-27T15:31:13.6976179Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu 2022-09-27T15:31:13.7077727Z test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu 2022-09-27T15:31:13.7392571Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu 2022-09-27T15:31:13.7492264Z test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu 2022-09-27T15:31:13.7832883Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu 2022-09-27T15:31:13.7951572Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu 2022-09-27T15:31:13.8122928Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu 2022-09-27T15:31:13.8130656Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gt_cpu 2022-09-27T15:31:13.8274108Z test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu 2022-09-27T15:31:13.8375697Z test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu 2022-09-27T15:31:13.8714548Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu 2022-09-27T15:31:13.8942096Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu 2022-09-27T15:31:13.8950253Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_eq_cpu 2022-09-27T15:31:13.9108604Z test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu 2022-09-27T15:31:13.9142382Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu 2022-09-27T15:31:13.9152448Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu 2022-09-27T15:31:13.9228634Z test_ops.py::TestCommonCPU::test_dtypes_asin_cpu 2022-09-27T15:31:13.9393213Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_asin_cpu 2022-09-27T15:31:13.9486803Z test_ops.py::TestCommonCPU::test_dtypes_expand_cpu 2022-09-27T15:31:13.9590442Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expand_cpu 2022-09-27T15:31:13.9668076Z test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu 2022-09-27T15:31:13.9833705Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu 2022-09-27T15:31:14.0034356Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu 2022-09-27T15:31:14.0491288Z test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu 2022-09-27T15:31:14.0507253Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu 2022-09-27T15:31:14.0919048Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu 2022-09-27T15:31:14.0933631Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu 2022-09-27T15:31:14.1308356Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu 2022-09-27T15:31:14.1311801Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu 2022-09-27T15:31:14.1749098Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu 2022-09-27T15:31:14.1751925Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu 2022-09-27T15:31:14.1993473Z test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu 2022-09-27T15:31:14.1999334Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu 2022-09-27T15:31:14.1999907Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu 2022-09-27T15:31:14.2263827Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu 2022-09-27T15:31:14.2343737Z test_ops.py::TestCommonCPU::test_dtypes_abs_cpu 2022-09-27T15:31:14.2598739Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_abs_cpu 2022-09-27T15:31:14.3702302Z test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu 2022-09-27T15:31:14.3717871Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu 2022-09-27T15:31:14.4473299Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu 2022-09-27T15:31:14.4479730Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu 2022-09-27T15:31:14.4491673Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu 2022-09-27T15:31:14.4496429Z test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu 2022-09-27T15:31:14.4901648Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu 2022-09-27T15:31:14.4914790Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu 2022-09-27T15:31:14.6186588Z test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu 2022-09-27T15:31:14.6196565Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu 2022-09-27T15:31:14.6304309Z test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu 2022-09-27T15:31:14.6634663Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu 2022-09-27T15:31:14.6720021Z test_ops.py::TestCommonCPU::test_dtypes_float_cpu 2022-09-27T15:31:14.6892014Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_float_cpu 2022-09-27T15:31:14.6904433Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu 2022-09-27T15:31:14.7072479Z test_ops.py::TestCommonCPU::test_dtypes_bool_cpu 2022-09-27T15:31:14.8044345Z test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu 2022-09-27T15:31:14.8063368Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu 2022-09-27T15:31:14.8375755Z test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu 2022-09-27T15:31:14.8383647Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu 2022-09-27T15:31:14.8422418Z test_ops.py::TestCommonCPU::test_dtypes_angle_cpu 2022-09-27T15:31:14.8793895Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_angle_cpu 2022-09-27T15:31:14.9159421Z test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu 2022-09-27T15:31:14.9167535Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu 2022-09-27T15:31:14.9277119Z test_ops.py::TestCommonCPU::test_dtypes_ge_cpu 2022-09-27T15:31:14.9285730Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bool_cpu 2022-09-27T15:31:15.1812966Z test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu 2022-09-27T15:31:15.1825541Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ge_cpu 2022-09-27T15:31:15.1883256Z test_ops.py::TestCommonCPU::test_dtypes_half_cpu 2022-09-27T15:31:15.2233639Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_half_cpu 2022-09-27T15:31:15.3291946Z test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu 2022-09-27T15:31:15.3303333Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu 2022-09-27T15:31:15.3421052Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu 2022-09-27T15:31:15.3714545Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu 2022-09-27T15:31:15.3817894Z test_ops.py::TestCommonCPU::test_dtypes_atan_cpu 2022-09-27T15:31:15.4156977Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atan_cpu 2022-09-27T15:31:15.4291924Z test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu 2022-09-27T15:31:15.4596780Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu 2022-09-27T15:31:15.5902503Z test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu 2022-09-27T15:31:15.5913962Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu 2022-09-27T15:31:15.7339543Z test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu 2022-09-27T15:31:15.7356837Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu 2022-09-27T15:31:15.9862025Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu 2022-09-27T15:31:15.9870667Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu 2022-09-27T15:31:16.0024895Z test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu 2022-09-27T15:31:16.0317198Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu 2022-09-27T15:31:16.0420231Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu 2022-09-27T15:31:16.0756649Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu 2022-09-27T15:31:16.0921089Z test_ops.py::TestCommonCPU::test_dtypes_cat_cpu 2022-09-27T15:31:16.1195562Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cat_cpu 2022-09-27T15:31:16.3337001Z test_ops.py::TestCommonCPU::test_dtypes_char_cpu 2022-09-27T15:31:16.3347432Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_char_cpu 2022-09-27T15:31:16.3426580Z test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu 2022-09-27T15:31:16.3751933Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu 2022-09-27T15:31:16.3793337Z test_ops.py::TestCommonCPU::test_dtypes_clone_cpu 2022-09-27T15:31:16.4195696Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clone_cpu 2022-09-27T15:31:16.4263676Z test_ops.py::TestCommonCPU::test_dtypes_conj_cpu 2022-09-27T15:31:16.4634555Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_conj_cpu 2022-09-27T15:31:16.5432029Z test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu 2022-09-27T15:31:16.5440797Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu 2022-09-27T15:31:17.1885719Z test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu 2022-09-27T15:31:17.1895261Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu 2022-09-27T15:31:17.2336650Z test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu 2022-09-27T15:31:17.2348588Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu 2022-09-27T15:31:17.2620570Z test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu 2022-09-27T15:31:17.2792681Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu 2022-09-27T15:31:17.2983199Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu 2022-09-27T15:31:17.3234812Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu 2022-09-27T15:31:18.9416374Z test_ops.py::TestCommonCPU::test_dtypes_dist_cpu 2022-09-27T15:31:18.9425490Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dist_cpu 2022-09-27T15:31:18.9535264Z test_ops.py::TestCommonCPU::test_dtypes_dot_cpu 2022-09-27T15:31:18.9834402Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dot_cpu 2022-09-27T15:31:19.0450592Z test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu 2022-09-27T15:31:19.0458434Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu 2022-09-27T15:31:19.0530484Z test_ops.py::TestCommonCPU::test_dtypes_equal_cpu 2022-09-27T15:31:19.0870793Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_equal_cpu 2022-09-27T15:31:19.1199607Z test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu 2022-09-27T15:31:19.1312914Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu 2022-09-27T15:31:19.1462466Z test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu 2022-09-27T15:31:19.1752963Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu 2022-09-27T15:31:19.2495195Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu 2022-09-27T15:31:19.2513132Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu 2022-09-27T15:31:19.3322416Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu 2022-09-27T15:31:19.3339020Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu 2022-09-27T15:31:19.3449176Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu 2022-09-27T15:31:19.3755901Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu 2022-09-27T15:31:19.4377638Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu 2022-09-27T15:31:19.4388039Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu 2022-09-27T15:31:19.5561286Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu 2022-09-27T15:31:19.5576354Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu 2022-09-27T15:31:19.5698681Z test_ops.py::TestCommonCPU::test_dtypes_flip_cpu 2022-09-27T15:31:19.5996927Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flip_cpu 2022-09-27T15:31:19.6310212Z test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu 2022-09-27T15:31:19.6433618Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu 2022-09-27T15:31:19.7485752Z test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu 2022-09-27T15:31:19.7511281Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu 2022-09-27T15:31:19.7618541Z test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu 2022-09-27T15:31:19.7953978Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu 2022-09-27T15:31:20.1116742Z test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu 2022-09-27T15:31:20.1128480Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu 2022-09-27T15:31:20.1902196Z test_ops.py::TestCommonCPU::test_dtypes_i0_cpu 2022-09-27T15:31:20.1917389Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_i0_cpu 2022-09-27T15:31:20.2115542Z test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu 2022-09-27T15:31:20.2354356Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu 2022-09-27T15:31:20.4936472Z test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu 2022-09-27T15:31:20.4954182Z [gw2] [ 2%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu 2022-09-27T15:31:20.5872837Z test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu 2022-09-27T15:31:20.5880739Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu 2022-09-27T15:31:20.5923962Z test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu 2022-09-27T15:31:20.5954965Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu 2022-09-27T15:31:20.5963126Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu 2022-09-27T15:31:20.6311803Z test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu 2022-09-27T15:31:21.1062704Z test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu 2022-09-27T15:31:21.1072196Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu 2022-09-27T15:31:21.1135529Z test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu 2022-09-27T15:31:21.1514791Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu 2022-09-27T15:31:21.1596155Z test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu 2022-09-27T15:31:21.1603475Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu 2022-09-27T15:31:21.1611000Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu 2022-09-27T15:31:21.1953617Z test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu 2022-09-27T15:31:21.2064315Z test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu 2022-09-27T15:31:21.2074753Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu 2022-09-27T15:31:21.3510081Z test_ops.py::TestCommonCPU::test_dtypes_istft_cpu 2022-09-27T15:31:21.3524224Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu 2022-09-27T15:31:21.3942089Z test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu 2022-09-27T15:31:21.3958332Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu 2022-09-27T15:31:21.3983599Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu 2022-09-27T15:31:21.4392187Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu 2022-09-27T15:31:21.4412209Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu 2022-09-27T15:31:21.4830522Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu 2022-09-27T15:31:21.4986764Z test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu 2022-09-27T15:31:21.5272133Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu 2022-09-27T15:31:21.6865819Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu 2022-09-27T15:31:21.6894761Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu 2022-09-27T15:31:21.7444328Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu 2022-09-27T15:31:21.7462026Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_istft_cpu 2022-09-27T15:31:21.7492110Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu 2022-09-27T15:31:21.7810563Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu 2022-09-27T15:31:21.7818460Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu 2022-09-27T15:31:21.7876768Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu 2022-09-27T15:31:21.7997512Z test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu 2022-09-27T15:31:21.8009297Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu 2022-09-27T15:31:21.8432235Z test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu 2022-09-27T15:31:21.8447382Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu 2022-09-27T15:31:21.8981288Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu 2022-09-27T15:31:21.9007788Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu 2022-09-27T15:31:22.0605846Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu 2022-09-27T15:31:22.0618579Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu 2022-09-27T15:31:22.1078392Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu 2022-09-27T15:31:22.1089222Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu 2022-09-27T15:31:22.1591641Z test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu 2022-09-27T15:31:22.1607742Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu 2022-09-27T15:31:22.1868235Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu 2022-09-27T15:31:22.1879674Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu 2022-09-27T15:31:22.2018017Z test_ops.py::TestCommonCPU::test_dtypes_imag_cpu 2022-09-27T15:31:22.2032366Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu 2022-09-27T15:31:22.2785654Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu 2022-09-27T15:31:22.2792599Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_imag_cpu 2022-09-27T15:31:22.2991478Z test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu 2022-09-27T15:31:22.3184448Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu 2022-09-27T15:31:22.3197212Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu 2022-09-27T15:31:22.3206035Z test_ops.py::TestCommonCPU::test_dtypes_int_cpu 2022-09-27T15:31:22.3707993Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu 2022-09-27T15:31:22.3719640Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu 2022-09-27T15:31:22.4600716Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu 2022-09-27T15:31:22.4627011Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu 2022-09-27T15:31:22.5269078Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu 2022-09-27T15:31:22.5287662Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_int_cpu 2022-09-27T15:31:22.5630052Z test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu 2022-09-27T15:31:22.5655224Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu 2022-09-27T15:31:22.5827462Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu 2022-09-27T15:31:22.5850062Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu 2022-09-27T15:31:22.6263961Z test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu 2022-09-27T15:31:22.6270398Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu 2022-09-27T15:31:22.6446727Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu 2022-09-27T15:31:22.6469338Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu 2022-09-27T15:31:22.7273755Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu 2022-09-27T15:31:22.7295572Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu 2022-09-27T15:31:22.7328840Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu 2022-09-27T15:31:22.7790149Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu 2022-09-27T15:31:22.9369809Z test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu 2022-09-27T15:31:22.9378197Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu 2022-09-27T15:31:23.4367591Z test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu 2022-09-27T15:31:23.4375087Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu 2022-09-27T15:31:23.6364697Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu 2022-09-27T15:31:23.6380835Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu 2022-09-27T15:31:23.7094863Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu 2022-09-27T15:31:23.7109742Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu 2022-09-27T15:31:24.0742278Z test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu 2022-09-27T15:31:24.0754843Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu 2022-09-27T15:31:24.2345251Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu 2022-09-27T15:31:24.2388393Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu 2022-09-27T15:31:24.5884013Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu 2022-09-27T15:31:24.5892773Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu 2022-09-27T15:31:24.9067313Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:31:24.9075409Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu 2022-09-27T15:31:25.7463542Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu 2022-09-27T15:31:25.7474592Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu 2022-09-27T15:31:25.7493969Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu 2022-09-27T15:31:25.7874983Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu 2022-09-27T15:31:25.8829752Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu 2022-09-27T15:31:25.8850074Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu 2022-09-27T15:31:25.9485761Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu 2022-09-27T15:31:25.9497449Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu 2022-09-27T15:31:26.2607313Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu 2022-09-27T15:31:26.2616238Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu 2022-09-27T15:31:26.3158475Z test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu 2022-09-27T15:31:26.3166715Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu 2022-09-27T15:31:26.3840347Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu 2022-09-27T15:31:26.3853730Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu 2022-09-27T15:31:26.4631731Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu 2022-09-27T15:31:26.4644187Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu 2022-09-27T15:31:26.7644069Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu 2022-09-27T15:31:26.7656523Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:31:26.8430029Z test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu 2022-09-27T15:31:26.8441969Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu 2022-09-27T15:31:27.7893410Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu 2022-09-27T15:31:27.7901969Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu 2022-09-27T15:31:27.8412827Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu 2022-09-27T15:31:27.8418764Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu 2022-09-27T15:31:27.9168160Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu 2022-09-27T15:31:27.9179790Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu 2022-09-27T15:31:27.9913508Z test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu 2022-09-27T15:31:27.9926329Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu 2022-09-27T15:31:28.0003517Z test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu 2022-09-27T15:31:28.0354034Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu 2022-09-27T15:31:28.0401658Z test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu 2022-09-27T15:31:28.0790769Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu 2022-09-27T15:31:28.1260848Z test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu 2022-09-27T15:31:28.1271934Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu 2022-09-27T15:31:28.3945237Z test_ops.py::TestCommonCPU::test_dtypes_cov_cpu 2022-09-27T15:31:28.3953753Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cov_cpu 2022-09-27T15:31:28.4657489Z test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu 2022-09-27T15:31:28.4672852Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu 2022-09-27T15:31:28.5546077Z test_ops.py::TestCommonCPU::test_dtypes_diag_cpu 2022-09-27T15:31:28.5561440Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu 2022-09-27T15:31:28.5608624Z test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu 2022-09-27T15:31:28.5622786Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diag_cpu 2022-09-27T15:31:28.5726650Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu 2022-09-27T15:31:28.5991320Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu 2022-09-27T15:31:28.6109469Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu 2022-09-27T15:31:28.6434818Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu 2022-09-27T15:31:28.6609812Z test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu 2022-09-27T15:31:28.6622979Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu 2022-09-27T15:31:28.7047246Z test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu 2022-09-27T15:31:28.7055427Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu 2022-09-27T15:31:28.8216981Z test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu 2022-09-27T15:31:28.8234242Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu 2022-09-27T15:31:28.8306797Z test_ops.py::TestCommonCPU::test_dtypes_double_cpu 2022-09-27T15:31:28.8634793Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_double_cpu 2022-09-27T15:31:28.8675053Z test_ops.py::TestCommonCPU::test_dtypes_empty_cpu 2022-09-27T15:31:28.9074995Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_empty_cpu 2022-09-27T15:31:28.9274426Z test_ops.py::TestCommonCPU::test_dtypes_erf_cpu 2022-09-27T15:31:28.9514633Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erf_cpu 2022-09-27T15:31:28.9728491Z test_ops.py::TestCommonCPU::test_dtypes_exp_cpu 2022-09-27T15:31:28.9950850Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_exp_cpu 2022-09-27T15:31:29.0424301Z test_ops.py::TestCommonCPU::test_dtypes_eye_cpu 2022-09-27T15:31:29.0431661Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu 2022-09-27T15:31:29.2323760Z test_ops.py::TestCommonCPU::test_dtypes_long_cpu 2022-09-27T15:31:29.2332422Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_long_cpu 2022-09-27T15:31:29.2857923Z test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu 2022-09-27T15:31:29.2868423Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu 2022-09-27T15:31:29.2998316Z test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu 2022-09-27T15:31:29.3273906Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu 2022-09-27T15:31:29.4234082Z test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu 2022-09-27T15:31:29.4244320Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_eye_cpu 2022-09-27T15:31:29.4327248Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu 2022-09-27T15:31:29.4676389Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu 2022-09-27T15:31:29.4684441Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu 2022-09-27T15:31:29.4686307Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu 2022-09-27T15:31:29.5249718Z test_ops.py::TestCommonCPU::test_dtypes_mean_cpu 2022-09-27T15:31:29.5263805Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu 2022-09-27T15:31:29.6583407Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu 2022-09-27T15:31:29.6598198Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu 2022-09-27T15:31:29.7210622Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu 2022-09-27T15:31:29.7229986Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu 2022-09-27T15:31:29.8329563Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu 2022-09-27T15:31:29.8339929Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu 2022-09-27T15:31:29.8383245Z test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu 2022-09-27T15:31:29.8753112Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu 2022-09-27T15:31:29.8943762Z test_ops.py::TestCommonCPU::test_dtypes_floor_cpu 2022-09-27T15:31:29.9233281Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_floor_cpu 2022-09-27T15:31:29.9826402Z test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu 2022-09-27T15:31:29.9839869Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu 2022-09-27T15:31:30.0029207Z test_ops.py::TestCommonCPU::test_dtypes_log2_cpu 2022-09-27T15:31:30.0233581Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log2_cpu 2022-09-27T15:31:30.0241971Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mean_cpu 2022-09-27T15:31:30.0268314Z test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu 2022-09-27T15:31:30.0594066Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu 2022-09-27T15:31:30.0604635Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu 2022-09-27T15:31:30.0680527Z test_ops.py::TestCommonCPU::test_dtypes_gather_cpu 2022-09-27T15:31:30.0690439Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu 2022-09-27T15:31:30.0708646Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gather_cpu 2022-09-27T15:31:30.1031287Z test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu 2022-09-27T15:31:30.1332164Z test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu 2022-09-27T15:31:30.1343461Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu 2022-09-27T15:31:30.1472658Z test_ops.py::TestCommonCPU::test_dtypes_mm_cpu 2022-09-27T15:31:30.1750202Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mm_cpu 2022-09-27T15:31:30.2004136Z test_ops.py::TestCommonCPU::test_dtypes_mul_cpu 2022-09-27T15:31:30.2014541Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu 2022-09-27T15:31:30.2540373Z test_ops.py::TestCommonCPU::test_dtypes_histc_cpu 2022-09-27T15:31:30.2554456Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mul_cpu 2022-09-27T15:31:30.4258183Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:31:30.4274939Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu 2022-09-27T15:31:30.4894178Z test_ops.py::TestCommonCPU::test_dtypes_logit_cpu 2022-09-27T15:31:30.4906663Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logit_cpu 2022-09-27T15:31:30.5111166Z test_ops.py::TestCommonCPU::test_dtypes_lt_cpu 2022-09-27T15:31:30.5123167Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:31:30.7410290Z test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu 2022-09-27T15:31:30.7418562Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu 2022-09-27T15:31:30.7551058Z test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu 2022-09-27T15:31:30.7832882Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu 2022-09-27T15:31:30.7919914Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu 2022-09-27T15:31:30.7984095Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu 2022-09-27T15:31:30.7993762Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lt_cpu 2022-09-27T15:31:30.8084581Z test_ops.py::TestCommonCPU::test_dtypes_mH_cpu 2022-09-27T15:31:30.8270780Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mH_cpu 2022-09-27T15:31:30.8331164Z test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu 2022-09-27T15:31:30.8430368Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu 2022-09-27T15:31:30.8533739Z test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu 2022-09-27T15:31:30.8714372Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu 2022-09-27T15:31:30.8874587Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:31:30.9114460Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu 2022-09-27T15:31:30.9314592Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu 2022-09-27T15:31:31.2023340Z test_ops.py::TestCommonCPU::test_dtypes_median_cpu 2022-09-27T15:31:31.2034407Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_median_cpu 2022-09-27T15:31:31.2222707Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu 2022-09-27T15:31:31.2470772Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu 2022-09-27T15:31:31.3542115Z test_ops.py::TestCommonCPU::test_dtypes_mode_cpu 2022-09-27T15:31:31.3571369Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mode_cpu 2022-09-27T15:31:31.4324235Z test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu 2022-09-27T15:31:31.4342860Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:31:31.9274550Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu 2022-09-27T15:31:31.9301987Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu 2022-09-27T15:31:31.9340896Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:31:31.9713029Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:31:32.0302764Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu 2022-09-27T15:31:32.0312376Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu 2022-09-27T15:31:32.1243714Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:31:32.1253257Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu 2022-09-27T15:31:32.2455216Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu 2022-09-27T15:31:32.2474271Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:31:33.0740765Z test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu 2022-09-27T15:31:33.0749849Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu 2022-09-27T15:31:33.9346705Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu 2022-09-27T15:31:33.9358102Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu 2022-09-27T15:31:33.9693315Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu 2022-09-27T15:31:33.9712416Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histc_cpu 2022-09-27T15:31:33.9726380Z test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu 2022-09-27T15:31:33.9745002Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu 2022-09-27T15:31:33.9793442Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu 2022-09-27T15:31:34.0229110Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu 2022-09-27T15:31:34.1196116Z test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu 2022-09-27T15:31:34.1218524Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu 2022-09-27T15:31:34.2391822Z test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu 2022-09-27T15:31:34.2399144Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu 2022-09-27T15:31:34.3153386Z test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu 2022-09-27T15:31:34.3161738Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu 2022-09-27T15:31:34.3323748Z test_ops.py::TestCommonCPU::test_dtypes_log_cpu 2022-09-27T15:31:34.3591891Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_cpu 2022-09-27T15:31:34.3809551Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu 2022-09-27T15:31:34.3819042Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu 2022-09-27T15:31:34.4115337Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:31:34.4124088Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu 2022-09-27T15:31:34.5193571Z test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu 2022-09-27T15:31:34.5202987Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu 2022-09-27T15:31:34.5442447Z test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu 2022-09-27T15:31:34.5452092Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:31:34.5844845Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:31:34.5856532Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu 2022-09-27T15:31:34.5922767Z test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu 2022-09-27T15:31:34.6270186Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu 2022-09-27T15:31:34.6436097Z test_ops.py::TestCommonCPU::test_dtypes_inner_cpu 2022-09-27T15:31:34.6709705Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_inner_cpu 2022-09-27T15:31:34.7369010Z test_ops.py::TestCommonCPU::test_dtypes_isin_cpu 2022-09-27T15:31:34.7376328Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isin_cpu 2022-09-27T15:31:34.7759417Z test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu 2022-09-27T15:31:34.7791077Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu 2022-09-27T15:31:34.7810377Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:31:34.8233997Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:31:34.8313531Z test_ops.py::TestCommonCPU::test_dtypes_kron_cpu 2022-09-27T15:31:34.8671147Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_kron_cpu 2022-09-27T15:31:34.9136675Z test_ops.py::TestCommonCPU::test_dtypes_le_cpu 2022-09-27T15:31:34.9149432Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu 2022-09-27T15:31:34.9226755Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu 2022-09-27T15:31:34.9555554Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu 2022-09-27T15:31:35.1764119Z test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu 2022-09-27T15:31:35.1776566Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_le_cpu 2022-09-27T15:31:35.2409503Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu 2022-09-27T15:31:35.2421057Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu 2022-09-27T15:31:35.3130896Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu 2022-09-27T15:31:35.3144251Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu 2022-09-27T15:31:35.3691769Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu 2022-09-27T15:31:35.3700438Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu 2022-09-27T15:31:35.4224495Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu 2022-09-27T15:31:35.4232070Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu 2022-09-27T15:31:35.4773639Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:31:35.4786498Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu 2022-09-27T15:31:35.6718791Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:31:35.6743947Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:31:35.9367061Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu 2022-09-27T15:31:35.9394039Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu 2022-09-27T15:31:35.9826467Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:31:35.9855453Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:31:36.2807327Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu 2022-09-27T15:31:36.2834846Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:31:36.3924471Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu 2022-09-27T15:31:36.3952317Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu 2022-09-27T15:31:36.4873357Z test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu 2022-09-27T15:31:36.4889903Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu 2022-09-27T15:31:36.4905306Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu 2022-09-27T15:31:36.4912943Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu 2022-09-27T15:31:36.4938498Z test_ops.py::TestCommonCPU::test_dtypes_lu_cpu 2022-09-27T15:31:36.4954294Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu 2022-09-27T15:31:36.7960685Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu 2022-09-27T15:31:36.7996328Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_cpu 2022-09-27T15:31:36.8224355Z test_ops.py::TestCommonCPU::test_dtypes_mT_cpu 2022-09-27T15:31:36.8511617Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mT_cpu 2022-09-27T15:31:36.9948262Z test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu 2022-09-27T15:31:36.9974712Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu 2022-09-27T15:31:37.1908185Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu 2022-09-27T15:31:37.1940624Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu 2022-09-27T15:31:37.2266853Z test_ops.py::TestCommonCPU::test_dtypes_log10_cpu 2022-09-27T15:31:37.2287247Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log10_cpu 2022-09-27T15:31:37.2299153Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu 2022-09-27T15:31:37.2307321Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu 2022-09-27T15:31:37.2321084Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu 2022-09-27T15:31:37.2349924Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu 2022-09-27T15:31:37.2807744Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu 2022-09-27T15:31:37.2833354Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu 2022-09-27T15:31:37.3022820Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu 2022-09-27T15:31:37.3350855Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu 2022-09-27T15:31:37.3903271Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu 2022-09-27T15:31:37.3932277Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu 2022-09-27T15:31:37.4030127Z test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu 2022-09-27T15:31:37.4429620Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu 2022-09-27T15:31:37.4519318Z test_ops.py::TestCommonCPU::test_dtypes_mv_cpu 2022-09-27T15:31:37.4949989Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mv_cpu 2022-09-27T15:31:37.5500518Z test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu 2022-09-27T15:31:37.5529560Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu 2022-09-27T15:31:37.5605570Z test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu 2022-09-27T15:31:37.5631329Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu 2022-09-27T15:31:37.8348098Z test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu 2022-09-27T15:31:37.8363941Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu 2022-09-27T15:31:37.8529069Z test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu 2022-09-27T15:31:37.8538910Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu 2022-09-27T15:31:37.8972392Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu 2022-09-27T15:31:37.8988806Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu 2022-09-27T15:31:38.1999314Z test_ops.py::TestCommonCPU::test_dtypes_ne_cpu 2022-09-27T15:31:38.2005288Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu 2022-09-27T15:31:38.2521553Z test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu 2022-09-27T15:31:38.2530875Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ne_cpu 2022-09-27T15:31:38.2649627Z test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu 2022-09-27T15:31:38.2854585Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu 2022-09-27T15:31:38.2863686Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu 2022-09-27T15:31:38.2985931Z test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu 2022-09-27T15:31:38.5156914Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:31:38.5176519Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu 2022-09-27T15:31:38.6006850Z test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu 2022-09-27T15:31:38.6030873Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu 2022-09-27T15:31:38.7255008Z test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu 2022-09-27T15:31:38.7284779Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu 2022-09-27T15:31:38.7497563Z test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu 2022-09-27T15:31:38.7518145Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:31:38.7556433Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:31:38.7569863Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu 2022-09-27T15:31:38.8462966Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu 2022-09-27T15:31:38.8488898Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu 2022-09-27T15:31:38.8697542Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu 2022-09-27T15:31:38.8924567Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu 2022-09-27T15:31:38.8985888Z test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu 2022-09-27T15:31:38.8998921Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu 2022-09-27T15:31:39.0066708Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu 2022-09-27T15:31:39.0080433Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu 2022-09-27T15:31:39.0391370Z test_ops.py::TestCommonCPU::test_dtypes_msort_cpu 2022-09-27T15:31:39.0404858Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu 2022-09-27T15:31:39.0502397Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:31:39.0514918Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_msort_cpu 2022-09-27T15:31:39.0997062Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:31:39.1004105Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:31:39.2315223Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu 2022-09-27T15:31:39.2333934Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:31:39.4176444Z test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu 2022-09-27T15:31:39.4188942Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu 2022-09-27T15:31:39.6699865Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu 2022-09-27T15:31:39.6712993Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu 2022-09-27T15:31:39.6840244Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:31:39.6851939Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:31:39.7780148Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu 2022-09-27T15:31:39.7808854Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu 2022-09-27T15:31:39.7910964Z test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu 2022-09-27T15:31:39.7925502Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:31:39.7949981Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:31:39.8232397Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu 2022-09-27T15:31:39.8328374Z test_ops.py::TestCommonCPU::test_dtypes_neg_cpu 2022-09-27T15:31:39.8674143Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_neg_cpu 2022-09-27T15:31:39.8764681Z test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu 2022-09-27T15:31:39.9111914Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu 2022-09-27T15:31:39.9793269Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:31:39.9811928Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu 2022-09-27T15:31:40.3778780Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:31:40.3786584Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:31:40.3803209Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu 2022-09-27T15:31:40.3811790Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:31:40.4746287Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:31:40.4759992Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:31:41.1052986Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:31:41.1070478Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:31:41.2554105Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu 2022-09-27T15:31:41.2563503Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:31:41.4875472Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu 2022-09-27T15:31:41.4885893Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu 2022-09-27T15:31:41.6721661Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:31:41.6731538Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu 2022-09-27T15:31:41.7686785Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:31:41.7695555Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:31:41.8753912Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu 2022-09-27T15:31:41.8766805Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu 2022-09-27T15:31:41.9730533Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:31:41.9759986Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:31:42.0873082Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu 2022-09-27T15:31:42.0883225Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu 2022-09-27T15:31:42.9859874Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu 2022-09-27T15:31:42.9865700Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu 2022-09-27T15:31:43.1550492Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu 2022-09-27T15:31:43.1578884Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu 2022-09-27T15:31:43.3352661Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu 2022-09-27T15:31:43.3365203Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:31:43.3941682Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu 2022-09-27T15:31:43.3956000Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu 2022-09-27T15:31:43.6572979Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu 2022-09-27T15:31:43.6585177Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu 2022-09-27T15:31:44.0448586Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu 2022-09-27T15:31:44.0478416Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu 2022-09-27T15:31:44.2436501Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu 2022-09-27T15:31:44.2466644Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu 2022-09-27T15:31:44.2538861Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu 2022-09-27T15:31:44.2914153Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu 2022-09-27T15:31:44.3991984Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu 2022-09-27T15:31:44.4021192Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu 2022-09-27T15:31:44.4872515Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu 2022-09-27T15:31:44.4879621Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu 2022-09-27T15:31:44.6058461Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu 2022-09-27T15:31:44.6069301Z [gw0] [ 2%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu 2022-09-27T15:31:44.7406008Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu 2022-09-27T15:31:44.7415021Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu 2022-09-27T15:31:44.7861895Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu 2022-09-27T15:31:44.7869417Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu 2022-09-27T15:31:44.8674708Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:31:44.8686416Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu 2022-09-27T15:31:44.9349004Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:31:44.9370008Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu 2022-09-27T15:31:44.9805978Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu 2022-09-27T15:31:44.9821042Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu 2022-09-27T15:31:45.0854229Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:31:45.0862943Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:31:45.9803194Z test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu 2022-09-27T15:31:45.9811794Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu 2022-09-27T15:31:46.1264305Z test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu 2022-09-27T15:31:46.1283035Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu 2022-09-27T15:31:46.1357383Z test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu 2022-09-27T15:31:46.1715026Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu 2022-09-27T15:31:46.8384611Z test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu 2022-09-27T15:31:46.8393237Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:31:47.1356020Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu 2022-09-27T15:31:47.1367706Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:31:47.3930258Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu 2022-09-27T15:31:47.3946112Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu 2022-09-27T15:31:47.6207415Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu 2022-09-27T15:31:47.6224478Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu 2022-09-27T15:31:47.8851072Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu 2022-09-27T15:31:47.8859867Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:31:48.3415957Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu 2022-09-27T15:31:48.3442928Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu 2022-09-27T15:31:48.8787844Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu 2022-09-27T15:31:48.8800326Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu 2022-09-27T15:31:48.9001182Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu 2022-09-27T15:31:48.9012086Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu 2022-09-27T15:31:49.0197294Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu 2022-09-27T15:31:49.0208845Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu 2022-09-27T15:31:49.1936145Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu 2022-09-27T15:31:49.1948619Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu 2022-09-27T15:31:49.3491791Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu 2022-09-27T15:31:49.3518820Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu 2022-09-27T15:31:49.3997406Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu 2022-09-27T15:31:49.4020899Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu 2022-09-27T15:31:49.4644529Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:31:49.4668841Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu 2022-09-27T15:31:49.6559838Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu 2022-09-27T15:31:49.6571763Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu 2022-09-27T15:31:50.0622558Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu 2022-09-27T15:31:50.0630711Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:31:50.1178556Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu 2022-09-27T15:31:50.1187750Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu 2022-09-27T15:31:50.2895383Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu 2022-09-27T15:31:50.2907909Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu 2022-09-27T15:31:50.4023341Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu 2022-09-27T15:31:50.4042380Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu 2022-09-27T15:31:51.0872525Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu 2022-09-27T15:31:51.0884564Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu 2022-09-27T15:31:51.2608648Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu 2022-09-27T15:31:51.2617177Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu 2022-09-27T15:31:51.6025523Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu 2022-09-27T15:31:51.6041345Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu 2022-09-27T15:31:52.5188235Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu 2022-09-27T15:31:52.5196128Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu 2022-09-27T15:31:52.6369383Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu 2022-09-27T15:31:52.6377121Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu 2022-09-27T15:31:52.6393637Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu 2022-09-27T15:31:52.6793906Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu 2022-09-27T15:31:52.7040031Z test_ops.py::TestCommonCPU::test_dtypes_put_cpu 2022-09-27T15:31:52.7231328Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_put_cpu 2022-09-27T15:31:52.9140194Z test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu 2022-09-27T15:31:52.9148702Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu 2022-09-27T15:31:52.9215706Z test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu 2022-09-27T15:31:52.9553534Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu 2022-09-27T15:31:53.0942417Z test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu 2022-09-27T15:31:53.0953878Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu 2022-09-27T15:31:53.1049949Z test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu 2022-09-27T15:31:53.1353419Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu 2022-09-27T15:31:53.1392290Z test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu 2022-09-27T15:31:53.1794223Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu 2022-09-27T15:31:53.2921383Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu 2022-09-27T15:31:53.2933194Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu 2022-09-27T15:31:53.3598938Z test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu 2022-09-27T15:31:53.3607976Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu 2022-09-27T15:31:53.5522080Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu 2022-09-27T15:31:53.5535044Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu 2022-09-27T15:31:58.2726298Z test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu 2022-09-27T15:31:58.2737508Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu 2022-09-27T15:31:58.3021919Z test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu 2022-09-27T15:31:58.3153876Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu 2022-09-27T15:31:58.3299433Z test_ops.py::TestCommonCPU::test_dtypes_sign_cpu 2022-09-27T15:31:58.3593328Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sign_cpu 2022-09-27T15:31:58.3675870Z test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu 2022-09-27T15:31:58.4034574Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu 2022-09-27T15:31:58.8409568Z test_ops.py::TestCommonCPU::test_dtypes_sort_cpu 2022-09-27T15:31:58.8417349Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sort_cpu 2022-09-27T15:31:58.8900905Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu 2022-09-27T15:31:58.8910040Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu 2022-09-27T15:31:59.0317462Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu 2022-09-27T15:31:59.0326564Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu 2022-09-27T15:31:59.0881793Z test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu 2022-09-27T15:31:59.0889098Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu 2022-09-27T15:31:59.1377232Z test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu 2022-09-27T15:31:59.1385782Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu 2022-09-27T15:31:59.1864463Z test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu 2022-09-27T15:31:59.1876553Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu 2022-09-27T15:31:59.2353109Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu 2022-09-27T15:31:59.2361536Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu 2022-09-27T15:31:59.2838095Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:31:59.2845879Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:31:59.2861389Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:31:59.3274281Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:31:59.5744979Z test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu 2022-09-27T15:31:59.5752867Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu 2022-09-27T15:31:59.5851243Z test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu 2022-09-27T15:31:59.6189812Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu 2022-09-27T15:31:59.8690646Z test_ops.py::TestCommonCPU::test_dtypes_std_cpu 2022-09-27T15:31:59.8699527Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_std_cpu 2022-09-27T15:31:59.8854208Z test_ops.py::TestCommonCPU::test_dtypes_sum_cpu 2022-09-27T15:31:59.9111487Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sum_cpu 2022-09-27T15:31:59.9808166Z test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu 2022-09-27T15:31:59.9820358Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu 2022-09-27T15:31:59.9921225Z test_ops.py::TestCommonCPU::test_dtypes_tan_cpu 2022-09-27T15:32:00.0233960Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tan_cpu 2022-09-27T15:32:00.0547878Z test_ops.py::TestCommonCPU::test_dtypes_tile_cpu 2022-09-27T15:32:00.0671242Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tile_cpu 2022-09-27T15:32:00.0839214Z test_ops.py::TestCommonCPU::test_dtypes_trace_cpu 2022-09-27T15:32:00.1111647Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trace_cpu 2022-09-27T15:32:00.1879027Z test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu 2022-09-27T15:32:00.1897154Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu 2022-09-27T15:32:00.4163182Z test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu 2022-09-27T15:32:00.4171407Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu 2022-09-27T15:32:00.4269354Z test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu 2022-09-27T15:32:00.4593285Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu 2022-09-27T15:32:13.7046393Z test_ops.py::TestCommonCPU::test_dtypes_unique_cpu 2022-09-27T15:32:13.7056522Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unique_cpu 2022-09-27T15:32:13.7219969Z test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu 2022-09-27T15:32:13.7470131Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu 2022-09-27T15:32:13.7547684Z test_ops.py::TestCommonCPU::test_dtypes_view_cpu 2022-09-27T15:32:13.7832327Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_cpu 2022-09-27T15:32:13.7838966Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu 2022-09-27T15:32:13.7911842Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:32:13.9094635Z test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu 2022-09-27T15:32:13.9110086Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu 2022-09-27T15:32:13.9126265Z test_ops.py::TestCommonCPU::test_errors___radd___cpu 2022-09-27T15:32:13.9516517Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___radd___cpu 2022-09-27T15:32:13.9544336Z test_ops.py::TestCommonCPU::test_errors___rmul___cpu 2022-09-27T15:32:13.9955156Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rmul___cpu 2022-09-27T15:32:13.9990851Z test_ops.py::TestCommonCPU::test_errors___rxor___cpu 2022-09-27T15:32:14.0396040Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rxor___cpu 2022-09-27T15:32:14.0689819Z test_ops.py::TestCommonCPU::test_errors_aminmax_cpu 2022-09-27T15:32:14.0832611Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_aminmax_cpu 2022-09-27T15:32:14.0859889Z test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu 2022-09-27T15:32:14.1279072Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu 2022-09-27T15:32:14.1302887Z test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu 2022-09-27T15:32:14.1710638Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu 2022-09-27T15:32:14.1742500Z test_ops.py::TestCommonCPU::test_errors_complex_cpu 2022-09-27T15:32:14.2151514Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_complex_cpu 2022-09-27T15:32:14.2167443Z test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu 2022-09-27T15:32:14.2177241Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:32:14.2463434Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu 2022-09-27T15:32:14.2592715Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu 2022-09-27T15:32:14.2623452Z test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu 2022-09-27T15:32:14.3033967Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu 2022-09-27T15:32:14.3247972Z test_ops.py::TestCommonCPU::test_errors_eye_cpu 2022-09-27T15:32:14.3473842Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_eye_cpu 2022-09-27T15:32:14.3501121Z test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu 2022-09-27T15:32:14.3915112Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu 2022-09-27T15:32:14.4409648Z test_ops.py::TestCommonCPU::test_errors_gather_cpu 2022-09-27T15:32:14.4416742Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_gather_cpu 2022-09-27T15:32:14.4443404Z test_ops.py::TestCommonCPU::test_errors_gt_cpu 2022-09-27T15:32:14.4833920Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_gt_cpu 2022-09-27T15:32:14.4860149Z test_ops.py::TestCommonCPU::test_errors_hypot_cpu 2022-09-27T15:32:14.5190994Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_hypot_cpu 2022-09-27T15:32:14.5198287Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu 2022-09-27T15:32:14.5271821Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu 2022-09-27T15:32:14.5376912Z test_ops.py::TestCommonCPU::test_errors_isclose_cpu 2022-09-27T15:32:14.5714781Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_isclose_cpu 2022-09-27T15:32:14.5747331Z test_ops.py::TestCommonCPU::test_errors_lcm_cpu 2022-09-27T15:32:14.6154613Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_lcm_cpu 2022-09-27T15:32:14.6243484Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu 2022-09-27T15:32:14.6593965Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu 2022-09-27T15:32:14.6625740Z test_ops.py::TestCommonCPU::test_errors_logical_and_cpu 2022-09-27T15:32:14.7036948Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_and_cpu 2022-09-27T15:32:14.7080946Z test_ops.py::TestCommonCPU::test_errors_lt_cpu 2022-09-27T15:32:14.7471796Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_lt_cpu 2022-09-27T15:32:14.7496376Z test_ops.py::TestCommonCPU::test_errors_maximum_cpu 2022-09-27T15:32:14.7914006Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_maximum_cpu 2022-09-27T15:32:14.8273092Z test_ops.py::TestCommonCPU::test_errors_movedim_cpu 2022-09-27T15:32:14.8350469Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_movedim_cpu 2022-09-27T15:32:14.8373453Z test_ops.py::TestCommonCPU::test_errors_ne_cpu 2022-09-27T15:32:14.8790613Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_ne_cpu 2022-09-27T15:32:14.8982129Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu 2022-09-27T15:32:14.9231431Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu 2022-09-27T15:32:14.9318289Z test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu 2022-09-27T15:32:14.9671633Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu 2022-09-27T15:32:14.9699625Z test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:32:15.0111413Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:32:15.0195156Z test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:32:15.0553818Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:32:15.0620018Z test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu 2022-09-27T15:32:15.0993742Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu 2022-09-27T15:32:15.1013965Z test_ops.py::TestCommonCPU::test_errors_remainder_cpu 2022-09-27T15:32:15.1432257Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_remainder_cpu 2022-09-27T15:32:15.1555557Z test_ops.py::TestCommonCPU::test_errors_roll_cpu 2022-09-27T15:32:15.1869624Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_roll_cpu 2022-09-27T15:32:15.2098449Z test_ops.py::TestCommonCPU::test_errors_scatter_cpu 2022-09-27T15:32:15.2309797Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_scatter_cpu 2022-09-27T15:32:15.2325421Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu 2022-09-27T15:32:15.2750084Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu 2022-09-27T15:32:15.2769712Z test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu 2022-09-27T15:32:15.3191331Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu 2022-09-27T15:32:15.3207700Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:32:15.3632239Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:32:15.3730967Z test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu 2022-09-27T15:32:15.4073894Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu 2022-09-27T15:32:15.4099205Z test_ops.py::TestCommonCPU::test_errors_true_divide_cpu 2022-09-27T15:32:15.4514117Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_true_divide_cpu 2022-09-27T15:32:15.4633416Z test_ops.py::TestCommonCPU::test_errors_view_cpu 2022-09-27T15:32:15.4954102Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_view_cpu 2022-09-27T15:32:15.4981077Z test_ops.py::TestCommonCPU::test_errors_xlogy_cpu 2022-09-27T15:32:15.5392627Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_xlogy_cpu 2022-09-27T15:32:15.5422130Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 2022-09-27T15:32:15.5832351Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 2022-09-27T15:32:15.5858383Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 2022-09-27T15:32:15.6272707Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 2022-09-27T15:32:15.6299127Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 2022-09-27T15:32:15.6714167Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 2022-09-27T15:32:15.6741661Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 2022-09-27T15:32:15.7153097Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 2022-09-27T15:32:15.7178996Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 2022-09-27T15:32:15.7594049Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 2022-09-27T15:32:15.7624769Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_int64 2022-09-27T15:32:15.8033295Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_int64 2022-09-27T15:32:15.8059956Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_int64 2022-09-27T15:32:15.8474517Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_int64 2022-09-27T15:32:15.8503178Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_int64 2022-09-27T15:32:15.8913609Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_int64 2022-09-27T15:32:15.8940571Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logaddexp_cpu_float32 2022-09-27T15:32:15.9353105Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logaddexp_cpu_float32 2022-09-27T15:32:15.9380310Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_int64 2022-09-27T15:32:15.9793850Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_int64 2022-09-27T15:32:15.9821963Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_float32 2022-09-27T15:32:16.0233959Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_float32 2022-09-27T15:32:16.0261265Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_float32 2022-09-27T15:32:16.0674918Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_float32 2022-09-27T15:32:16.0704238Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_float32 2022-09-27T15:32:16.1114247Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_float32 2022-09-27T15:32:16.1142973Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 2022-09-27T15:32:16.1553376Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 2022-09-27T15:32:16.1580838Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 2022-09-27T15:32:16.1992968Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 2022-09-27T15:32:16.2024002Z test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 2022-09-27T15:32:16.2434524Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 2022-09-27T15:32:16.2462198Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 2022-09-27T15:32:16.2874602Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 2022-09-27T15:32:16.2903459Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 2022-09-27T15:32:16.3314514Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 2022-09-27T15:32:16.3341452Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 2022-09-27T15:32:16.3751567Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 2022-09-27T15:32:16.3781107Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 2022-09-27T15:32:16.4194121Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 2022-09-27T15:32:16.4224890Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 2022-09-27T15:32:16.4629960Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 2022-09-27T15:32:16.4656858Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 2022-09-27T15:32:16.5073007Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 2022-09-27T15:32:16.5102115Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 2022-09-27T15:32:16.5514746Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 2022-09-27T15:32:16.5545426Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 2022-09-27T15:32:16.5955109Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 2022-09-27T15:32:16.5985984Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 2022-09-27T15:32:16.6393434Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 2022-09-27T15:32:16.6421213Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 2022-09-27T15:32:16.6830842Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 2022-09-27T15:32:16.6863916Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 2022-09-27T15:32:16.7274336Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 2022-09-27T15:32:16.7306240Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 2022-09-27T15:32:16.7714211Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 2022-09-27T15:32:16.7742456Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 2022-09-27T15:32:16.8154710Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 2022-09-27T15:32:16.8185303Z test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 2022-09-27T15:32:16.8593890Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 2022-09-27T15:32:16.8624923Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 2022-09-27T15:32:16.9034460Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 2022-09-27T15:32:16.9062131Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 2022-09-27T15:32:16.9474699Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 2022-09-27T15:32:16.9505531Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 2022-09-27T15:32:16.9914254Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 2022-09-27T15:32:16.9944894Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 2022-09-27T15:32:17.0354131Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 2022-09-27T15:32:17.0381536Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 2022-09-27T15:32:17.0791606Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 2022-09-27T15:32:17.0820575Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 2022-09-27T15:32:17.1234986Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 2022-09-27T15:32:17.1266913Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 2022-09-27T15:32:17.1675610Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 2022-09-27T15:32:17.1708304Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 2022-09-27T15:32:17.2115218Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 2022-09-27T15:32:17.2153915Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 2022-09-27T15:32:17.2556840Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 2022-09-27T15:32:17.2588115Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 2022-09-27T15:32:17.2995483Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 2022-09-27T15:32:17.3025153Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 2022-09-27T15:32:17.3433893Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 2022-09-27T15:32:17.3465269Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 2022-09-27T15:32:17.3874516Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 2022-09-27T15:32:17.3900047Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 2022-09-27T15:32:17.4315058Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 2022-09-27T15:32:17.4338857Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 2022-09-27T15:32:17.4754601Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 2022-09-27T15:32:17.4778983Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 2022-09-27T15:32:17.5193722Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 2022-09-27T15:32:17.5218486Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 2022-09-27T15:32:17.5630547Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 2022-09-27T15:32:17.5653203Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 2022-09-27T15:32:17.5695441Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 2022-09-27T15:32:17.5705183Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu 2022-09-27T15:32:17.6048536Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu 2022-09-27T15:32:17.6071716Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu 2022-09-27T15:32:17.6098379Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 2022-09-27T15:32:17.6121672Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 2022-09-27T15:32:17.6514605Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu 2022-09-27T15:32:17.6542373Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 2022-09-27T15:32:17.6954480Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 2022-09-27T15:32:17.6985505Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 2022-09-27T15:32:17.7394364Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 2022-09-27T15:32:17.7423917Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 2022-09-27T15:32:17.7834384Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 2022-09-27T15:32:17.7863176Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 2022-09-27T15:32:17.8274059Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 2022-09-27T15:32:17.8302344Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 2022-09-27T15:32:17.8714121Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 2022-09-27T15:32:17.8741935Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 2022-09-27T15:32:17.8828031Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 2022-09-27T15:32:17.8835375Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu 2022-09-27T15:32:17.9153854Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu 2022-09-27T15:32:17.9181393Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 2022-09-27T15:32:17.9594628Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 2022-09-27T15:32:17.9624598Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 2022-09-27T15:32:18.0033674Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 2022-09-27T15:32:18.0064454Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 2022-09-27T15:32:18.0472203Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 2022-09-27T15:32:18.0498634Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 2022-09-27T15:32:18.0914290Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 2022-09-27T15:32:18.0947103Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 2022-09-27T15:32:18.1354451Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 2022-09-27T15:32:18.1382515Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 2022-09-27T15:32:18.1794055Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 2022-09-27T15:32:18.1807588Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 2022-09-27T15:32:18.1814213Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu 2022-09-27T15:32:18.1826040Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu 2022-09-27T15:32:18.2234638Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 2022-09-27T15:32:18.2257235Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 2022-09-27T15:32:18.2674088Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 2022-09-27T15:32:18.2696115Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 2022-09-27T15:32:18.3113205Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 2022-09-27T15:32:18.3137562Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 2022-09-27T15:32:18.3235357Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 2022-09-27T15:32:18.3243022Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu 2022-09-27T15:32:18.3555000Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu 2022-09-27T15:32:18.3577176Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 2022-09-27T15:32:18.3992487Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 2022-09-27T15:32:18.4013230Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 2022-09-27T15:32:18.4432212Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 2022-09-27T15:32:18.4452960Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 2022-09-27T15:32:18.4871101Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 2022-09-27T15:32:18.4894273Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 2022-09-27T15:32:18.5310534Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 2022-09-27T15:32:18.5332359Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 2022-09-27T15:32:18.5755438Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 2022-09-27T15:32:18.5776695Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 2022-09-27T15:32:18.5804559Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 2022-09-27T15:32:18.5811832Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu 2022-09-27T15:32:18.6194577Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu 2022-09-27T15:32:18.6218273Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 2022-09-27T15:32:18.6633129Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 2022-09-27T15:32:18.6654020Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 2022-09-27T15:32:18.7073702Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 2022-09-27T15:32:18.7104212Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 2022-09-27T15:32:18.7511492Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 2022-09-27T15:32:18.7522702Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu 2022-09-27T15:32:18.7525439Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:32:18.7549030Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 2022-09-27T15:32:18.7954003Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 2022-09-27T15:32:18.7977139Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 2022-09-27T15:32:18.8390556Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 2022-09-27T15:32:18.8412128Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 2022-09-27T15:32:18.8474456Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 2022-09-27T15:32:18.8481860Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:32:18.8830641Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu 2022-09-27T15:32:18.8853361Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 2022-09-27T15:32:18.9273934Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 2022-09-27T15:32:18.9298478Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 2022-09-27T15:32:18.9714175Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 2022-09-27T15:32:18.9737637Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 2022-09-27T15:32:19.0153993Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 2022-09-27T15:32:19.0182337Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 2022-09-27T15:32:19.0594706Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 2022-09-27T15:32:19.0615377Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 2022-09-27T15:32:19.1035545Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 2022-09-27T15:32:19.1059752Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 2022-09-27T15:32:19.1472989Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 2022-09-27T15:32:19.1497151Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 2022-09-27T15:32:19.1914447Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 2022-09-27T15:32:19.1935905Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 2022-09-27T15:32:19.2354417Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 2022-09-27T15:32:19.2379936Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 2022-09-27T15:32:19.2794309Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 2022-09-27T15:32:19.2819262Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 2022-09-27T15:32:19.3234791Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 2022-09-27T15:32:19.3254518Z test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 2022-09-27T15:32:19.3379076Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 2022-09-27T15:32:19.3386698Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu 2022-09-27T15:32:19.3673866Z test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu 2022-09-27T15:32:19.3698948Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 2022-09-27T15:32:19.4113001Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 2022-09-27T15:32:19.4134746Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 2022-09-27T15:32:19.4201517Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 2022-09-27T15:32:19.4210430Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu 2022-09-27T15:32:19.4235423Z test_ops.py::TestCommonCPU::test_dtypes_ones_cpu 2022-09-27T15:32:19.4552980Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ones_cpu 2022-09-27T15:32:19.4573646Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 2022-09-27T15:32:19.4631139Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 2022-09-27T15:32:19.4674647Z test_ops.py::TestCommonCPU::test_dtypes_outer_cpu 2022-09-27T15:32:19.4992559Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_outer_cpu 2022-09-27T15:32:19.5015256Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 2022-09-27T15:32:19.5070236Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 2022-09-27T15:32:19.5432117Z test_ops.py::TestCommonCPU::test_dtypes_polar_cpu 2022-09-27T15:32:19.5453735Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 2022-09-27T15:32:19.5874537Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 2022-09-27T15:32:19.5897030Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 2022-09-27T15:32:19.6314014Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 2022-09-27T15:32:19.6339133Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 2022-09-27T15:32:19.6753702Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 2022-09-27T15:32:19.6778423Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 2022-09-27T15:32:19.7195384Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 2022-09-27T15:32:19.7219583Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 2022-09-27T15:32:19.7635038Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 2022-09-27T15:32:19.7661980Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 2022-09-27T15:32:19.8073687Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 2022-09-27T15:32:19.8104180Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:32:19.8515857Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:32:19.8548029Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 2022-09-27T15:32:19.8906000Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 2022-09-27T15:32:19.8913231Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_polar_cpu 2022-09-27T15:32:19.8929531Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu 2022-09-27T15:32:19.8950308Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu 2022-09-27T15:32:19.8979700Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 2022-09-27T15:32:19.9351563Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 2022-09-27T15:32:19.9390560Z test_ops.py::TestCommonCPU::test_dtypes_prod_cpu 2022-09-27T15:32:19.9420665Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 2022-09-27T15:32:19.9832654Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 2022-09-27T15:32:19.9860510Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 2022-09-27T15:32:20.0270620Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 2022-09-27T15:32:20.0296904Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 2022-09-27T15:32:20.0710400Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 2022-09-27T15:32:20.0735495Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 2022-09-27T15:32:20.1152780Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 2022-09-27T15:32:20.1180030Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 2022-09-27T15:32:20.1593584Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 2022-09-27T15:32:20.1622056Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 2022-09-27T15:32:20.2029512Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 2022-09-27T15:32:20.2052229Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 2022-09-27T15:32:20.2244999Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 2022-09-27T15:32:20.2252794Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_prod_cpu 2022-09-27T15:32:20.2470125Z test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu 2022-09-27T15:32:20.2494762Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:32:20.2525775Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:32:20.2671085Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu 2022-09-27T15:32:20.2913344Z test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu 2022-09-27T15:32:20.2942017Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 2022-09-27T15:32:20.3354914Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 2022-09-27T15:32:20.3382174Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:32:20.3793227Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:32:20.3823663Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:32:20.4233841Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:32:20.4266639Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 2022-09-27T15:32:20.4609159Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 2022-09-27T15:32:20.4616776Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu 2022-09-27T15:32:20.4670950Z test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu 2022-09-27T15:32:20.4698074Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 2022-09-27T15:32:20.5110613Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 2022-09-27T15:32:20.5135618Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 2022-09-27T15:32:20.5550741Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 2022-09-27T15:32:20.5576571Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 2022-09-27T15:32:20.5793945Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 2022-09-27T15:32:20.5800457Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu 2022-09-27T15:32:20.5874652Z test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu 2022-09-27T15:32:20.5992961Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu 2022-09-27T15:32:20.6023458Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 2022-09-27T15:32:20.6233330Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 2022-09-27T15:32:20.6272728Z test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu 2022-09-27T15:32:20.6432827Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu 2022-09-27T15:32:20.6460709Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 2022-09-27T15:32:20.6671455Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 2022-09-27T15:32:20.6857141Z test_ops.py::TestCommonCPU::test_dtypes_round_cpu 2022-09-27T15:32:20.6870611Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_round_cpu 2022-09-27T15:32:20.6898245Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 2022-09-27T15:32:20.7110661Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 2022-09-27T15:32:20.7270718Z test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu 2022-09-27T15:32:20.7309893Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu 2022-09-27T15:32:20.7337053Z test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 2022-09-27T15:32:20.7551822Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 2022-09-27T15:32:20.7750839Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu 2022-09-27T15:32:20.7778804Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 2022-09-27T15:32:20.8191061Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 2022-09-27T15:32:20.8216079Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 2022-09-27T15:32:20.8629186Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 2022-09-27T15:32:20.8662813Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 2022-09-27T15:32:20.9070515Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 2022-09-27T15:32:20.9095229Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 2022-09-27T15:32:20.9511765Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 2022-09-27T15:32:20.9539627Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 2022-09-27T15:32:20.9662221Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 2022-09-27T15:32:20.9674509Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu 2022-09-27T15:32:20.9954207Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu 2022-09-27T15:32:20.9982265Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 2022-09-27T15:32:21.0394356Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 2022-09-27T15:32:21.0423860Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 2022-09-27T15:32:21.0781510Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 2022-09-27T15:32:21.0788868Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu 2022-09-27T15:32:21.0831731Z test_ops.py::TestCommonCPU::test_dtypes_select_cpu 2022-09-27T15:32:21.0863965Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 2022-09-27T15:32:21.0871142Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_select_cpu 2022-09-27T15:32:21.1191062Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 2022-09-27T15:32:21.1270313Z test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu 2022-09-27T15:32:21.1298708Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 2022-09-27T15:32:21.1347057Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 2022-09-27T15:32:21.1629180Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu 2022-09-27T15:32:21.1710810Z test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu 2022-09-27T15:32:21.1735839Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:21.1828229Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:21.2069662Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu 2022-09-27T15:32:21.2150419Z test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu 2022-09-27T15:32:21.2162489Z test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 2022-09-27T15:32:21.2176137Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu 2022-09-27T15:32:21.2509567Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 2022-09-27T15:32:21.2589025Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu 2022-09-27T15:32:21.2617606Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:32:21.3034785Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:32:21.3071120Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 2022-09-27T15:32:21.3107619Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 2022-09-27T15:32:21.3116381Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu 2022-09-27T15:32:21.3469819Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu 2022-09-27T15:32:21.3500272Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 2022-09-27T15:32:21.3912975Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 2022-09-27T15:32:21.3944552Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 2022-09-27T15:32:21.4352723Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 2022-09-27T15:32:21.4375957Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 2022-09-27T15:32:21.4742438Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 2022-09-27T15:32:21.4750683Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu 2022-09-27T15:32:21.4790420Z test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu 2022-09-27T15:32:21.4811285Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 2022-09-27T15:32:21.5013550Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 2022-09-27T15:32:21.5192166Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu 2022-09-27T15:32:21.5232185Z test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu 2022-09-27T15:32:21.5255686Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:21.5587268Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:21.5629613Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu 2022-09-27T15:32:21.5645591Z test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu 2022-09-27T15:32:21.5668958Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu 2022-09-27T15:32:21.5691461Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:21.6073729Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:21.6111478Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu 2022-09-27T15:32:21.6135539Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 2022-09-27T15:32:21.6552697Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 2022-09-27T15:32:21.6559081Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu 2022-09-27T15:32:21.6580035Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 2022-09-27T15:32:21.6580675Z test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:32:21.6990778Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 2022-09-27T15:32:21.7018405Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 2022-09-27T15:32:21.7430865Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 2022-09-27T15:32:21.7459416Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 2022-09-27T15:32:21.7874024Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 2022-09-27T15:32:21.7903744Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 2022-09-27T15:32:21.8170316Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 2022-09-27T15:32:21.8177646Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:32:21.8195631Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:32:21.8310398Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:32:21.8342538Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 2022-09-27T15:32:21.8590588Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 2022-09-27T15:32:21.8750138Z test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu 2022-09-27T15:32:21.8776518Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 2022-09-27T15:32:21.9193999Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 2022-09-27T15:32:21.9222042Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:21.9489376Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:21.9496455Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu 2022-09-27T15:32:21.9560936Z test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu 2022-09-27T15:32:21.9630999Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu 2022-09-27T15:32:21.9660017Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:21.9914052Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:22.0010901Z test_ops.py::TestCommonCPU::test_dtypes_stack_cpu 2022-09-27T15:32:22.0071812Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_stack_cpu 2022-09-27T15:32:22.0099997Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:22.0352927Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:22.0514867Z test_ops.py::TestCommonCPU::test_dtypes_sub_cpu 2022-09-27T15:32:22.0546758Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 2022-09-27T15:32:22.0954112Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 2022-09-27T15:32:22.0981176Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 2022-09-27T15:32:22.1336744Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 2022-09-27T15:32:22.1344369Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sub_cpu 2022-09-27T15:32:22.1391498Z test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu 2022-09-27T15:32:22.1422438Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:32:22.1834736Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:32:22.1869605Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:32:22.2273814Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:32:22.2307399Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:32:22.2711628Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:32:22.2748753Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 2022-09-27T15:32:22.3152623Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 2022-09-27T15:32:22.3187190Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 2022-09-27T15:32:22.3594843Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 2022-09-27T15:32:22.3627022Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:32:22.4034549Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:32:22.4071306Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 2022-09-27T15:32:22.4474666Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 2022-09-27T15:32:22.4506855Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:22.4913955Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:22.4946463Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:22.5355049Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:22.5388424Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:22.5795468Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:22.5831525Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:22.6234549Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:22.6266503Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:22.6672182Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:22.6700469Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:32:22.7110299Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:32:22.7141365Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:22.7553992Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:22.7590777Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:32:22.7992489Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:32:22.8015517Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:32:22.8434036Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:32:22.8457644Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:32:22.8874455Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:32:22.8905469Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 2022-09-27T15:32:22.9313533Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 2022-09-27T15:32:22.9354791Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 2022-09-27T15:32:22.9755037Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 2022-09-27T15:32:22.9787335Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:32:23.0194572Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:32:23.0226702Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:32:23.0648028Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:32:23.0692645Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 2022-09-27T15:32:23.1118077Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 2022-09-27T15:32:23.1128387Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 2022-09-27T15:32:23.1516109Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 2022-09-27T15:32:23.1561474Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:32:23.1951019Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:32:23.1973217Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:32:23.2392814Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:32:23.2418359Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 2022-09-27T15:32:23.2834093Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 2022-09-27T15:32:23.2857761Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 2022-09-27T15:32:23.3272992Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 2022-09-27T15:32:23.3296777Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:32:23.3711782Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:32:23.3734405Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 2022-09-27T15:32:23.4152796Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 2022-09-27T15:32:23.4178024Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 2022-09-27T15:32:23.4594570Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 2022-09-27T15:32:23.4627363Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 2022-09-27T15:32:23.5034970Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 2022-09-27T15:32:23.5066512Z test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 2022-09-27T15:32:23.5473993Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 2022-09-27T15:32:23.5503309Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 2022-09-27T15:32:23.5915128Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 2022-09-27T15:32:23.5945103Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:32:23.6351913Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:32:23.6373933Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:32:23.6791384Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:32:23.6815237Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:32:23.7234537Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:32:23.7264993Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 2022-09-27T15:32:23.7674116Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 2022-09-27T15:32:23.7699031Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 2022-09-27T15:32:23.8114162Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 2022-09-27T15:32:23.8139474Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 2022-09-27T15:32:23.8550164Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 2022-09-27T15:32:23.8570955Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 2022-09-27T15:32:23.8993171Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 2022-09-27T15:32:23.9016317Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 2022-09-27T15:32:23.9431621Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 2022-09-27T15:32:23.9454318Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 2022-09-27T15:32:23.9873251Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 2022-09-27T15:32:23.9904580Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 2022-09-27T15:32:24.0312433Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 2022-09-27T15:32:24.0341466Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 2022-09-27T15:32:24.0753564Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 2022-09-27T15:32:24.0783309Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 2022-09-27T15:32:24.1195331Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 2022-09-27T15:32:24.1226533Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 2022-09-27T15:32:24.1680713Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 2022-09-27T15:32:24.1690582Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 2022-09-27T15:32:24.2097173Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 2022-09-27T15:32:24.2118732Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 2022-09-27T15:32:24.2517131Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 2022-09-27T15:32:24.2554091Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 2022-09-27T15:32:24.2951489Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 2022-09-27T15:32:24.2974260Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 2022-09-27T15:32:24.3393422Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 2022-09-27T15:32:24.3418660Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 2022-09-27T15:32:24.3832942Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 2022-09-27T15:32:24.3857116Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 2022-09-27T15:32:24.4273941Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 2022-09-27T15:32:24.4297435Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 2022-09-27T15:32:24.4600123Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 2022-09-27T15:32:24.4610529Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu 2022-09-27T15:32:24.4713095Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:32:24.4747690Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 2022-09-27T15:32:24.5154649Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 2022-09-27T15:32:24.5221451Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 2022-09-27T15:32:24.5637960Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 2022-09-27T15:32:24.5648505Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 2022-09-27T15:32:24.6078906Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 2022-09-27T15:32:24.6088969Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 2022-09-27T15:32:24.6521778Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 2022-09-27T15:32:24.6528159Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 2022-09-27T15:32:24.6957907Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 2022-09-27T15:32:24.6963807Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 2022-09-27T15:32:24.7241620Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 2022-09-27T15:32:24.7259264Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:32:24.7397048Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:32:24.7401651Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 2022-09-27T15:32:24.7839142Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 2022-09-27T15:32:24.7843434Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 2022-09-27T15:32:24.8282608Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 2022-09-27T15:32:24.8283570Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 2022-09-27T15:32:24.8654609Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 2022-09-27T15:32:24.8664262Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:32:24.8676986Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:32:24.8726141Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 2022-09-27T15:32:24.9114697Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 2022-09-27T15:32:24.9145238Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 2022-09-27T15:32:24.9554929Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 2022-09-27T15:32:24.9585227Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:32:24.9991932Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:32:25.0012968Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:32:25.0432143Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:32:25.0458561Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 2022-09-27T15:32:25.0528018Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 2022-09-27T15:32:25.0535895Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:32:25.0870404Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu 2022-09-27T15:32:25.0896828Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:32:25.1313517Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:32:25.1348567Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 2022-09-27T15:32:25.1755347Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 2022-09-27T15:32:25.1789533Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:32:25.2089672Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:32:25.2096976Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu 2022-09-27T15:32:25.2203977Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu 2022-09-27T15:32:25.2263284Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 2022-09-27T15:32:25.2671031Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 2022-09-27T15:32:25.2678724Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 2022-09-27T15:32:25.3114371Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 2022-09-27T15:32:25.3121388Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 2022-09-27T15:32:25.3551861Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 2022-09-27T15:32:25.3560328Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 2022-09-27T15:32:25.3993721Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 2022-09-27T15:32:25.4003653Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:32:25.4395636Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:32:25.4426636Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:32:25.4832611Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:32:25.4846277Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:32:25.5275053Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:32:25.5305033Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:32:25.5717566Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:32:25.5756265Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 2022-09-27T15:32:25.6157359Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 2022-09-27T15:32:25.6198370Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 2022-09-27T15:32:25.6596199Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 2022-09-27T15:32:25.6635736Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 2022-09-27T15:32:25.7037795Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 2022-09-27T15:32:25.7072530Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 2022-09-27T15:32:25.7382715Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 2022-09-27T15:32:25.7391601Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu 2022-09-27T15:32:25.7468685Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:32:25.7479199Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:32:25.7525723Z test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 2022-09-27T15:32:25.7909882Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 2022-09-27T15:32:25.7957178Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu 2022-09-27T15:32:25.7959508Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 2022-09-27T15:32:25.8393948Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 2022-09-27T15:32:25.8396520Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 2022-09-27T15:32:25.8836752Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 2022-09-27T15:32:25.8840135Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 2022-09-27T15:32:25.9270131Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 2022-09-27T15:32:25.9274420Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 2022-09-27T15:32:25.9484160Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 2022-09-27T15:32:25.9495665Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu 2022-09-27T15:32:25.9670589Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu 2022-09-27T15:32:25.9700759Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 2022-09-27T15:32:26.0114609Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 2022-09-27T15:32:26.0149622Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 2022-09-27T15:32:26.0553330Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 2022-09-27T15:32:26.0586494Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 2022-09-27T15:32:26.0666216Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 2022-09-27T15:32:26.0679930Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu 2022-09-27T15:32:26.0990887Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:32:26.0997989Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:32:26.1022918Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 2022-09-27T15:32:26.1109377Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 2022-09-27T15:32:26.1379948Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu 2022-09-27T15:32:26.1430355Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu 2022-09-27T15:32:26.1453921Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 2022-09-27T15:32:26.1551434Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 2022-09-27T15:32:26.1876343Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu 2022-09-27T15:32:26.1905586Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 2022-09-27T15:32:26.2315007Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 2022-09-27T15:32:26.2341615Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 2022-09-27T15:32:26.2753364Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 2022-09-27T15:32:26.2788640Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 2022-09-27T15:32:26.3221528Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 2022-09-27T15:32:26.3226739Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 2022-09-27T15:32:26.3659599Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 2022-09-27T15:32:26.3664055Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 2022-09-27T15:32:26.4071757Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 2022-09-27T15:32:26.4105917Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 2022-09-27T15:32:26.4530387Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 2022-09-27T15:32:26.4552814Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 2022-09-27T15:32:26.4954097Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 2022-09-27T15:32:26.4995034Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 2022-09-27T15:32:26.5392583Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 2022-09-27T15:32:26.5421923Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 2022-09-27T15:32:26.5833094Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 2022-09-27T15:32:26.5871831Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 2022-09-27T15:32:26.6273458Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 2022-09-27T15:32:26.6303057Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 2022-09-27T15:32:26.6714260Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 2022-09-27T15:32:26.6743683Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 2022-09-27T15:32:26.7155285Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 2022-09-27T15:32:26.7191824Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool 2022-09-27T15:32:26.7593939Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool 2022-09-27T15:32:26.7671200Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool 2022-09-27T15:32:26.8033591Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool 2022-09-27T15:32:26.8108728Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool 2022-09-27T15:32:26.8473532Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool 2022-09-27T15:32:26.8515932Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool 2022-09-27T15:32:26.8913641Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool 2022-09-27T15:32:26.8983606Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool 2022-09-27T15:32:26.9354386Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool 2022-09-27T15:32:26.9388961Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool 2022-09-27T15:32:26.9793747Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool 2022-09-27T15:32:26.9840284Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool 2022-09-27T15:32:27.0234238Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool 2022-09-27T15:32:27.0324648Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool 2022-09-27T15:32:27.0672914Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool 2022-09-27T15:32:27.0730269Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool 2022-09-27T15:32:27.1116316Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool 2022-09-27T15:32:27.1154713Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool 2022-09-27T15:32:27.1553903Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool 2022-09-27T15:32:27.1604627Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool 2022-09-27T15:32:27.1994003Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool 2022-09-27T15:32:27.2041345Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool 2022-09-27T15:32:27.2434171Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool 2022-09-27T15:32:27.2482177Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool 2022-09-27T15:32:27.2873014Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool 2022-09-27T15:32:27.2915620Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool 2022-09-27T15:32:27.3312807Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool 2022-09-27T15:32:27.3513262Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool 2022-09-27T15:32:27.3754851Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool 2022-09-27T15:32:27.3795311Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool 2022-09-27T15:32:27.4193163Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool 2022-09-27T15:32:27.4233804Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool 2022-09-27T15:32:27.4634318Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool 2022-09-27T15:32:27.4714895Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool 2022-09-27T15:32:27.5072134Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool 2022-09-27T15:32:27.5167073Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool 2022-09-27T15:32:27.5540445Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool 2022-09-27T15:32:27.5549744Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool 2022-09-27T15:32:27.5999034Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool 2022-09-27T15:32:27.6008551Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool 2022-09-27T15:32:27.6394033Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool 2022-09-27T15:32:27.6451569Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool 2022-09-27T15:32:27.6832775Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool 2022-09-27T15:32:27.7000259Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool 2022-09-27T15:32:27.7271761Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool 2022-09-27T15:32:27.7319233Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool 2022-09-27T15:32:27.7714262Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool 2022-09-27T15:32:27.7785698Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool 2022-09-27T15:32:27.8153758Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool 2022-09-27T15:32:27.8223807Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool 2022-09-27T15:32:27.8595158Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool 2022-09-27T15:32:27.8672920Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool 2022-09-27T15:32:27.9035517Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool 2022-09-27T15:32:27.9119265Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool 2022-09-27T15:32:27.9473910Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool 2022-09-27T15:32:27.9512374Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool 2022-09-27T15:32:27.9915301Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool 2022-09-27T15:32:27.9994621Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool 2022-09-27T15:32:28.0354377Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool 2022-09-27T15:32:28.0434908Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool 2022-09-27T15:32:28.0794760Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool 2022-09-27T15:32:28.0836771Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool 2022-09-27T15:32:28.1233468Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool 2022-09-27T15:32:28.1280769Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool 2022-09-27T15:32:28.1674199Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool 2022-09-27T15:32:28.1721785Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool 2022-09-27T15:32:28.2114172Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool 2022-09-27T15:32:28.2148344Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool 2022-09-27T15:32:28.2394339Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool 2022-09-27T15:32:28.2404342Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu 2022-09-27T15:32:28.2492532Z test_ops.py::TestCommonCPU::test_dtypes_take_cpu 2022-09-27T15:32:28.2549666Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_take_cpu 2022-09-27T15:32:28.2576390Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool 2022-09-27T15:32:28.2832532Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool 2022-09-27T15:32:28.2991431Z test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu 2022-09-27T15:32:28.3018792Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool 2022-09-27T15:32:28.3071818Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool 2022-09-27T15:32:28.3268885Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu 2022-09-27T15:32:28.3430141Z test_ops.py::TestCommonCPU::test_dtypes_topk_cpu 2022-09-27T15:32:28.3471900Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool 2022-09-27T15:32:28.3872759Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool 2022-09-27T15:32:28.3915107Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool 2022-09-27T15:32:28.4313723Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool 2022-09-27T15:32:28.4388898Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool 2022-09-27T15:32:28.4755685Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool 2022-09-27T15:32:28.4761712Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool 2022-09-27T15:32:28.4767437Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_topk_cpu 2022-09-27T15:32:28.4801110Z test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu 2022-09-27T15:32:28.5142707Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool 2022-09-27T15:32:28.5192049Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu 2022-09-27T15:32:28.5193651Z test_ops.py::TestCommonCPU::test_dtypes_triu_cpu 2022-09-27T15:32:28.5266584Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool 2022-09-27T15:32:28.5301001Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool 2022-09-27T15:32:28.5636097Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triu_cpu 2022-09-27T15:32:28.5642815Z test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu 2022-09-27T15:32:28.5684532Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool 2022-09-27T15:32:28.5738296Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool 2022-09-27T15:32:28.6109656Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu 2022-09-27T15:32:28.6112852Z test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu 2022-09-27T15:32:28.6172057Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:32:28.6514476Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:32:28.6593838Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool 2022-09-27T15:32:28.6952315Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool 2022-09-27T15:32:28.7037166Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool 2022-09-27T15:32:28.7391369Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool 2022-09-27T15:32:28.7434406Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool 2022-09-27T15:32:28.7830540Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool 2022-09-27T15:32:28.7869222Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool 2022-09-27T15:32:28.8269970Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool 2022-09-27T15:32:28.8374554Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool 2022-09-27T15:32:28.8710137Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool 2022-09-27T15:32:28.8737662Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool 2022-09-27T15:32:28.9150366Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool 2022-09-27T15:32:28.9182506Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool 2022-09-27T15:32:28.9593569Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool 2022-09-27T15:32:28.9617848Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool 2022-09-27T15:32:29.0031316Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool 2022-09-27T15:32:29.0165914Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool 2022-09-27T15:32:29.0471570Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool 2022-09-27T15:32:29.0514248Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool 2022-09-27T15:32:29.0914735Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool 2022-09-27T15:32:29.0967457Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool 2022-09-27T15:32:29.1353308Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool 2022-09-27T15:32:29.1387369Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool 2022-09-27T15:32:29.1793403Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool 2022-09-27T15:32:29.1863666Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool 2022-09-27T15:32:29.2232502Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool 2022-09-27T15:32:29.2373360Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool 2022-09-27T15:32:29.2674518Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool 2022-09-27T15:32:29.2707093Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool 2022-09-27T15:32:29.3113634Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool 2022-09-27T15:32:29.3145312Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool 2022-09-27T15:32:29.3550390Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool 2022-09-27T15:32:29.3679464Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool 2022-09-27T15:32:29.3989473Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool 2022-09-27T15:32:29.4026959Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool 2022-09-27T15:32:29.4429223Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool 2022-09-27T15:32:29.4514539Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:32:29.4874637Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:32:29.4911344Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool 2022-09-27T15:32:29.5314262Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool 2022-09-27T15:32:29.5352323Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool 2022-09-27T15:32:29.5753827Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool 2022-09-27T15:32:29.5773789Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool 2022-09-27T15:32:29.6192317Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool 2022-09-27T15:32:29.6232860Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool 2022-09-27T15:32:29.6634364Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool 2022-09-27T15:32:29.6706302Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool 2022-09-27T15:32:29.7075146Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool 2022-09-27T15:32:29.7093622Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:32:29.7515342Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:32:29.7608107Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool 2022-09-27T15:32:29.7955898Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool 2022-09-27T15:32:29.8006901Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool 2022-09-27T15:32:29.8392453Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool 2022-09-27T15:32:29.8466866Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool 2022-09-27T15:32:29.8833496Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool 2022-09-27T15:32:29.8882544Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool 2022-09-27T15:32:29.9273328Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool 2022-09-27T15:32:29.9359526Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool 2022-09-27T15:32:29.9712679Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool 2022-09-27T15:32:29.9767054Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool 2022-09-27T15:32:30.0151623Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool 2022-09-27T15:32:30.0220926Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool 2022-09-27T15:32:30.0591771Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool 2022-09-27T15:32:30.2257880Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool 2022-09-27T15:32:30.2265523Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool 2022-09-27T15:32:30.2303899Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool 2022-09-27T15:32:30.2672139Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool 2022-09-27T15:32:30.2709280Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool 2022-09-27T15:32:30.3110888Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool 2022-09-27T15:32:30.3157263Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 2022-09-27T15:32:30.3554522Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 2022-09-27T15:32:30.3588020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 2022-09-27T15:32:30.3994870Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 2022-09-27T15:32:30.4147792Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 2022-09-27T15:32:30.4430540Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 2022-09-27T15:32:30.4591508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 2022-09-27T15:32:30.4871520Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 2022-09-27T15:32:30.5089268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 2022-09-27T15:32:30.5313944Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 2022-09-27T15:32:30.5456799Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 2022-09-27T15:32:30.5755619Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 2022-09-27T15:32:30.5898255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 2022-09-27T15:32:30.6192186Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 2022-09-27T15:32:30.6250247Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 2022-09-27T15:32:30.6629963Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 2022-09-27T15:32:30.7481198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_float32 2022-09-27T15:32:30.7498097Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_float32 2022-09-27T15:32:30.7821868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_float32 2022-09-27T15:32:30.7915744Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_float32 2022-09-27T15:32:30.8004825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_int64 2022-09-27T15:32:30.8389766Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_int64 2022-09-27T15:32:30.8597677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_log_softmax_cpu_float32 2022-09-27T15:32:30.8823217Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_log_softmax_cpu_float32 2022-09-27T15:32:30.9792016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_complex64 2022-09-27T15:32:30.9802182Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_complex64 2022-09-27T15:32:31.4437978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_norm_cpu_float32 2022-09-27T15:32:31.4454064Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_norm_cpu_float32 2022-09-27T15:32:31.5462535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_float32 2022-09-27T15:32:31.5489917Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_float32 2022-09-27T15:32:31.7025003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_complex64 2022-09-27T15:32:31.7038677Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_complex64 2022-09-27T15:32:31.7906871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_float32 2022-09-27T15:32:31.7920428Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_float32 2022-09-27T15:32:31.9501946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_int64 2022-09-27T15:32:31.9530943Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_int64 2022-09-27T15:32:31.9609682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 2022-09-27T15:32:31.9955591Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 2022-09-27T15:32:32.0037955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 2022-09-27T15:32:32.0395524Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 2022-09-27T15:32:32.0493554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 2022-09-27T15:32:32.0833851Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 2022-09-27T15:32:32.1075373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 2022-09-27T15:32:32.1273557Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 2022-09-27T15:32:32.1362329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 2022-09-27T15:32:32.1713785Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 2022-09-27T15:32:32.1837631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 2022-09-27T15:32:32.2153974Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 2022-09-27T15:32:32.2283859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 2022-09-27T15:32:32.2594759Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 2022-09-27T15:32:32.2647336Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 2022-09-27T15:32:32.3033383Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 2022-09-27T15:32:32.3172460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 2022-09-27T15:32:32.3474269Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 2022-09-27T15:32:32.3666039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 2022-09-27T15:32:32.3915909Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 2022-09-27T15:32:32.3964590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 2022-09-27T15:32:32.4350187Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 2022-09-27T15:32:32.4413570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 2022-09-27T15:32:32.4790160Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 2022-09-27T15:32:32.4849671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 2022-09-27T15:32:32.5234699Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 2022-09-27T15:32:32.5357326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 2022-09-27T15:32:32.5672400Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 2022-09-27T15:32:32.5717280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 2022-09-27T15:32:32.6111956Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 2022-09-27T15:32:32.6141031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 2022-09-27T15:32:32.6414045Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 2022-09-27T15:32:32.6423223Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu 2022-09-27T15:32:32.6553479Z test_ops.py::TestCommonCPU::test_dtypes_norm_cpu 2022-09-27T15:32:32.6598777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 2022-09-27T15:32:32.6993091Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 2022-09-27T15:32:32.7028258Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 2022-09-27T15:32:32.7433734Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 2022-09-27T15:32:32.7484362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 2022-09-27T15:32:32.7873305Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 2022-09-27T15:32:32.7912579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 2022-09-27T15:32:32.8313683Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 2022-09-27T15:32:32.8431512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 2022-09-27T15:32:32.8752965Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 2022-09-27T15:32:32.8858163Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 2022-09-27T15:32:32.9193827Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 2022-09-27T15:32:32.9250894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 2022-09-27T15:32:32.9633063Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 2022-09-27T15:32:32.9680494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 2022-09-27T15:32:33.0069059Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 2022-09-27T15:32:33.0102546Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 2022-09-27T15:32:33.0513507Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 2022-09-27T15:32:33.0775553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 2022-09-27T15:32:33.0968418Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 2022-09-27T15:32:33.1007940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 2022-09-27T15:32:33.1391217Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 2022-09-27T15:32:33.1443203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 2022-09-27T15:32:33.1830159Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 2022-09-27T15:32:33.1860525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 2022-09-27T15:32:33.2272614Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 2022-09-27T15:32:33.2391843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 2022-09-27T15:32:33.2714077Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 2022-09-27T15:32:33.2764532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 2022-09-27T15:32:33.3151560Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 2022-09-27T15:32:33.3272276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 2022-09-27T15:32:33.3590549Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 2022-09-27T15:32:33.3628073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 2022-09-27T15:32:33.4033176Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 2022-09-27T15:32:33.4084424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 2022-09-27T15:32:33.4469824Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 2022-09-27T15:32:33.4648488Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 2022-09-27T15:32:33.4911101Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 2022-09-27T15:32:33.5100200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 2022-09-27T15:32:33.5354046Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 2022-09-27T15:32:33.5494810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 2022-09-27T15:32:33.5793721Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 2022-09-27T15:32:33.5855806Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 2022-09-27T15:32:33.6232058Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 2022-09-27T15:32:33.6282630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 2022-09-27T15:32:33.6674319Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 2022-09-27T15:32:33.6721477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 2022-09-27T15:32:33.7113603Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 2022-09-27T15:32:33.7267431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 2022-09-27T15:32:33.7536121Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 2022-09-27T15:32:33.7551232Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_cpu 2022-09-27T15:32:33.7557099Z test_ops.py::TestCommonCPU::test_dtypes_normal_cpu 2022-09-27T15:32:33.7598479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 2022-09-27T15:32:33.7993742Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 2022-09-27T15:32:33.8469059Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 2022-09-27T15:32:33.8480537Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 2022-09-27T15:32:33.8508265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 2022-09-27T15:32:33.8913561Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 2022-09-27T15:32:33.9005570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 2022-09-27T15:32:33.9392835Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 2022-09-27T15:32:33.9435121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 2022-09-27T15:32:33.9873431Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 2022-09-27T15:32:33.9956107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 2022-09-27T15:32:34.0350816Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 2022-09-27T15:32:34.0914365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 2022-09-27T15:32:34.0925781Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 2022-09-27T15:32:34.0955101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 2022-09-27T15:32:34.1147456Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 2022-09-27T15:32:34.1164231Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_normal_cpu 2022-09-27T15:32:34.1352535Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu 2022-09-27T15:32:34.1397942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 2022-09-27T15:32:34.1829261Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 2022-09-27T15:32:34.1877801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 2022-09-27T15:32:34.2237147Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 2022-09-27T15:32:34.2406129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 2022-09-27T15:32:34.2715958Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 2022-09-27T15:32:34.2910751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 2022-09-27T15:32:34.3194120Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 2022-09-27T15:32:34.3364203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 2022-09-27T15:32:34.3671490Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 2022-09-27T15:32:34.3712930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 2022-09-27T15:32:34.4111175Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 2022-09-27T15:32:34.4317200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 2022-09-27T15:32:34.4465628Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 2022-09-27T15:32:34.4480324Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu 2022-09-27T15:32:34.4551666Z test_ops.py::TestCommonCPU::test_dtypes_permute_cpu 2022-09-27T15:32:34.4558229Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_permute_cpu 2022-09-27T15:32:34.4778058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 2022-09-27T15:32:34.4910693Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 2022-09-27T15:32:34.4927987Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu 2022-09-27T15:32:34.4989965Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu 2022-09-27T15:32:34.5355335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 2022-09-27T15:32:34.5495670Z test_ops.py::TestCommonCPU::test_dtypes_positive_cpu 2022-09-27T15:32:34.5647485Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_positive_cpu 2022-09-27T15:32:34.5662526Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 2022-09-27T15:32:34.5789574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:34.5817331Z test_ops.py::TestCommonCPU::test_dtypes_qr_cpu 2022-09-27T15:32:34.6131586Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:34.6135927Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 2022-09-27T15:32:34.6585710Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 2022-09-27T15:32:34.6592441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 2022-09-27T15:32:34.6840816Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 2022-09-27T15:32:34.6861439Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_qr_cpu 2022-09-27T15:32:34.6992117Z test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu 2022-09-27T15:32:34.6996013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 2022-09-27T15:32:34.7429774Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 2022-09-27T15:32:34.7628904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 2022-09-27T15:32:34.7863670Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 2022-09-27T15:32:34.7872234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 2022-09-27T15:32:34.8306641Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 2022-09-27T15:32:34.8315188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 2022-09-27T15:32:34.8713114Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 2022-09-27T15:32:34.8772826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 2022-09-27T15:32:34.9156041Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 2022-09-27T15:32:34.9195239Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 2022-09-27T15:32:34.9540261Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 2022-09-27T15:32:34.9550115Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu 2022-09-27T15:32:34.9590259Z test_ops.py::TestCommonCPU::test_dtypes_real_cpu 2022-09-27T15:32:34.9627195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 2022-09-27T15:32:34.9632556Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_real_cpu 2022-09-27T15:32:34.9990489Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 2022-09-27T15:32:35.0031000Z test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu 2022-09-27T15:32:35.0087486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 2022-09-27T15:32:35.0231133Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 2022-09-27T15:32:35.0430081Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu 2022-09-27T15:32:35.0468993Z test_ops.py::TestCommonCPU::test_dtypes_resize__cpu 2022-09-27T15:32:35.0508170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 2022-09-27T15:32:35.0912184Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 2022-09-27T15:32:35.0951902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 2022-09-27T15:32:35.0995602Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 2022-09-27T15:32:35.1004773Z [gw2] [ 5%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_resize__cpu 2022-09-27T15:32:35.1225312Z test_ops.py::TestCommonCPU::test_dtypes_roll_cpu 2022-09-27T15:32:35.1351801Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_roll_cpu 2022-09-27T15:32:35.1369972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 2022-09-27T15:32:35.1429920Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 2022-09-27T15:32:35.1448029Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu 2022-09-27T15:32:35.1792675Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu 2022-09-27T15:32:35.1872245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 2022-09-27T15:32:35.1909628Z test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu 2022-09-27T15:32:35.2057202Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 2022-09-27T15:32:35.2231109Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu 2022-09-27T15:32:35.2311207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 2022-09-27T15:32:35.2356661Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu 2022-09-27T15:32:35.2673955Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 2022-09-27T15:32:35.2719925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 2022-09-27T15:32:35.3114743Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 2022-09-27T15:32:35.3252261Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 2022-09-27T15:32:35.3555266Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 2022-09-27T15:32:35.3704976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 2022-09-27T15:32:35.3992646Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 2022-09-27T15:32:35.4044771Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 2022-09-27T15:32:35.4435240Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 2022-09-27T15:32:35.4564791Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 2022-09-27T15:32:35.4872457Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 2022-09-27T15:32:35.4947319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 2022-09-27T15:32:35.5010402Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 2022-09-27T15:32:35.5024920Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu 2022-09-27T15:32:35.5314060Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu 2022-09-27T15:32:35.5443189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 2022-09-27T15:32:35.5752642Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 2022-09-27T15:32:35.5870431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 2022-09-27T15:32:35.6191337Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 2022-09-27T15:32:35.6306637Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 2022-09-27T15:32:35.6630065Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 2022-09-27T15:32:35.6699164Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 2022-09-27T15:32:35.7070485Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 2022-09-27T15:32:35.7131231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 2022-09-27T15:32:35.7510043Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 2022-09-27T15:32:35.7569639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 2022-09-27T15:32:35.7953373Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 2022-09-27T15:32:35.7999430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 2022-09-27T15:32:35.8393213Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 2022-09-27T15:32:35.8450960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 2022-09-27T15:32:35.8834921Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 2022-09-27T15:32:35.8893539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 2022-09-27T15:32:35.9274334Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 2022-09-27T15:32:35.9329707Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 2022-09-27T15:32:35.9710932Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 2022-09-27T15:32:35.9754361Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 2022-09-27T15:32:36.0152468Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 2022-09-27T15:32:36.0316965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 2022-09-27T15:32:36.0594608Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 2022-09-27T15:32:36.0775019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 2022-09-27T15:32:36.1034729Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 2022-09-27T15:32:36.1099913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 2022-09-27T15:32:36.1474904Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 2022-09-27T15:32:36.1560242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 2022-09-27T15:32:36.1915053Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 2022-09-27T15:32:36.1989499Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 2022-09-27T15:32:36.2355085Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 2022-09-27T15:32:36.2576623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 2022-09-27T15:32:36.2796275Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 2022-09-27T15:32:36.2946669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 2022-09-27T15:32:36.3233895Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 2022-09-27T15:32:36.3303523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 2022-09-27T15:32:36.3674560Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 2022-09-27T15:32:36.3743258Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 2022-09-27T15:32:36.4148827Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 2022-09-27T15:32:36.4193634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 2022-09-27T15:32:36.4552570Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 2022-09-27T15:32:36.4606607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 2022-09-27T15:32:36.4994764Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 2022-09-27T15:32:36.5173753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 2022-09-27T15:32:36.5433337Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 2022-09-27T15:32:36.5502914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 2022-09-27T15:32:36.5871352Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 2022-09-27T15:32:36.5913176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 2022-09-27T15:32:36.6311819Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 2022-09-27T15:32:36.6780541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 2022-09-27T15:32:36.6792281Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 2022-09-27T15:32:36.6821638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 2022-09-27T15:32:36.7192977Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 2022-09-27T15:32:36.7241664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 2022-09-27T15:32:36.7673335Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 2022-09-27T15:32:36.7807817Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 2022-09-27T15:32:36.8111854Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 2022-09-27T15:32:36.8151944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 2022-09-27T15:32:36.8385465Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 2022-09-27T15:32:36.8395835Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu 2022-09-27T15:32:36.8593689Z test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu 2022-09-27T15:32:36.8634289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 2022-09-27T15:32:36.9034551Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 2022-09-27T15:32:36.9075782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 2022-09-27T15:32:36.9511869Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 2022-09-27T15:32:36.9549699Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 2022-09-27T15:32:36.9954206Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 2022-09-27T15:32:37.0193548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 2022-09-27T15:32:37.0391813Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 2022-09-27T15:32:37.0420404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:32:37.0874488Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:32:37.0909798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 2022-09-27T15:32:37.1311422Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 2022-09-27T15:32:37.1343752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:32:37.1463233Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:32:37.1471143Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu 2022-09-27T15:32:37.1753420Z test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu 2022-09-27T15:32:37.1789960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 2022-09-27T15:32:37.2194999Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 2022-09-27T15:32:37.2331507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 2022-09-27T15:32:37.2592370Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 2022-09-27T15:32:37.2600045Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu 2022-09-27T15:32:37.2671225Z test_ops.py::TestCommonCPU::test_dtypes_where_cpu 2022-09-27T15:32:37.2812543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 2022-09-27T15:32:37.3034629Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 2022-09-27T15:32:37.3051487Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_where_cpu 2022-09-27T15:32:37.3138002Z test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu 2022-09-27T15:32:37.3154332Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu 2022-09-27T15:32:37.3473692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 2022-09-27T15:32:37.3495571Z test_ops.py::TestCommonCPU::test_errors___rmod___cpu 2022-09-27T15:32:37.3506318Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 2022-09-27T15:32:37.3633776Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors___rmod___cpu 2022-09-27T15:32:37.3816349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 2022-09-27T15:32:37.3912046Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 2022-09-27T15:32:37.3937717Z test_ops.py::TestCommonCPU::test_errors___rsub___cpu 2022-09-27T15:32:37.4113378Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors___rsub___cpu 2022-09-27T15:32:37.4189714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 2022-09-27T15:32:37.4352746Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 2022-09-27T15:32:37.4593223Z test_ops.py::TestCommonCPU::test_errors_amin_cpu 2022-09-27T15:32:37.4637252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 2022-09-27T15:32:37.4736876Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 2022-09-27T15:32:37.4790515Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_amin_cpu 2022-09-27T15:32:37.4916751Z test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu 2022-09-27T15:32:37.5031725Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu 2022-09-27T15:32:37.5054030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 2022-09-27T15:32:37.5232743Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 2022-09-27T15:32:37.5260376Z test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu 2022-09-27T15:32:37.5514637Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu 2022-09-27T15:32:37.5661513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 2022-09-27T15:32:37.5674848Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 2022-09-27T15:32:37.5712786Z test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu 2022-09-27T15:32:37.5954335Z [gw1] [ 5%] XFAIL test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu 2022-09-27T15:32:37.6070671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 2022-09-27T15:32:37.6182694Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 2022-09-27T15:32:37.6255042Z test_ops.py::TestCommonCPU::test_errors_diag_cpu 2022-09-27T15:32:37.6391158Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_diag_cpu 2022-09-27T15:32:37.6504114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 2022-09-27T15:32:37.6550798Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 2022-09-27T15:32:37.6577510Z test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu 2022-09-27T15:32:37.6872213Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu 2022-09-27T15:32:37.6923628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 2022-09-27T15:32:37.6991813Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 2022-09-27T15:32:37.7018566Z test_ops.py::TestCommonCPU::test_errors_eq_cpu 2022-09-27T15:32:37.7353665Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_eq_cpu 2022-09-27T15:32:37.7431890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 2022-09-27T15:32:37.7469186Z test_ops.py::TestCommonCPU::test_errors_float_power_cpu 2022-09-27T15:32:37.7473393Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_float_power_cpu 2022-09-27T15:32:37.7794777Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 2022-09-27T15:32:37.7872717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:32:37.7905650Z test_ops.py::TestCommonCPU::test_errors_fmod_cpu 2022-09-27T15:32:37.8312738Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_fmod_cpu 2022-09-27T15:32:37.8540915Z test_ops.py::TestCommonCPU::test_errors_gradient_cpu 2022-09-27T15:32:37.8552588Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:32:37.8848912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 2022-09-27T15:32:37.8996224Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 2022-09-27T15:32:37.9087915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 2022-09-27T15:32:37.9106543Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_gradient_cpu 2022-09-27T15:32:37.9235171Z test_ops.py::TestCommonCPU::test_errors_hstack_cpu 2022-09-27T15:32:37.9513767Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_hstack_cpu 2022-09-27T15:32:37.9583371Z test_ops.py::TestCommonCPU::test_errors_index_select_cpu 2022-09-27T15:32:37.9954019Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_index_select_cpu 2022-09-27T15:32:38.0211340Z test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu 2022-09-27T15:32:38.0432422Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu 2022-09-27T15:32:38.0641300Z test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu 2022-09-27T15:32:38.0913998Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu 2022-09-27T15:32:38.1072590Z test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu 2022-09-27T15:32:38.1391117Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu 2022-09-27T15:32:38.1468146Z test_ops.py::TestCommonCPU::test_errors_logspace_cpu 2022-09-27T15:32:38.1869822Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_logspace_cpu 2022-09-27T15:32:38.1944139Z test_ops.py::TestCommonCPU::test_errors_max_binary_cpu 2022-09-27T15:32:38.2282511Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_max_binary_cpu 2022-09-27T15:32:38.2290146Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 2022-09-27T15:32:38.2353173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 2022-09-27T15:32:38.2386618Z test_ops.py::TestCommonCPU::test_errors_minimum_cpu 2022-09-27T15:32:38.2523101Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_minimum_cpu 2022-09-27T15:32:38.2714045Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 2022-09-27T15:32:38.2788592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:32:38.2831584Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:32:38.3046292Z test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu 2022-09-27T15:32:38.3151374Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu 2022-09-27T15:32:38.3270867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 2022-09-27T15:32:38.3417847Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu 2022-09-27T15:32:38.3712134Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu 2022-09-27T15:32:38.3877337Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu 2022-09-27T15:32:38.4073912Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu 2022-09-27T15:32:38.4090737Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 2022-09-27T15:32:38.4195310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 2022-09-27T15:32:38.4280665Z test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu 2022-09-27T15:32:38.4427029Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu 2022-09-27T15:32:38.4512444Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 2022-09-27T15:32:38.4541234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 2022-09-27T15:32:38.4632516Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 2022-09-27T15:32:38.4855854Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu 2022-09-27T15:32:38.4951890Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu 2022-09-27T15:32:38.5073129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 2022-09-27T15:32:38.5125656Z test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu 2022-09-27T15:32:38.5180483Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 2022-09-27T15:32:38.5392062Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu 2022-09-27T15:32:38.5511711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 2022-09-27T15:32:38.5543374Z test_ops.py::TestCommonCPU::test_errors_pow_cpu 2022-09-27T15:32:38.5711819Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_pow_cpu 2022-09-27T15:32:38.5872702Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 2022-09-27T15:32:38.5952301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 2022-09-27T15:32:38.6038284Z test_ops.py::TestCommonCPU::test_errors_reshape_cpu 2022-09-27T15:32:38.6429971Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_reshape_cpu 2022-09-27T15:32:38.6715889Z test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu 2022-09-27T15:32:38.6875607Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu 2022-09-27T15:32:38.6913292Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu 2022-09-27T15:32:38.6920583Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu 2022-09-27T15:32:38.6930201Z test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu 2022-09-27T15:32:38.7058602Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu 2022-09-27T15:32:38.7315597Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu 2022-09-27T15:32:38.7340914Z test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu 2022-09-27T15:32:38.7356255Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu 2022-09-27T15:32:38.7766937Z test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu 2022-09-27T15:32:38.7793986Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu 2022-09-27T15:32:38.7814754Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:32:38.7826898Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:32:38.8233358Z test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu 2022-09-27T15:32:38.8257312Z test_ops.py::TestCommonCPU::test_errors_sub_cpu 2022-09-27T15:32:38.8712962Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_sub_cpu 2022-09-27T15:32:38.8786597Z test_ops.py::TestCommonCPU::test_errors_trace_cpu 2022-09-27T15:32:38.8887163Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_trace_cpu 2022-09-27T15:32:38.8902498Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu 2022-09-27T15:32:38.9195233Z test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu 2022-09-27T15:32:38.9237289Z test_ops.py::TestCommonCPU::test_errors_view_as_cpu 2022-09-27T15:32:38.9633236Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_view_as_cpu 2022-09-27T15:32:38.9640799Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 2022-09-27T15:32:38.9663259Z test_ops.py::TestCommonCPU::test_errors_where_cpu 2022-09-27T15:32:38.9672577Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_errors_where_cpu 2022-09-27T15:32:38.9745064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 2022-09-27T15:32:39.0111689Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 2022-09-27T15:32:39.0114482Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 2022-09-27T15:32:39.0132173Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 2022-09-27T15:32:39.0285528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 2022-09-27T15:32:39.0549365Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 2022-09-27T15:32:39.0551786Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 2022-09-27T15:32:39.0591384Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 2022-09-27T15:32:39.0987646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 2022-09-27T15:32:39.0990009Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 2022-09-27T15:32:39.1311598Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 2022-09-27T15:32:39.1320097Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 2022-09-27T15:32:39.1355027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 2022-09-27T15:32:39.1430723Z [gw0] [ 5%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 2022-09-27T15:32:39.1436808Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 2022-09-27T15:32:39.1793754Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 2022-09-27T15:32:39.1834502Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 2022-09-27T15:32:39.1897653Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 2022-09-27T15:32:39.1914962Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 2022-09-27T15:32:39.2233074Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 2022-09-27T15:32:39.2290945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 2022-09-27T15:32:39.2307260Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 2022-09-27T15:32:39.2329759Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu 2022-09-27T15:32:39.2340419Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_float32 2022-09-27T15:32:39.2360985Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu 2022-09-27T15:32:39.2763184Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_float32 2022-09-27T15:32:39.2770174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 2022-09-27T15:32:39.2776741Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 2022-09-27T15:32:39.2795424Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_float32 2022-09-27T15:32:39.2993334Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_float32 2022-09-27T15:32:39.3014453Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu 2022-09-27T15:32:39.3038971Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu 2022-09-27T15:32:39.3149321Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu 2022-09-27T15:32:39.3194871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 2022-09-27T15:32:39.3202472Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_float32 2022-09-27T15:32:39.3220988Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 2022-09-27T15:32:39.3456445Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_float32 2022-09-27T15:32:39.3592275Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu 2022-09-27T15:32:39.3648070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 2022-09-27T15:32:39.3678309Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_log_softmax_cpu_float32 2022-09-27T15:32:39.3744332Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_log_softmax_cpu_float32 2022-09-27T15:32:39.4033179Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 2022-09-27T15:32:39.4095740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 2022-09-27T15:32:39.4111987Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 2022-09-27T15:32:39.4140485Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_float32 2022-09-27T15:32:39.4474851Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_float32 2022-09-27T15:32:39.4553671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 2022-09-27T15:32:39.4562165Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 2022-09-27T15:32:39.4584823Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_normalize_cpu_float32 2022-09-27T15:32:39.4914394Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_normalize_cpu_float32 2022-09-27T15:32:39.4989748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 2022-09-27T15:32:39.5031953Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 2022-09-27T15:32:39.5058727Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmin_cpu_float32 2022-09-27T15:32:39.5225585Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmin_cpu_float32 2022-09-27T15:32:39.5233335Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu 2022-09-27T15:32:39.5351655Z test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu 2022-09-27T15:32:39.5390276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 2022-09-27T15:32:39.5513872Z [gw0] [ 5%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 2022-09-27T15:32:39.5544911Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_int64 2022-09-27T15:32:39.5793445Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_int64 2022-09-27T15:32:39.5838924Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 2022-09-27T15:32:39.5849863Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu 2022-09-27T15:32:39.5858626Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 2022-09-27T15:32:39.5990883Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu 2022-09-27T15:32:39.6022249Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 2022-09-27T15:32:39.6280002Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 2022-09-27T15:32:39.6349953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 2022-09-27T15:32:39.6464578Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 2022-09-27T15:32:39.6474839Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu 2022-09-27T15:32:39.6479365Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu 2022-09-27T15:32:39.6501969Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 2022-09-27T15:32:39.6713477Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 2022-09-27T15:32:39.6912405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 2022-09-27T15:32:39.6942630Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 2022-09-27T15:32:39.7126134Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 2022-09-27T15:32:39.7140527Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu 2022-09-27T15:32:39.7393939Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:32:39.7424751Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 2022-09-27T15:32:39.7750948Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 2022-09-27T15:32:39.7764024Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:32:39.7779271Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:32:39.7794376Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:32:39.7817917Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 2022-09-27T15:32:39.7871037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 2022-09-27T15:32:39.7905035Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 2022-09-27T15:32:39.7918253Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 2022-09-27T15:32:39.8195328Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 2022-09-27T15:32:39.8257005Z test_ops.py::TestCommonCPU::test_dtypes_split_cpu 2022-09-27T15:32:39.8258870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 2022-09-27T15:32:39.8310836Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_cpu 2022-09-27T15:32:39.8324276Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 2022-09-27T15:32:39.8340966Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 2022-09-27T15:32:39.8676238Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 2022-09-27T15:32:39.8677012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 2022-09-27T15:32:39.8738787Z test_ops.py::TestCommonCPU::test_dtypes_square_cpu 2022-09-27T15:32:39.8749508Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_square_cpu 2022-09-27T15:32:39.8758833Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 2022-09-27T15:32:39.8788986Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 2022-09-27T15:32:39.9114483Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 2022-09-27T15:32:39.9151633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 2022-09-27T15:32:39.9235938Z test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu 2022-09-27T15:32:39.9240930Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 2022-09-27T15:32:39.9264318Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 2022-09-27T15:32:39.9553559Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 2022-09-27T15:32:39.9711321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 2022-09-27T15:32:39.9743346Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 2022-09-27T15:32:39.9806454Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 2022-09-27T15:32:39.9993443Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 2022-09-27T15:32:40.0163153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 2022-09-27T15:32:40.0192261Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 2022-09-27T15:32:40.0224338Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 2022-09-27T15:32:40.0434638Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 2022-09-27T15:32:40.0510680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:40.0634364Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:40.0665977Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 2022-09-27T15:32:40.0874685Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 2022-09-27T15:32:40.1073401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 2022-09-27T15:32:40.1094735Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 2022-09-27T15:32:40.1112870Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 2022-09-27T15:32:40.1313671Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 2022-09-27T15:32:40.1514228Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:32:40.1530961Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 2022-09-27T15:32:40.1545572Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:32:40.1749802Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 2022-09-27T15:32:40.1934060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:32:40.1950553Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:32:40.1979937Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 2022-09-27T15:32:40.2190617Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 2022-09-27T15:32:40.2238861Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 2022-09-27T15:32:40.2391839Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 2022-09-27T15:32:40.2421582Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 2022-09-27T15:32:40.2555835Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 2022-09-27T15:32:40.2567367Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu 2022-09-27T15:32:40.2630207Z test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu 2022-09-27T15:32:40.2687670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 2022-09-27T15:32:40.2791027Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu 2022-09-27T15:32:40.2870317Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 2022-09-27T15:32:40.2897070Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 2022-09-27T15:32:40.3029579Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 2022-09-27T15:32:40.3070078Z test_ops.py::TestCommonCPU::test_dtypes_t_cpu 2022-09-27T15:32:40.3083156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 2022-09-27T15:32:40.3099327Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_t_cpu 2022-09-27T15:32:40.3351952Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 2022-09-27T15:32:40.3380321Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 2022-09-27T15:32:40.3470237Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 2022-09-27T15:32:40.3510048Z test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu 2022-09-27T15:32:40.3555125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 2022-09-27T15:32:40.3570928Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 2022-09-27T15:32:40.3795388Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu 2022-09-27T15:32:40.3823298Z test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 2022-09-27T15:32:40.3911630Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 2022-09-27T15:32:40.3951524Z test_ops.py::TestCommonCPU::test_dtypes_to_cpu 2022-09-27T15:32:40.4111686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 2022-09-27T15:32:40.4233900Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 2022-09-27T15:32:40.4264323Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 2022-09-27T15:32:40.4348078Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 2022-09-27T15:32:40.4355501Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_to_cpu 2022-09-27T15:32:40.4391008Z test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu 2022-09-27T15:32:40.4434876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 2022-09-27T15:32:40.4463664Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 2022-09-27T15:32:40.4671860Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu 2022-09-27T15:32:40.4696414Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 2022-09-27T15:32:40.4792347Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 2022-09-27T15:32:40.4894050Z test_ops.py::TestCommonCPU::test_dtypes_tril_cpu 2022-09-27T15:32:40.4921752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:32:40.4990236Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tril_cpu 2022-09-27T15:32:40.5187518Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:32:40.5192136Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 2022-09-27T15:32:40.5288884Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 2022-09-27T15:32:40.5469900Z test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu 2022-09-27T15:32:40.5556030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:32:40.5633719Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:32:40.5636196Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 2022-09-27T15:32:40.5638572Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 2022-09-27T15:32:40.5751011Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu 2022-09-27T15:32:40.5923476Z test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu 2022-09-27T15:32:40.6108649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 2022-09-27T15:32:40.6111041Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 2022-09-27T15:32:40.6137971Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 2022-09-27T15:32:40.6429389Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 2022-09-27T15:32:40.6443949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 2022-09-27T15:32:40.6547737Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 2022-09-27T15:32:40.6548761Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 2022-09-27T15:32:40.6794061Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 2022-09-27T15:32:40.6928493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 2022-09-27T15:32:40.6952184Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 2022-09-27T15:32:40.6980729Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 2022-09-27T15:32:40.7234395Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 2022-09-27T15:32:40.7313559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 2022-09-27T15:32:40.7391497Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 2022-09-27T15:32:40.7421237Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 2022-09-27T15:32:40.7674852Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 2022-09-27T15:32:40.7717114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 2022-09-27T15:32:40.7873789Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 2022-09-27T15:32:40.7903278Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 2022-09-27T15:32:40.8154611Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 2022-09-27T15:32:40.8172442Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 2022-09-27T15:32:40.8291872Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 2022-09-27T15:32:40.8303126Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu 2022-09-27T15:32:40.8352512Z test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu 2022-09-27T15:32:40.8384547Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 2022-09-27T15:32:40.8427730Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 2022-09-27T15:32:40.8634041Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu 2022-09-27T15:32:40.8693810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 2022-09-27T15:32:40.8711121Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 2022-09-27T15:32:40.8831576Z test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu 2022-09-27T15:32:40.8862951Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 2022-09-27T15:32:40.9074078Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 2022-09-27T15:32:40.9129411Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 2022-09-27T15:32:40.9206483Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 2022-09-27T15:32:40.9218025Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu 2022-09-27T15:32:40.9272354Z test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu 2022-09-27T15:32:40.9311119Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu 2022-09-27T15:32:40.9341309Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 2022-09-27T15:32:40.9552026Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 2022-09-27T15:32:40.9601994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 2022-09-27T15:32:40.9631172Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 2022-09-27T15:32:40.9694713Z test_ops.py::TestCommonCPU::test_dtypes_zero__cpu 2022-09-27T15:32:40.9751814Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zero__cpu 2022-09-27T15:32:40.9779583Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 2022-09-27T15:32:41.0033225Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 2022-09-27T15:32:41.0073264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:41.0099194Z test_ops.py::TestCommonCPU::test_errors___rand___cpu 2022-09-27T15:32:41.0190769Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors___rand___cpu 2022-09-27T15:32:41.0200850Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 2022-09-27T15:32:41.0219971Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:41.0473172Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 2022-09-27T15:32:41.0512001Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:41.0540424Z test_ops.py::TestCommonCPU::test_errors___ror___cpu 2022-09-27T15:32:41.0585280Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors___ror___cpu 2022-09-27T15:32:41.0631401Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:41.0663799Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 2022-09-27T15:32:41.0955290Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 2022-09-27T15:32:41.0957026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:41.0984915Z test_ops.py::TestCommonCPU::test_errors_add_cpu 2022-09-27T15:32:41.1066120Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_add_cpu 2022-09-27T15:32:41.1110764Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:41.1141116Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 2022-09-27T15:32:41.1392108Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 2022-09-27T15:32:41.1393875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 2022-09-27T15:32:41.1532467Z test_ops.py::TestCommonCPU::test_errors_arange_cpu 2022-09-27T15:32:41.1550508Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 2022-09-27T15:32:41.1577143Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 2022-09-27T15:32:41.1683279Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 2022-09-27T15:32:41.1830091Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_arange_cpu 2022-09-27T15:32:41.1854592Z test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu 2022-09-27T15:32:41.1869930Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu 2022-09-27T15:32:41.2034311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 2022-09-27T15:32:41.2064663Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 2022-09-27T15:32:41.2210358Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 2022-09-27T15:32:41.2272846Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 2022-09-27T15:32:41.2311508Z test_ops.py::TestCommonCPU::test_errors_cat_cpu 2022-09-27T15:32:41.2474757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 2022-09-27T15:32:41.2510346Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 2022-09-27T15:32:41.2922325Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 2022-09-27T15:32:41.2926426Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 2022-09-27T15:32:41.2937285Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_cat_cpu 2022-09-27T15:32:41.2955073Z test_ops.py::TestCommonCPU::test_errors_copysign_cpu 2022-09-27T15:32:41.2969300Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 2022-09-27T15:32:41.3011856Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_copysign_cpu 2022-09-27T15:32:41.3020385Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 2022-09-27T15:32:41.3107582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:32:41.3354129Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:32:41.3391779Z test_ops.py::TestCommonCPU::test_errors_diagonal_cpu 2022-09-27T15:32:41.3422908Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 2022-09-27T15:32:41.3433258Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 2022-09-27T15:32:41.3562224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:32:41.3700136Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:32:41.3789511Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_diagonal_cpu 2022-09-27T15:32:41.3883468Z test_ops.py::TestCommonCPU::test_errors_dsplit_cpu 2022-09-27T15:32:41.3884360Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 2022-09-27T15:32:41.3900586Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_dsplit_cpu 2022-09-27T15:32:41.3910108Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 2022-09-27T15:32:41.4172024Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:32:41.4272563Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:32:41.4329772Z test_ops.py::TestCommonCPU::test_errors_fliplr_cpu 2022-09-27T15:32:41.4351366Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_fliplr_cpu 2022-09-27T15:32:41.4380162Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 2022-09-27T15:32:41.4390619Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 2022-09-27T15:32:41.4713692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 2022-09-27T15:32:41.4746343Z test_ops.py::TestCommonCPU::test_errors_fmax_cpu 2022-09-27T15:32:41.4756270Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_fmax_cpu 2022-09-27T15:32:41.4790789Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 2022-09-27T15:32:41.4819418Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 2022-09-27T15:32:41.4869899Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 2022-09-27T15:32:41.5042891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:32:41.5150169Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:32:41.5176861Z test_ops.py::TestCommonCPU::test_errors_gcd_cpu 2022-09-27T15:32:41.5270476Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_gcd_cpu 2022-09-27T15:32:41.5297890Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 2022-09-27T15:32:41.5309810Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 2022-09-27T15:32:41.5594013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:32:41.5622652Z test_ops.py::TestCommonCPU::test_errors_heaviside_cpu 2022-09-27T15:32:41.5710781Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_heaviside_cpu 2022-09-27T15:32:41.5744347Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 2022-09-27T15:32:41.6013830Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 2022-09-27T15:32:41.6022445Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:32:41.6031368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 2022-09-27T15:32:41.6062614Z test_ops.py::TestCommonCPU::test_errors_igamma_cpu 2022-09-27T15:32:41.6192861Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_igamma_cpu 2022-09-27T15:32:41.6223386Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 2022-09-27T15:32:41.6462527Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 2022-09-27T15:32:41.6474535Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 2022-09-27T15:32:41.6511653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:41.6521869Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu 2022-09-27T15:32:41.6544165Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:41.6671487Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu 2022-09-27T15:32:41.6702630Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 2022-09-27T15:32:41.6912763Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 2022-09-27T15:32:41.6951509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:41.6981948Z test_ops.py::TestCommonCPU::test_errors_ldexp_cpu 2022-09-27T15:32:41.7068260Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_ldexp_cpu 2022-09-27T15:32:41.7111392Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:41.7139906Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 2022-09-27T15:32:41.7351220Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 2022-09-27T15:32:41.7431004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:41.7498854Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:32:41.7510375Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:41.7591257Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:32:41.7619402Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 2022-09-27T15:32:41.7793703Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 2022-09-27T15:32:41.7873390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:41.7903622Z test_ops.py::TestCommonCPU::test_errors_logical_or_cpu 2022-09-27T15:32:41.7960581Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_or_cpu 2022-09-27T15:32:41.8033586Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:41.8062394Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 2022-09-27T15:32:41.8234553Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 2022-09-27T15:32:41.8313620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:41.8347238Z test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu 2022-09-27T15:32:41.8406218Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:41.8471580Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu 2022-09-27T15:32:41.8501057Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 2022-09-27T15:32:41.8714061Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 2022-09-27T15:32:41.8792750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 2022-09-27T15:32:41.8815864Z test_ops.py::TestCommonCPU::test_errors_mean_cpu 2022-09-27T15:32:41.8951746Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 2022-09-27T15:32:41.8976459Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 2022-09-27T15:32:41.8987777Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_mean_cpu 2022-09-27T15:32:41.9153591Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 2022-09-27T15:32:41.9272381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:32:41.9296663Z test_ops.py::TestCommonCPU::test_errors_mul_cpu 2022-09-27T15:32:41.9433255Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_mul_cpu 2022-09-27T15:32:41.9470350Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 2022-09-27T15:32:41.9474850Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 2022-09-27T15:32:41.9631539Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:32:41.9711920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:32:41.9787531Z test_ops.py::TestCommonCPU::test_errors_neg_cpu 2022-09-27T15:32:41.9872238Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_neg_cpu 2022-09-27T15:32:41.9903143Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 2022-09-27T15:32:42.0195764Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 2022-09-27T15:32:42.0347982Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu 2022-09-27T15:32:42.0364593Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 2022-09-27T15:32:42.0502157Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 2022-09-27T15:32:42.0672288Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu 2022-09-27T15:32:42.0747389Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu 2022-09-27T15:32:42.0761102Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu 2022-09-27T15:32:42.0795423Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 2022-09-27T15:32:42.1153834Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 2022-09-27T15:32:42.1191914Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu 2022-09-27T15:32:42.1227897Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 2022-09-27T15:32:42.1515604Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 2022-09-27T15:32:42.1591462Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu 2022-09-27T15:32:42.1632878Z test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu 2022-09-27T15:32:42.1666354Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 2022-09-27T15:32:42.1753655Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 2022-09-27T15:32:42.2034117Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu 2022-09-27T15:32:42.2072671Z test_ops.py::TestCommonCPU::test_errors_ormqr_cpu 2022-09-27T15:32:42.2107940Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 2022-09-27T15:32:42.2155671Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 2022-09-27T15:32:42.2473934Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_ormqr_cpu 2022-09-27T15:32:42.2518857Z test_ops.py::TestCommonCPU::test_errors_renorm_cpu 2022-09-27T15:32:42.2553799Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 2022-09-27T15:32:42.2556705Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_renorm_cpu 2022-09-27T15:32:42.2915086Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 2022-09-27T15:32:42.2954481Z test_ops.py::TestCommonCPU::test_errors_rot90_cpu 2022-09-27T15:32:42.2988847Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 2022-09-27T15:32:42.3073285Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 2022-09-27T15:32:42.3353402Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_rot90_cpu 2022-09-27T15:32:42.3384549Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu 2022-09-27T15:32:42.3431913Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu 2022-09-27T15:32:42.3463256Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 2022-09-27T15:32:42.3834225Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 2022-09-27T15:32:42.3861286Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu 2022-09-27T15:32:42.3873459Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu 2022-09-27T15:32:42.3902523Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 2022-09-27T15:32:42.4274978Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 2022-09-27T15:32:42.4295846Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:32:42.4353523Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:32:42.4387246Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 2022-09-27T15:32:42.4754948Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 2022-09-27T15:32:42.4784870Z test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu 2022-09-27T15:32:42.4832325Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu 2022-09-27T15:32:42.4861658Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 2022-09-27T15:32:42.5193269Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 2022-09-27T15:32:42.5280780Z test_ops.py::TestCommonCPU::test_errors_t_cpu 2022-09-27T15:32:42.5284693Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 2022-09-27T15:32:42.5307629Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_t_cpu 2022-09-27T15:32:42.5632329Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 2022-09-27T15:32:42.5770390Z test_ops.py::TestCommonCPU::test_errors_unbind_cpu 2022-09-27T15:32:42.5776997Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_unbind_cpu 2022-09-27T15:32:42.5807233Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 2022-09-27T15:32:42.6045311Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 2022-09-27T15:32:42.6058261Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:32:42.6114296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:32:42.6189597Z test_ops.py::TestCommonCPU::test_errors_vsplit_cpu 2022-09-27T15:32:42.6213695Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 2022-09-27T15:32:42.6238384Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 2022-09-27T15:32:42.6590425Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_vsplit_cpu 2022-09-27T15:32:42.6614337Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 2022-09-27T15:32:42.6669898Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 2022-09-27T15:32:42.6694160Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 2022-09-27T15:32:42.7031592Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 2022-09-27T15:32:42.7060884Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 2022-09-27T15:32:42.7109860Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 2022-09-27T15:32:42.7134412Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 2022-09-27T15:32:42.7355722Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 2022-09-27T15:32:42.7368715Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:32:42.7465340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 2022-09-27T15:32:42.7472369Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 2022-09-27T15:32:42.7506206Z test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 2022-09-27T15:32:42.7603550Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 2022-09-27T15:32:42.7629859Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 2022-09-27T15:32:42.7822252Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 2022-09-27T15:32:42.7950918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 2022-09-27T15:32:42.7956827Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 2022-09-27T15:32:42.8109155Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 2022-09-27T15:32:42.8113061Z test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 2022-09-27T15:32:42.8361533Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 2022-09-27T15:32:42.8394135Z test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 2022-09-27T15:32:42.8511776Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 2022-09-27T15:32:42.8546350Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 2022-09-27T15:32:42.8554504Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 2022-09-27T15:32:42.8561981Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 2022-09-27T15:32:42.8654883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:32:42.8790183Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:32:42.8813431Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 2022-09-27T15:32:42.8950149Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 2022-09-27T15:32:42.8972728Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 2022-09-27T15:32:42.8989865Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 2022-09-27T15:32:42.9232688Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 2022-09-27T15:32:42.9260696Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_float32 2022-09-27T15:32:42.9392099Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_float32 2022-09-27T15:32:42.9420499Z test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 2022-09-27T15:32:42.9503732Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 2022-09-27T15:32:42.9515408Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 2022-09-27T15:32:42.9671450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:32:42.9677760Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:32:42.9701391Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_float32 2022-09-27T15:32:42.9830941Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_float32 2022-09-27T15:32:42.9856107Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 2022-09-27T15:32:42.9949639Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 2022-09-27T15:32:43.0003704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:32:43.0113544Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:32:43.0143400Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_float32 2022-09-27T15:32:43.0313379Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_float32 2022-09-27T15:32:43.0347126Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 2022-09-27T15:32:43.0392323Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 2022-09-27T15:32:43.0429709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:32:43.0552312Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:32:43.0580314Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_float32 2022-09-27T15:32:43.0752516Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_float32 2022-09-27T15:32:43.0781630Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 2022-09-27T15:32:43.0830808Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 2022-09-27T15:32:43.0993127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:32:43.1023675Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_median_cpu_float32 2022-09-27T15:32:43.1233942Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_median_cpu_float32 2022-09-27T15:32:43.1263756Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 2022-09-27T15:32:43.1431615Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 2022-09-27T15:32:43.1461537Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_int64 2022-09-27T15:32:43.1672499Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_int64 2022-09-27T15:32:43.1705975Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 2022-09-27T15:32:43.1873065Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 2022-09-27T15:32:43.1905319Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_int64 2022-09-27T15:32:43.2041966Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_int64 2022-09-27T15:32:43.2058812Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:32:43.2092692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 2022-09-27T15:32:43.2151772Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 2022-09-27T15:32:43.2178386Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 2022-09-27T15:32:43.2312432Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 2022-09-27T15:32:43.2340873Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_int64 2022-09-27T15:32:43.2474086Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_int64 2022-09-27T15:32:43.2531358Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 2022-09-27T15:32:43.2591274Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 2022-09-27T15:32:43.2619521Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 2022-09-27T15:32:43.2752906Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 2022-09-27T15:32:43.2786704Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 2022-09-27T15:32:43.2913497Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 2022-09-27T15:32:43.3019119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:32:43.3032869Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:32:43.3062793Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 2022-09-27T15:32:43.3194283Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 2022-09-27T15:32:43.3221598Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 2022-09-27T15:32:43.3353395Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 2022-09-27T15:32:43.3405809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:32:43.3512521Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:32:43.3541496Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 2022-09-27T15:32:43.3633424Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 2022-09-27T15:32:43.3660378Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 2022-09-27T15:32:43.3791983Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 2022-09-27T15:32:43.3849464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 2022-09-27T15:32:43.3950979Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 2022-09-27T15:32:43.3980613Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 2022-09-27T15:32:43.4070195Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 2022-09-27T15:32:43.4098633Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 2022-09-27T15:32:43.4231280Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 2022-09-27T15:32:43.4273947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:32:43.4390569Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:32:43.4416500Z test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 2022-09-27T15:32:43.4510850Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 2022-09-27T15:32:43.4539988Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 2022-09-27T15:32:43.4670229Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 2022-09-27T15:32:43.4822511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:32:43.4870599Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:32:43.4909621Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:32:43.4950797Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:32:43.4981333Z test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 2022-09-27T15:32:43.5111112Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 2022-09-27T15:32:43.5188146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:32:43.5351061Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:32:43.5379902Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:32:43.5390341Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:32:43.5417339Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 2022-09-27T15:32:43.5550327Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 2022-09-27T15:32:43.5690995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:32:43.5833151Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:32:43.5834021Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 2022-09-27T15:32:43.5862982Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 2022-09-27T15:32:43.5871280Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 2022-09-27T15:32:43.5991442Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 2022-09-27T15:32:43.6281214Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 2022-09-27T15:32:43.6281979Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 2022-09-27T15:32:43.6311392Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 2022-09-27T15:32:43.6315746Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 2022-09-27T15:32:43.6486967Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 2022-09-27T15:32:43.6494726Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 2022-09-27T15:32:43.6566104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 2022-09-27T15:32:43.6714014Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 2022-09-27T15:32:43.6714631Z test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 2022-09-27T15:32:43.6745685Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 2022-09-27T15:32:43.6753746Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 2022-09-27T15:32:43.6913109Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 2022-09-27T15:32:43.7045735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 2022-09-27T15:32:43.7153382Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 2022-09-27T15:32:43.7187013Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 2022-09-27T15:32:43.7200934Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 2022-09-27T15:32:43.7232560Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 2022-09-27T15:32:43.7391476Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 2022-09-27T15:32:43.7424286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 2022-09-27T15:32:43.7590983Z [gw0] [ 6%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 2022-09-27T15:32:43.7618698Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 2022-09-27T15:32:43.7631227Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 2022-09-27T15:32:43.7658662Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 2022-09-27T15:32:43.7875238Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 2022-09-27T15:32:43.8033422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 2022-09-27T15:32:43.8067954Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 2022-09-27T15:32:43.8110939Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 2022-09-27T15:32:43.8140161Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 2022-09-27T15:32:43.8472057Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 2022-09-27T15:32:43.8499574Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 2022-09-27T15:32:43.8550762Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 2022-09-27T15:32:43.8578526Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 2022-09-27T15:32:43.8804740Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 2022-09-27T15:32:43.8812472Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 2022-09-27T15:32:43.8842032Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 2022-09-27T15:32:43.8910030Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 2022-09-27T15:32:43.8936280Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 2022-09-27T15:32:43.8990438Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 2022-09-27T15:32:43.9017902Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 2022-09-27T15:32:43.9233201Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 2022-09-27T15:32:43.9277186Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 2022-09-27T15:32:43.9353820Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 2022-09-27T15:32:43.9383239Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 2022-09-27T15:32:43.9431011Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 2022-09-27T15:32:43.9459853Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:32:43.9672382Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:32:43.9790933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:32:43.9800030Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:32:43.9826423Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 2022-09-27T15:32:43.9870835Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 2022-09-27T15:32:43.9903735Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 2022-09-27T15:32:44.0110864Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 2022-09-27T15:32:44.0129979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:32:44.0232674Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:32:44.0258175Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 2022-09-27T15:32:44.0353561Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 2022-09-27T15:32:44.0383276Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 2022-09-27T15:32:44.0594761Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 2022-09-27T15:32:44.0614383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:32:44.0673743Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:32:44.0699325Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 2022-09-27T15:32:44.0794266Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 2022-09-27T15:32:44.0823050Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 2022-09-27T15:32:44.1072826Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 2022-09-27T15:32:44.1110530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 2022-09-27T15:32:44.1120734Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 2022-09-27T15:32:44.1148766Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 2022-09-27T15:32:44.1230413Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 2022-09-27T15:32:44.1258219Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 2022-09-27T15:32:44.1552131Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 2022-09-27T15:32:44.1554474Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 2022-09-27T15:32:44.1574354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 2022-09-27T15:32:44.1670123Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 2022-09-27T15:32:44.1698564Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 2022-09-27T15:32:44.1989845Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 2022-09-27T15:32:44.2004359Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 2022-09-27T15:32:44.2022010Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 2022-09-27T15:32:44.2030487Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 2022-09-27T15:32:44.2109419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 2022-09-27T15:32:44.2138486Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 2022-09-27T15:32:44.2285758Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 2022-09-27T15:32:44.2436930Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 2022-09-27T15:32:44.2459573Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 2022-09-27T15:32:44.2474405Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 2022-09-27T15:32:44.2591731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 2022-09-27T15:32:44.2629102Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 2022-09-27T15:32:44.2873149Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 2022-09-27T15:32:44.2904691Z test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 2022-09-27T15:32:44.3073602Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 2022-09-27T15:32:44.3105372Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 2022-09-27T15:32:44.3242915Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 2022-09-27T15:32:44.3250769Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 2022-09-27T15:32:44.3311911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 2022-09-27T15:32:44.3342202Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 2022-09-27T15:32:44.3369523Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 2022-09-27T15:32:44.3510760Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 2022-09-27T15:32:44.3538530Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 2022-09-27T15:32:44.3669511Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 2022-09-27T15:32:44.3687520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 2022-09-27T15:32:44.3749995Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 2022-09-27T15:32:44.3776628Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 2022-09-27T15:32:44.3950312Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 2022-09-27T15:32:44.3977523Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 2022-09-27T15:32:44.4150381Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 2022-09-27T15:32:44.4190447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 2022-09-27T15:32:44.4218553Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 2022-09-27T15:32:44.4221381Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 2022-09-27T15:32:44.4430945Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 2022-09-27T15:32:44.4459671Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 2022-09-27T15:32:44.4632212Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 2022-09-27T15:32:44.4634044Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 2022-09-27T15:32:44.4660404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 2022-09-27T15:32:44.4672831Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 2022-09-27T15:32:44.4909979Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 2022-09-27T15:32:44.4941201Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 2022-09-27T15:32:44.5070152Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 2022-09-27T15:32:44.5092951Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 2022-09-27T15:32:44.5109762Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 2022-09-27T15:32:44.5269451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 2022-09-27T15:32:44.5350764Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 2022-09-27T15:32:44.5379653Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 2022-09-27T15:32:44.5510354Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 2022-09-27T15:32:44.5537151Z test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 2022-09-27T15:32:44.5549355Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 2022-09-27T15:32:44.5797892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 2022-09-27T15:32:44.5831440Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 2022-09-27T15:32:44.5857321Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 2022-09-27T15:32:44.5951655Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 2022-09-27T15:32:44.5976470Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 2022-09-27T15:32:44.6030960Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 2022-09-27T15:32:44.6104050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 2022-09-27T15:32:44.6313793Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 2022-09-27T15:32:44.6341284Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 2022-09-27T15:32:44.6391872Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 2022-09-27T15:32:44.6420225Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 2022-09-27T15:32:44.6511087Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 2022-09-27T15:32:44.6556865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 2022-09-27T15:32:44.6750091Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 2022-09-27T15:32:44.6774547Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 2022-09-27T15:32:44.6830069Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 2022-09-27T15:32:44.6859742Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 2022-09-27T15:32:44.6949618Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 2022-09-27T15:32:44.6991057Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 2022-09-27T15:32:44.7234847Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 2022-09-27T15:32:44.7259368Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 2022-09-27T15:32:44.7272965Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 2022-09-27T15:32:44.7300830Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 2022-09-27T15:32:44.7432475Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 2022-09-27T15:32:44.7482892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 2022-09-27T15:32:44.7714912Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 2022-09-27T15:32:44.7717934Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 2022-09-27T15:32:44.7745041Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 2022-09-27T15:32:44.7765938Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 2022-09-27T15:32:44.7912349Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 2022-09-27T15:32:44.7948029Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 2022-09-27T15:32:44.8152134Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 2022-09-27T15:32:44.8153754Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 2022-09-27T15:32:44.8184887Z test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 2022-09-27T15:32:44.8193856Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 2022-09-27T15:32:44.8392679Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 2022-09-27T15:32:44.8602566Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 2022-09-27T15:32:44.8603131Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 2022-09-27T15:32:44.8605870Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 2022-09-27T15:32:44.8630184Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 2022-09-27T15:32:44.8633592Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 2022-09-27T15:32:44.8832353Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 2022-09-27T15:32:44.9032547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 2022-09-27T15:32:44.9036106Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 2022-09-27T15:32:44.9066065Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 2022-09-27T15:32:44.9077659Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 2022-09-27T15:32:44.9202156Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 2022-09-27T15:32:44.9309400Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 2022-09-27T15:32:44.9360879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 2022-09-27T15:32:44.9472311Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 2022-09-27T15:32:44.9473976Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 2022-09-27T15:32:44.9507363Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:44.9511282Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 2022-09-27T15:32:44.9793769Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:44.9853344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 2022-09-27T15:32:44.9910802Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 2022-09-27T15:32:44.9936942Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 2022-09-27T15:32:44.9951155Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 2022-09-27T15:32:44.9980354Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 2022-09-27T15:32:45.0232236Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 2022-09-27T15:32:45.0305274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 2022-09-27T15:32:45.0350214Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 2022-09-27T15:32:45.0377925Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 2022-09-27T15:32:45.0390568Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 2022-09-27T15:32:45.0419512Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 2022-09-27T15:32:45.0675710Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 2022-09-27T15:32:45.0793405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 2022-09-27T15:32:45.0824619Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 2022-09-27T15:32:45.0839423Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 2022-09-27T15:32:45.0848933Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 2022-09-27T15:32:45.0880059Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 2022-09-27T15:32:45.1114383Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 2022-09-27T15:32:45.1233920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 2022-09-27T15:32:45.1249886Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:45.1272028Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 2022-09-27T15:32:45.1311791Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:45.1341217Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 2022-09-27T15:32:45.1594662Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 2022-09-27T15:32:45.1671929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 2022-09-27T15:32:45.1696997Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 2022-09-27T15:32:45.1741580Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 2022-09-27T15:32:45.1791418Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 2022-09-27T15:32:45.1820660Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 2022-09-27T15:32:45.2071028Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 2022-09-27T15:32:45.2110754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 2022-09-27T15:32:45.2139626Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 2022-09-27T15:32:45.2203545Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 2022-09-27T15:32:45.2272044Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 2022-09-27T15:32:45.2298749Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 2022-09-27T15:32:45.2550886Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 2022-09-27T15:32:45.2553681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 2022-09-27T15:32:45.2579834Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 2022-09-27T15:32:45.2750262Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 2022-09-27T15:32:45.2776349Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:32:45.2991847Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:32:45.3017307Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 2022-09-27T15:32:45.3230044Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 2022-09-27T15:32:45.3257310Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 2022-09-27T15:32:45.3430364Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 2022-09-27T15:32:45.3458407Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 2022-09-27T15:32:45.3579063Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 2022-09-27T15:32:45.3593196Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 2022-09-27T15:32:45.3693742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 2022-09-27T15:32:45.3699363Z test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 2022-09-27T15:32:45.3703135Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 2022-09-27T15:32:45.3872335Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 2022-09-27T15:32:45.3899586Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 2022-09-27T15:32:45.4030375Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 2022-09-27T15:32:45.4061454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 2022-09-27T15:32:45.4110426Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 2022-09-27T15:32:45.4136523Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 2022-09-27T15:32:45.4311892Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 2022-09-27T15:32:45.4339905Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 2022-09-27T15:32:45.4471693Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 2022-09-27T15:32:45.4530601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 2022-09-27T15:32:45.4592697Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 2022-09-27T15:32:45.4623579Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 2022-09-27T15:32:45.4752804Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 2022-09-27T15:32:45.4778640Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 2022-09-27T15:32:45.4911239Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 2022-09-27T15:32:45.4942321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 2022-09-27T15:32:45.5030199Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 2022-09-27T15:32:45.5055389Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 2022-09-27T15:32:45.5189907Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 2022-09-27T15:32:45.5215739Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 2022-09-27T15:32:45.5350148Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 2022-09-27T15:32:45.5392145Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 2022-09-27T15:32:45.5469547Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 2022-09-27T15:32:45.5496459Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 2022-09-27T15:32:45.5631890Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 2022-09-27T15:32:45.5659048Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 2022-09-27T15:32:45.5790724Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 2022-09-27T15:32:45.5828840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 2022-09-27T15:32:45.5910226Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 2022-09-27T15:32:45.5935019Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 2022-09-27T15:32:45.6070018Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 2022-09-27T15:32:45.6099792Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 2022-09-27T15:32:45.6230093Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 2022-09-27T15:32:45.6350288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 2022-09-27T15:32:45.6378238Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:32:45.6447882Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:32:45.6511465Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 2022-09-27T15:32:45.6538539Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 2022-09-27T15:32:45.6671339Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 2022-09-27T15:32:45.6751309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 2022-09-27T15:32:45.6830957Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 2022-09-27T15:32:45.6859191Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:32:45.6951985Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:32:45.6980259Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 2022-09-27T15:32:45.7111146Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 2022-09-27T15:32:45.7130060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:32:45.7310410Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:32:45.7336291Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:32:45.7389944Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:32:45.7414252Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 2022-09-27T15:32:45.7552056Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 2022-09-27T15:32:45.7594395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 2022-09-27T15:32:45.7752682Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 2022-09-27T15:32:45.7780415Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 2022-09-27T15:32:45.7830245Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 2022-09-27T15:32:45.7858083Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 2022-09-27T15:32:45.7992910Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 2022-09-27T15:32:45.8031839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 2022-09-27T15:32:45.8193012Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 2022-09-27T15:32:45.8222967Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 2022-09-27T15:32:45.8271171Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 2022-09-27T15:32:45.8297537Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 2022-09-27T15:32:45.8433367Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 2022-09-27T15:32:45.8509595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:32:45.8671799Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:32:45.8700533Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 2022-09-27T15:32:45.8710317Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 2022-09-27T15:32:45.8737198Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 2022-09-27T15:32:45.8873921Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 2022-09-27T15:32:45.8891512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:32:45.9114880Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:32:45.9143058Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:32:45.9152313Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:32:45.9183586Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 2022-09-27T15:32:45.9311421Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 2022-09-27T15:32:45.9361843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 2022-09-27T15:32:45.9597138Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 2022-09-27T15:32:45.9597743Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 2022-09-27T15:32:45.9625517Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:32:45.9636482Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 2022-09-27T15:32:45.9753718Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:32:45.9834940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:32:46.0033701Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:32:46.0064036Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 2022-09-27T15:32:46.0077329Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 2022-09-27T15:32:46.0107901Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 2022-09-27T15:32:46.0192030Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 2022-09-27T15:32:46.0239036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 2022-09-27T15:32:46.0470921Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 2022-09-27T15:32:46.0498149Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 2022-09-27T15:32:46.0510572Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 2022-09-27T15:32:46.0538233Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:32:46.0630169Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:32:46.0681906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 2022-09-27T15:32:46.0914778Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 2022-09-27T15:32:46.0946961Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 2022-09-27T15:32:46.0991115Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 2022-09-27T15:32:46.1021272Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:32:46.1070861Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:32:46.1088151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:32:46.1351013Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:32:46.1378899Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 2022-09-27T15:32:46.1472097Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 2022-09-27T15:32:46.1502513Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 2022-09-27T15:32:46.1516874Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 2022-09-27T15:32:46.1563110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 2022-09-27T15:32:46.1794241Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 2022-09-27T15:32:46.1823176Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 2022-09-27T15:32:46.1954547Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 2022-09-27T15:32:46.1955827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 2022-09-27T15:32:46.1985145Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:46.1998861Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:46.2234221Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 2022-09-27T15:32:46.2262954Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 2022-09-27T15:32:46.2394479Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 2022-09-27T15:32:46.2397328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 2022-09-27T15:32:46.2425630Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 2022-09-27T15:32:46.2456349Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 2022-09-27T15:32:46.2671368Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 2022-09-27T15:32:46.2699349Z test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 2022-09-27T15:32:46.2832253Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 2022-09-27T15:32:46.2837454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:32:46.2859178Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:32:46.2943646Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:32:46.3110605Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:32:46.3138464Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 2022-09-27T15:32:46.3271244Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 2022-09-27T15:32:46.3311717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:32:46.3318320Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:32:46.3342512Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:32:46.3552509Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:32:46.3580218Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 2022-09-27T15:32:46.3712580Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 2022-09-27T15:32:46.3730826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:32:46.3793056Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:32:46.3823524Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:46.3993129Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:46.4021691Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 2022-09-27T15:32:46.4152234Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 2022-09-27T15:32:46.4168214Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:32:46.4271717Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:32:46.4306542Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:32:46.4431627Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:32:46.4463294Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 2022-09-27T15:32:46.4591172Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 2022-09-27T15:32:46.4711425Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 2022-09-27T15:32:46.4737826Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:32:46.4762058Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:32:46.4871008Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 2022-09-27T15:32:46.4900650Z test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 2022-09-27T15:32:46.5031176Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 2022-09-27T15:32:46.5091463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 2022-09-27T15:32:46.5191296Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 2022-09-27T15:32:46.5217307Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:32:46.5310899Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:32:46.5345031Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 2022-09-27T15:32:46.5471433Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 2022-09-27T15:32:46.5551593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 2022-09-27T15:32:46.5631770Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 2022-09-27T15:32:46.5660411Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:32:46.5753224Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:32:46.5779231Z test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 2022-09-27T15:32:46.5913304Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 2022-09-27T15:32:46.5966919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 2022-09-27T15:32:46.6112570Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 2022-09-27T15:32:46.6138991Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:32:46.6191056Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:32:46.6216752Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 2022-09-27T15:32:46.6351856Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 2022-09-27T15:32:46.6419888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 2022-09-27T15:32:46.6594371Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 2022-09-27T15:32:46.6625410Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 2022-09-27T15:32:46.6636210Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 2022-09-27T15:32:46.6666017Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 2022-09-27T15:32:46.6791442Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 2022-09-27T15:32:46.6887296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 2022-09-27T15:32:46.7033205Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 2022-09-27T15:32:46.7060009Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 2022-09-27T15:32:46.7072984Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 2022-09-27T15:32:46.7098351Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 2022-09-27T15:32:46.7233364Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 2022-09-27T15:32:46.7296673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 2022-09-27T15:32:46.7472245Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 2022-09-27T15:32:46.7498497Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:46.7511524Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:46.7539814Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 2022-09-27T15:32:46.7673543Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 2022-09-27T15:32:46.7830352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 2022-09-27T15:32:46.7911686Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 2022-09-27T15:32:46.7938425Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:32:46.7951095Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:32:46.7979906Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 2022-09-27T15:32:46.8110348Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 2022-09-27T15:32:46.8287879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 2022-09-27T15:32:46.8397234Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 2022-09-27T15:32:46.8397840Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 2022-09-27T15:32:46.8433503Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:32:46.8437553Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:32:46.8552861Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 2022-09-27T15:32:46.8640207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 2022-09-27T15:32:46.8832752Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 2022-09-27T15:32:46.8860844Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 2022-09-27T15:32:46.8871252Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 2022-09-27T15:32:46.8900099Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 2022-09-27T15:32:46.8990733Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 2022-09-27T15:32:46.9272370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 2022-09-27T15:32:46.9301121Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 2022-09-27T15:32:46.9313050Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 2022-09-27T15:32:46.9346461Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 2022-09-27T15:32:46.9714928Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 2022-09-27T15:32:46.9747508Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:32:46.9760164Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:32:46.9789978Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:32:47.0154050Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:32:47.0194354Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 2022-09-27T15:32:47.0231444Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 2022-09-27T15:32:47.0261040Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 2022-09-27T15:32:47.0593231Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 2022-09-27T15:32:47.0626337Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 2022-09-27T15:32:47.0671230Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 2022-09-27T15:32:47.0700994Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 2022-09-27T15:32:47.1035319Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 2022-09-27T15:32:47.1063516Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 2022-09-27T15:32:47.1151909Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 2022-09-27T15:32:47.1181918Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:32:47.1473929Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:32:47.1508252Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 2022-09-27T15:32:47.1591956Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 2022-09-27T15:32:47.1622441Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:32:47.1914281Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:32:47.1949346Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 2022-09-27T15:32:47.2032416Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 2022-09-27T15:32:47.2062543Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 2022-09-27T15:32:47.2353435Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 2022-09-27T15:32:47.2385344Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 2022-09-27T15:32:47.2472872Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 2022-09-27T15:32:47.2503893Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 2022-09-27T15:32:47.2794496Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 2022-09-27T15:32:47.2824197Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 2022-09-27T15:32:47.2885136Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 2022-09-27T15:32:47.2896925Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 2022-09-27T15:32:47.2911457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 2022-09-27T15:32:47.2941683Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 2022-09-27T15:32:47.3033732Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 2022-09-27T15:32:47.3231620Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 2022-09-27T15:32:47.3260316Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 2022-09-27T15:32:47.3310558Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 2022-09-27T15:32:47.3352153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 2022-09-27T15:32:47.3383335Z test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 2022-09-27T15:32:47.3392594Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 2022-09-27T15:32:47.3670983Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 2022-09-27T15:32:47.3701597Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:32:47.3791230Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:32:47.3794170Z test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 2022-09-27T15:32:47.3821207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 2022-09-27T15:32:47.3905719Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 2022-09-27T15:32:47.4113582Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 2022-09-27T15:32:47.4144098Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 2022-09-27T15:32:47.4235358Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 2022-09-27T15:32:47.4239414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 2022-09-27T15:32:47.4260043Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:32:47.4277382Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:32:47.4554942Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 2022-09-27T15:32:47.4586165Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:47.4673910Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:47.4713459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 2022-09-27T15:32:47.4735161Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:32:47.4878727Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:32:47.4991182Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 2022-09-27T15:32:47.5025927Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 2022-09-27T15:32:47.5112108Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 2022-09-27T15:32:47.5151466Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 2022-09-27T15:32:47.5170169Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 2022-09-27T15:32:47.5182875Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 2022-09-27T15:32:47.5431272Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 2022-09-27T15:32:47.5461178Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 2022-09-27T15:32:47.5551284Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 2022-09-27T15:32:47.5631417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 2022-09-27T15:32:47.5663238Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 2022-09-27T15:32:47.5694928Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 2022-09-27T15:32:47.5872664Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 2022-09-27T15:32:47.5901632Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 2022-09-27T15:32:47.5990414Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 2022-09-27T15:32:47.6006537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 2022-09-27T15:32:47.6070953Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 2022-09-27T15:32:47.6099997Z test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 2022-09-27T15:32:47.6311240Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 2022-09-27T15:32:47.6342930Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 2022-09-27T15:32:47.6431160Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 2022-09-27T15:32:47.6504695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 2022-09-27T15:32:47.6552943Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 2022-09-27T15:32:47.6580131Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 2022-09-27T15:32:47.6753636Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 2022-09-27T15:32:47.6783825Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 2022-09-27T15:32:47.6871240Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 2022-09-27T15:32:47.6970404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 2022-09-27T15:32:47.7030907Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 2022-09-27T15:32:47.7059792Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 2022-09-27T15:32:47.7193113Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 2022-09-27T15:32:47.7221601Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 2022-09-27T15:32:47.7352879Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 2022-09-27T15:32:47.7492337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 2022-09-27T15:32:47.7512310Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 2022-09-27T15:32:47.7538092Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 2022-09-27T15:32:47.7633316Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 2022-09-27T15:32:47.7661857Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 2022-09-27T15:32:47.7792927Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 2022-09-27T15:32:47.7861693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 2022-09-27T15:32:47.7992347Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 2022-09-27T15:32:47.8019792Z test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 2022-09-27T15:32:47.8072197Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 2022-09-27T15:32:47.8101121Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 2022-09-27T15:32:47.8271240Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 2022-09-27T15:32:47.8375238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 2022-09-27T15:32:47.8471178Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 2022-09-27T15:32:47.8496591Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 2022-09-27T15:32:47.8509669Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 2022-09-27T15:32:47.8536685Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 2022-09-27T15:32:47.8749627Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 2022-09-27T15:32:47.8848502Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 2022-09-27T15:32:47.8909847Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 2022-09-27T15:32:47.8935748Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 2022-09-27T15:32:47.8949051Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 2022-09-27T15:32:47.8973512Z test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 2022-09-27T15:32:47.9190134Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 2022-09-27T15:32:47.9329157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 2022-09-27T15:32:47.9350044Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 2022-09-27T15:32:47.9374073Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 2022-09-27T15:32:47.9389822Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 2022-09-27T15:32:47.9416791Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 2022-09-27T15:32:47.9629252Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 2022-09-27T15:32:47.9757873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 2022-09-27T15:32:47.9830914Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 2022-09-27T15:32:47.9834639Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 2022-09-27T15:32:47.9861261Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 2022-09-27T15:32:47.9864321Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 2022-09-27T15:32:48.0069111Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 2022-09-27T15:32:48.0168235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 2022-09-27T15:32:48.0269791Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 2022-09-27T15:32:48.0274803Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 2022-09-27T15:32:48.0301052Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 2022-09-27T15:32:48.0305110Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 2022-09-27T15:32:48.0549392Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 2022-09-27T15:32:48.0621837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 2022-09-27T15:32:48.0711304Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 2022-09-27T15:32:48.0727790Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 2022-09-27T15:32:48.0728376Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 2022-09-27T15:32:48.0743630Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 2022-09-27T15:32:48.0991998Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 2022-09-27T15:32:48.1154480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 2022-09-27T15:32:48.1197565Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 2022-09-27T15:32:48.1201850Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 2022-09-27T15:32:48.1203650Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 2022-09-27T15:32:48.1625821Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 2022-09-27T15:32:48.1626916Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 2022-09-27T15:32:48.1629712Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 2022-09-27T15:32:48.1633157Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 2022-09-27T15:32:48.1972245Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 2022-09-27T15:32:48.1980282Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 2022-09-27T15:32:48.2029582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 2022-09-27T15:32:48.2056104Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 2022-09-27T15:32:48.2074608Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 2022-09-27T15:32:48.2080383Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 2022-09-27T15:32:48.2102246Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 2022-09-27T15:32:48.2389578Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 2022-09-27T15:32:48.2470160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 2022-09-27T15:32:48.2498727Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 2022-09-27T15:32:48.2510217Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 2022-09-27T15:32:48.2544777Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 2022-09-27T15:32:48.2547403Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 2022-09-27T15:32:48.2834509Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 2022-09-27T15:32:48.2868875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 2022-09-27T15:32:48.2911362Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 2022-09-27T15:32:48.2941382Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 2022-09-27T15:32:48.2951690Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 2022-09-27T15:32:48.2980344Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 2022-09-27T15:32:48.3273353Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 2022-09-27T15:32:48.3318559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 2022-09-27T15:32:48.3351735Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 2022-09-27T15:32:48.3382007Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 2022-09-27T15:32:48.3395002Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 2022-09-27T15:32:48.3425305Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 2022-09-27T15:32:48.3714411Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 2022-09-27T15:32:48.3763584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 2022-09-27T15:32:48.3791384Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 2022-09-27T15:32:48.3820668Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 2022-09-27T15:32:48.3871127Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 2022-09-27T15:32:48.3905299Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 2022-09-27T15:32:48.4191006Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 2022-09-27T15:32:48.4230614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 2022-09-27T15:32:48.4253385Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:32:48.4265391Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 2022-09-27T15:32:48.4349768Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:32:48.4375729Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 2022-09-27T15:32:48.4629878Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 2022-09-27T15:32:48.4669278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 2022-09-27T15:32:48.4695295Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 2022-09-27T15:32:48.4721959Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 2022-09-27T15:32:48.4792018Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 2022-09-27T15:32:48.4821850Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 2022-09-27T15:32:48.5070656Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 2022-09-27T15:32:48.5110850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 2022-09-27T15:32:48.5129223Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 2022-09-27T15:32:48.5144715Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 2022-09-27T15:32:48.5272742Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 2022-09-27T15:32:48.5301283Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 2022-09-27T15:32:48.5555686Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 2022-09-27T15:32:48.5558949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 2022-09-27T15:32:48.5592000Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 2022-09-27T15:32:48.5595088Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 2022-09-27T15:32:48.5753859Z [gw0] [ 8%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 2022-09-27T15:32:48.5783305Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 2022-09-27T15:32:48.5995223Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 2022-09-27T15:32:48.5996193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 2022-09-27T15:32:48.6027408Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 2022-09-27T15:32:48.6037563Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 2022-09-27T15:32:48.6231422Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 2022-09-27T15:32:48.6262154Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 2022-09-27T15:32:48.6433298Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 2022-09-27T15:32:48.6433957Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 2022-09-27T15:32:48.6461608Z test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 2022-09-27T15:32:48.6552996Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 2022-09-27T15:32:48.6714085Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 2022-09-27T15:32:48.6745788Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 2022-09-27T15:32:48.6874239Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 2022-09-27T15:32:48.6905978Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:32:48.6917780Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:32:48.6970028Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 2022-09-27T15:32:48.7194315Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 2022-09-27T15:32:48.7224475Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 2022-09-27T15:32:48.7312279Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 2022-09-27T15:32:48.7343196Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:32:48.7391411Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:32:48.7477909Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 2022-09-27T15:32:48.7673052Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 2022-09-27T15:32:48.7702177Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 2022-09-27T15:32:48.7751557Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 2022-09-27T15:32:48.7779901Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 2022-09-27T15:32:48.7831640Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 2022-09-27T15:32:48.7875199Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 2022-09-27T15:32:48.8113688Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 2022-09-27T15:32:48.8143273Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:32:48.8191867Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:32:48.8220610Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 2022-09-27T15:32:48.8311143Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 2022-09-27T15:32:48.8448612Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 2022-09-27T15:32:48.8550961Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 2022-09-27T15:32:48.8571691Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:32:48.8631521Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:32:48.8659782Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 2022-09-27T15:32:48.8790927Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 2022-09-27T15:32:48.8841312Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 2022-09-27T15:32:48.8992737Z [gw0] [ 8%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 2022-09-27T15:32:48.9026060Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 2022-09-27T15:32:48.9071502Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 2022-09-27T15:32:48.9104935Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 2022-09-27T15:32:48.9233822Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 2022-09-27T15:32:48.9375430Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 2022-09-27T15:32:48.9383492Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu 2022-09-27T15:32:48.9483350Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu 2022-09-27T15:32:48.9511257Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:32:48.9540969Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 2022-09-27T15:32:48.9558426Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 2022-09-27T15:32:48.9593370Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:32:48.9709839Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 2022-09-27T15:32:48.9755773Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 2022-09-27T15:32:48.9947054Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 2022-09-27T15:32:48.9951264Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 2022-09-27T15:32:48.9964469Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 2022-09-27T15:32:49.0004084Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 2022-09-27T15:32:49.0149538Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 2022-09-27T15:32:49.0275935Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 2022-09-27T15:32:49.0374787Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 2022-09-27T15:32:49.0382962Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:32:49.0430139Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:32:49.0431999Z test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 2022-09-27T15:32:49.0632583Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 2022-09-27T15:32:49.0670064Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:32:49.0827568Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:32:49.0829407Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 2022-09-27T15:32:49.0845392Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 2022-09-27T15:32:49.0884434Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:32:49.1110343Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:32:49.1162340Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 2022-09-27T15:32:49.1233960Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 2022-09-27T15:32:49.1263735Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 2022-09-27T15:32:49.1273285Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 2022-09-27T15:32:49.1297760Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:32:49.1592056Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:32:49.1658825Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 2022-09-27T15:32:49.1672732Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 2022-09-27T15:32:49.1719622Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 2022-09-27T15:32:49.1758999Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:32:49.1781292Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:32:49.2072943Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 2022-09-27T15:32:49.2147827Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 2022-09-27T15:32:49.2191177Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 2022-09-27T15:32:49.2200168Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 2022-09-27T15:32:49.2206527Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:32:49.2263409Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:32:49.2513763Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 2022-09-27T15:32:49.2592840Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:32:49.2625263Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:32:49.2636996Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 2022-09-27T15:32:49.2639776Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:32:49.2645889Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:32:49.2954640Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 2022-09-27T15:32:49.3061077Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:32:49.3063937Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:32:49.3076068Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:32:49.3079500Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:32:49.3121120Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:32:49.3393736Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:32:49.3485205Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:32:49.3549897Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:32:49.3553301Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:32:49.3558083Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:32:49.3565173Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:32:49.3834598Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:32:49.3906156Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 2022-09-27T15:32:49.3935335Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 2022-09-27T15:32:49.3940084Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:32:49.3980775Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:32:49.3987461Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:32:49.4269829Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:32:49.4371078Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 2022-09-27T15:32:49.4394466Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 2022-09-27T15:32:49.4399160Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 2022-09-27T15:32:49.4405815Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 2022-09-27T15:32:49.4419391Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 2022-09-27T15:32:49.4713590Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 2022-09-27T15:32:49.4791748Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 2022-09-27T15:32:49.4817209Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 2022-09-27T15:32:49.4832251Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 2022-09-27T15:32:49.4861989Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:32:49.4908096Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:32:49.5150298Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 2022-09-27T15:32:49.5230834Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 2022-09-27T15:32:49.5260718Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 2022-09-27T15:32:49.5270553Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 2022-09-27T15:32:49.5298243Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:32:49.5320455Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:32:49.5592502Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 2022-09-27T15:32:49.5693502Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 2022-09-27T15:32:49.5713623Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 2022-09-27T15:32:49.5714173Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 2022-09-27T15:32:49.5747941Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 2022-09-27T15:32:49.5752385Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 2022-09-27T15:32:49.6033523Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 2022-09-27T15:32:49.6161017Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 2022-09-27T15:32:49.6163221Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 2022-09-27T15:32:49.6165218Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 2022-09-27T15:32:49.6190586Z test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 2022-09-27T15:32:49.6195817Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 2022-09-27T15:32:49.6474208Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 2022-09-27T15:32:49.6593682Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 2022-09-27T15:32:49.6597779Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 2022-09-27T15:32:49.6627068Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:49.6633867Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:49.6670539Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 2022-09-27T15:32:49.6914099Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 2022-09-27T15:32:49.6961810Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 2022-09-27T15:32:49.7031759Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 2022-09-27T15:32:49.7034425Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:49.7061263Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 2022-09-27T15:32:49.7065336Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:49.7351662Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 2022-09-27T15:32:49.7435773Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 2022-09-27T15:32:49.7470800Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 2022-09-27T15:32:49.7473150Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:49.7494626Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 2022-09-27T15:32:49.7503560Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:49.7793019Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 2022-09-27T15:32:49.7875078Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 2022-09-27T15:32:49.7943453Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 2022-09-27T15:32:49.7944049Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 2022-09-27T15:32:49.7952929Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 2022-09-27T15:32:49.7957058Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 2022-09-27T15:32:49.8233544Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 2022-09-27T15:32:49.8278663Z test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 2022-09-27T15:32:49.8391998Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 2022-09-27T15:32:49.8394816Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:32:49.8398413Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 2022-09-27T15:32:49.8399998Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 2022-09-27T15:32:49.8676048Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:32:49.8720734Z test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 2022-09-27T15:32:49.8821160Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 2022-09-27T15:32:49.8822165Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:32:49.8824894Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 2022-09-27T15:32:49.8834157Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:32:49.9115129Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 2022-09-27T15:32:49.9154416Z test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 2022-09-27T15:32:49.9260421Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 2022-09-27T15:32:49.9260958Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 2022-09-27T15:32:49.9262953Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:32:49.9271734Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 2022-09-27T15:32:49.9553996Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:32:49.9584412Z test_ops.py::TestCommonCPU::test_out__masked_argmax_cpu_float32 2022-09-27T15:32:49.9674168Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__masked_argmax_cpu_float32 2022-09-27T15:32:49.9674787Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 2022-09-27T15:32:49.9703733Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 2022-09-27T15:32:49.9713936Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 2022-09-27T15:32:49.9991908Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 2022-09-27T15:32:50.0028323Z test_ops.py::TestCommonCPU::test_out__masked_log_softmax_cpu_float32 2022-09-27T15:32:50.0111253Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__masked_log_softmax_cpu_float32 2022-09-27T15:32:50.0113803Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:32:50.0140622Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 2022-09-27T15:32:50.0143412Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 2022-09-27T15:32:50.0432758Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:32:50.0469888Z test_ops.py::TestCommonCPU::test_out__masked_median_cpu_float32 2022-09-27T15:32:50.0552223Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__masked_median_cpu_float32 2022-09-27T15:32:50.0555215Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 2022-09-27T15:32:50.0581574Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 2022-09-27T15:32:50.0584873Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 2022-09-27T15:32:50.0872078Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 2022-09-27T15:32:50.0908785Z test_ops.py::TestCommonCPU::test_out__masked_softmax_cpu_float32 2022-09-27T15:32:50.0992401Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__masked_softmax_cpu_float32 2022-09-27T15:32:50.0992755Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 2022-09-27T15:32:50.1016582Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:32:50.1024030Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 2022-09-27T15:32:50.1311155Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:32:50.1342150Z test_ops.py::TestCommonCPU::test_out__masked_var_cpu_float32 2022-09-27T15:32:50.1432276Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__masked_var_cpu_float32 2022-09-27T15:32:50.1432759Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 2022-09-27T15:32:50.1458329Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 2022-09-27T15:32:50.1461625Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 2022-09-27T15:32:50.1749405Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 2022-09-27T15:32:50.1870713Z test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 2022-09-27T15:32:50.1873737Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 2022-09-27T15:32:50.1905602Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:32:50.1907955Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:32:50.2220961Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 2022-09-27T15:32:50.2229621Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 2022-09-27T15:32:50.2274453Z test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 2022-09-27T15:32:50.2312098Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 2022-09-27T15:32:50.2314632Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 2022-09-27T15:32:50.2342434Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 2022-09-27T15:32:50.2351387Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 2022-09-27T15:32:50.2674620Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 2022-09-27T15:32:50.2755441Z test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 2022-09-27T15:32:50.2757632Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 2022-09-27T15:32:50.2785222Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 2022-09-27T15:32:50.2798203Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 2022-09-27T15:32:50.3110871Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 2022-09-27T15:32:50.3121025Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 2022-09-27T15:32:50.3194544Z test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 2022-09-27T15:32:50.3199000Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:32:50.3233770Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 2022-09-27T15:32:50.3238096Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 2022-09-27T15:32:50.3455865Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:32:50.3549919Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 2022-09-27T15:32:50.3578188Z test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 2022-09-27T15:32:50.3632080Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 2022-09-27T15:32:50.3632834Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 2022-09-27T15:32:50.3659059Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 2022-09-27T15:32:50.3671017Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 2022-09-27T15:32:50.3993306Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 2022-09-27T15:32:50.4075198Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 2022-09-27T15:32:50.4082975Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:32:50.4087695Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 2022-09-27T15:32:50.4109915Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 2022-09-27T15:32:50.4116774Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:32:50.4473174Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 2022-09-27T15:32:50.4500948Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 2022-09-27T15:32:50.4519196Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 2022-09-27T15:32:50.4521040Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 2022-09-27T15:32:50.4557020Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:32:50.4560366Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 2022-09-27T15:32:50.4914283Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:32:50.4945893Z test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 2022-09-27T15:32:50.4959953Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 2022-09-27T15:32:50.4964273Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 2022-09-27T15:32:50.5003109Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 2022-09-27T15:32:50.5006896Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 2022-09-27T15:32:50.5010661Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 2022-09-27T15:32:50.5017634Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu 2022-09-27T15:32:50.5354110Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu 2022-09-27T15:32:50.5385822Z test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 2022-09-27T15:32:50.5434491Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 2022-09-27T15:32:50.5436231Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 2022-09-27T15:32:50.5459887Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 2022-09-27T15:32:50.5476181Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 2022-09-27T15:32:50.5794485Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 2022-09-27T15:32:50.5827523Z test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 2022-09-27T15:32:50.5872900Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 2022-09-27T15:32:50.5886217Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 2022-09-27T15:32:50.5903803Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 2022-09-27T15:32:50.5912946Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 2022-09-27T15:32:50.6229757Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 2022-09-27T15:32:50.6234595Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu 2022-09-27T15:32:50.6240543Z test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 2022-09-27T15:32:50.6347252Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:32:50.6353352Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 2022-09-27T15:32:50.6358839Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool 2022-09-27T15:32:50.6432819Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 2022-09-27T15:32:50.6455509Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool 2022-09-27T15:32:50.6669322Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 2022-09-27T15:32:50.6832002Z test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 2022-09-27T15:32:50.6834400Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 2022-09-27T15:32:50.6839273Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 2022-09-27T15:32:50.6842718Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool 2022-09-27T15:32:50.7268712Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool 2022-09-27T15:32:50.7271403Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 2022-09-27T15:32:50.7276573Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 2022-09-27T15:32:50.7712987Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_sum_cpu_bool 2022-09-27T15:32:50.7715720Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:32:50.8146012Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:32:50.8148511Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:32:50.8152899Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:32:50.8159657Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_sum_cpu_bool 2022-09-27T15:32:50.8209113Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool 2022-09-27T15:32:50.8440782Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool 2022-09-27T15:32:50.8460456Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:32:50.8549567Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu 2022-09-27T15:32:50.8570607Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:32:50.8653309Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:32:50.8681984Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool 2022-09-27T15:32:50.8701208Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu 2022-09-27T15:32:50.8991116Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool 2022-09-27T15:32:50.9029118Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu 2022-09-27T15:32:50.9058534Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 2022-09-27T15:32:50.9090968Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 2022-09-27T15:32:50.9180603Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool 2022-09-27T15:32:50.9551791Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool 2022-09-27T15:32:50.9556014Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool 2022-09-27T15:32:50.9567098Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool 2022-09-27T15:32:50.9599931Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 2022-09-27T15:32:51.0051311Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 2022-09-27T15:32:51.0060396Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 2022-09-27T15:32:51.0065153Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool 2022-09-27T15:32:51.0092482Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool 2022-09-27T15:32:51.0138687Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 2022-09-27T15:32:51.0146869Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu 2022-09-27T15:32:51.0549932Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:32:51.0554021Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool 2022-09-27T15:32:51.0558934Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 2022-09-27T15:32:51.0655476Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 2022-09-27T15:32:51.0936658Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool 2022-09-27T15:32:51.0952306Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool 2022-09-27T15:32:51.0955667Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 2022-09-27T15:32:51.1004953Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 2022-09-27T15:32:51.1347834Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool 2022-09-27T15:32:51.1357614Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 2022-09-27T15:32:51.1364880Z test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 2022-09-27T15:32:51.1370451Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 2022-09-27T15:32:51.1398174Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool 2022-09-27T15:32:51.1409232Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 2022-09-27T15:32:51.1511532Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool 2022-09-27T15:32:51.1797038Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 2022-09-27T15:32:51.1798801Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool 2022-09-27T15:32:51.1804102Z test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 2022-09-27T15:32:51.1848408Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 2022-09-27T15:32:51.1850937Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 2022-09-27T15:32:51.1869261Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool 2022-09-27T15:32:51.2236042Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 2022-09-27T15:32:51.2240626Z test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 2022-09-27T15:32:51.2244544Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 2022-09-27T15:32:51.2275949Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool 2022-09-27T15:32:51.2282771Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 2022-09-27T15:32:51.2349707Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool 2022-09-27T15:32:51.2677110Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 2022-09-27T15:32:51.2680181Z test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 2022-09-27T15:32:51.2685712Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 2022-09-27T15:32:51.2717078Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool 2022-09-27T15:32:51.2723062Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool 2022-09-27T15:32:51.3113112Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 2022-09-27T15:32:51.3116506Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 2022-09-27T15:32:51.3143878Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool 2022-09-27T15:32:51.3159143Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 2022-09-27T15:32:51.3554822Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool 2022-09-27T15:32:51.3556558Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool 2022-09-27T15:32:51.3596371Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 2022-09-27T15:32:51.3601799Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 2022-09-27T15:32:51.3993793Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool 2022-09-27T15:32:51.3995771Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 2022-09-27T15:32:51.4027232Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool 2022-09-27T15:32:51.4043667Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 2022-09-27T15:32:51.4053096Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool 2022-09-27T15:32:51.4066599Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 2022-09-27T15:32:51.4093992Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 2022-09-27T15:32:51.4436884Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 2022-09-27T15:32:51.4439754Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 2022-09-27T15:32:51.4464209Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool 2022-09-27T15:32:51.4477719Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 2022-09-27T15:32:51.4486722Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool 2022-09-27T15:32:51.4649769Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 2022-09-27T15:32:51.4873813Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 2022-09-27T15:32:51.4877518Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool 2022-09-27T15:32:51.4904725Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 2022-09-27T15:32:51.4923563Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 2022-09-27T15:32:51.4928436Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool 2022-09-27T15:32:51.4981398Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 2022-09-27T15:32:51.4992695Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:32:51.5076107Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu 2022-09-27T15:32:51.5315153Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 2022-09-27T15:32:51.5319156Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool 2022-09-27T15:32:51.5349292Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 2022-09-27T15:32:51.5380064Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 2022-09-27T15:32:51.5382163Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 2022-09-27T15:32:51.5697328Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool 2022-09-27T15:32:51.5784575Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 2022-09-27T15:32:51.5785185Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 2022-09-27T15:32:51.5785726Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool 2022-09-27T15:32:51.5802153Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 2022-09-27T15:32:51.5803655Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 2022-09-27T15:32:51.6110278Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool 2022-09-27T15:32:51.6194885Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 2022-09-27T15:32:51.6195436Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool 2022-09-27T15:32:51.6224217Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 2022-09-27T15:32:51.6238822Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 2022-09-27T15:32:51.6248562Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool 2022-09-27T15:32:51.6282360Z test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 2022-09-27T15:32:51.6634518Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 2022-09-27T15:32:51.6635445Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 2022-09-27T15:32:51.6664505Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool 2022-09-27T15:32:51.6712068Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 2022-09-27T15:32:51.6719496Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool 2022-09-27T15:32:51.7090507Z test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 2022-09-27T15:32:51.7115321Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool 2022-09-27T15:32:51.7117515Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 2022-09-27T15:32:51.7156637Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 2022-09-27T15:32:51.7167830Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu 2022-09-27T15:32:51.7229032Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:32:51.7558584Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool 2022-09-27T15:32:51.7561053Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 2022-09-27T15:32:51.7574890Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 2022-09-27T15:32:51.7577178Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool 2022-09-27T15:32:51.7949453Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool 2022-09-27T15:32:51.7987623Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool 2022-09-27T15:32:51.7989479Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 2022-09-27T15:32:51.8088064Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 2022-09-27T15:32:51.8390739Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool 2022-09-27T15:32:51.8431611Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool 2022-09-27T15:32:51.8433842Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 2022-09-27T15:32:51.8523468Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 2022-09-27T15:32:51.8829315Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool 2022-09-27T15:32:51.8868744Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool 2022-09-27T15:32:51.8870774Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 2022-09-27T15:32:51.8885134Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 2022-09-27T15:32:51.9315062Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool 2022-09-27T15:32:51.9317154Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 2022-09-27T15:32:51.9348278Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 2022-09-27T15:32:51.9354050Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool 2022-09-27T15:32:51.9746341Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool 2022-09-27T15:32:51.9755865Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool 2022-09-27T15:32:51.9758332Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 2022-09-27T15:32:51.9770137Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 2022-09-27T15:32:52.0188875Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool 2022-09-27T15:32:52.0190713Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 2022-09-27T15:32:52.0201683Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 2022-09-27T15:32:52.0224386Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool 2022-09-27T15:32:52.0619116Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool 2022-09-27T15:32:52.0628653Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool 2022-09-27T15:32:52.0632496Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 2022-09-27T15:32:52.0666527Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 2022-09-27T15:32:52.1071104Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool 2022-09-27T15:32:52.1082160Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool 2022-09-27T15:32:52.1086980Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:32:52.1095146Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:32:52.1215088Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool 2022-09-27T15:32:52.1227600Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 2022-09-27T15:32:52.1476398Z test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 2022-09-27T15:32:52.1479709Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:32:52.1493714Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool 2022-09-27T15:32:52.1510831Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:32:52.1519813Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:32:52.1523332Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 2022-09-27T15:32:52.1531413Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool 2022-09-27T15:32:52.1629181Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu 2022-09-27T15:32:52.1934723Z test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 2022-09-27T15:32:52.1937062Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool 2022-09-27T15:32:52.1943086Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 2022-09-27T15:32:52.1958238Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 2022-09-27T15:32:52.2356403Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool 2022-09-27T15:32:52.2363254Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:32:52.2385986Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool 2022-09-27T15:32:52.2400439Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool 2022-09-27T15:32:52.2730579Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:32:52.2742374Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu 2022-09-27T15:32:52.2758314Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu 2022-09-27T15:32:52.2770609Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 2022-09-27T15:32:52.2831692Z test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 2022-09-27T15:32:52.2834026Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 2022-09-27T15:32:52.2846085Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool 2022-09-27T15:32:52.2867384Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 2022-09-27T15:32:52.2908122Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 2022-09-27T15:32:52.3190287Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool 2022-09-27T15:32:52.3271874Z test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 2022-09-27T15:32:52.3277808Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 2022-09-27T15:32:52.3308643Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool 2022-09-27T15:32:52.3323608Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 2022-09-27T15:32:52.3326604Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool 2022-09-27T15:32:52.3544827Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 2022-09-27T15:32:52.3551269Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu 2022-09-27T15:32:52.3671005Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu 2022-09-27T15:32:52.3711986Z test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 2022-09-27T15:32:52.3713709Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:32:52.3724898Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool 2022-09-27T15:32:52.3738026Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 2022-09-27T15:32:52.3759330Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:32:52.4114891Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool 2022-09-27T15:32:52.4177481Z test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 2022-09-27T15:32:52.4181262Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool 2022-09-27T15:32:52.4192014Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 2022-09-27T15:32:52.4195256Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 2022-09-27T15:32:52.4210171Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 2022-09-27T15:32:52.4554987Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool 2022-09-27T15:32:52.4592893Z test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 2022-09-27T15:32:52.4596144Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 2022-09-27T15:32:52.4631703Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool 2022-09-27T15:32:52.4652670Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 2022-09-27T15:32:52.4817577Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool 2022-09-27T15:32:52.4991623Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 2022-09-27T15:32:52.5066858Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 2022-09-27T15:32:52.5069602Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool 2022-09-27T15:32:52.5073707Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 2022-09-27T15:32:52.5109496Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 2022-09-27T15:32:52.5510552Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool 2022-09-27T15:32:52.5512782Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:32:52.5517798Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:32:52.5574485Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:32:52.5578213Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:32:52.5588182Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu 2022-09-27T15:32:52.5917093Z test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu 2022-09-27T15:32:52.5917814Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:32:52.5950966Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool 2022-09-27T15:32:52.6075684Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:32:52.6408374Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool 2022-09-27T15:32:52.6413029Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:32:52.6419117Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:32:52.6423755Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool 2022-09-27T15:32:52.6477549Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool 2022-09-27T15:32:52.6491997Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu 2022-09-27T15:32:52.6851733Z test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu 2022-09-27T15:32:52.6857607Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:32:52.6863818Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:32:52.6868083Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool 2022-09-27T15:32:52.7229237Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool 2022-09-27T15:32:52.7285829Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu 2022-09-27T15:32:52.7287223Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 2022-09-27T15:32:52.7296551Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 2022-09-27T15:32:52.7300495Z test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu 2022-09-27T15:32:52.7325022Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool 2022-09-27T15:32:52.7673832Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool 2022-09-27T15:32:52.7711648Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 2022-09-27T15:32:52.7792022Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 2022-09-27T15:32:52.7828249Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool 2022-09-27T15:32:52.8191170Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool 2022-09-27T15:32:52.8196038Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool 2022-09-27T15:32:52.8200703Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 2022-09-27T15:32:52.8248942Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 2022-09-27T15:32:52.8630884Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool 2022-09-27T15:32:52.8635727Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 2022-09-27T15:32:52.8643951Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 2022-09-27T15:32:52.8659256Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool 2022-09-27T15:32:52.9075288Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool 2022-09-27T15:32:52.9080464Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool 2022-09-27T15:32:52.9086744Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool 2022-09-27T15:32:52.9090975Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 2022-09-27T15:32:52.9511271Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 2022-09-27T15:32:52.9516071Z test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 2022-09-27T15:32:52.9524430Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 2022-09-27T15:32:52.9689970Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool 2022-09-27T15:32:52.9948273Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool 2022-09-27T15:32:52.9953247Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 2022-09-27T15:32:52.9965562Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 2022-09-27T15:32:52.9969906Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool 2022-09-27T15:32:53.0352808Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool 2022-09-27T15:32:53.0353696Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 2022-09-27T15:32:53.0374780Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool 2022-09-27T15:32:53.0401469Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 2022-09-27T15:32:53.0793663Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool 2022-09-27T15:32:53.0795872Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 2022-09-27T15:32:53.0812932Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool 2022-09-27T15:32:53.0828030Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 2022-09-27T15:32:53.1233919Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool 2022-09-27T15:32:53.1234875Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 2022-09-27T15:32:53.1259416Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool 2022-09-27T15:32:53.1277730Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 2022-09-27T15:32:53.1725950Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool 2022-09-27T15:32:53.1726607Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 2022-09-27T15:32:53.1731101Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 2022-09-27T15:32:53.1828845Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool 2022-09-27T15:32:53.2114443Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool 2022-09-27T15:32:53.2116336Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 2022-09-27T15:32:53.2143308Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool 2022-09-27T15:32:53.2187422Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 2022-09-27T15:32:53.2579412Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool 2022-09-27T15:32:53.2595259Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 2022-09-27T15:32:53.2603403Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool 2022-09-27T15:32:53.2608970Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 2022-09-27T15:32:53.2996962Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool 2022-09-27T15:32:53.3000353Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool 2022-09-27T15:32:53.3045566Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 2022-09-27T15:32:53.3050452Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool 2022-09-27T15:32:53.3436879Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 2022-09-27T15:32:53.3438194Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 2022-09-27T15:32:53.3469010Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool 2022-09-27T15:32:53.3501471Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 2022-09-27T15:32:53.3877844Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool 2022-09-27T15:32:53.3883040Z test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 2022-09-27T15:32:53.3926577Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool 2022-09-27T15:32:53.3932325Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 2022-09-27T15:32:53.4083280Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool 2022-09-27T15:32:53.4091367Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 2022-09-27T15:32:53.4214344Z test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 2022-09-27T15:32:53.4314185Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 2022-09-27T15:32:53.4314878Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:32:53.4343763Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 2022-09-27T15:32:53.4347009Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:32:53.4511555Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 2022-09-27T15:32:53.4776435Z test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 2022-09-27T15:32:53.4781189Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 2022-09-27T15:32:53.4785822Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool 2022-09-27T15:32:53.4842940Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 2022-09-27T15:32:53.5194901Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool 2022-09-27T15:32:53.5199255Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool 2022-09-27T15:32:53.5226966Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 2022-09-27T15:32:53.5275807Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 2022-09-27T15:32:53.5452533Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool 2022-09-27T15:32:53.5464192Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 2022-09-27T15:32:53.5633060Z test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 2022-09-27T15:32:53.5635292Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 2022-09-27T15:32:53.5648019Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool 2022-09-27T15:32:53.5668103Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 2022-09-27T15:32:53.5679618Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 2022-09-27T15:32:53.5871586Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool 2022-09-27T15:32:53.5900681Z test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 2022-09-27T15:32:53.6076276Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 2022-09-27T15:32:53.6076857Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool 2022-09-27T15:32:53.6100947Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 2022-09-27T15:32:53.6115335Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 2022-09-27T15:32:53.6312128Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool 2022-09-27T15:32:53.6353925Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:32:53.6513003Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:32:53.6516055Z test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 2022-09-27T15:32:53.6529695Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:32:53.6545156Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:32:53.6750649Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 2022-09-27T15:32:53.6951786Z test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 2022-09-27T15:32:53.6956773Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool 2022-09-27T15:32:53.6980981Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 2022-09-27T15:32:53.6996282Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 2022-09-27T15:32:53.7410155Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool 2022-09-27T15:32:53.7417619Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 2022-09-27T15:32:53.7432102Z test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 2022-09-27T15:32:53.7434329Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 2022-09-27T15:32:53.7467587Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool 2022-09-27T15:32:53.7479774Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 2022-09-27T15:32:53.7490281Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 2022-09-27T15:32:53.7832963Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool 2022-09-27T15:32:53.7864677Z test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 2022-09-27T15:32:53.7878219Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 2022-09-27T15:32:53.7880971Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool 2022-09-27T15:32:53.7909536Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 2022-09-27T15:32:53.7934504Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 2022-09-27T15:32:53.8273757Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool 2022-09-27T15:32:53.8292667Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:32:53.8353684Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:32:53.8354324Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool 2022-09-27T15:32:53.8386850Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 2022-09-27T15:32:53.8395426Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 2022-09-27T15:32:53.8712290Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool 2022-09-27T15:32:53.8792117Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:53.8795355Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool 2022-09-27T15:32:53.8832830Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 2022-09-27T15:32:53.8836420Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 2022-09-27T15:32:53.9011908Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool 2022-09-27T15:32:53.9151725Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:53.9181595Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:53.9343152Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:53.9344794Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool 2022-09-27T15:32:53.9347269Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool 2022-09-27T15:32:53.9358706Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool 2022-09-27T15:32:53.9641636Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool 2022-09-27T15:32:53.9643682Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:32:53.9748082Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:32:53.9758170Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool 2022-09-27T15:32:53.9904573Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool 2022-09-27T15:32:53.9999577Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool 2022-09-27T15:32:54.0074022Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool 2022-09-27T15:32:54.0074596Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:32:54.0164806Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:32:54.0217999Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_mean_cpu_bool 2022-09-27T15:32:54.0503066Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool 2022-09-27T15:32:54.0636179Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:32:54.0912519Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:32:54.1526350Z test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 2022-09-27T15:32:54.1541135Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_mean_cpu_bool 2022-09-27T15:32:54.1581158Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool 2022-09-27T15:32:54.1655452Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool 2022-09-27T15:32:54.1666813Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 2022-09-27T15:32:54.1873865Z test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 2022-09-27T15:32:54.1888301Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool 2022-09-27T15:32:54.1930607Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool 2022-09-27T15:32:54.1950369Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool 2022-09-27T15:32:54.2031289Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool 2022-09-27T15:32:54.2050489Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool 2022-09-27T15:32:54.2068917Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 2022-09-27T15:32:54.2144192Z test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 2022-09-27T15:32:54.2311709Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 2022-09-27T15:32:54.2393051Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool 2022-09-27T15:32:54.2404160Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool 2022-09-27T15:32:54.2457486Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool 2022-09-27T15:32:54.2550827Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool 2022-09-27T15:32:54.2580976Z test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 2022-09-27T15:32:54.2754531Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 2022-09-27T15:32:54.2813644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 2022-09-27T15:32:54.2835566Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 2022-09-27T15:32:54.2897119Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool 2022-09-27T15:32:54.2992512Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool 2022-09-27T15:32:54.3070989Z test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 2022-09-27T15:32:54.3227693Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 2022-09-27T15:32:54.3242700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 2022-09-27T15:32:54.3270441Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 2022-09-27T15:32:54.3309199Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool 2022-09-27T15:32:54.3431405Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool 2022-09-27T15:32:54.3708746Z test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 2022-09-27T15:32:54.3787953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 2022-09-27T15:32:54.3789994Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool 2022-09-27T15:32:54.3800656Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool 2022-09-27T15:32:54.3855655Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 2022-09-27T15:32:54.3870913Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 2022-09-27T15:32:54.3978885Z test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 2022-09-27T15:32:54.4233477Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 2022-09-27T15:32:54.4237090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 2022-09-27T15:32:54.4241813Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 2022-09-27T15:32:54.4244312Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool 2022-09-27T15:32:54.4407072Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool 2022-09-27T15:32:54.4407815Z test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 2022-09-27T15:32:54.4512568Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 2022-09-27T15:32:54.4592733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 2022-09-27T15:32:54.4637458Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool 2022-09-27T15:32:54.4866357Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool 2022-09-27T15:32:54.5101644Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:54.5103367Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool 2022-09-27T15:32:54.5178078Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool 2022-09-27T15:32:54.5191348Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 2022-09-27T15:32:54.5205756Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:54.5221111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 2022-09-27T15:32:54.5514428Z test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 2022-09-27T15:32:54.5521227Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 2022-09-27T15:32:54.5562150Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool 2022-09-27T15:32:54.5598822Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool 2022-09-27T15:32:54.5630280Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 2022-09-27T15:32:54.5634731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 2022-09-27T15:32:54.5690939Z test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 2022-09-27T15:32:54.5843040Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 2022-09-27T15:32:54.5989485Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 2022-09-27T15:32:54.6031546Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool 2022-09-27T15:32:54.6072329Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool 2022-09-27T15:32:54.6076789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 2022-09-27T15:32:54.6118558Z test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 2022-09-27T15:32:54.6245643Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 2022-09-27T15:32:54.6396186Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 2022-09-27T15:32:54.6401169Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool 2022-09-27T15:32:54.6510888Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool 2022-09-27T15:32:54.6515523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_int64 2022-09-27T15:32:54.6563815Z test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 2022-09-27T15:32:54.6867260Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 2022-09-27T15:32:54.6884481Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool 2022-09-27T15:32:54.6963087Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool 2022-09-27T15:32:54.7000603Z test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 2022-09-27T15:32:54.7107936Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 2022-09-27T15:32:54.7123209Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_int64 2022-09-27T15:32:54.7268682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_int64 2022-09-27T15:32:54.7301669Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool 2022-09-27T15:32:54.7392654Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool 2022-09-27T15:32:54.7423555Z test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 2022-09-27T15:32:54.7461315Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_int64 2022-09-27T15:32:54.7549962Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 2022-09-27T15:32:54.7713868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_float32 2022-09-27T15:32:54.7721686Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool 2022-09-27T15:32:54.7828125Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_float32 2022-09-27T15:32:54.7883961Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool 2022-09-27T15:32:54.7889274Z test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 2022-09-27T15:32:54.8030427Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 2022-09-27T15:32:54.8087428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_int64 2022-09-27T15:32:54.8149469Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_int64 2022-09-27T15:32:54.8201627Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool 2022-09-27T15:32:54.8307399Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool 2022-09-27T15:32:54.8312411Z test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 2022-09-27T15:32:54.8429516Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 2022-09-27T15:32:54.8591789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_int64 2022-09-27T15:32:54.8618781Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool 2022-09-27T15:32:54.8775043Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool 2022-09-27T15:32:54.8780250Z test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 2022-09-27T15:32:54.9082634Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 2022-09-27T15:32:54.9087523Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool 2022-09-27T15:32:54.9187172Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool 2022-09-27T15:32:54.9444768Z test_ops.py::TestCommonCPU::test_out_add_cpu_float32 2022-09-27T15:32:54.9460514Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_int64 2022-09-27T15:32:54.9519393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_median_cpu_float32 2022-09-27T15:32:54.9521851Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool 2022-09-27T15:32:54.9934489Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool 2022-09-27T15:32:54.9950251Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool 2022-09-27T15:32:54.9978252Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_median_cpu_float32 2022-09-27T15:32:55.0039390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_complex64 2022-09-27T15:32:55.0412548Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool 2022-09-27T15:32:55.0533017Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool 2022-09-27T15:32:55.0587263Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool 2022-09-27T15:32:55.0612925Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_add_cpu_float32 2022-09-27T15:32:55.0852430Z test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 2022-09-27T15:32:55.0974221Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool 2022-09-27T15:32:55.1147464Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool 2022-09-27T15:32:55.1174009Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 2022-09-27T15:32:55.1293271Z test_ops.py::TestCommonCPU::test_out_all_cpu_float32 2022-09-27T15:32:55.1411457Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool 2022-09-27T15:32:55.1443479Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool 2022-09-27T15:32:55.1512676Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_all_cpu_float32 2022-09-27T15:32:55.1537249Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_complex64 2022-09-27T15:32:55.1708874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmin_cpu_float32 2022-09-27T15:32:55.1737727Z test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 2022-09-27T15:32:55.1869803Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool 2022-09-27T15:32:55.1897076Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool 2022-09-27T15:32:55.1950448Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmin_cpu_float32 2022-09-27T15:32:55.2206913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_complex64 2022-09-27T15:32:55.2216503Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool 2022-09-27T15:32:55.2443892Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool 2022-09-27T15:32:55.2480492Z [gw0] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 2022-09-27T15:32:55.2616813Z test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 2022-09-27T15:32:55.2678878Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 2022-09-27T15:32:55.2688084Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool 2022-09-27T15:32:55.2952356Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool 2022-09-27T15:32:55.2972956Z test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 2022-09-27T15:32:55.3151233Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 2022-09-27T15:32:55.3154262Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool 2022-09-27T15:32:55.3429619Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool 2022-09-27T15:32:55.3632878Z test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 2022-09-27T15:32:55.3635400Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool 2022-09-27T15:32:55.4044278Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool 2022-09-27T15:32:55.4046887Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool 2022-09-27T15:32:55.4128037Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool 2022-09-27T15:32:55.4133435Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_complex64 2022-09-27T15:32:55.4338893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_float32 2022-09-27T15:32:55.4357601Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 2022-09-27T15:32:55.4392525Z test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 2022-09-27T15:32:55.4433644Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 2022-09-27T15:32:55.4480912Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool 2022-09-27T15:32:55.4864353Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool 2022-09-27T15:32:55.4866677Z test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 2022-09-27T15:32:55.4947364Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 2022-09-27T15:32:55.5002618Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool 2022-09-27T15:32:55.5331722Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool 2022-09-27T15:32:55.5374730Z test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 2022-09-27T15:32:55.5376670Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool 2022-09-27T15:32:55.5431878Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool 2022-09-27T15:32:55.5550072Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 2022-09-27T15:32:55.5567566Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_float32 2022-09-27T15:32:55.5600033Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 2022-09-27T15:32:55.5752944Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 2022-09-27T15:32:55.5762663Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool 2022-09-27T15:32:55.5792532Z test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 2022-09-27T15:32:55.5798776Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 2022-09-27T15:32:55.5990905Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool 2022-09-27T15:32:55.6054395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 2022-09-27T15:32:55.6321791Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 2022-09-27T15:32:55.6323670Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool 2022-09-27T15:32:55.6328516Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool 2022-09-27T15:32:55.6330113Z test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 2022-09-27T15:32:55.6431630Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 2022-09-27T15:32:55.6601691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 2022-09-27T15:32:55.6747809Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 2022-09-27T15:32:55.6751335Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool 2022-09-27T15:32:55.6799255Z test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 2022-09-27T15:32:55.6834006Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 2022-09-27T15:32:55.6871794Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool 2022-09-27T15:32:55.6946644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 2022-09-27T15:32:55.7259886Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 2022-09-27T15:32:55.7262240Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool 2022-09-27T15:32:55.7269332Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool 2022-09-27T15:32:55.7269859Z test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 2022-09-27T15:32:55.7312578Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 2022-09-27T15:32:55.7529855Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 2022-09-27T15:32:55.7637143Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 2022-09-27T15:32:55.7637801Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool 2022-09-27T15:32:55.7709823Z test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 2022-09-27T15:32:55.7752581Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool 2022-09-27T15:32:55.7801768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 2022-09-27T15:32:55.8272735Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 2022-09-27T15:32:55.8273398Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool 2022-09-27T15:32:55.8275824Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool 2022-09-27T15:32:55.8473653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 2022-09-27T15:32:55.8551991Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 2022-09-27T15:32:55.8569232Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 2022-09-27T15:32:55.8620021Z test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 2022-09-27T15:32:55.8650425Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool 2022-09-27T15:32:55.8708171Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool 2022-09-27T15:32:55.8725905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 2022-09-27T15:32:55.9090604Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 2022-09-27T15:32:55.9097963Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool 2022-09-27T15:32:55.9139531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 2022-09-27T15:32:55.9237768Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool 2022-09-27T15:32:55.9502601Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 2022-09-27T15:32:55.9548681Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 2022-09-27T15:32:55.9558530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 2022-09-27T15:32:55.9625277Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool 2022-09-27T15:32:55.9627472Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 2022-09-27T15:32:55.9636568Z test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 2022-09-27T15:32:56.0002580Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool 2022-09-27T15:32:56.0014581Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool 2022-09-27T15:32:56.0017836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 2022-09-27T15:32:56.0077120Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 2022-09-27T15:32:56.0274878Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool 2022-09-27T15:32:56.0285670Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 2022-09-27T15:32:56.0310683Z test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 2022-09-27T15:32:56.0418808Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 2022-09-27T15:32:56.0517862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 2022-09-27T15:32:56.0524332Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool 2022-09-27T15:32:56.0528241Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool 2022-09-27T15:32:56.0788882Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 2022-09-27T15:32:56.0833278Z test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 2022-09-27T15:32:56.0880256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 2022-09-27T15:32:56.1031499Z [gw1] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 2022-09-27T15:32:56.1034656Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 2022-09-27T15:32:56.1037280Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool 2022-09-27T15:32:56.1198030Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool 2022-09-27T15:32:56.1287896Z test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 2022-09-27T15:32:56.1469893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 2022-09-27T15:32:56.1470518Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool 2022-09-27T15:32:56.1550502Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool 2022-09-27T15:32:56.1551162Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 2022-09-27T15:32:56.1600029Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 2022-09-27T15:32:56.1654946Z test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 2022-09-27T15:32:56.1744275Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 2022-09-27T15:32:56.1776422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 2022-09-27T15:32:56.1879674Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 2022-09-27T15:32:56.1883023Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool 2022-09-27T15:32:56.2074785Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool 2022-09-27T15:32:56.2075447Z test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 2022-09-27T15:32:56.2211310Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 2022-09-27T15:32:56.2212228Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 2022-09-27T15:32:56.2307602Z [gw1] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 2022-09-27T15:32:56.2386254Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool 2022-09-27T15:32:56.2548764Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool 2022-09-27T15:32:56.2612780Z test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 2022-09-27T15:32:56.2683185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 2022-09-27T15:32:56.2702855Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 2022-09-27T15:32:56.2761624Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 2022-09-27T15:32:56.2764511Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool 2022-09-27T15:32:56.2909563Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool 2022-09-27T15:32:56.3049304Z test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 2022-09-27T15:32:56.3138838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 2022-09-27T15:32:56.3158340Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 2022-09-27T15:32:56.3186326Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool 2022-09-27T15:32:56.3498373Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool 2022-09-27T15:32:56.3589254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 2022-09-27T15:32:56.3645170Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 2022-09-27T15:32:56.3685436Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool 2022-09-27T15:32:56.3811881Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool 2022-09-27T15:32:56.3834905Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 2022-09-27T15:32:56.3932298Z test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 2022-09-27T15:32:56.4013484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 2022-09-27T15:32:56.4023904Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 2022-09-27T15:32:56.4121919Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 2022-09-27T15:32:56.4263645Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool 2022-09-27T15:32:56.4273057Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool 2022-09-27T15:32:56.4372370Z test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 2022-09-27T15:32:56.4477302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 2022-09-27T15:32:56.4575754Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 2022-09-27T15:32:56.4611413Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool 2022-09-27T15:32:56.4771162Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool 2022-09-27T15:32:56.4794705Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 2022-09-27T15:32:56.4921229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 2022-09-27T15:32:56.4929652Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 2022-09-27T15:32:56.5069608Z test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 2022-09-27T15:32:56.5127668Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool 2022-09-27T15:32:56.5161137Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool 2022-09-27T15:32:56.5307170Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 2022-09-27T15:32:56.5352744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 2022-09-27T15:32:56.5402460Z test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 2022-09-27T15:32:56.5428247Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 2022-09-27T15:32:56.5549320Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 2022-09-27T15:32:56.5631925Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool 2022-09-27T15:32:56.5671385Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool 2022-09-27T15:32:56.5749107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 2022-09-27T15:32:56.5847420Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 2022-09-27T15:32:56.5996336Z test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 2022-09-27T15:32:56.6111794Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool 2022-09-27T15:32:56.6207040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 2022-09-27T15:32:56.6241168Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 2022-09-27T15:32:56.6481316Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool 2022-09-27T15:32:56.6483559Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool 2022-09-27T15:32:56.6573570Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool 2022-09-27T15:32:56.6627621Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 2022-09-27T15:32:56.6731040Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 2022-09-27T15:32:56.6751485Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 2022-09-27T15:32:56.6957351Z test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 2022-09-27T15:32:56.6959393Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool 2022-09-27T15:32:56.7015997Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool 2022-09-27T15:32:56.7117863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 2022-09-27T15:32:56.7239441Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 2022-09-27T15:32:56.7258311Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 2022-09-27T15:32:56.7409260Z test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 2022-09-27T15:32:56.7464538Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool 2022-09-27T15:32:56.7472370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 2022-09-27T15:32:56.7543789Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool 2022-09-27T15:32:56.7872774Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 2022-09-27T15:32:56.7878856Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool 2022-09-27T15:32:56.7903982Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool 2022-09-27T15:32:56.7978119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 2022-09-27T15:32:56.7994363Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 2022-09-27T15:32:56.8006730Z test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 2022-09-27T15:32:56.8167314Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 2022-09-27T15:32:56.8317150Z [gw0] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 2022-09-27T15:32:56.8336617Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:32:56.8376157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 2022-09-27T15:32:56.8416129Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:32:56.8431898Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 2022-09-27T15:32:56.8749871Z test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 2022-09-27T15:32:56.8751766Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool 2022-09-27T15:32:56.8784385Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool 2022-09-27T15:32:56.8866237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 2022-09-27T15:32:56.8889022Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 2022-09-27T15:32:56.8908236Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 2022-09-27T15:32:56.8947374Z test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 2022-09-27T15:32:56.9191913Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 2022-09-27T15:32:56.9193709Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool 2022-09-27T15:32:56.9200973Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool 2022-09-27T15:32:56.9242877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 2022-09-27T15:32:56.9349505Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 2022-09-27T15:32:56.9381369Z test_ops.py::TestCommonCPU::test_out_float_cpu_float32 2022-09-27T15:32:56.9634186Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_float_cpu_float32 2022-09-27T15:32:56.9638098Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool 2022-09-27T15:32:56.9646306Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool 2022-09-27T15:32:56.9795424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 2022-09-27T15:32:57.0094719Z test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 2022-09-27T15:32:57.0097415Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool 2022-09-27T15:32:57.0574039Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool 2022-09-27T15:32:57.0577482Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool 2022-09-27T15:32:57.0607877Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool 2022-09-27T15:32:57.0631356Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 2022-09-27T15:32:57.0890950Z test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 2022-09-27T15:32:57.1020837Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 2022-09-27T15:32:57.1022535Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:32:57.1148229Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:32:57.1210306Z test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 2022-09-27T15:32:57.1483369Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 2022-09-27T15:32:57.1513367Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool 2022-09-27T15:32:57.1553716Z test_ops.py::TestCommonCPU::test_out_half_cpu_float32 2022-09-27T15:32:57.1576125Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_half_cpu_float32 2022-09-27T15:32:57.1916897Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool 2022-09-27T15:32:57.1918864Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool 2022-09-27T15:32:57.1953221Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool 2022-09-27T15:32:57.2196097Z test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 2022-09-27T15:32:57.2344940Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 2022-09-27T15:32:57.2394138Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool 2022-09-27T15:32:57.2525913Z test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 2022-09-27T15:32:57.2752851Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool 2022-09-27T15:32:57.2829625Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool 2022-09-27T15:32:57.2837999Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 2022-09-27T15:32:57.2852480Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool 2022-09-27T15:32:57.3309603Z test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 2022-09-27T15:32:57.3515411Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool 2022-09-27T15:32:57.3647420Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool 2022-09-27T15:32:57.3707427Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool 2022-09-27T15:32:57.4110329Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool 2022-09-27T15:32:57.4139479Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool 2022-09-27T15:32:57.4204949Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool 2022-09-27T15:32:57.4237402Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 2022-09-27T15:32:57.4628654Z test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 2022-09-27T15:32:57.4631336Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool 2022-09-27T15:32:57.5048322Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool 2022-09-27T15:32:57.5054751Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool 2022-09-27T15:32:57.5475553Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool 2022-09-27T15:32:57.5481855Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool 2022-09-27T15:32:57.5919015Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool 2022-09-27T15:32:57.5928385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 2022-09-27T15:32:57.6336788Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 2022-09-27T15:32:57.6716915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 2022-09-27T15:32:57.6740071Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 2022-09-27T15:32:57.6787378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 2022-09-27T15:32:57.6803486Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 2022-09-27T15:32:57.6834567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 2022-09-27T15:32:57.7102147Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 2022-09-27T15:32:57.7202853Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 2022-09-27T15:32:57.7207639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 2022-09-27T15:32:57.7231316Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 2022-09-27T15:32:57.7473613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 2022-09-27T15:32:57.7671778Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 2022-09-27T15:32:57.7711557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 2022-09-27T15:32:57.7716121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 2022-09-27T15:32:57.7777644Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 2022-09-27T15:32:57.8116848Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 2022-09-27T15:32:57.8122745Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 2022-09-27T15:32:57.8152311Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 2022-09-27T15:32:57.8208240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 2022-09-27T15:32:57.8326287Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 2022-09-27T15:32:57.8348883Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 2022-09-27T15:32:57.8385935Z test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 2022-09-27T15:32:57.8472937Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 2022-09-27T15:32:57.8578577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 2022-09-27T15:32:57.8631099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 2022-09-27T15:32:57.8727246Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 2022-09-27T15:32:57.8791657Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 2022-09-27T15:32:57.8796523Z test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 2022-09-27T15:32:57.8911742Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 2022-09-27T15:32:57.8968631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 2022-09-27T15:32:57.9065334Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 2022-09-27T15:32:57.9070473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 2022-09-27T15:32:57.9242403Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 2022-09-27T15:32:57.9279243Z test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 2022-09-27T15:32:57.9387409Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 2022-09-27T15:32:57.9480080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 2022-09-27T15:32:57.9494095Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 2022-09-27T15:32:57.9714311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_int64 2022-09-27T15:32:57.9721838Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:32:57.9791404Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:32:57.9937951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 2022-09-27T15:32:58.0190092Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 2022-09-27T15:32:58.0233281Z test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 2022-09-27T15:32:58.0263474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 2022-09-27T15:32:58.0291952Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_int64 2022-09-27T15:32:58.0370640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_int64 2022-09-27T15:32:58.0388322Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 2022-09-27T15:32:58.0554069Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 2022-09-27T15:32:58.0673617Z test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 2022-09-27T15:32:58.0907395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 2022-09-27T15:32:58.0941634Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_int64 2022-09-27T15:32:58.1207913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_complex64 2022-09-27T15:32:58.1331624Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 2022-09-27T15:32:58.1365630Z test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 2022-09-27T15:32:58.1400039Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_complex64 2022-09-27T15:32:58.1985330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logaddexp_cpu_float32 2022-09-27T15:32:58.2017000Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logaddexp_cpu_float32 2022-09-27T15:32:58.2029266Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_float32 2022-09-27T15:32:58.2129175Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 2022-09-27T15:32:58.2533080Z test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 2022-09-27T15:32:58.2650055Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 2022-09-27T15:32:58.2732816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 2022-09-27T15:32:58.3073747Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 2022-09-27T15:32:58.3302327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 2022-09-27T15:32:58.3516505Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 2022-09-27T15:32:58.3584135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 2022-09-27T15:32:58.3659521Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 2022-09-27T15:32:58.3675400Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 2022-09-27T15:32:58.4007492Z test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 2022-09-27T15:32:58.4017338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 2022-09-27T15:32:58.4472627Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 2022-09-27T15:32:58.4524588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 2022-09-27T15:32:58.4557036Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_float32 2022-09-27T15:32:58.4905098Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_complex64 2022-09-27T15:32:58.4940088Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 2022-09-27T15:32:58.5924350Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 2022-09-27T15:32:58.5941904Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 2022-09-27T15:32:58.5968224Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_complex64 2022-09-27T15:32:58.5993056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_int64 2022-09-27T15:32:58.6107323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 2022-09-27T15:32:58.6456042Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 2022-09-27T15:32:58.6488669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 2022-09-27T15:32:58.6513657Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_int64 2022-09-27T15:32:58.6563143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_float32 2022-09-27T15:32:58.6804422Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 2022-09-27T15:32:58.6822572Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 2022-09-27T15:32:58.6889902Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 2022-09-27T15:32:58.7008395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 2022-09-27T15:32:58.7349419Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 2022-09-27T15:32:58.7610352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 2022-09-27T15:32:58.7755203Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 2022-09-27T15:32:58.7812374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 2022-09-27T15:32:58.8220063Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 2022-09-27T15:32:58.8678587Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 2022-09-27T15:32:58.8714647Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 2022-09-27T15:32:58.8789708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 2022-09-27T15:32:58.8807922Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 2022-09-27T15:32:58.8952847Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 2022-09-27T15:32:58.9187487Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 2022-09-27T15:32:58.9267093Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 2022-09-27T15:32:58.9670603Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 2022-09-27T15:32:58.9792741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 2022-09-27T15:32:58.9804798Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 2022-09-27T15:32:58.9856826Z test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 2022-09-27T15:32:58.9884899Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_float32 2022-09-27T15:32:59.0751250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_int64 2022-09-27T15:32:59.0779615Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_int64 2022-09-27T15:32:59.0864654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 2022-09-27T15:32:59.1252179Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 2022-09-27T15:32:59.1299918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 2022-09-27T15:32:59.1313608Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 2022-09-27T15:32:59.1370190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 2022-09-27T15:32:59.1690749Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 2022-09-27T15:32:59.1782165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 2022-09-27T15:32:59.2129249Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 2022-09-27T15:32:59.2665500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 2022-09-27T15:32:59.2694150Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 2022-09-27T15:32:59.2747243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 2022-09-27T15:32:59.2911899Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 2022-09-27T15:32:59.3078408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 2022-09-27T15:32:59.3117741Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 2022-09-27T15:32:59.3156649Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 2022-09-27T15:32:59.3382525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 2022-09-27T15:32:59.3403646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 2022-09-27T15:32:59.3494114Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 2022-09-27T15:32:59.3654557Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 2022-09-27T15:32:59.3778159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 2022-09-27T15:32:59.3834825Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 2022-09-27T15:32:59.3920372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 2022-09-27T15:32:59.4129580Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 2022-09-27T15:32:59.4233237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 2022-09-27T15:32:59.4240577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 2022-09-27T15:32:59.4358594Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 2022-09-27T15:32:59.4619675Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 2022-09-27T15:32:59.4624618Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 2022-09-27T15:32:59.4688586Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 2022-09-27T15:32:59.4780269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 2022-09-27T15:32:59.5110187Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 2022-09-27T15:32:59.5149547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 2022-09-27T15:32:59.5158910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 2022-09-27T15:32:59.5165993Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 2022-09-27T15:32:59.5554102Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 2022-09-27T15:32:59.5560150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 2022-09-27T15:32:59.5604266Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 2022-09-27T15:32:59.5609150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 2022-09-27T15:32:59.5913932Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 2022-09-27T15:32:59.5953233Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 2022-09-27T15:32:59.5985261Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 2022-09-27T15:32:59.6009363Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 2022-09-27T15:32:59.6019808Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 2022-09-27T15:32:59.6051357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 2022-09-27T15:32:59.6123891Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 2022-09-27T15:32:59.6392019Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 2022-09-27T15:32:59.6436729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 2022-09-27T15:32:59.6461850Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 2022-09-27T15:32:59.6510291Z test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 2022-09-27T15:32:59.6713302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 2022-09-27T15:32:59.6858836Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 2022-09-27T15:32:59.6866970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 2022-09-27T15:32:59.7000129Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 2022-09-27T15:32:59.7005117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 2022-09-27T15:32:59.7309265Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 2022-09-27T15:32:59.7351956Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 2022-09-27T15:32:59.7458894Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 2022-09-27T15:32:59.7464343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 2022-09-27T15:32:59.7775116Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 2022-09-27T15:32:59.7780020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 2022-09-27T15:32:59.7847296Z [gw2] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 2022-09-27T15:32:59.7897571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 2022-09-27T15:32:59.8183616Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 2022-09-27T15:32:59.8190885Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 2022-09-27T15:32:59.8292130Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 2022-09-27T15:32:59.8339426Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 2022-09-27T15:32:59.8654960Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 2022-09-27T15:32:59.8688013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 2022-09-27T15:32:59.8717104Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 2022-09-27T15:32:59.8752087Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 2022-09-27T15:32:59.8899918Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 2022-09-27T15:32:59.8914750Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 2022-09-27T15:32:59.9057607Z test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 2022-09-27T15:32:59.9107977Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 2022-09-27T15:32:59.9158238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 2022-09-27T15:32:59.9294222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 2022-09-27T15:32:59.9340199Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 2022-09-27T15:32:59.9427478Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 2022-09-27T15:32:59.9510858Z test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 2022-09-27T15:32:59.9545848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 2022-09-27T15:32:59.9617899Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 2022-09-27T15:32:59.9951764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 2022-09-27T15:32:59.9979642Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 2022-09-27T15:33:00.0031995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 2022-09-27T15:33:00.0114596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 2022-09-27T15:33:00.0319062Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 2022-09-27T15:33:00.0440450Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 2022-09-27T15:33:00.0473017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 2022-09-27T15:33:00.0579571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 2022-09-27T15:33:00.0719620Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 2022-09-27T15:33:00.0901247Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 2022-09-27T15:33:00.0911578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 2022-09-27T15:33:00.0926870Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 2022-09-27T15:33:00.1151976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 2022-09-27T15:33:00.1375728Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 2022-09-27T15:33:00.1384284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 2022-09-27T15:33:00.1394210Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 2022-09-27T15:33:00.1482899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 2022-09-27T15:33:00.1789792Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 2022-09-27T15:33:00.1799060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 2022-09-27T15:33:00.1845883Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 2022-09-27T15:33:00.1967551Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 2022-09-27T15:33:00.2232461Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 2022-09-27T15:33:00.2240314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 2022-09-27T15:33:00.2287792Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 2022-09-27T15:33:00.2422855Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 2022-09-27T15:33:00.2628450Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 2022-09-27T15:33:00.2691027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 2022-09-27T15:33:00.2727051Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 2022-09-27T15:33:00.2856447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 2022-09-27T15:33:00.3081672Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 2022-09-27T15:33:00.3089761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 2022-09-27T15:33:00.3238510Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 2022-09-27T15:33:00.3284995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 2022-09-27T15:33:00.3507046Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 2022-09-27T15:33:00.3515511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 2022-09-27T15:33:00.3670441Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 2022-09-27T15:33:00.3760304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 2022-09-27T15:33:00.3988702Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 2022-09-27T15:33:00.4019645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 2022-09-27T15:33:00.4071487Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 2022-09-27T15:33:00.4194692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 2022-09-27T15:33:00.4427988Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 2022-09-27T15:33:00.4476853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 2022-09-27T15:33:00.4511171Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 2022-09-27T15:33:00.4618712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 2022-09-27T15:33:00.4866271Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 2022-09-27T15:33:00.4873724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 2022-09-27T15:33:00.4950710Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 2022-09-27T15:33:00.5002562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 2022-09-27T15:33:00.5309624Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 2022-09-27T15:33:00.5357907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 2022-09-27T15:33:00.5392018Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 2022-09-27T15:33:00.5473354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 2022-09-27T15:33:00.5720237Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 2022-09-27T15:33:00.5728486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 2022-09-27T15:33:00.5897949Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 2022-09-27T15:33:00.5906250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 2022-09-27T15:33:00.6174283Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 2022-09-27T15:33:00.6182406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 2022-09-27T15:33:00.6332744Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 2022-09-27T15:33:00.6340596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 2022-09-27T15:33:00.6630416Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 2022-09-27T15:33:00.6760153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 2022-09-27T15:33:00.6770921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 2022-09-27T15:33:00.6801186Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 2022-09-27T15:33:00.7069995Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 2022-09-27T15:33:00.7179627Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 2022-09-27T15:33:00.7321689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 2022-09-27T15:33:00.7347625Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 2022-09-27T15:33:00.7432835Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 2022-09-27T15:33:00.7617591Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 2022-09-27T15:33:00.7750047Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 2022-09-27T15:33:00.7853532Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 2022-09-27T15:33:00.7900109Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 2022-09-27T15:33:00.8040633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 2022-09-27T15:33:00.8166165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 2022-09-27T15:33:00.8373590Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 2022-09-27T15:33:00.8400299Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 2022-09-27T15:33:00.8437451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 2022-09-27T15:33:00.8488324Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 2022-09-27T15:33:00.8598258Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 2022-09-27T15:33:00.8878123Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 2022-09-27T15:33:00.8940595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 2022-09-27T15:33:00.9142852Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 2022-09-27T15:33:00.9264713Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 2022-09-27T15:33:00.9311253Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 2022-09-27T15:33:00.9373675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 2022-09-27T15:33:00.9416802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 2022-09-27T15:33:00.9554356Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 2022-09-27T15:33:00.9810805Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 2022-09-27T15:33:00.9852100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 2022-09-27T15:33:00.9930473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 2022-09-27T15:33:01.0274251Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 2022-09-27T15:33:01.0297177Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 2022-09-27T15:33:01.0321237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 2022-09-27T15:33:01.0467054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 2022-09-27T15:33:01.0596678Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 2022-09-27T15:33:01.0710171Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 2022-09-27T15:33:01.0772864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 2022-09-27T15:33:01.0909439Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 2022-09-27T15:33:01.1024430Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 2022-09-27T15:33:01.1309727Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 2022-09-27T15:33:01.1310535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 2022-09-27T15:33:01.1313005Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 2022-09-27T15:33:01.1692731Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 2022-09-27T15:33:01.1801593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 2022-09-27T15:33:01.2182988Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 2022-09-27T15:33:01.2307868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 2022-09-27T15:33:01.2656730Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 2022-09-27T15:33:01.3228362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 2022-09-27T15:33:01.3268247Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 2022-09-27T15:33:01.3388537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 2022-09-27T15:33:01.3689682Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 2022-09-27T15:33:01.3961693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 2022-09-27T15:33:01.4069387Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 2022-09-27T15:33:01.4099543Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 2022-09-27T15:33:01.4110584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 2022-09-27T15:33:01.4184417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 2022-09-27T15:33:01.4242369Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 2022-09-27T15:33:01.4533351Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 2022-09-27T15:33:01.4570193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 2022-09-27T15:33:01.4637632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 2022-09-27T15:33:01.4704422Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 2022-09-27T15:33:01.4969057Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 2022-09-27T15:33:01.5050101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 2022-09-27T15:33:01.5081980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 2022-09-27T15:33:01.5332697Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 2022-09-27T15:33:01.5447064Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 2022-09-27T15:33:01.5473360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 2022-09-27T15:33:01.5509385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 2022-09-27T15:33:01.5566536Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 2022-09-27T15:33:01.5919809Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 2022-09-27T15:33:01.5924863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 2022-09-27T15:33:01.5983559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 2022-09-27T15:33:01.6231574Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 2022-09-27T15:33:01.6372236Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 2022-09-27T15:33:01.6404980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 2022-09-27T15:33:01.6474275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 2022-09-27T15:33:01.6517813Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 2022-09-27T15:33:01.6834167Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 2022-09-27T15:33:01.6834829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 2022-09-27T15:33:01.6904694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 2022-09-27T15:33:01.6957481Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 2022-09-27T15:33:01.7285925Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 2022-09-27T15:33:01.7322927Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 2022-09-27T15:33:01.7457930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 2022-09-27T15:33:01.7486181Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 2022-09-27T15:33:01.7523746Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 2022-09-27T15:33:01.7543604Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 2022-09-27T15:33:01.7731634Z test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 2022-09-27T15:33:01.7737431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 2022-09-27T15:33:01.7766921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 2022-09-27T15:33:01.7896952Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 2022-09-27T15:33:01.7967338Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 2022-09-27T15:33:01.7972582Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 2022-09-27T15:33:01.8054522Z test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 2022-09-27T15:33:01.8152269Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 2022-09-27T15:33:01.8192582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 2022-09-27T15:33:01.8200457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 2022-09-27T15:33:01.8241020Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 2022-09-27T15:33:01.8509012Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 2022-09-27T15:33:01.8566109Z test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 2022-09-27T15:33:01.8650841Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 2022-09-27T15:33:01.8724182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 2022-09-27T15:33:01.8728345Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 2022-09-27T15:33:01.8730418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 2022-09-27T15:33:01.8882512Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 2022-09-27T15:33:01.9119250Z test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 2022-09-27T15:33:01.9121574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 2022-09-27T15:33:01.9163429Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 2022-09-27T15:33:01.9241650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 2022-09-27T15:33:01.9349502Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 2022-09-27T15:33:01.9380006Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 2022-09-27T15:33:01.9563037Z test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 2022-09-27T15:33:01.9564002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 2022-09-27T15:33:01.9651944Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 2022-09-27T15:33:01.9654301Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 2022-09-27T15:33:01.9795599Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 2022-09-27T15:33:01.9826085Z test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 2022-09-27T15:33:01.9971933Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 2022-09-27T15:33:02.0095231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 2022-09-27T15:33:02.0302117Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 2022-09-27T15:33:02.0375287Z test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 2022-09-27T15:33:02.0424198Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 2022-09-27T15:33:02.0476622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 2022-09-27T15:33:02.0630413Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 2022-09-27T15:33:02.0631115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:33:02.0857638Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:33:02.0982017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 2022-09-27T15:33:02.1335117Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 2022-09-27T15:33:02.1355541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 2022-09-27T15:33:02.1356220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:33:02.1499370Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:33:02.1592211Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 2022-09-27T15:33:02.1624201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:33:02.1705224Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:33:02.1718579Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 2022-09-27T15:33:02.1747406Z test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 2022-09-27T15:33:02.1805657Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 2022-09-27T15:33:02.1914689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 2022-09-27T15:33:02.2070235Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 2022-09-27T15:33:02.2105511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 2022-09-27T15:33:02.2189599Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 2022-09-27T15:33:02.2209160Z test_ops.py::TestCommonCPU::test_out_median_cpu_float32 2022-09-27T15:33:02.2254946Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_median_cpu_float32 2022-09-27T15:33:02.2286204Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 2022-09-27T15:33:02.2601169Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 2022-09-27T15:33:02.2601819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 2022-09-27T15:33:02.2713696Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 2022-09-27T15:33:02.2714322Z test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 2022-09-27T15:33:02.2774043Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 2022-09-27T15:33:02.2774667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 2022-09-27T15:33:02.3028210Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 2022-09-27T15:33:02.3148937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 2022-09-27T15:33:02.3242616Z test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 2022-09-27T15:33:02.3429300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 2022-09-27T15:33:02.3584975Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 2022-09-27T15:33:02.3611320Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 2022-09-27T15:33:02.3673455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 2022-09-27T15:33:02.3674034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 2022-09-27T15:33:02.3855630Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 2022-09-27T15:33:02.3987230Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 2022-09-27T15:33:02.4005104Z [gw3] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu 2022-09-27T15:33:02.4074537Z test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu 2022-09-27T15:33:02.4134413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 2022-09-27T15:33:02.4139068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 2022-09-27T15:33:02.4422301Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 2022-09-27T15:33:02.4515014Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 2022-09-27T15:33:02.4529218Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 2022-09-27T15:33:02.4551368Z test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 2022-09-27T15:33:02.4559419Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 2022-09-27T15:33:02.4561722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 2022-09-27T15:33:02.4813162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 2022-09-27T15:33:02.4833827Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 2022-09-27T15:33:02.4844104Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu 2022-09-27T15:33:02.4866884Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu 2022-09-27T15:33:02.4938194Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu 2022-09-27T15:33:02.5027712Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 2022-09-27T15:33:02.5032107Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:33:02.5073429Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 2022-09-27T15:33:02.5200579Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 2022-09-27T15:33:02.5350078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 2022-09-27T15:33:02.5462174Z test_ops.py::TestCommonCPU::test_dtypes_pow_cpu 2022-09-27T15:33:02.5464660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 2022-09-27T15:33:02.5474476Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 2022-09-27T15:33:02.5658277Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 2022-09-27T15:33:02.5888009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 2022-09-27T15:33:02.5939481Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 2022-09-27T15:33:02.5970225Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 2022-09-27T15:33:02.5985544Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:33:02.6091178Z test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 2022-09-27T15:33:02.6125861Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 2022-09-27T15:33:02.6430336Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 2022-09-27T15:33:02.6436042Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 2022-09-27T15:33:02.6504055Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 2022-09-27T15:33:02.6570824Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 2022-09-27T15:33:02.6784355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 2022-09-27T15:33:02.6907993Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 2022-09-27T15:33:02.6950893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 2022-09-27T15:33:02.7013100Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 2022-09-27T15:33:02.7263088Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 2022-09-27T15:33:02.7309203Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 2022-09-27T15:33:02.7353725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 2022-09-27T15:33:02.7458820Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 2022-09-27T15:33:02.7739394Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 2022-09-27T15:33:02.7745045Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 2022-09-27T15:33:02.7929536Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 2022-09-27T15:33:02.7932111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 2022-09-27T15:33:02.7978517Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 2022-09-27T15:33:02.8253364Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 2022-09-27T15:33:02.8391902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:33:02.8392471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 2022-09-27T15:33:02.8401465Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 2022-09-27T15:33:02.8416654Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pow_cpu 2022-09-27T15:33:02.8830787Z test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu 2022-09-27T15:33:02.8986575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 2022-09-27T15:33:02.9240379Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 2022-09-27T15:33:02.9270882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 2022-09-27T15:33:02.9679678Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 2022-09-27T15:33:02.9753338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 2022-09-27T15:33:03.0101390Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 2022-09-27T15:33:03.0169701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 2022-09-27T15:33:03.0184181Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:33:03.0348778Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 2022-09-27T15:33:03.0501050Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 2022-09-27T15:33:03.0539948Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 2022-09-27T15:33:03.0540516Z test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 2022-09-27T15:33:03.0559404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 2022-09-27T15:33:03.0598405Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 2022-09-27T15:33:03.0763671Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 2022-09-27T15:33:03.0785066Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 2022-09-27T15:33:03.0992780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 2022-09-27T15:33:03.1006678Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 2022-09-27T15:33:03.1063299Z test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 2022-09-27T15:33:03.1310438Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 2022-09-27T15:33:03.1393852Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 2022-09-27T15:33:03.1443579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 2022-09-27T15:33:03.1453784Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 2022-09-27T15:33:03.1871332Z test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 2022-09-27T15:33:03.1994198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 2022-09-27T15:33:03.2350889Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 2022-09-27T15:33:03.2639082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 2022-09-27T15:33:03.2687265Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 2022-09-27T15:33:03.2708041Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:33:03.2726341Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 2022-09-27T15:33:03.2756416Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 2022-09-27T15:33:03.2780833Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:33:03.3131319Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 2022-09-27T15:33:03.3177074Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:33:03.3403368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 2022-09-27T15:33:03.3673148Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 2022-09-27T15:33:03.3853457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 2022-09-27T15:33:03.4139940Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 2022-09-27T15:33:03.4145261Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 2022-09-27T15:33:03.4537861Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 2022-09-27T15:33:03.4544635Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:33:03.4548712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 2022-09-27T15:33:03.4605656Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:33:03.4610632Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:33:03.5030540Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 2022-09-27T15:33:03.5059423Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 2022-09-27T15:33:03.5101982Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 2022-09-27T15:33:03.5522886Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 2022-09-27T15:33:03.5527500Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:03.5618224Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:03.5630761Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 2022-09-27T15:33:03.5875943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 2022-09-27T15:33:03.5966680Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 2022-09-27T15:33:03.5970423Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 2022-09-27T15:33:03.6150605Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 2022-09-27T15:33:03.6154319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 2022-09-27T15:33:03.6377860Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 2022-09-27T15:33:03.6450643Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:33:03.6590308Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:33:03.6874865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 2022-09-27T15:33:03.6880814Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:33:03.7184429Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:33:03.7314350Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 2022-09-27T15:33:03.7318492Z test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 2022-09-27T15:33:03.7325591Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 2022-09-27T15:33:03.7382121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 2022-09-27T15:33:03.7594138Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 2022-09-27T15:33:03.7619867Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 2022-09-27T15:33:03.7713045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 2022-09-27T15:33:03.7716122Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:33:03.7799577Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:33:03.7802845Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 2022-09-27T15:33:03.8158732Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 2022-09-27T15:33:03.8167711Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 2022-09-27T15:33:03.8170441Z test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 2022-09-27T15:33:03.8175227Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 2022-09-27T15:33:03.8270605Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:33:03.8279733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 2022-09-27T15:33:03.8323377Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 2022-09-27T15:33:03.8606818Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:33:03.8610428Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:33:03.8622670Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:33:03.8625639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 2022-09-27T15:33:03.8708462Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 2022-09-27T15:33:03.8871888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 2022-09-27T15:33:03.8993916Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 2022-09-27T15:33:03.9037011Z test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 2022-09-27T15:33:03.9045287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:33:03.9193467Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 2022-09-27T15:33:03.9372273Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 2022-09-27T15:33:03.9516019Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 2022-09-27T15:33:03.9516601Z test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 2022-09-27T15:33:03.9709428Z [gw0] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 2022-09-27T15:33:03.9731337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 2022-09-27T15:33:03.9894835Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 2022-09-27T15:33:03.9925681Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:33:03.9992371Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:33:04.0005645Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:33:04.0148369Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:04.0264103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 2022-09-27T15:33:04.0332639Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 2022-09-27T15:33:04.0346491Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:33:04.0361033Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:04.0430021Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:33:04.0512946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 2022-09-27T15:33:04.0578395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 2022-09-27T15:33:04.0753034Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 2022-09-27T15:33:04.0799342Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:33:04.1008803Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:33:04.1014652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 2022-09-27T15:33:04.1236611Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 2022-09-27T15:33:04.1242558Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:33:04.1468997Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:33:04.1510553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 2022-09-27T15:33:04.1677509Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 2022-09-27T15:33:04.1683393Z test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 2022-09-27T15:33:04.1884462Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 2022-09-27T15:33:04.1889528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 2022-09-27T15:33:04.2007676Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 2022-09-27T15:33:04.2033701Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 2022-09-27T15:33:04.2114768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 2022-09-27T15:33:04.2120397Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:33:04.2292055Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:33:04.2324141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 2022-09-27T15:33:04.2560207Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 2022-09-27T15:33:04.2560965Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:33:04.2581684Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:33:04.2605490Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 2022-09-27T15:33:04.2732736Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 2022-09-27T15:33:04.2819911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 2022-09-27T15:33:04.2996447Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 2022-09-27T15:33:04.2997196Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 2022-09-27T15:33:04.3174581Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 2022-09-27T15:33:04.3343493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 2022-09-27T15:33:04.3392491Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 2022-09-27T15:33:04.3438242Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 2022-09-27T15:33:04.3611979Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 2022-09-27T15:33:04.3875275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 2022-09-27T15:33:04.3877149Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:04.4145509Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:04.4186745Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 2022-09-27T15:33:04.4237068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:33:04.4293156Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:33:04.4316687Z test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:04.4631113Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:04.4633393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 2022-09-27T15:33:04.4793310Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 2022-09-27T15:33:04.4795050Z test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 2022-09-27T15:33:04.5072660Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 2022-09-27T15:33:04.5073640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:33:04.5311857Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:33:04.5539698Z test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 2022-09-27T15:33:04.5543974Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 2022-09-27T15:33:04.5988811Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 2022-09-27T15:33:04.5993116Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 2022-09-27T15:33:04.6378008Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 2022-09-27T15:33:04.6446293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 2022-09-27T15:33:04.6827658Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 2022-09-27T15:33:04.7030670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 2022-09-27T15:33:04.7042199Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 2022-09-27T15:33:04.7188268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 2022-09-27T15:33:04.7233470Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 2022-09-27T15:33:04.7397712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 2022-09-27T15:33:04.7591919Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 2022-09-27T15:33:04.7608087Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 2022-09-27T15:33:04.7667984Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 2022-09-27T15:33:04.7690276Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 2022-09-27T15:33:04.7877714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 2022-09-27T15:33:04.7992652Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 2022-09-27T15:33:04.8189383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 2022-09-27T15:33:04.8415050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 2022-09-27T15:33:04.8589282Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 2022-09-27T15:33:04.8870066Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 2022-09-27T15:33:04.8939510Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 2022-09-27T15:33:04.8987842Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 2022-09-27T15:33:04.8993692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 2022-09-27T15:33:04.9052044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 2022-09-27T15:33:04.9279111Z [gw1] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 2022-09-27T15:33:04.9501826Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 2022-09-27T15:33:04.9542196Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 2022-09-27T15:33:04.9546045Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 2022-09-27T15:33:04.9912526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 2022-09-27T15:33:04.9936508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 2022-09-27T15:33:04.9944904Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 2022-09-27T15:33:04.9950367Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 2022-09-27T15:33:05.0289203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 2022-09-27T15:33:05.0312517Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 2022-09-27T15:33:05.0373583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 2022-09-27T15:33:05.0378980Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 2022-09-27T15:33:05.0433361Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:33:05.0699501Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:33:05.0710452Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 2022-09-27T15:33:05.0792309Z test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 2022-09-27T15:33:05.0794651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 2022-09-27T15:33:05.0848727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 2022-09-27T15:33:05.1272097Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 2022-09-27T15:33:05.1295400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 2022-09-27T15:33:05.1397157Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 2022-09-27T15:33:05.1472137Z [gw0] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 2022-09-27T15:33:05.1513318Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:33:05.1755749Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:33:05.1758505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 2022-09-27T15:33:05.1953125Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 2022-09-27T15:33:05.1953903Z test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 2022-09-27T15:33:05.2204090Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 2022-09-27T15:33:05.2206043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 2022-09-27T15:33:05.2382712Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 2022-09-27T15:33:05.2384977Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:05.2552797Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:05.2582542Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 2022-09-27T15:33:05.2669757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 2022-09-27T15:33:05.2676906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 2022-09-27T15:33:05.2831873Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 2022-09-27T15:33:05.2833059Z test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 2022-09-27T15:33:05.3111135Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 2022-09-27T15:33:05.3122092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 2022-09-27T15:33:05.3229475Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 2022-09-27T15:33:05.3240186Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 2022-09-27T15:33:05.3394777Z test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 2022-09-27T15:33:05.3550108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:33:05.3809979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 2022-09-27T15:33:05.3952717Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 2022-09-27T15:33:05.4007491Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 2022-09-27T15:33:05.4073843Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 2022-09-27T15:33:05.4088129Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:33:05.4415045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 2022-09-27T15:33:05.5757728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 2022-09-27T15:33:05.5780522Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 2022-09-27T15:33:05.6085502Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 2022-09-27T15:33:05.6125845Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 2022-09-27T15:33:05.6491168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 2022-09-27T15:33:05.6631472Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 2022-09-27T15:33:05.6647004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 2022-09-27T15:33:05.6700491Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 2022-09-27T15:33:05.6717972Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 2022-09-27T15:33:05.6726433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 2022-09-27T15:33:05.6740507Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu 2022-09-27T15:33:05.6760139Z test_ops.py::TestCommonCPU::test_dtypes_randn_cpu 2022-09-27T15:33:05.7070741Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 2022-09-27T15:33:05.7114287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 2022-09-27T15:33:05.7231216Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 2022-09-27T15:33:05.7538371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 2022-09-27T15:33:05.7542604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 2022-09-27T15:33:05.7895018Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 2022-09-27T15:33:05.7976987Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randn_cpu 2022-09-27T15:33:05.8186836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 2022-09-27T15:33:05.8252856Z test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu 2022-09-27T15:33:05.8279971Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu 2022-09-27T15:33:05.8392339Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 2022-09-27T15:33:05.8482273Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 2022-09-27T15:33:05.8614477Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 2022-09-27T15:33:05.8765580Z test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu 2022-09-27T15:33:05.8911830Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu 2022-09-27T15:33:05.8920968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 2022-09-27T15:33:05.8951937Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 2022-09-27T15:33:05.8986619Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 2022-09-27T15:33:05.9031695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 2022-09-27T15:33:05.9385025Z test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu 2022-09-27T15:33:05.9390227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 2022-09-27T15:33:05.9791043Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 2022-09-27T15:33:05.9835776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 2022-09-27T15:33:05.9847103Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 2022-09-27T15:33:05.9879173Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 2022-09-27T15:33:05.9935752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 2022-09-27T15:33:06.0037424Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 2022-09-27T15:33:06.0066188Z [gw3] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu 2022-09-27T15:33:06.0286528Z test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu 2022-09-27T15:33:06.0357829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:33:06.0558601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 2022-09-27T15:33:06.0616724Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:33:06.0671282Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 2022-09-27T15:33:06.0737037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 2022-09-27T15:33:06.0752399Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 2022-09-27T15:33:06.0824632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 2022-09-27T15:33:06.0853412Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu 2022-09-27T15:33:06.0888390Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu 2022-09-27T15:33:06.1167880Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu 2022-09-27T15:33:06.1171948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 2022-09-27T15:33:06.1285693Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 2022-09-27T15:33:06.1301653Z test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu 2022-09-27T15:33:06.1335522Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 2022-09-27T15:33:06.1525576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 2022-09-27T15:33:06.1605879Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu 2022-09-27T15:33:06.1609982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 2022-09-27T15:33:06.1732181Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 2022-09-27T15:33:06.1746992Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 2022-09-27T15:33:06.1759733Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu 2022-09-27T15:33:06.1802565Z test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 2022-09-27T15:33:06.2095181Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 2022-09-27T15:33:06.2095829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 2022-09-27T15:33:06.2230415Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 2022-09-27T15:33:06.2230945Z test_ops.py::TestCommonCPU::test_out_real_cpu_float32 2022-09-27T15:33:06.2573196Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_real_cpu_float32 2022-09-27T15:33:06.2573787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 2022-09-27T15:33:06.2668191Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 2022-09-27T15:33:06.2681020Z test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 2022-09-27T15:33:06.3021652Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 2022-09-27T15:33:06.3111535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 2022-09-27T15:33:06.3112318Z test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 2022-09-27T15:33:06.3172088Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 2022-09-27T15:33:06.3545196Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 2022-09-27T15:33:06.3554230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:33:06.3555474Z test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 2022-09-27T15:33:06.3658796Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 2022-09-27T15:33:06.3792743Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:33:06.3815147Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu 2022-09-27T15:33:06.3968156Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu 2022-09-27T15:33:06.3991309Z test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 2022-09-27T15:33:06.3995748Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 2022-09-27T15:33:06.4115057Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:33:06.4509713Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:33:06.4589538Z test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 2022-09-27T15:33:06.5069224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 2022-09-27T15:33:06.5082487Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 2022-09-27T15:33:06.5612044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 2022-09-27T15:33:06.5683549Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 2022-09-27T15:33:06.5734175Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 2022-09-27T15:33:06.5764574Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 2022-09-27T15:33:06.5991221Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 2022-09-27T15:33:06.6269124Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 2022-09-27T15:33:06.6542901Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 2022-09-27T15:33:06.6551194Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 2022-09-27T15:33:06.6609098Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 2022-09-27T15:33:06.6670754Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 2022-09-27T15:33:06.6684556Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 2022-09-27T15:33:06.6724926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 2022-09-27T15:33:06.7015554Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 2022-09-27T15:33:06.7186274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 2022-09-27T15:33:06.7186868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 2022-09-27T15:33:06.7246088Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 2022-09-27T15:33:06.7509571Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 2022-09-27T15:33:06.7629653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 2022-09-27T15:33:06.7630492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 2022-09-27T15:33:06.8040370Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 2022-09-27T15:33:06.8154007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 2022-09-27T15:33:06.8182903Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 2022-09-27T15:33:06.8200997Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 2022-09-27T15:33:06.8233626Z test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 2022-09-27T15:33:06.8497845Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 2022-09-27T15:33:06.8662027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 2022-09-27T15:33:06.8707530Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 2022-09-27T15:33:06.8733379Z test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 2022-09-27T15:33:06.8968186Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 2022-09-27T15:33:06.9174683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:33:06.9175268Z test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 2022-09-27T15:33:06.9352736Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 2022-09-27T15:33:06.9390587Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:33:06.9596594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:33:06.9597169Z test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 2022-09-27T15:33:06.9730653Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 2022-09-27T15:33:06.9742356Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 2022-09-27T15:33:06.9774914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 2022-09-27T15:33:07.0019919Z [gw2] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 2022-09-27T15:33:07.0022297Z test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 2022-09-27T15:33:07.0078375Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 2022-09-27T15:33:07.0104593Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:33:07.0198741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:33:07.0201676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 2022-09-27T15:33:07.0207877Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 2022-09-27T15:33:07.0548663Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:33:07.0559954Z test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 2022-09-27T15:33:07.0608917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 2022-09-27T15:33:07.0762848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 2022-09-27T15:33:07.0812347Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 2022-09-27T15:33:07.0910949Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 2022-09-27T15:33:07.0935515Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:07.1060119Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:07.1114686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 2022-09-27T15:33:07.1386267Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 2022-09-27T15:33:07.1447868Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:33:07.1451774Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 2022-09-27T15:33:07.1489865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 2022-09-27T15:33:07.1574788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 2022-09-27T15:33:07.1588145Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 2022-09-27T15:33:07.1873744Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 2022-09-27T15:33:07.1989031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 2022-09-27T15:33:07.2171748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 2022-09-27T15:33:07.2298007Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 2022-09-27T15:33:07.2320757Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:33:07.2393237Z test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 2022-09-27T15:33:07.2439500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 2022-09-27T15:33:07.2477835Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 2022-09-27T15:33:07.2756426Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 2022-09-27T15:33:07.2886213Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 2022-09-27T15:33:07.2916923Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 2022-09-27T15:33:07.2995675Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 2022-09-27T15:33:07.3296782Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 2022-09-27T15:33:07.3297494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 2022-09-27T15:33:07.3383956Z test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 2022-09-27T15:33:07.3450200Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 2022-09-27T15:33:07.3743683Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 2022-09-27T15:33:07.3809411Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:33:07.3810063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 2022-09-27T15:33:07.3977970Z [gw2] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 2022-09-27T15:33:07.4187898Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:33:07.4188761Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:07.4231724Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:07.4246341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 2022-09-27T15:33:07.4634715Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 2022-09-27T15:33:07.4642095Z test_ops.py::TestCommonCPU::test_out_split_cpu_float32 2022-09-27T15:33:07.4753270Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_split_cpu_float32 2022-09-27T15:33:07.4761378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 2022-09-27T15:33:07.4862973Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 2022-09-27T15:33:07.4876946Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 2022-09-27T15:33:07.5110460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:33:07.5144740Z test_ops.py::TestCommonCPU::test_out_square_cpu_float32 2022-09-27T15:33:07.5369238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 2022-09-27T15:33:07.5392910Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:33:07.5450948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:33:07.5470112Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_square_cpu_float32 2022-09-27T15:33:07.5499613Z test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 2022-09-27T15:33:07.5957331Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 2022-09-27T15:33:07.5986809Z test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 2022-09-27T15:33:07.6295178Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 2022-09-27T15:33:07.6309261Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:33:07.6435686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:33:07.6464642Z test_ops.py::TestCommonCPU::test_out_t_cpu_float32 2022-09-27T15:33:07.6683134Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_t_cpu_float32 2022-09-27T15:33:07.6712059Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:33:07.6912926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 2022-09-27T15:33:07.7184459Z test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 2022-09-27T15:33:07.7221618Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 2022-09-27T15:33:07.7236773Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 2022-09-27T15:33:07.7305408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 2022-09-27T15:33:07.7351972Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 2022-09-27T15:33:07.7379318Z test_ops.py::TestCommonCPU::test_out_to_cpu_float32 2022-09-27T15:33:07.7390406Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 2022-09-27T15:33:07.7401565Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_to_cpu_float32 2022-09-27T15:33:07.7484230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 2022-09-27T15:33:07.7749969Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 2022-09-27T15:33:07.7834282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:33:07.7858680Z test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 2022-09-27T15:33:07.7884965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 2022-09-27T15:33:07.7893857Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 2022-09-27T15:33:07.7912199Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 2022-09-27T15:33:07.8133355Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:33:07.8281513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 2022-09-27T15:33:07.8327557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 2022-09-27T15:33:07.8398295Z test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 2022-09-27T15:33:07.8470737Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 2022-09-27T15:33:07.8552308Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 2022-09-27T15:33:07.8694908Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 2022-09-27T15:33:07.8741176Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 2022-09-27T15:33:07.8846387Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 2022-09-27T15:33:07.8991442Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 2022-09-27T15:33:07.9045424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 2022-09-27T15:33:07.9180331Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 2022-09-27T15:33:07.9184410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 2022-09-27T15:33:07.9340238Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 2022-09-27T15:33:07.9347725Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 2022-09-27T15:33:07.9472585Z test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 2022-09-27T15:33:07.9673582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:33:07.9677825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 2022-09-27T15:33:07.9729482Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 2022-09-27T15:33:07.9910651Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:33:07.9987711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:33:08.0000630Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 2022-09-27T15:33:08.0040935Z test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 2022-09-27T15:33:08.0086730Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 2022-09-27T15:33:08.0126301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 2022-09-27T15:33:08.0160471Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 2022-09-27T15:33:08.0351142Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:33:08.0461341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 2022-09-27T15:33:08.0474281Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 2022-09-27T15:33:08.0478920Z test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 2022-09-27T15:33:08.0569144Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 2022-09-27T15:33:08.0841594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 2022-09-27T15:33:08.0849522Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 2022-09-27T15:33:08.0946755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 2022-09-27T15:33:08.0952589Z test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 2022-09-27T15:33:08.0992291Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 2022-09-27T15:33:08.1332996Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:33:08.1393440Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:33:08.1419184Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 2022-09-27T15:33:08.1429514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:33:08.1437115Z test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 2022-09-27T15:33:08.1446717Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 2022-09-27T15:33:08.1524681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:33:08.1558581Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:33:08.1860465Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:33:08.1926773Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:33:08.1927304Z test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu 2022-09-27T15:33:08.1927812Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu 2022-09-27T15:33:08.1951183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 2022-09-27T15:33:08.2382020Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 2022-09-27T15:33:08.2431171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 2022-09-27T15:33:08.2431679Z test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu 2022-09-27T15:33:08.2443112Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu 2022-09-27T15:33:08.2755318Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 2022-09-27T15:33:08.2822638Z test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu 2022-09-27T15:33:08.2823220Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu 2022-09-27T15:33:08.2922553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 2022-09-27T15:33:08.3232607Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 2022-09-27T15:33:08.3233458Z test_ops.py::TestCommonCPU::test_out_warning__masked_amin_cpu 2022-09-27T15:33:08.3278679Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_amin_cpu 2022-09-27T15:33:08.3280355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 2022-09-27T15:33:08.3750546Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 2022-09-27T15:33:08.3751112Z test_ops.py::TestCommonCPU::test_out_warning__masked_cumsum_cpu 2022-09-27T15:33:08.3754441Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_cumsum_cpu 2022-09-27T15:33:08.3997797Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 2022-09-27T15:33:08.4168759Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 2022-09-27T15:33:08.4169458Z test_ops.py::TestCommonCPU::test_out_warning__masked_mean_cpu 2022-09-27T15:33:08.4172776Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_mean_cpu 2022-09-27T15:33:08.4174497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 2022-09-27T15:33:08.4628449Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 2022-09-27T15:33:08.4633700Z test_ops.py::TestCommonCPU::test_out_warning__masked_prod_cpu 2022-09-27T15:33:08.4639833Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_prod_cpu 2022-09-27T15:33:08.4754842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:33:08.5052937Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:33:08.5054773Z test_ops.py::TestCommonCPU::test_out_warning__masked_sum_cpu 2022-09-27T15:33:08.5066469Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_sum_cpu 2022-09-27T15:33:08.5067707Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 2022-09-27T15:33:08.5465312Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 2022-09-27T15:33:08.5471105Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 2022-09-27T15:33:08.5547049Z test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu 2022-09-27T15:33:08.5605008Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu 2022-09-27T15:33:08.5870906Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 2022-09-27T15:33:08.5884794Z test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu 2022-09-27T15:33:08.6180785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 2022-09-27T15:33:08.6319491Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 2022-09-27T15:33:08.6765442Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 2022-09-27T15:33:08.6779390Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 2022-09-27T15:33:08.7135725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 2022-09-27T15:33:08.7232369Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 2022-09-27T15:33:08.7237295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 2022-09-27T15:33:08.7515802Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 2022-09-27T15:33:08.7612587Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu 2022-09-27T15:33:08.7657508Z test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu 2022-09-27T15:33:08.7661890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 2022-09-27T15:33:08.8076129Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 2022-09-27T15:33:08.8139343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 2022-09-27T15:33:08.8513014Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 2022-09-27T15:33:08.8577983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 2022-09-27T15:33:08.8955337Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 2022-09-27T15:33:08.9042372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 2022-09-27T15:33:08.9144005Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 2022-09-27T15:33:08.9159079Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu 2022-09-27T15:33:08.9229333Z test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu 2022-09-27T15:33:08.9437634Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu 2022-09-27T15:33:08.9518351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:33:08.9639828Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:33:08.9643168Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu 2022-09-27T15:33:08.9849817Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu 2022-09-27T15:33:08.9894742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:33:09.0109044Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:33:09.0340012Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu 2022-09-27T15:33:09.0344598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:33:09.0662806Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:33:09.0692816Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu 2022-09-27T15:33:09.0758360Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu 2022-09-27T15:33:09.0766951Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu 2022-09-27T15:33:09.0954484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:33:09.1230883Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:33:09.1308061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 2022-09-27T15:33:09.1321334Z test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu 2022-09-27T15:33:09.1545574Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu 2022-09-27T15:33:09.1589918Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 2022-09-27T15:33:09.1747778Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 2022-09-27T15:33:09.2081477Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu 2022-09-27T15:33:09.2110193Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu 2022-09-27T15:33:09.2211513Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu 2022-09-27T15:33:09.2365491Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu 2022-09-27T15:33:09.2411614Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 2022-09-27T15:33:09.2629541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:33:09.2681966Z test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu 2022-09-27T15:33:09.3071419Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu 2022-09-27T15:33:09.3132237Z test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu 2022-09-27T15:33:09.3400231Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu 2022-09-27T15:33:09.3414283Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:33:09.3514206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:09.3518904Z test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu 2022-09-27T15:33:09.3709638Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu 2022-09-27T15:33:09.3912047Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:09.3988154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:33:09.4596842Z test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu 2022-09-27T15:33:09.4623387Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu 2022-09-27T15:33:09.4650119Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu 2022-09-27T15:33:09.4667694Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:33:09.4780786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 2022-09-27T15:33:09.4848975Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 2022-09-27T15:33:09.5074699Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu 2022-09-27T15:33:09.5110701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:33:09.5116743Z test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu 2022-09-27T15:33:09.5549386Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu 2022-09-27T15:33:09.5586843Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu 2022-09-27T15:33:09.5618410Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:33:09.6232095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:33:09.6312763Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu 2022-09-27T15:33:09.7243112Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu 2022-09-27T15:33:09.7275353Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu 2022-09-27T15:33:09.7322548Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu 2022-09-27T15:33:09.7734143Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu 2022-09-27T15:33:09.7977799Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu 2022-09-27T15:33:09.7992111Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:33:09.8038655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 2022-09-27T15:33:09.8216130Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu 2022-09-27T15:33:09.8716121Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu 2022-09-27T15:33:09.8741360Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu 2022-09-27T15:33:09.8800875Z test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu 2022-09-27T15:33:09.9189396Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu 2022-09-27T15:33:09.9232418Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu 2022-09-27T15:33:09.9709204Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu 2022-09-27T15:33:10.0053536Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu 2022-09-27T15:33:10.0103349Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 2022-09-27T15:33:10.0358192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 2022-09-27T15:33:10.0384519Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 2022-09-27T15:33:10.0411361Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu 2022-09-27T15:33:10.0511905Z test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu 2022-09-27T15:33:10.0756684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 2022-09-27T15:33:10.0779666Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 2022-09-27T15:33:10.0834111Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu 2022-09-27T15:33:10.0929457Z test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu 2022-09-27T15:33:10.0946939Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:33:10.1029262Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:33:10.1128847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:33:10.1307028Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:33:10.1320729Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu 2022-09-27T15:33:10.1351250Z test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu 2022-09-27T15:33:10.1391454Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu 2022-09-27T15:33:10.1634569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 2022-09-27T15:33:10.1752675Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 2022-09-27T15:33:10.1830791Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu 2022-09-27T15:33:10.1886933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:33:10.2035196Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu 2022-09-27T15:33:10.2270592Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:33:10.2276016Z test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu 2022-09-27T15:33:10.2297286Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu 2022-09-27T15:33:10.2606882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:33:10.2708269Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:33:10.2716687Z test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu 2022-09-27T15:33:10.3039128Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:33:10.3151386Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:33:10.3288543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:33:10.3318424Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu 2022-09-27T15:33:10.5228279Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu 2022-09-27T15:33:10.5262404Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu 2022-09-27T15:33:10.6886301Z test_ops.py::TestCommonCPU::test_dtypes_short_cpu 2022-09-27T15:33:10.6917092Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:33:10.6990330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 2022-09-27T15:33:10.7069606Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 2022-09-27T15:33:10.7098228Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:33:10.7377690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:33:10.7506756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:33:10.7524704Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_short_cpu 2022-09-27T15:33:10.7657164Z test_ops.py::TestCommonCPU::test_dtypes_sin_cpu 2022-09-27T15:33:10.7708944Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sin_cpu 2022-09-27T15:33:10.7872453Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:33:10.7880540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 2022-09-27T15:33:10.8030070Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 2022-09-27T15:33:10.8311540Z test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu 2022-09-27T15:33:10.9440193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:33:10.9467390Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:33:10.9726106Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:33:10.9989144Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:33:11.0025671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:33:11.0513751Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:33:11.0514524Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:33:11.0515205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:33:11.0699111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:33:11.0980629Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:33:11.0981364Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:33:11.0982067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 2022-09-27T15:33:11.1112759Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:33:11.1143103Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 2022-09-27T15:33:11.1372323Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:33:11.1491015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 2022-09-27T15:33:11.1579567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 2022-09-27T15:33:11.1615038Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 2022-09-27T15:33:11.1791270Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 2022-09-27T15:33:11.1912953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 2022-09-27T15:33:11.1915735Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu 2022-09-27T15:33:11.1937009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:11.1996096Z test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu 2022-09-27T15:33:11.2077063Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 2022-09-27T15:33:11.2157194Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:11.2171496Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu 2022-09-27T15:33:11.2309087Z test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu 2022-09-27T15:33:11.2371578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:33:11.2406525Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:33:11.2589870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:33:11.2602412Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:33:11.2616182Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu 2022-09-27T15:33:11.2746231Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu 2022-09-27T15:33:11.2781125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 2022-09-27T15:33:11.2845342Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 2022-09-27T15:33:11.2986715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:11.3133861Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:11.3233800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:33:11.3268195Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:33:11.3351367Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu 2022-09-27T15:33:11.3361817Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 2022-09-27T15:33:11.3386042Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 2022-09-27T15:33:11.3413104Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu 2022-09-27T15:33:11.3513758Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu 2022-09-27T15:33:11.3527140Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu 2022-09-27T15:33:11.3643401Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu 2022-09-27T15:33:11.3656530Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu 2022-09-27T15:33:11.3755942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:33:11.3828711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:11.3925904Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu 2022-09-27T15:33:11.3952853Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:11.4122790Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu 2022-09-27T15:33:11.4140851Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:33:11.4213501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 2022-09-27T15:33:11.4230552Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 2022-09-27T15:33:11.4432147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:33:11.4454710Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu 2022-09-27T15:33:11.4460727Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:33:11.4581495Z test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu 2022-09-27T15:33:11.4611590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:33:11.4740194Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:33:11.4911320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:11.4929272Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:11.4944330Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu 2022-09-27T15:33:11.4983833Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:33:11.5029294Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:33:11.5071783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 2022-09-27T15:33:11.5187630Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 2022-09-27T15:33:11.5188337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:11.5413099Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:11.5530932Z test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu 2022-09-27T15:33:11.5589240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 2022-09-27T15:33:11.5645037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 2022-09-27T15:33:11.5656348Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu 2022-09-27T15:33:11.5666461Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 2022-09-27T15:33:11.5744404Z test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu 2022-09-27T15:33:11.6005632Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 2022-09-27T15:33:11.6007898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 2022-09-27T15:33:11.6015419Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 2022-09-27T15:33:11.6088814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 2022-09-27T15:33:11.6125544Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 2022-09-27T15:33:11.6140217Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu 2022-09-27T15:33:11.6472970Z test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu 2022-09-27T15:33:11.6540188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 2022-09-27T15:33:11.6543608Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 2022-09-27T15:33:11.6546762Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 2022-09-27T15:33:11.6589022Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 2022-09-27T15:33:11.6602448Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu 2022-09-27T15:33:11.6638695Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu 2022-09-27T15:33:11.6919804Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu 2022-09-27T15:33:11.6924284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:33:11.6932395Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:33:11.6955360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 2022-09-27T15:33:11.7031230Z [gw1] [ 12%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 2022-09-27T15:33:11.7061920Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu 2022-09-27T15:33:11.7349691Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu 2022-09-27T15:33:11.7361404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 2022-09-27T15:33:11.7451547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 2022-09-27T15:33:11.7547609Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 2022-09-27T15:33:11.7837436Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu 2022-09-27T15:33:11.7840651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 2022-09-27T15:33:11.7931195Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 2022-09-27T15:33:11.7944911Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu 2022-09-27T15:33:11.8316620Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu 2022-09-27T15:33:11.8322391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 2022-09-27T15:33:11.8658534Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 2022-09-27T15:33:11.8678327Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu 2022-09-27T15:33:11.8685599Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu 2022-09-27T15:33:11.8959172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 2022-09-27T15:33:11.9111253Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 2022-09-27T15:33:11.9133958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:33:11.9329233Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:33:11.9348204Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu 2022-09-27T15:33:11.9370528Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:33:11.9580730Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:33:11.9583574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:33:11.9669152Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:33:11.9687767Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu 2022-09-27T15:33:11.9727543Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu 2022-09-27T15:33:11.9761324Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu 2022-09-27T15:33:12.0054384Z test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu 2022-09-27T15:33:12.0057360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 2022-09-27T15:33:12.0153216Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 2022-09-27T15:33:12.0155380Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu 2022-09-27T15:33:12.0406875Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu 2022-09-27T15:33:12.0421567Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu 2022-09-27T15:33:12.0433457Z test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu 2022-09-27T15:33:12.0488794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 2022-09-27T15:33:12.0503856Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu 2022-09-27T15:33:12.0551999Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 2022-09-27T15:33:12.0595389Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:33:12.0833066Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:33:12.0947925Z test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu 2022-09-27T15:33:12.0951798Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu 2022-09-27T15:33:12.1030254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 2022-09-27T15:33:12.1033533Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu 2022-09-27T15:33:12.1091352Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu 2022-09-27T15:33:12.1109712Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 2022-09-27T15:33:12.1159848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 2022-09-27T15:33:12.1216427Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 2022-09-27T15:33:12.1270659Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 2022-09-27T15:33:12.1311065Z test_ops.py::TestCommonCPU::test_dtypes_stft_cpu 2022-09-27T15:33:12.1478033Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 2022-09-27T15:33:12.1483774Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu 2022-09-27T15:33:12.1668617Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu 2022-09-27T15:33:12.1912093Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 2022-09-27T15:33:12.1919899Z test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu 2022-09-27T15:33:12.2164955Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu 2022-09-27T15:33:12.2179474Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 2022-09-27T15:33:12.2300593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 2022-09-27T15:33:12.2330129Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 2022-09-27T15:33:12.2426752Z test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu 2022-09-27T15:33:12.2724037Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu 2022-09-27T15:33:12.2761867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 2022-09-27T15:33:12.2807485Z test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu 2022-09-27T15:33:12.2893823Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu 2022-09-27T15:33:12.3217826Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 2022-09-27T15:33:12.3259811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 2022-09-27T15:33:12.3267905Z test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu 2022-09-27T15:33:12.3295946Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu 2022-09-27T15:33:12.3606918Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 2022-09-27T15:33:12.3640398Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 2022-09-27T15:33:12.3651194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 2022-09-27T15:33:12.3711611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 2022-09-27T15:33:12.3783496Z test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu 2022-09-27T15:33:12.4092524Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu 2022-09-27T15:33:12.4115962Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 2022-09-27T15:33:12.4148732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 2022-09-27T15:33:12.4158645Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 2022-09-27T15:33:12.4235589Z test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu 2022-09-27T15:33:12.4614584Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu 2022-09-27T15:33:12.4717382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 2022-09-27T15:33:12.4725688Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu 2022-09-27T15:33:12.4734147Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu 2022-09-27T15:33:12.5013634Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 2022-09-27T15:33:12.5028393Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 2022-09-27T15:33:12.5148375Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 2022-09-27T15:33:12.5171234Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:33:12.5272937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 2022-09-27T15:33:12.5625559Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 2022-09-27T15:33:12.5648604Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:33:12.5656291Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 2022-09-27T15:33:12.5738595Z test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu 2022-09-27T15:33:12.5795598Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 2022-09-27T15:33:12.6091997Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu 2022-09-27T15:33:12.6177588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 2022-09-27T15:33:12.6220903Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu 2022-09-27T15:33:12.6580390Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 2022-09-27T15:33:12.6689802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 2022-09-27T15:33:12.6706878Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_stft_cpu 2022-09-27T15:33:12.6718955Z test_ops.py::TestCommonCPU::test_dtypes_svd_cpu 2022-09-27T15:33:12.7012565Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 2022-09-27T15:33:12.7073267Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 2022-09-27T15:33:12.7099751Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu 2022-09-27T15:33:12.7137701Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu 2022-09-27T15:33:12.7155727Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 2022-09-27T15:33:12.7447297Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu 2022-09-27T15:33:12.7557276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 2022-09-27T15:33:12.7565012Z test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu 2022-09-27T15:33:12.7587526Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu 2022-09-27T15:33:12.7891572Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 2022-09-27T15:33:12.8031169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 2022-09-27T15:33:12.8267229Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu 2022-09-27T15:33:12.8312833Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 2022-09-27T15:33:12.8350666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 2022-09-27T15:33:12.8420906Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu 2022-09-27T15:33:12.8434343Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 2022-09-27T15:33:12.8770832Z test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu 2022-09-27T15:33:12.8850389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 2022-09-27T15:33:12.9111947Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 2022-09-27T15:33:12.9136317Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu 2022-09-27T15:33:12.9207102Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu 2022-09-27T15:33:12.9216283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 2022-09-27T15:33:12.9592743Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu 2022-09-27T15:33:12.9601603Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu 2022-09-27T15:33:13.0079604Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu 2022-09-27T15:33:13.0090043Z test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu 2022-09-27T15:33:13.0134950Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu 2022-09-27T15:33:13.0175253Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 2022-09-27T15:33:13.0212005Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 2022-09-27T15:33:13.0550758Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 2022-09-27T15:33:13.0578774Z test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu 2022-09-27T15:33:13.0612335Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu 2022-09-27T15:33:13.0741576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 2022-09-27T15:33:13.1031337Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 2022-09-27T15:33:13.1066752Z test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu 2022-09-27T15:33:13.1459197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 2022-09-27T15:33:13.1511839Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 2022-09-27T15:33:13.1604242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 2022-09-27T15:33:13.1614657Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu 2022-09-27T15:33:13.1628827Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 2022-09-27T15:33:13.2017937Z test_ops.py::TestCommonCPU::test_out_warning_addr_cpu 2022-09-27T15:33:13.2091657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 2022-09-27T15:33:13.2117883Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addr_cpu 2022-09-27T15:33:13.2601698Z test_ops.py::TestCommonCPU::test_out_warning_amin_cpu 2022-09-27T15:33:13.2626859Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 2022-09-27T15:33:13.3311477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 2022-09-27T15:33:13.3335167Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_amin_cpu 2022-09-27T15:33:13.3462779Z test_ops.py::TestCommonCPU::test_out_warning_arange_cpu 2022-09-27T15:33:13.3680976Z [gw0] [ 12%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_arange_cpu 2022-09-27T15:33:13.3693690Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_svd_cpu 2022-09-27T15:33:13.3743627Z test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu 2022-09-27T15:33:13.3787807Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 2022-09-27T15:33:13.3808831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 2022-09-27T15:33:13.3832778Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu 2022-09-27T15:33:13.3840952Z test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu 2022-09-27T15:33:13.4185158Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu 2022-09-27T15:33:13.4268892Z test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu 2022-09-27T15:33:13.4360720Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 2022-09-27T15:33:13.4370550Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu 2022-09-27T15:33:13.4378259Z test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu 2022-09-27T15:33:13.4427916Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu 2022-09-27T15:33:13.4661026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 2022-09-27T15:33:13.4669365Z test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu 2022-09-27T15:33:13.4754064Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu 2022-09-27T15:33:13.4761703Z test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu 2022-09-27T15:33:13.5151053Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu 2022-09-27T15:33:13.5229617Z test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu 2022-09-27T15:33:13.5250514Z test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu 2022-09-27T15:33:13.5537939Z [gw0] [ 12%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu 2022-09-27T15:33:13.5551260Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu 2022-09-27T15:33:13.5710920Z test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu 2022-09-27T15:33:13.5999092Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu 2022-09-27T15:33:13.6082013Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu 2022-09-27T15:33:13.6121814Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 2022-09-27T15:33:13.6188974Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 2022-09-27T15:33:13.6405369Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu 2022-09-27T15:33:13.6544851Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 2022-09-27T15:33:13.6574049Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu 2022-09-27T15:33:13.6610047Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu 2022-09-27T15:33:13.6630366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 2022-09-27T15:33:13.6701108Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu 2022-09-27T15:33:13.7016901Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 2022-09-27T15:33:13.7036351Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 2022-09-27T15:33:13.7041238Z test_ops.py::TestCommonCPU::test_out_warning_byte_cpu 2022-09-27T15:33:13.7048195Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_byte_cpu 2022-09-27T15:33:13.7086823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 2022-09-27T15:33:13.7090984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 2022-09-27T15:33:13.7210673Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 2022-09-27T15:33:13.7516048Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 2022-09-27T15:33:13.7519061Z test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu 2022-09-27T15:33:13.7532657Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu 2022-09-27T15:33:13.7536778Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 2022-09-27T15:33:13.7542884Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 2022-09-27T15:33:13.7599593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:33:13.7922798Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:33:13.7927786Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu 2022-09-27T15:33:13.7935046Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu 2022-09-27T15:33:13.7936114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 2022-09-27T15:33:13.8003397Z test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu 2022-09-27T15:33:13.8079197Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 2022-09-27T15:33:13.8105796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:33:13.8164190Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:33:13.8237139Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu 2022-09-27T15:33:13.8352445Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu 2022-09-27T15:33:13.8355979Z test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu 2022-09-27T15:33:13.8409442Z test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu 2022-09-27T15:33:13.8460020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 2022-09-27T15:33:13.8465065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:33:13.8526325Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:33:13.8714680Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 2022-09-27T15:33:13.8792736Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu 2022-09-27T15:33:13.8826643Z test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu 2022-09-27T15:33:13.8921472Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu 2022-09-27T15:33:13.8926113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 2022-09-27T15:33:13.8931624Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 2022-09-27T15:33:13.9102048Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 2022-09-27T15:33:13.9267580Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 2022-09-27T15:33:13.9270928Z test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu 2022-09-27T15:33:13.9333780Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu 2022-09-27T15:33:13.9355626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 2022-09-27T15:33:13.9452138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 2022-09-27T15:33:13.9746918Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 2022-09-27T15:33:13.9790375Z test_ops.py::TestCommonCPU::test_out_warning_cos_cpu 2022-09-27T15:33:13.9794372Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cos_cpu 2022-09-27T15:33:14.0165623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 2022-09-27T15:33:14.0188970Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 2022-09-27T15:33:14.0231660Z test_ops.py::TestCommonCPU::test_out_warning_cross_cpu 2022-09-27T15:33:14.0274926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 2022-09-27T15:33:14.0290187Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cross_cpu 2022-09-27T15:33:14.0303632Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 2022-09-27T15:33:14.0344692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 2022-09-27T15:33:14.0416912Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 2022-09-27T15:33:14.0553895Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 2022-09-27T15:33:14.0691526Z test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu 2022-09-27T15:33:14.0749277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 2022-09-27T15:33:14.0763045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 2022-09-27T15:33:14.0782066Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 2022-09-27T15:33:14.0828960Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu 2022-09-27T15:33:14.0984942Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 2022-09-27T15:33:14.0993243Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu 2022-09-27T15:33:14.0995751Z test_ops.py::TestCommonCPU::test_dtypes_var_cpu 2022-09-27T15:33:14.1029741Z test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu 2022-09-27T15:33:14.1112888Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu 2022-09-27T15:33:14.1190292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 2022-09-27T15:33:14.1198474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 2022-09-27T15:33:14.1369217Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 2022-09-27T15:33:14.1434356Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 2022-09-27T15:33:14.1669073Z test_ops.py::TestCommonCPU::test_out_warning_diff_cpu 2022-09-27T15:33:14.1685910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:33:14.1686493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 2022-09-27T15:33:14.1814204Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:33:14.2067047Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 2022-09-27T15:33:14.2067702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:33:14.2157753Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:33:14.2158434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 2022-09-27T15:33:14.2531730Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 2022-09-27T15:33:14.2532329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 2022-09-27T15:33:14.2619376Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 2022-09-27T15:33:14.2620782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 2022-09-27T15:33:14.2971820Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 2022-09-27T15:33:14.3007474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:33:14.3019704Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:33:14.3071222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 2022-09-27T15:33:14.3392547Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 2022-09-27T15:33:14.3396177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 2022-09-27T15:33:14.3504104Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 2022-09-27T15:33:14.3769617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 2022-09-27T15:33:14.3847576Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 2022-09-27T15:33:14.3879069Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:33:14.3890413Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:33:14.3915507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 2022-09-27T15:33:14.3944444Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 2022-09-27T15:33:14.3959922Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diff_cpu 2022-09-27T15:33:14.4088313Z test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu 2022-09-27T15:33:14.4101942Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_var_cpu 2022-09-27T15:33:14.4192291Z test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu 2022-09-27T15:33:14.4221810Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu 2022-09-27T15:33:14.4235895Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu 2022-09-27T15:33:14.4276062Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 2022-09-27T15:33:14.4386984Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 2022-09-27T15:33:14.4412592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 2022-09-27T15:33:14.4427279Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 2022-09-27T15:33:14.4457049Z test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu 2022-09-27T15:33:14.4510114Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu 2022-09-27T15:33:14.4590222Z test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu 2022-09-27T15:33:14.4671824Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu 2022-09-27T15:33:14.4715756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 2022-09-27T15:33:14.4751654Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 2022-09-27T15:33:14.4797170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 2022-09-27T15:33:14.4831182Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 2022-09-27T15:33:14.4866121Z test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu 2022-09-27T15:33:14.4951457Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu 2022-09-27T15:33:14.4978356Z test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu 2022-09-27T15:33:14.5111131Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu 2022-09-27T15:33:14.5155726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 2022-09-27T15:33:14.5191445Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 2022-09-27T15:33:14.5229668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 2022-09-27T15:33:14.5370079Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 2022-09-27T15:33:14.5393698Z test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu 2022-09-27T15:33:14.5398047Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu 2022-09-27T15:33:14.5417623Z test_ops.py::TestCommonCPU::test_errors___rdiv___cpu 2022-09-27T15:33:14.5550452Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors___rdiv___cpu 2022-09-27T15:33:14.5588282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 2022-09-27T15:33:14.5631370Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 2022-09-27T15:33:14.5680563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 2022-09-27T15:33:14.5710195Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 2022-09-27T15:33:14.5738171Z test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu 2022-09-27T15:33:14.5830338Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu 2022-09-27T15:33:14.5859024Z test_ops.py::TestCommonCPU::test_errors___rpow___cpu 2022-09-27T15:33:14.5991223Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors___rpow___cpu 2022-09-27T15:33:14.6032226Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:33:14.6071744Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:33:14.6242044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 2022-09-27T15:33:14.6322333Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu 2022-09-27T15:33:14.6440354Z test_ops.py::TestCommonCPU::test_errors_amax_cpu 2022-09-27T15:33:14.6469383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:33:14.6482694Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:33:14.6517069Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 2022-09-27T15:33:14.6785064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 2022-09-27T15:33:14.6903745Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 2022-09-27T15:33:14.6912101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:33:14.6951291Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:33:14.6978455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 2022-09-27T15:33:14.7163442Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 2022-09-27T15:33:14.7190166Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu 2022-09-27T15:33:14.7406413Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu 2022-09-27T15:33:14.7467567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:33:14.7477002Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:33:14.7498668Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_amax_cpu 2022-09-27T15:33:14.7507189Z test_ops.py::TestCommonCPU::test_errors_atan2_cpu 2022-09-27T15:33:14.7515035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 2022-09-27T15:33:14.7523564Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 2022-09-27T15:33:14.7706976Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_atan2_cpu 2022-09-27T15:33:14.7720470Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu 2022-09-27T15:33:14.7830171Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu 2022-09-27T15:33:14.7910278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 2022-09-27T15:33:14.7917671Z test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu 2022-09-27T15:33:14.7926437Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu 2022-09-27T15:33:14.8038662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 2022-09-27T15:33:14.8078551Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 2022-09-27T15:33:14.8310319Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 2022-09-27T15:33:14.8351780Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu 2022-09-27T15:33:14.8357852Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 2022-09-27T15:33:14.8363961Z test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu 2022-09-27T15:33:14.8371323Z [gw3] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu 2022-09-27T15:33:14.8376010Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu 2022-09-27T15:33:14.8395832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 2022-09-27T15:33:14.8579514Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 2022-09-27T15:33:14.8597772Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu 2022-09-27T15:33:14.8710588Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 2022-09-27T15:33:14.8715098Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 2022-09-27T15:33:14.8749664Z test_ops.py::TestCommonCPU::test_errors_cov_cpu 2022-09-27T15:33:14.8827707Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 2022-09-27T15:33:14.9223866Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu 2022-09-27T15:33:14.9235327Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 2022-09-27T15:33:14.9272653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 2022-09-27T15:33:14.9400869Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 2022-09-27T15:33:14.9432898Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 2022-09-27T15:33:14.9508002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 2022-09-27T15:33:14.9537241Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_cov_cpu 2022-09-27T15:33:14.9588719Z test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu 2022-09-27T15:33:14.9625107Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu 2022-09-27T15:33:14.9658555Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu 2022-09-27T15:33:14.9715674Z test_ops.py::TestCommonCPU::test_out_warning_fill_cpu 2022-09-27T15:33:14.9733493Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fill_cpu 2022-09-27T15:33:14.9811456Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 2022-09-27T15:33:15.0030402Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 2022-09-27T15:33:15.0075056Z test_ops.py::TestCommonCPU::test_errors_dstack_cpu 2022-09-27T15:33:15.0084075Z test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu 2022-09-27T15:33:15.0121049Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_dstack_cpu 2022-09-27T15:33:15.0228545Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu 2022-09-27T15:33:15.0282490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 2022-09-27T15:33:15.0351638Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 2022-09-27T15:33:15.0380805Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 2022-09-27T15:33:15.0393116Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 2022-09-27T15:33:15.0456247Z test_ops.py::TestCommonCPU::test_errors_flipud_cpu 2022-09-27T15:33:15.0529895Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_flipud_cpu 2022-09-27T15:33:15.0616549Z test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu 2022-09-27T15:33:15.0919440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 2022-09-27T15:33:15.0920762Z test_ops.py::TestCommonCPU::test_errors_fmin_cpu 2022-09-27T15:33:15.0973019Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_fmin_cpu 2022-09-27T15:33:15.0990466Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu 2022-09-27T15:33:15.1004959Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 2022-09-27T15:33:15.1029855Z test_ops.py::TestCommonCPU::test_out_warning_frac_cpu 2022-09-27T15:33:15.1229084Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 2022-09-27T15:33:15.1389190Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_frac_cpu 2022-09-27T15:33:15.1395141Z test_ops.py::TestCommonCPU::test_errors_ge_cpu 2022-09-27T15:33:15.1404593Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_ge_cpu 2022-09-27T15:33:15.1484316Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 2022-09-27T15:33:15.1514432Z test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu 2022-09-27T15:33:15.1723610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 2022-09-27T15:33:15.1776113Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu 2022-09-27T15:33:15.1826564Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 2022-09-27T15:33:15.1841638Z test_ops.py::TestCommonCPU::test_errors_hsplit_cpu 2022-09-27T15:33:15.1855393Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 2022-09-27T15:33:15.1888089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 2022-09-27T15:33:15.1936213Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_hsplit_cpu 2022-09-27T15:33:15.1943317Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 2022-09-27T15:33:15.1951820Z test_ops.py::TestCommonCPU::test_out_warning_gt_cpu 2022-09-27T15:33:15.2025889Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 2022-09-27T15:33:15.2143489Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 2022-09-27T15:33:15.2233131Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gt_cpu 2022-09-27T15:33:15.2264739Z test_ops.py::TestCommonCPU::test_errors_igammac_cpu 2022-09-27T15:33:15.2306685Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_igammac_cpu 2022-09-27T15:33:15.2321173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 2022-09-27T15:33:15.2351360Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 2022-09-27T15:33:15.2432059Z test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu 2022-09-27T15:33:15.2616572Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 2022-09-27T15:33:15.2709738Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 2022-09-27T15:33:15.2715248Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu 2022-09-27T15:33:15.2724610Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu 2022-09-27T15:33:15.2776233Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 2022-09-27T15:33:15.2950849Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 2022-09-27T15:33:15.2954208Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 2022-09-27T15:33:15.3112196Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 2022-09-27T15:33:15.3153063Z test_ops.py::TestCommonCPU::test_errors_le_cpu 2022-09-27T15:33:15.3160751Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_le_cpu 2022-09-27T15:33:15.3227479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 2022-09-27T15:33:15.3406288Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 2022-09-27T15:33:15.3487083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 2022-09-27T15:33:15.3556350Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 2022-09-27T15:33:15.3629968Z test_ops.py::TestCommonCPU::test_errors_linspace_cpu 2022-09-27T15:33:15.3642137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 2022-09-27T15:33:15.3689171Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_linspace_cpu 2022-09-27T15:33:15.3792036Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 2022-09-27T15:33:15.3846216Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 2022-09-27T15:33:15.4036253Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 2022-09-27T15:33:15.4071827Z test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu 2022-09-27T15:33:15.4087390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 2022-09-27T15:33:15.4140108Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu 2022-09-27T15:33:15.4271891Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 2022-09-27T15:33:15.4311555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 2022-09-27T15:33:15.4471467Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 2022-09-27T15:33:15.4512039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 2022-09-27T15:33:15.4641496Z test_ops.py::TestCommonCPU::test_errors_masked_select_cpu 2022-09-27T15:33:15.4712559Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 2022-09-27T15:33:15.4786609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 2022-09-27T15:33:15.4807851Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 2022-09-27T15:33:15.4912818Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_masked_select_cpu 2022-09-27T15:33:15.5012120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 2022-09-27T15:33:15.5084774Z test_ops.py::TestCommonCPU::test_errors_min_binary_cpu 2022-09-27T15:33:15.5143305Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 2022-09-27T15:33:15.5179846Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_min_binary_cpu 2022-09-27T15:33:15.5397405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 2022-09-27T15:33:15.5416476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 2022-09-27T15:33:15.5434567Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 2022-09-27T15:33:15.5794580Z test_ops.py::TestCommonCPU::test_errors_multinomial_cpu 2022-09-27T15:33:15.5817484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 2022-09-27T15:33:15.6234768Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 2022-09-27T15:33:15.6283661Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 2022-09-27T15:33:15.6462581Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 2022-09-27T15:33:15.6472646Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 2022-09-27T15:33:15.6685815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 2022-09-27T15:33:15.6723742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 2022-09-27T15:33:15.6881565Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 2022-09-27T15:33:15.6912691Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 2022-09-27T15:33:15.7196158Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 2022-09-27T15:33:15.7196830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:33:15.7297521Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:33:15.7351430Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 2022-09-27T15:33:15.7389516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 2022-09-27T15:33:15.7554610Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 2022-09-27T15:33:15.7574540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:33:15.7793683Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:33:15.7993613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 2022-09-27T15:33:15.8035295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 2022-09-27T15:33:15.8058407Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 2022-09-27T15:33:15.8242447Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 2022-09-27T15:33:15.8342982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 2022-09-27T15:33:15.8357600Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_multinomial_cpu 2022-09-27T15:33:15.8389023Z test_ops.py::TestCommonCPU::test_errors_nextafter_cpu 2022-09-27T15:33:15.8415035Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_nextafter_cpu 2022-09-27T15:33:15.8428809Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu 2022-09-27T15:33:15.8435407Z test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu 2022-09-27T15:33:15.8519029Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:33:15.8613644Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:33:15.8662376Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 2022-09-27T15:33:15.8670572Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu 2022-09-27T15:33:15.8768879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 2022-09-27T15:33:15.8789776Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 2022-09-27T15:33:15.8850426Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu 2022-09-27T15:33:15.8872301Z test_ops.py::TestCommonCPU::test_out_warning_imag_cpu 2022-09-27T15:33:15.8898878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 2022-09-27T15:33:15.8930723Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu 2022-09-27T15:33:15.8954650Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 2022-09-27T15:33:15.9113197Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_imag_cpu 2022-09-27T15:33:15.9215708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 2022-09-27T15:33:15.9231112Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 2022-09-27T15:33:15.9260735Z test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:33:15.9272484Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:33:15.9307794Z test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu 2022-09-27T15:33:15.9351439Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu 2022-09-27T15:33:15.9355583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 2022-09-27T15:33:15.9550289Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 2022-09-27T15:33:15.9705606Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 2022-09-27T15:33:15.9712039Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu 2022-09-27T15:33:15.9753158Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 2022-09-27T15:33:15.9768808Z test_ops.py::TestCommonCPU::test_out_warning_int_cpu 2022-09-27T15:33:15.9777180Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_int_cpu 2022-09-27T15:33:15.9813041Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:33:15.9906058Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:33:15.9991345Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu 2022-09-27T15:33:16.0022367Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 2022-09-27T15:33:16.0111695Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 2022-09-27T15:33:16.0184274Z test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu 2022-09-27T15:33:16.0238176Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu 2022-09-27T15:33:16.0238710Z test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu 2022-09-27T15:33:16.0242713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 2022-09-27T15:33:16.0255546Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu 2022-09-27T15:33:16.0432860Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 2022-09-27T15:33:16.0571350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 2022-09-27T15:33:16.0575239Z test_ops.py::TestCommonCPU::test_errors_polar_cpu 2022-09-27T15:33:16.0588881Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 2022-09-27T15:33:16.0631259Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_polar_cpu 2022-09-27T15:33:16.0662570Z test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu 2022-09-27T15:33:16.0676777Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu 2022-09-27T15:33:16.0718246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 2022-09-27T15:33:16.0871729Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 2022-09-27T15:33:16.0992176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 2022-09-27T15:33:16.1041190Z test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu 2022-09-27T15:33:16.1107033Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu 2022-09-27T15:33:16.1111577Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu 2022-09-27T15:33:16.1124067Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu 2022-09-27T15:33:16.1134905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 2022-09-27T15:33:16.1167985Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 2022-09-27T15:33:16.1310080Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 2022-09-27T15:33:16.1460774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 2022-09-27T15:33:16.1465869Z test_ops.py::TestCommonCPU::test_errors_rsub_cpu 2022-09-27T15:33:16.1509590Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_rsub_cpu 2022-09-27T15:33:16.1617328Z test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu 2022-09-27T15:33:16.1620594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:33:16.1836754Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:33:16.1899622Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu 2022-09-27T15:33:16.1904944Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu 2022-09-27T15:33:16.1949594Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu 2022-09-27T15:33:16.2033122Z test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu 2022-09-27T15:33:16.2038213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:33:16.2354289Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:33:16.2354938Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu 2022-09-27T15:33:16.2438965Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu 2022-09-27T15:33:16.2444198Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu 2022-09-27T15:33:16.2462514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:33:16.2472829Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu 2022-09-27T15:33:16.2607303Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:33:16.2825197Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu 2022-09-27T15:33:16.2825790Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:33:16.2862871Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:33:16.2877048Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 2022-09-27T15:33:16.2886176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:33:16.2905243Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu 2022-09-27T15:33:16.2921332Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:33:16.3037925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 2022-09-27T15:33:16.3239525Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 2022-09-27T15:33:16.3280321Z test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu 2022-09-27T15:33:16.3302821Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu 2022-09-27T15:33:16.3324921Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu 2022-09-27T15:33:16.3330910Z test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu 2022-09-27T15:33:16.3467718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 2022-09-27T15:33:16.3487309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 2022-09-27T15:33:16.3546057Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 2022-09-27T15:33:16.3601841Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 2022-09-27T15:33:16.3747713Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu 2022-09-27T15:33:16.3761072Z test_ops.py::TestCommonCPU::test_errors_take_cpu 2022-09-27T15:33:16.3766056Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu 2022-09-27T15:33:16.3793510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 2022-09-27T15:33:16.3827954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 2022-09-27T15:33:16.3857446Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_take_cpu 2022-09-27T15:33:16.3889425Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 2022-09-27T15:33:16.4075875Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 2022-09-27T15:33:16.4111330Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu 2022-09-27T15:33:16.4192210Z test_ops.py::TestCommonCPU::test_errors_uniform_cpu 2022-09-27T15:33:16.4198917Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu 2022-09-27T15:33:16.4233535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 2022-09-27T15:33:16.4276129Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_uniform_cpu 2022-09-27T15:33:16.4283097Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 2022-09-27T15:33:16.4434149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 2022-09-27T15:33:16.4669632Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 2022-09-27T15:33:16.4684602Z test_ops.py::TestCommonCPU::test_errors_vstack_cpu 2022-09-27T15:33:16.4691036Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_vstack_cpu 2022-09-27T15:33:16.4700988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 2022-09-27T15:33:16.4757377Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 2022-09-27T15:33:16.4796175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 2022-09-27T15:33:16.4993742Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 2022-09-27T15:33:16.5022882Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 2022-09-27T15:33:16.5143097Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 2022-09-27T15:33:16.5150471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 2022-09-27T15:33:16.5215757Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 2022-09-27T15:33:16.5222018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 2022-09-27T15:33:16.5373839Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 2022-09-27T15:33:16.5388783Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu 2022-09-27T15:33:16.5432403Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu 2022-09-27T15:33:16.5461593Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 2022-09-27T15:33:16.5568368Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 2022-09-27T15:33:16.5574040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 2022-09-27T15:33:16.5667745Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 2022-09-27T15:33:16.5707589Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 2022-09-27T15:33:16.5873970Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 2022-09-27T15:33:16.5903788Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 2022-09-27T15:33:16.6030666Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 2022-09-27T15:33:16.6100113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 2022-09-27T15:33:16.6105981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 2022-09-27T15:33:16.6123102Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 2022-09-27T15:33:16.6312850Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 2022-09-27T15:33:16.6479337Z test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 2022-09-27T15:33:16.6490748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 2022-09-27T15:33:16.6555904Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 2022-09-27T15:33:16.6712916Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 2022-09-27T15:33:16.6716607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 2022-09-27T15:33:16.6910116Z [gw1] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 2022-09-27T15:33:16.6914240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 2022-09-27T15:33:16.6928477Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 2022-09-27T15:33:16.6968343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 2022-09-27T15:33:16.6972526Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 2022-09-27T15:33:16.7017628Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 2022-09-27T15:33:16.7350704Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 2022-09-27T15:33:16.7470696Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 2022-09-27T15:33:16.7475195Z test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 2022-09-27T15:33:16.7477462Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 2022-09-27T15:33:16.7478178Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 2022-09-27T15:33:16.7478764Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 2022-09-27T15:33:16.7714556Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 2022-09-27T15:33:16.7838493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 2022-09-27T15:33:16.7846426Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_int64 2022-09-27T15:33:16.7862986Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_int64 2022-09-27T15:33:16.7933865Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 2022-09-27T15:33:16.8241876Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 2022-09-27T15:33:16.8251566Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu 2022-09-27T15:33:16.8260098Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_int64 2022-09-27T15:33:16.8299901Z test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu 2022-09-27T15:33:16.8312696Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_int64 2022-09-27T15:33:16.8453335Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 2022-09-27T15:33:16.8474100Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 2022-09-27T15:33:16.8675854Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu 2022-09-27T15:33:16.8684622Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu 2022-09-27T15:33:16.8736319Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_int64 2022-09-27T15:33:16.8754537Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 2022-09-27T15:33:16.8824724Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_int64 2022-09-27T15:33:16.9118794Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 2022-09-27T15:33:16.9126956Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu 2022-09-27T15:33:16.9150238Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_int64 2022-09-27T15:33:16.9202260Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu 2022-09-27T15:33:16.9228922Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 2022-09-27T15:33:16.9305082Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_int64 2022-09-27T15:33:16.9604822Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 2022-09-27T15:33:16.9605392Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_norm_cpu_float32 2022-09-27T15:33:16.9630455Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_norm_cpu_float32 2022-09-27T15:33:16.9741009Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 2022-09-27T15:33:17.0036039Z [gw1] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 2022-09-27T15:33:17.0058327Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 2022-09-27T15:33:17.0058856Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmax_cpu_float32 2022-09-27T15:33:17.0059417Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmax_cpu_float32 2022-09-27T15:33:17.0123276Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu 2022-09-27T15:33:17.0128508Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 2022-09-27T15:33:17.0476730Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu 2022-09-27T15:33:17.0494411Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 2022-09-27T15:33:17.0494971Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_float32 2022-09-27T15:33:17.0562703Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_float32 2022-09-27T15:33:17.0919591Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 2022-09-27T15:33:17.0920197Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 2022-09-27T15:33:17.0929002Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 2022-09-27T15:33:17.1228853Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 2022-09-27T15:33:17.1248964Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 2022-09-27T15:33:17.1272805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 2022-09-27T15:33:17.1316715Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 2022-09-27T15:33:17.1317294Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 2022-09-27T15:33:17.1365386Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 2022-09-27T15:33:17.1372819Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 2022-09-27T15:33:17.1407636Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:33:17.1748505Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:33:17.1796156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 2022-09-27T15:33:17.1806171Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu 2022-09-27T15:33:17.1812763Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu 2022-09-27T15:33:17.1820088Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 2022-09-27T15:33:17.1884814Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 2022-09-27T15:33:17.1910429Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 2022-09-27T15:33:17.1971606Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 2022-09-27T15:33:17.2229181Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 2022-09-27T15:33:17.2243871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 2022-09-27T15:33:17.2250308Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 2022-09-27T15:33:17.2296249Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 2022-09-27T15:33:17.2322804Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 2022-09-27T15:33:17.2382609Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 2022-09-27T15:33:17.2592775Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 2022-09-27T15:33:17.2671712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 2022-09-27T15:33:17.2678599Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 2022-09-27T15:33:17.2712585Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 2022-09-27T15:33:17.2753479Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 2022-09-27T15:33:17.2830664Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 2022-09-27T15:33:17.2966005Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 2022-09-27T15:33:17.2981354Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu 2022-09-27T15:33:17.3050049Z test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu 2022-09-27T15:33:17.3061715Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu 2022-09-27T15:33:17.3089922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 2022-09-27T15:33:17.3102119Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 2022-09-27T15:33:17.3191763Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 2022-09-27T15:33:17.3237481Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:33:17.3266291Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 2022-09-27T15:33:17.3391528Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:33:17.3471511Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu 2022-09-27T15:33:17.3513193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 2022-09-27T15:33:17.3520700Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 2022-09-27T15:33:17.3544540Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 2022-09-27T15:33:17.3554503Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 2022-09-27T15:33:17.3631406Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu 2022-09-27T15:33:17.3788412Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:33:17.3831656Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:33:17.3865241Z test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu 2022-09-27T15:33:17.4008433Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu 2022-09-27T15:33:17.4009728Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 2022-09-27T15:33:17.4011739Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 2022-09-27T15:33:17.4072391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 2022-09-27T15:33:17.4143055Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 2022-09-27T15:33:17.4274125Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 2022-09-27T15:33:17.4288781Z test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu 2022-09-27T15:33:17.4406677Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 2022-09-27T15:33:17.4438375Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 2022-09-27T15:33:17.4445431Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 2022-09-27T15:33:17.4469407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 2022-09-27T15:33:17.4550936Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 2022-09-27T15:33:17.4578553Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 2022-09-27T15:33:17.4623832Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu 2022-09-27T15:33:17.4710314Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 2022-09-27T15:33:17.4738196Z test_ops.py::TestCommonCPU::test_out_warning_long_cpu 2022-09-27T15:33:17.4830226Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_long_cpu 2022-09-27T15:33:17.4862885Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 2022-09-27T15:33:17.4872193Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 2022-09-27T15:33:17.4913918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 2022-09-27T15:33:17.4989601Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 2022-09-27T15:33:17.5036335Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:33:17.5150205Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:33:17.5387931Z test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu 2022-09-27T15:33:17.5431904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 2022-09-27T15:33:17.5434370Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 2022-09-27T15:33:17.5443664Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 2022-09-27T15:33:17.5457855Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 2022-09-27T15:33:17.5760571Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 2022-09-27T15:33:17.5811393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 2022-09-27T15:33:17.5871603Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 2022-09-27T15:33:17.5874233Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 2022-09-27T15:33:17.5879609Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 2022-09-27T15:33:17.5913322Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 2022-09-27T15:33:17.5942726Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 2022-09-27T15:33:17.6105710Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 2022-09-27T15:33:17.6123620Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu 2022-09-27T15:33:17.6154708Z test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu 2022-09-27T15:33:17.6193765Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu 2022-09-27T15:33:17.6272287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 2022-09-27T15:33:17.6310657Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 2022-09-27T15:33:17.6427875Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 2022-09-27T15:33:17.6452649Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 2022-09-27T15:33:17.6575399Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 2022-09-27T15:33:17.6752764Z test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu 2022-09-27T15:33:17.6756333Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 2022-09-27T15:33:17.6864801Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 2022-09-27T15:33:17.6909243Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 2022-09-27T15:33:17.6917380Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 2022-09-27T15:33:17.7105196Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 2022-09-27T15:33:17.7145441Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 2022-09-27T15:33:17.7154961Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu 2022-09-27T15:33:17.7195959Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 2022-09-27T15:33:17.7217069Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 2022-09-27T15:33:17.7251213Z test_ops.py::TestCommonCPU::test_out_warning_mean_cpu 2022-09-27T15:33:17.7351699Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mean_cpu 2022-09-27T15:33:17.7414103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 2022-09-27T15:33:17.7639125Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 2022-09-27T15:33:17.7708479Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 2022-09-27T15:33:17.7713730Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 2022-09-27T15:33:17.7952705Z test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu 2022-09-27T15:33:17.8005827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 2022-09-27T15:33:17.8057497Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 2022-09-27T15:33:17.8067268Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 2022-09-27T15:33:17.8190881Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 2022-09-27T15:33:17.8208876Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu 2022-09-27T15:33:17.8277829Z test_ops.py::TestCommonCPU::test_out_warning_mm_cpu 2022-09-27T15:33:17.8429891Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mm_cpu 2022-09-27T15:33:17.8511486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 2022-09-27T15:33:17.8514095Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 2022-09-27T15:33:17.8579641Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 2022-09-27T15:33:17.8693801Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 2022-09-27T15:33:17.8731396Z test_ops.py::TestCommonCPU::test_out_warning_mul_cpu 2022-09-27T15:33:17.8745202Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 2022-09-27T15:33:17.8790287Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 2022-09-27T15:33:17.8845721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 2022-09-27T15:33:17.8945100Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 2022-09-27T15:33:17.8948410Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 2022-09-27T15:33:17.8950790Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 2022-09-27T15:33:17.9026924Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 2022-09-27T15:33:17.9071371Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mul_cpu 2022-09-27T15:33:17.9150849Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:33:17.9205811Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 2022-09-27T15:33:17.9302900Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 2022-09-27T15:33:17.9309838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 2022-09-27T15:33:17.9350983Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 2022-09-27T15:33:17.9386540Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 2022-09-27T15:33:17.9405581Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 2022-09-27T15:33:17.9509007Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:33:17.9536446Z test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu 2022-09-27T15:33:17.9589421Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu 2022-09-27T15:33:17.9669254Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 2022-09-27T15:33:17.9678343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 2022-09-27T15:33:17.9789159Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 2022-09-27T15:33:17.9822238Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 2022-09-27T15:33:17.9951030Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 2022-09-27T15:33:17.9979017Z test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu 2022-09-27T15:33:18.0133090Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu 2022-09-27T15:33:18.0140507Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 2022-09-27T15:33:18.0310886Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 2022-09-27T15:33:18.0317877Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 2022-09-27T15:33:18.0429875Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 2022-09-27T15:33:18.0461298Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu 2022-09-27T15:33:18.0473691Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu 2022-09-27T15:33:18.0509245Z test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 2022-09-27T15:33:18.0742864Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 2022-09-27T15:33:18.0750757Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 2022-09-27T15:33:18.0872238Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 2022-09-27T15:33:18.0904634Z test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu 2022-09-27T15:33:18.0918458Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu 2022-09-27T15:33:18.0985072Z test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 2022-09-27T15:33:18.1196696Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 2022-09-27T15:33:18.1239892Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 2022-09-27T15:33:18.1331066Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 2022-09-27T15:33:18.1364265Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:33:18.1378424Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:33:18.1430935Z test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 2022-09-27T15:33:18.1671905Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 2022-09-27T15:33:18.1678062Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 2022-09-27T15:33:18.1809835Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 2022-09-27T15:33:18.1840872Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu 2022-09-27T15:33:18.1938265Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu 2022-09-27T15:33:18.2002705Z test_ops.py::TestCommonCPU::test_out__masked_amin_cpu_float32 2022-09-27T15:33:18.2073202Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_amin_cpu_float32 2022-09-27T15:33:18.2104044Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 2022-09-27T15:33:18.2226373Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 2022-09-27T15:33:18.2276988Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 2022-09-27T15:33:18.2285896Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 2022-09-27T15:33:18.2295800Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:33:18.2305012Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:33:18.2372349Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 2022-09-27T15:33:18.2387876Z test_ops.py::TestCommonCPU::test_out__masked_cumsum_cpu_float32 2022-09-27T15:33:18.2511452Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_cumsum_cpu_float32 2022-09-27T15:33:18.2539408Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 2022-09-27T15:33:18.2709324Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 2022-09-27T15:33:18.2715035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 2022-09-27T15:33:18.2721478Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu 2022-09-27T15:33:18.2791025Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu 2022-09-27T15:33:18.2824688Z test_ops.py::TestCommonCPU::test_out__masked_mean_cpu_float32 2022-09-27T15:33:18.2837726Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 2022-09-27T15:33:18.2951452Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_mean_cpu_float32 2022-09-27T15:33:18.2989941Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 2022-09-27T15:33:18.3113705Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 2022-09-27T15:33:18.3116182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 2022-09-27T15:33:18.3156577Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu 2022-09-27T15:33:18.3222489Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu 2022-09-27T15:33:18.3247674Z [gw2] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 2022-09-27T15:33:18.3268454Z test_ops.py::TestCommonCPU::test_out__masked_prod_cpu_float32 2022-09-27T15:33:18.3390940Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_prod_cpu_float32 2022-09-27T15:33:18.3422315Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 2022-09-27T15:33:18.3595676Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 2022-09-27T15:33:18.3596278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 2022-09-27T15:33:18.3613854Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu 2022-09-27T15:33:18.3619146Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 2022-09-27T15:33:18.3671923Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu 2022-09-27T15:33:18.3702412Z test_ops.py::TestCommonCPU::test_out__masked_sum_cpu_float32 2022-09-27T15:33:18.3830216Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_sum_cpu_float32 2022-09-27T15:33:18.3854758Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 2022-09-27T15:33:18.3991644Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 2022-09-27T15:33:18.3993697Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu 2022-09-27T15:33:18.4026500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 2022-09-27T15:33:18.4040622Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu 2022-09-27T15:33:18.4108694Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 2022-09-27T15:33:18.4207024Z test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 2022-09-27T15:33:18.4268919Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 2022-09-27T15:33:18.4296104Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 2022-09-27T15:33:18.4474341Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 2022-09-27T15:33:18.4478596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 2022-09-27T15:33:18.4486645Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:33:18.4495320Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:33:18.4550204Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 2022-09-27T15:33:18.4752949Z test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 2022-09-27T15:33:18.4789989Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 2022-09-27T15:33:18.4906448Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 2022-09-27T15:33:18.4915699Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:33:18.4958074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 2022-09-27T15:33:18.4999016Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:33:18.5245712Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 2022-09-27T15:33:18.5246327Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 2022-09-27T15:33:18.5321488Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 2022-09-27T15:33:18.5327759Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 2022-09-27T15:33:18.5345700Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 2022-09-27T15:33:18.5392188Z test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 2022-09-27T15:33:18.5397001Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu 2022-09-27T15:33:18.5439956Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu 2022-09-27T15:33:18.5710417Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 2022-09-27T15:33:18.5718210Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 2022-09-27T15:33:18.5753273Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 2022-09-27T15:33:18.5802383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 2022-09-27T15:33:18.5872427Z [gw2] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 2022-09-27T15:33:18.5873006Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu 2022-09-27T15:33:18.6152669Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu 2022-09-27T15:33:18.6160949Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 2022-09-27T15:33:18.6196522Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 2022-09-27T15:33:18.6206938Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 2022-09-27T15:33:18.6219449Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 2022-09-27T15:33:18.6280513Z test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 2022-09-27T15:33:18.6294798Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 2022-09-27T15:33:18.6322768Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu 2022-09-27T15:33:18.6376427Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu 2022-09-27T15:33:18.6634973Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 2022-09-27T15:33:18.6640983Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 2022-09-27T15:33:18.6713665Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 2022-09-27T15:33:18.6753168Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 2022-09-27T15:33:18.6762774Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 2022-09-27T15:33:18.6773528Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu 2022-09-27T15:33:18.6812557Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu 2022-09-27T15:33:18.6822462Z test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 2022-09-27T15:33:18.7073059Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 2022-09-27T15:33:18.7081967Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 2022-09-27T15:33:18.7093137Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 2022-09-27T15:33:18.7136137Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 2022-09-27T15:33:18.7233522Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 2022-09-27T15:33:18.7238358Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu 2022-09-27T15:33:18.7311739Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu 2022-09-27T15:33:18.7556511Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:33:18.7557013Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 2022-09-27T15:33:18.7566274Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 2022-09-27T15:33:18.7619958Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 2022-09-27T15:33:18.7639839Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:33:18.7688765Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 2022-09-27T15:33:18.7815397Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu 2022-09-27T15:33:18.7827242Z [gw0] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu 2022-09-27T15:33:18.7856473Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 2022-09-27T15:33:18.8078062Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 2022-09-27T15:33:18.8080360Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 2022-09-27T15:33:18.8083808Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 2022-09-27T15:33:18.8158630Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 2022-09-27T15:33:18.8159192Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu 2022-09-27T15:33:18.8210265Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu 2022-09-27T15:33:18.8306015Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 2022-09-27T15:33:18.8306527Z test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 2022-09-27T15:33:18.8572985Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 2022-09-27T15:33:18.8590672Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:33:18.8593135Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 2022-09-27T15:33:18.8596855Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 2022-09-27T15:33:18.8619837Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 2022-09-27T15:33:18.8655150Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 2022-09-27T15:33:18.8748515Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:33:18.8868722Z test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 2022-09-27T15:33:18.9029579Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 2022-09-27T15:33:18.9129814Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 2022-09-27T15:33:18.9136707Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 2022-09-27T15:33:18.9141712Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu 2022-09-27T15:33:18.9150971Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu 2022-09-27T15:33:18.9157465Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 2022-09-27T15:33:18.9160455Z test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 2022-09-27T15:33:18.9189241Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 2022-09-27T15:33:18.9515581Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 2022-09-27T15:33:18.9591551Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu 2022-09-27T15:33:18.9596486Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu 2022-09-27T15:33:18.9598738Z test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 2022-09-27T15:33:18.9639903Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 2022-09-27T15:33:18.9642878Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 2022-09-27T15:33:18.9736774Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 2022-09-27T15:33:18.9854970Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 2022-09-27T15:33:18.9912155Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 2022-09-27T15:33:18.9939511Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu 2022-09-27T15:33:18.9953436Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu 2022-09-27T15:33:18.9995786Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 2022-09-27T15:33:19.0065262Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 2022-09-27T15:33:19.0071472Z test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 2022-09-27T15:33:19.0078659Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 2022-09-27T15:33:19.0101577Z test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 2022-09-27T15:33:19.0384506Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 2022-09-27T15:33:19.0425023Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu 2022-09-27T15:33:19.0431477Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu 2022-09-27T15:33:19.0436378Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:33:19.0474316Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:33:19.0478078Z test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 2022-09-27T15:33:19.0510803Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 2022-09-27T15:33:19.0542137Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 2022-09-27T15:33:19.0793525Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 2022-09-27T15:33:19.0823501Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu 2022-09-27T15:33:19.0837267Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu 2022-09-27T15:33:19.0877463Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:33:19.0880069Z test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 2022-09-27T15:33:19.0979575Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:33:19.0985967Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 2022-09-27T15:33:19.1183413Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 2022-09-27T15:33:19.1233931Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 2022-09-27T15:33:19.1262167Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu 2022-09-27T15:33:19.1278326Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu 2022-09-27T15:33:19.1322524Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 2022-09-27T15:33:19.1334583Z test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 2022-09-27T15:33:19.1433333Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 2022-09-27T15:33:19.1438042Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 2022-09-27T15:33:19.1461673Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 2022-09-27T15:33:19.1670200Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 2022-09-27T15:33:19.1697652Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu 2022-09-27T15:33:19.1709430Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu 2022-09-27T15:33:19.1754552Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 2022-09-27T15:33:19.1760151Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 2022-09-27T15:33:19.1804934Z test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 2022-09-27T15:33:19.1869409Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 2022-09-27T15:33:19.1889996Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 2022-09-27T15:33:19.2112172Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 2022-09-27T15:33:19.2191936Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu 2022-09-27T15:33:19.2234537Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 2022-09-27T15:33:19.2306914Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 2022-09-27T15:33:19.2318059Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu 2022-09-27T15:33:19.2347653Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 2022-09-27T15:33:19.2391140Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 2022-09-27T15:33:19.2554873Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 2022-09-27T15:33:19.2586358Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:33:19.2600407Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:33:19.2667273Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 2022-09-27T15:33:19.2701352Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:33:19.2709857Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 2022-09-27T15:33:19.2752571Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:33:19.2786381Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 2022-09-27T15:33:19.2994173Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 2022-09-27T15:33:19.3030993Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu 2022-09-27T15:33:19.3075597Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu 2022-09-27T15:33:19.3079026Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:33:19.3109190Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 2022-09-27T15:33:19.3131947Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 2022-09-27T15:33:19.3188521Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 2022-09-27T15:33:19.3196890Z [gw2] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:33:19.3226031Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 2022-09-27T15:33:19.3430627Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 2022-09-27T15:33:19.3509731Z test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu 2022-09-27T15:33:19.3550740Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 2022-09-27T15:33:19.3565506Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 2022-09-27T15:33:19.3594579Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 2022-09-27T15:33:19.3631606Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu 2022-09-27T15:33:19.3660667Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 2022-09-27T15:33:19.3690322Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 2022-09-27T15:33:19.3869603Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 2022-09-27T15:33:19.3928938Z test_ops.py::TestCommonCPU::test_out_warning_ones_cpu 2022-09-27T15:33:19.3948712Z [gw0] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_ones_cpu 2022-09-27T15:33:19.3989053Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:33:19.4007792Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 2022-09-27T15:33:19.4070604Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:33:19.4095574Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 2022-09-27T15:33:19.4202295Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 2022-09-27T15:33:19.4310279Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 2022-09-27T15:33:19.4376812Z test_ops.py::TestCommonCPU::test_out_warning_outer_cpu 2022-09-27T15:33:19.4390108Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_outer_cpu 2022-09-27T15:33:19.4431160Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:33:19.4463814Z test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 2022-09-27T15:33:19.4466624Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:33:19.4511107Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 2022-09-27T15:33:19.4540190Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 2022-09-27T15:33:19.4752128Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 2022-09-27T15:33:19.4872810Z test_ops.py::TestCommonCPU::test_out_warning_polar_cpu 2022-09-27T15:33:19.4876430Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 2022-09-27T15:33:19.4978795Z test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 2022-09-27T15:33:19.4990393Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 2022-09-27T15:33:19.4993483Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 2022-09-27T15:33:19.4996403Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 2022-09-27T15:33:19.5070081Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 2022-09-27T15:33:19.5189787Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_polar_cpu 2022-09-27T15:33:19.5209405Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu 2022-09-27T15:33:19.5477666Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu 2022-09-27T15:33:19.5479032Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 2022-09-27T15:33:19.5482663Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 2022-09-27T15:33:19.5489308Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 2022-09-27T15:33:19.5501090Z test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 2022-09-27T15:33:19.5665997Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 2022-09-27T15:33:19.5668938Z test_ops.py::TestCommonCPU::test_out_warning_prod_cpu 2022-09-27T15:33:19.5682162Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_prod_cpu 2022-09-27T15:33:19.5819826Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 2022-09-27T15:33:19.5820349Z test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 2022-09-27T15:33:19.5866647Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 2022-09-27T15:33:19.5875645Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 2022-09-27T15:33:19.5911612Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 2022-09-27T15:33:19.6026107Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 2022-09-27T15:33:19.6110065Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 2022-09-27T15:33:19.6191078Z test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu 2022-09-27T15:33:19.6221503Z test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 2022-09-27T15:33:19.6270905Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu 2022-09-27T15:33:19.6389419Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 2022-09-27T15:33:19.6393838Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 2022-09-27T15:33:19.6441102Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 2022-09-27T15:33:19.6560083Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 2022-09-27T15:33:19.6595775Z test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu 2022-09-27T15:33:19.6615235Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 2022-09-27T15:33:19.6671003Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu 2022-09-27T15:33:19.6704524Z test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 2022-09-27T15:33:19.6752131Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 2022-09-27T15:33:19.6853338Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 2022-09-27T15:33:19.6867296Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 2022-09-27T15:33:19.6877699Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 2022-09-27T15:33:19.6991419Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 2022-09-27T15:33:19.7152829Z test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu 2022-09-27T15:33:19.7192015Z test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 2022-09-27T15:33:19.7226803Z test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 2022-09-27T15:33:19.7244974Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 2022-09-27T15:33:19.7270611Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 2022-09-27T15:33:19.7298329Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 2022-09-27T15:33:19.7311624Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 2022-09-27T15:33:19.7431129Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu 2022-09-27T15:33:19.7457869Z test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu 2022-09-27T15:33:19.7593336Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu 2022-09-27T15:33:19.7632375Z test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 2022-09-27T15:33:19.7648034Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 2022-09-27T15:33:19.7694516Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 2022-09-27T15:33:19.7710783Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 2022-09-27T15:33:19.7738517Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 2022-09-27T15:33:19.7873027Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 2022-09-27T15:33:19.7901539Z test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu 2022-09-27T15:33:19.8033297Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu 2022-09-27T15:33:19.8072002Z test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 2022-09-27T15:33:19.8102584Z test_ops.py::TestCommonCPU::test_out_H_cpu_float32 2022-09-27T15:33:19.8151388Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_H_cpu_float32 2022-09-27T15:33:19.8177922Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 2022-09-27T15:33:19.8313454Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 2022-09-27T15:33:19.8322203Z test_ops.py::TestCommonCPU::test_out_warning_round_cpu 2022-09-27T15:33:19.8385478Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 2022-09-27T15:33:19.8473260Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_round_cpu 2022-09-27T15:33:19.8510789Z test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 2022-09-27T15:33:19.8544397Z test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 2022-09-27T15:33:19.8590819Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 2022-09-27T15:33:19.8619389Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 2022-09-27T15:33:19.8792430Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 2022-09-27T15:33:19.8894810Z test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu 2022-09-27T15:33:19.8951941Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu 2022-09-27T15:33:19.8991563Z test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 2022-09-27T15:33:19.9031228Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 2022-09-27T15:33:19.9060505Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 2022-09-27T15:33:19.9231938Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 2022-09-27T15:33:19.9432895Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu 2022-09-27T15:33:19.9470286Z test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 2022-09-27T15:33:19.9511116Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 2022-09-27T15:33:19.9538918Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 2022-09-27T15:33:19.9851919Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 2022-09-27T15:33:19.9858484Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu 2022-09-27T15:33:19.9923210Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu 2022-09-27T15:33:19.9948157Z test_ops.py::TestCommonCPU::test_out__masked_argmin_cpu_float32 2022-09-27T15:33:19.9990612Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_argmin_cpu_float32 2022-09-27T15:33:20.0024276Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 2022-09-27T15:33:20.0350287Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 2022-09-27T15:33:20.0364662Z test_ops.py::TestCommonCPU::test_out__masked_logaddexp_cpu_float32 2022-09-27T15:33:20.0375864Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu 2022-09-27T15:33:20.0387845Z test_ops.py::TestCommonCPU::test_out_warning_select_cpu 2022-09-27T15:33:20.0399502Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_logaddexp_cpu_float32 2022-09-27T15:33:20.0468940Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_select_cpu 2022-09-27T15:33:20.0490545Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 2022-09-27T15:33:20.0792866Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 2022-09-27T15:33:20.0793603Z test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu 2022-09-27T15:33:20.0816764Z test_ops.py::TestCommonCPU::test_out__masked_norm_cpu_float32 2022-09-27T15:33:20.0868038Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_norm_cpu_float32 2022-09-27T15:33:20.0909814Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu 2022-09-27T15:33:20.0931396Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 2022-09-27T15:33:20.1234022Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 2022-09-27T15:33:20.1234369Z test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu 2022-09-27T15:33:20.1262830Z test_ops.py::TestCommonCPU::test_out__masked_softmin_cpu_float32 2022-09-27T15:33:20.1311507Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_softmin_cpu_float32 2022-09-27T15:33:20.1349470Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu 2022-09-27T15:33:20.1371498Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 2022-09-27T15:33:20.1675560Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 2022-09-27T15:33:20.1676186Z test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu 2022-09-27T15:33:20.1731270Z test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 2022-09-27T15:33:20.1821988Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 2022-09-27T15:33:20.1828728Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 2022-09-27T15:33:20.1847621Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 2022-09-27T15:33:20.2115203Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu 2022-09-27T15:33:20.2118792Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu 2022-09-27T15:33:20.2232775Z test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 2022-09-27T15:33:20.2247109Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu 2022-09-27T15:33:20.2281657Z test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 2022-09-27T15:33:20.2412680Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 2022-09-27T15:33:20.2554395Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 2022-09-27T15:33:20.2558289Z test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 2022-09-27T15:33:20.2670641Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu 2022-09-27T15:33:20.2701180Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 2022-09-27T15:33:20.2827701Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 2022-09-27T15:33:20.2990664Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu 2022-09-27T15:33:20.3071198Z test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu 2022-09-27T15:33:20.3110723Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu 2022-09-27T15:33:20.3145252Z test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 2022-09-27T15:33:20.3235377Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 2022-09-27T15:33:20.3243939Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 2022-09-27T15:33:20.3264451Z test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 2022-09-27T15:33:20.3271843Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 2022-09-27T15:33:20.3306365Z test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 2022-09-27T15:33:20.3469617Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 2022-09-27T15:33:20.3511280Z test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu 2022-09-27T15:33:20.3575363Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu 2022-09-27T15:33:20.3577273Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 2022-09-27T15:33:20.3745042Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 2022-09-27T15:33:20.3785728Z test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 2022-09-27T15:33:20.3871898Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 2022-09-27T15:33:20.3896030Z test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu 2022-09-27T15:33:20.3979002Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu 2022-09-27T15:33:20.4022921Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 2022-09-27T15:33:20.4025659Z test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 2022-09-27T15:33:20.4029100Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 2022-09-27T15:33:20.4101275Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 2022-09-27T15:33:20.4149848Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 2022-09-27T15:33:20.4183902Z test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 2022-09-27T15:33:20.4310018Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 2022-09-27T15:33:20.4413388Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu 2022-09-27T15:33:20.4454777Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu 2022-09-27T15:33:20.4462336Z test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 2022-09-27T15:33:20.4464841Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 2022-09-27T15:33:20.4739829Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 2022-09-27T15:33:20.4750540Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 2022-09-27T15:33:20.4763512Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 2022-09-27T15:33:20.4908942Z test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:33:20.4910140Z test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 2022-09-27T15:33:20.4911011Z test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 2022-09-27T15:33:20.5066778Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 2022-09-27T15:33:20.5084674Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 2022-09-27T15:33:20.5128354Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 2022-09-27T15:33:20.5143166Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 2022-09-27T15:33:20.5189546Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:33:20.5212365Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:33:20.5251530Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:33:20.5394932Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 2022-09-27T15:33:20.5398920Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:33:20.5404595Z test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 2022-09-27T15:33:20.5410745Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 2022-09-27T15:33:20.5552572Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:33:20.5631264Z test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 2022-09-27T15:33:20.5715480Z test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu 2022-09-27T15:33:20.5829885Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 2022-09-27T15:33:20.5830722Z test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 2022-09-27T15:33:20.5835747Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 2022-09-27T15:33:20.6007983Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 2022-09-27T15:33:20.6121531Z test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 2022-09-27T15:33:20.6143565Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 2022-09-27T15:33:20.6161360Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu 2022-09-27T15:33:20.6166626Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 2022-09-27T15:33:20.6194875Z test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu 2022-09-27T15:33:20.6256975Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu 2022-09-27T15:33:20.6257788Z test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 2022-09-27T15:33:20.6277812Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 2022-09-27T15:33:20.6431013Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 2022-09-27T15:33:20.6469920Z test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 2022-09-27T15:33:20.6509819Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 2022-09-27T15:33:20.6589783Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 2022-09-27T15:33:20.6679901Z test_ops.py::TestCommonCPU::test_out_warning_stack_cpu 2022-09-27T15:33:20.6683763Z test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 2022-09-27T15:33:20.6710692Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 2022-09-27T15:33:20.6723552Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 2022-09-27T15:33:20.6852093Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 2022-09-27T15:33:20.6869801Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_stack_cpu 2022-09-27T15:33:20.6898544Z test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 2022-09-27T15:33:20.7029229Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 2022-09-27T15:33:20.7110458Z test_ops.py::TestCommonCPU::test_out_warning_sub_cpu 2022-09-27T15:33:20.7115338Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 2022-09-27T15:33:20.7146723Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 2022-09-27T15:33:20.7160854Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 2022-09-27T15:33:20.7309892Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 2022-09-27T15:33:20.7361348Z test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:33:20.7469046Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sub_cpu 2022-09-27T15:33:20.7511527Z test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu 2022-09-27T15:33:20.7550185Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu 2022-09-27T15:33:20.7558728Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 2022-09-27T15:33:20.7588204Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 2022-09-27T15:33:20.7717597Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 2022-09-27T15:33:20.7751284Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:33:20.7777998Z test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 2022-09-27T15:33:20.7928184Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 2022-09-27T15:33:20.8029610Z test_ops.py::TestCommonCPU::test_out_warning_take_cpu 2022-09-27T15:33:20.8034898Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 2022-09-27T15:33:20.8242782Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 2022-09-27T15:33:20.8318032Z test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 2022-09-27T15:33:20.8406151Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 2022-09-27T15:33:20.8423415Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_take_cpu 2022-09-27T15:33:20.8431137Z test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu 2022-09-27T15:33:20.8471372Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 2022-09-27T15:33:20.8536606Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 2022-09-27T15:33:20.8653974Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu 2022-09-27T15:33:20.8671648Z test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 2022-09-27T15:33:20.8763639Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 2022-09-27T15:33:20.8776743Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 2022-09-27T15:33:20.8809476Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:33:20.8829425Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:33:20.8906319Z test_ops.py::TestCommonCPU::test_out_warning_topk_cpu 2022-09-27T15:33:20.8913026Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 2022-09-27T15:33:20.9087631Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 2022-09-27T15:33:20.9224802Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 2022-09-27T15:33:20.9233360Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 2022-09-27T15:33:20.9270346Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 2022-09-27T15:33:20.9302869Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 2022-09-27T15:33:20.9362150Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_topk_cpu 2022-09-27T15:33:20.9367772Z test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu 2022-09-27T15:33:20.9373480Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu 2022-09-27T15:33:20.9378750Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:33:20.9551440Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:33:20.9648752Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 2022-09-27T15:33:20.9684360Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:20.9717232Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:20.9761495Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 2022-09-27T15:33:20.9765581Z test_ops.py::TestCommonCPU::test_out_warning_triu_cpu 2022-09-27T15:33:20.9812614Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:33:20.9990577Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:33:21.0108104Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 2022-09-27T15:33:21.0112948Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 2022-09-27T15:33:21.0139989Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 2022-09-27T15:33:21.0190979Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triu_cpu 2022-09-27T15:33:21.0196556Z test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu 2022-09-27T15:33:21.0235325Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 2022-09-27T15:33:21.0240862Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 2022-09-27T15:33:21.0504410Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu 2022-09-27T15:33:21.0513089Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 2022-09-27T15:33:21.0551419Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:33:21.0581529Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:33:21.0669417Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 2022-09-27T15:33:21.0672302Z test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 2022-09-27T15:33:21.0682172Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 2022-09-27T15:33:21.0848862Z test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu 2022-09-27T15:33:21.0905492Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu 2022-09-27T15:33:21.0992759Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 2022-09-27T15:33:21.1032941Z test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 2022-09-27T15:33:21.1069576Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 2022-09-27T15:33:21.1146671Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 2022-09-27T15:33:21.1153993Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 2022-09-27T15:33:21.1163633Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 2022-09-27T15:33:21.1191630Z test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu 2022-09-27T15:33:21.1453769Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu 2022-09-27T15:33:21.1478931Z test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 2022-09-27T15:33:21.1588209Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 2022-09-27T15:33:21.1596822Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 2022-09-27T15:33:21.1605952Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 2022-09-27T15:33:21.1632481Z test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu 2022-09-27T15:33:21.1766180Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu 2022-09-27T15:33:21.1782630Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 2022-09-27T15:33:21.1884663Z test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 2022-09-27T15:33:21.1907105Z test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 2022-09-27T15:33:21.1931689Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 2022-09-27T15:33:21.2008810Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 2022-09-27T15:33:21.2039680Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 2022-09-27T15:33:21.2043123Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 2022-09-27T15:33:21.2063968Z test_ops.py::TestCommonCPU::test_out_warning_where_cpu 2022-09-27T15:33:21.2194933Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_where_cpu 2022-09-27T15:33:21.2228483Z test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 2022-09-27T15:33:21.2340370Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 2022-09-27T15:33:21.2347281Z test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 2022-09-27T15:33:21.2516642Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 2022-09-27T15:33:21.2520588Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 2022-09-27T15:33:21.2525219Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 2022-09-27T15:33:21.2527704Z test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu 2022-09-27T15:33:21.2630590Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu 2022-09-27T15:33:21.2754007Z test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 2022-09-27T15:33:21.2807718Z test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 2022-09-27T15:33:21.2955738Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 2022-09-27T15:33:21.2971048Z test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 2022-09-27T15:33:21.2995161Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 2022-09-27T15:33:21.3124529Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 2022-09-27T15:33:21.3136376Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 2022-09-27T15:33:21.3157771Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 2022-09-27T15:33:21.3195535Z test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 2022-09-27T15:33:21.3267756Z test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 2022-09-27T15:33:21.3414696Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 2022-09-27T15:33:21.3466830Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 2022-09-27T15:33:21.3471617Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 2022-09-27T15:33:21.3476310Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 2022-09-27T15:33:21.3589571Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 2022-09-27T15:33:21.3620254Z test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 2022-09-27T15:33:21.3749861Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 2022-09-27T15:33:21.3754820Z test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 2022-09-27T15:33:21.3903375Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 2022-09-27T15:33:21.3907339Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 2022-09-27T15:33:21.4051426Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 2022-09-27T15:33:21.4201069Z test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 2022-09-27T15:33:21.4367740Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:33:21.4370742Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 2022-09-27T15:33:21.4587860Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 2022-09-27T15:33:21.4623571Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:33:21.4630033Z test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 2022-09-27T15:33:21.4656882Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 2022-09-27T15:33:21.4782554Z test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 2022-09-27T15:33:21.4799740Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 2022-09-27T15:33:21.4809982Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 2022-09-27T15:33:21.4812684Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 2022-09-27T15:33:21.5152679Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 2022-09-27T15:33:21.5232383Z test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 2022-09-27T15:33:21.5239585Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:21.5250953Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:21.5275940Z test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 2022-09-27T15:33:21.5502610Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 2022-09-27T15:33:21.5521049Z [gw0] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 2022-09-27T15:33:21.5642816Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 2022-09-27T15:33:21.5668196Z test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 2022-09-27T15:33:21.5717410Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 2022-09-27T15:33:21.5717960Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 2022-09-27T15:33:21.6076138Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 2022-09-27T15:33:21.6192459Z test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 2022-09-27T15:33:21.6193971Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 2022-09-27T15:33:21.6205973Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 2022-09-27T15:33:21.6238351Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 2022-09-27T15:33:21.6264667Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 2022-09-27T15:33:21.6314641Z test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 2022-09-27T15:33:21.6601909Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 2022-09-27T15:33:21.6670730Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 2022-09-27T15:33:21.6676855Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 2022-09-27T15:33:21.6723860Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 2022-09-27T15:33:21.6730562Z test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 2022-09-27T15:33:21.7126453Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 2022-09-27T15:33:21.7132233Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 2022-09-27T15:33:21.7188485Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 2022-09-27T15:33:21.7323122Z test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 2022-09-27T15:33:21.7592608Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 2022-09-27T15:33:21.7599775Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 2022-09-27T15:33:21.7668607Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 2022-09-27T15:33:21.8042690Z test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 2022-09-27T15:33:21.8050413Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 2022-09-27T15:33:21.8158134Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 2022-09-27T15:33:21.8185329Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 2022-09-27T15:33:21.8261295Z test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 2022-09-27T15:33:21.8439865Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 2022-09-27T15:33:21.8470844Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 2022-09-27T15:33:21.8476267Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 2022-09-27T15:33:21.8482663Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 2022-09-27T15:33:21.8672621Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 2022-09-27T15:33:21.8679531Z test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 2022-09-27T15:33:21.8746328Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 2022-09-27T15:33:21.8765501Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 2022-09-27T15:33:21.8846293Z test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 2022-09-27T15:33:21.8914156Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 2022-09-27T15:33:21.8914690Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 2022-09-27T15:33:21.9118486Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 2022-09-27T15:33:21.9119226Z test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 2022-09-27T15:33:21.9270202Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 2022-09-27T15:33:21.9351975Z test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 2022-09-27T15:33:21.9355195Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 2022-09-27T15:33:21.9515932Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 2022-09-27T15:33:21.9588575Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 2022-09-27T15:33:21.9709587Z test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 2022-09-27T15:33:21.9793207Z test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 2022-09-27T15:33:21.9793734Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 2022-09-27T15:33:21.9798932Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 2022-09-27T15:33:21.9961224Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 2022-09-27T15:33:21.9992692Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 2022-09-27T15:33:22.0068850Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 2022-09-27T15:33:22.0238579Z test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 2022-09-27T15:33:22.0239109Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 2022-09-27T15:33:22.0725161Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 2022-09-27T15:33:22.0725836Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 2022-09-27T15:33:22.1159331Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 2022-09-27T15:33:22.1159933Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 2022-09-27T15:33:22.1633713Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 2022-09-27T15:33:22.1634340Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 2022-09-27T15:33:22.1640271Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 2022-09-27T15:33:22.1658199Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 2022-09-27T15:33:22.2077241Z test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 2022-09-27T15:33:22.2077789Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 2022-09-27T15:33:22.2303907Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 2022-09-27T15:33:22.2321186Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 2022-09-27T15:33:22.2513691Z test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 2022-09-27T15:33:22.2514967Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 2022-09-27T15:33:22.2953872Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 2022-09-27T15:33:22.2955057Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 2022-09-27T15:33:22.3396025Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 2022-09-27T15:33:22.3397237Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 2022-09-27T15:33:22.3837941Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 2022-09-27T15:33:22.3839635Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 2022-09-27T15:33:22.4026142Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 2022-09-27T15:33:22.4056767Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 2022-09-27T15:33:22.4311772Z test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 2022-09-27T15:33:22.4313019Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:33:22.4756142Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:33:22.4757701Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 2022-09-27T15:33:22.5196771Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 2022-09-27T15:33:22.5197997Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 2022-09-27T15:33:22.5641483Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 2022-09-27T15:33:22.5642619Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 2022-09-27T15:33:22.5960607Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 2022-09-27T15:33:22.5988834Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 2022-09-27T15:33:22.6074058Z test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 2022-09-27T15:33:22.6078359Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 2022-09-27T15:33:22.6080991Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 2022-09-27T15:33:22.6413901Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 2022-09-27T15:33:22.6510916Z test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 2022-09-27T15:33:22.6511796Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 2022-09-27T15:33:22.6549178Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 2022-09-27T15:33:22.6909395Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 2022-09-27T15:33:22.6910319Z test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 2022-09-27T15:33:22.6951207Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 2022-09-27T15:33:22.6952169Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:33:22.7338064Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:33:22.7433003Z test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 2022-09-27T15:33:22.7433646Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 2022-09-27T15:33:22.7451412Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 2022-09-27T15:33:22.7830417Z [gw1] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 2022-09-27T15:33:22.7920549Z test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 2022-09-27T15:33:22.7921219Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 2022-09-27T15:33:22.7988292Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 2022-09-27T15:33:22.8291076Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 2022-09-27T15:33:22.8347486Z test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 2022-09-27T15:33:22.8348064Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 2022-09-27T15:33:22.8445554Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 2022-09-27T15:33:22.8802285Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 2022-09-27T15:33:22.8802839Z test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 2022-09-27T15:33:22.8807916Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 2022-09-27T15:33:22.8858757Z test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 2022-09-27T15:33:22.9240051Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 2022-09-27T15:33:22.9250442Z test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 2022-09-27T15:33:22.9312217Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 2022-09-27T15:33:22.9326891Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 2022-09-27T15:33:22.9740085Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 2022-09-27T15:33:22.9749179Z test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 2022-09-27T15:33:22.9790195Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 2022-09-27T15:33:22.9930125Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 2022-09-27T15:33:23.0229148Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 2022-09-27T15:33:23.0230036Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 2022-09-27T15:33:23.0233811Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 2022-09-27T15:33:23.0716945Z test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 2022-09-27T15:33:23.0717508Z [gw1] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 2022-09-27T15:33:23.0728980Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:33:23.0734631Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:33:23.1197743Z test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 2022-09-27T15:33:23.1198379Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:33:23.1373537Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:33:23.1400443Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 2022-09-27T15:33:23.1634312Z test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 2022-09-27T15:33:23.1640015Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:33:23.1747052Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:33:23.1780486Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 2022-09-27T15:33:23.1823543Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 2022-09-27T15:33:23.1845167Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 2022-09-27T15:33:23.2054884Z test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 2022-09-27T15:33:23.2078548Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 2022-09-27T15:33:23.2084320Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 2022-09-27T15:33:23.2093025Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 2022-09-27T15:33:23.2143932Z test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 2022-09-27T15:33:23.2246945Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 2022-09-27T15:33:23.2278537Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 2022-09-27T15:33:23.2327883Z test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 2022-09-27T15:33:23.2512983Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 2022-09-27T15:33:23.2520298Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:33:23.2536454Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:33:23.2572742Z test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 2022-09-27T15:33:23.2741169Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 2022-09-27T15:33:23.2745238Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 2022-09-27T15:33:23.2992724Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 2022-09-27T15:33:23.2994888Z test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 2022-09-27T15:33:23.2999156Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 2022-09-27T15:33:23.3193438Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 2022-09-27T15:33:23.3198440Z test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 2022-09-27T15:33:23.3302811Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 2022-09-27T15:33:23.3476830Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 2022-09-27T15:33:23.3479428Z test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 2022-09-27T15:33:23.3485057Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:33:23.3632623Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:33:23.3636449Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 2022-09-27T15:33:23.3915520Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 2022-09-27T15:33:23.3921775Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 2022-09-27T15:33:23.3926135Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:23.3931161Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:23.4020731Z test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 2022-09-27T15:33:23.4072828Z [gw1] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 2022-09-27T15:33:23.4077262Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:33:23.4403827Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:33:23.4410777Z test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 2022-09-27T15:33:23.4418916Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 2022-09-27T15:33:23.4424593Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:33:23.4515508Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:33:23.4520312Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:33:23.4766101Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:33:23.4774572Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 2022-09-27T15:33:23.4823315Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 2022-09-27T15:33:23.4824699Z test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 2022-09-27T15:33:23.4834051Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 2022-09-27T15:33:23.4953149Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 2022-09-27T15:33:23.5120785Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:33:23.5314117Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:33:23.5315820Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:33:23.5416533Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:33:23.5419396Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:33:23.5793965Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:33:23.5796724Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:33:23.5848501Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:33:23.6273072Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:23.6275208Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 2022-09-27T15:33:23.6756422Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 2022-09-27T15:33:23.6763614Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 2022-09-27T15:33:23.6912904Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 2022-09-27T15:33:23.6947269Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:23.7071304Z test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 2022-09-27T15:33:23.7193121Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 2022-09-27T15:33:23.7224154Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 2022-09-27T15:33:23.7429586Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 2022-09-27T15:33:23.7677226Z test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 2022-09-27T15:33:23.7714288Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:33:23.8196160Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:33:23.8201405Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 2022-09-27T15:33:23.8295027Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 2022-09-27T15:33:23.8320327Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 2022-09-27T15:33:23.8643009Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 2022-09-27T15:33:23.8647537Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 2022-09-27T15:33:23.9112826Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 2022-09-27T15:33:23.9117257Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:33:23.9547693Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:33:23.9557618Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:33:23.9988397Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:33:23.9996420Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:33:24.0085601Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:33:24.0138194Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 2022-09-27T15:33:24.0383551Z test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 2022-09-27T15:33:24.0455839Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 2022-09-27T15:33:24.0457600Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 2022-09-27T15:33:24.0602453Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 2022-09-27T15:33:24.0611786Z test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 2022-09-27T15:33:24.0846503Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 2022-09-27T15:33:24.0871510Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 2022-09-27T15:33:24.0881485Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 2022-09-27T15:33:24.0894459Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 2022-09-27T15:33:24.1067692Z test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 2022-09-27T15:33:24.1122346Z test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 2022-09-27T15:33:24.1315804Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 2022-09-27T15:33:24.1355429Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 2022-09-27T15:33:24.1517654Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 2022-09-27T15:33:24.1526986Z test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 2022-09-27T15:33:24.1794480Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 2022-09-27T15:33:24.1803897Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:33:24.1837232Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:33:24.1861657Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 2022-09-27T15:33:24.1904781Z test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 2022-09-27T15:33:24.1953620Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 2022-09-27T15:33:24.1958019Z test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 2022-09-27T15:33:24.2236901Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 2022-09-27T15:33:24.2237615Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:33:24.2314321Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:33:24.2316419Z test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 2022-09-27T15:33:24.2357990Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 2022-09-27T15:33:24.2467660Z test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 2022-09-27T15:33:24.2672873Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 2022-09-27T15:33:24.2680312Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:24.2713326Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:24.2754948Z test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 2022-09-27T15:33:24.3108455Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:33:24.3114837Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 2022-09-27T15:33:24.3251315Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 2022-09-27T15:33:24.3276696Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 2022-09-27T15:33:24.3286946Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:33:24.3319951Z test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 2022-09-27T15:33:24.3372498Z test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 2022-09-27T15:33:24.3387101Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 2022-09-27T15:33:24.3561410Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 2022-09-27T15:33:24.3568031Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 2022-09-27T15:33:24.3737211Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 2022-09-27T15:33:24.3828776Z test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 2022-09-27T15:33:24.4002102Z test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 2022-09-27T15:33:24.4013325Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 2022-09-27T15:33:24.4271772Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 2022-09-27T15:33:24.4300012Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 2022-09-27T15:33:24.4430831Z test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 2022-09-27T15:33:24.4440050Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:24.4946289Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:24.4947559Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:33:24.5253270Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:33:24.5254345Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 2022-09-27T15:33:24.5354072Z test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 2022-09-27T15:33:24.5355090Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:33:24.5368809Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:33:24.5387352Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 2022-09-27T15:33:24.5456032Z test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 2022-09-27T15:33:24.5635828Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 2022-09-27T15:33:24.5679837Z test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 2022-09-27T15:33:24.5836007Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 2022-09-27T15:33:24.5837566Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:24.6103322Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:24.6275915Z test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 2022-09-27T15:33:24.6276667Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 2022-09-27T15:33:24.6388499Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 2022-09-27T15:33:24.6511852Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 2022-09-27T15:33:24.6540824Z test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 2022-09-27T15:33:24.6706485Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 2022-09-27T15:33:24.6709110Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 2022-09-27T15:33:24.6715956Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 2022-09-27T15:33:24.6729105Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 2022-09-27T15:33:24.7061522Z test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 2022-09-27T15:33:24.7151138Z test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 2022-09-27T15:33:24.7154453Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 2022-09-27T15:33:24.7598775Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 2022-09-27T15:33:24.7605768Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 2022-09-27T15:33:24.7614470Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 2022-09-27T15:33:24.7674513Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 2022-09-27T15:33:24.7685876Z test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 2022-09-27T15:33:24.7744728Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 2022-09-27T15:33:24.7754606Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 2022-09-27T15:33:24.7999419Z test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 2022-09-27T15:33:24.8025695Z test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 2022-09-27T15:33:24.8057371Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 2022-09-27T15:33:24.8080302Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 2022-09-27T15:33:24.8110868Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 2022-09-27T15:33:24.8211884Z test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 2022-09-27T15:33:24.8430443Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 2022-09-27T15:33:24.8450113Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:24.8581818Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:24.8778196Z test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 2022-09-27T15:33:24.8823053Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 2022-09-27T15:33:24.8869378Z test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 2022-09-27T15:33:24.8903907Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 2022-09-27T15:33:24.8909125Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:24.9274046Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:24.9282521Z test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 2022-09-27T15:33:24.9347534Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 2022-09-27T15:33:24.9353040Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 2022-09-27T15:33:24.9443762Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 2022-09-27T15:33:24.9551489Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 2022-09-27T15:33:24.9748252Z test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 2022-09-27T15:33:24.9803000Z test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 2022-09-27T15:33:24.9808893Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 2022-09-27T15:33:25.0094717Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 2022-09-27T15:33:25.0133125Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 2022-09-27T15:33:25.0194626Z test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 2022-09-27T15:33:25.0217202Z test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 2022-09-27T15:33:25.0254790Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 2022-09-27T15:33:25.0576707Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 2022-09-27T15:33:25.0671891Z test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 2022-09-27T15:33:25.0677530Z test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 2022-09-27T15:33:25.0729560Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 2022-09-27T15:33:25.0940858Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 2022-09-27T15:33:25.1068765Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 2022-09-27T15:33:25.1071829Z test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 2022-09-27T15:33:25.1086568Z test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 2022-09-27T15:33:25.1131647Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 2022-09-27T15:33:25.1204488Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 2022-09-27T15:33:25.1481034Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 2022-09-27T15:33:25.1484820Z test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 2022-09-27T15:33:25.1495784Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 2022-09-27T15:33:25.1527988Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 2022-09-27T15:33:25.1548529Z test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 2022-09-27T15:33:25.1553952Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 2022-09-27T15:33:25.1757070Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 2022-09-27T15:33:25.1843464Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 2022-09-27T15:33:25.1856634Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 2022-09-27T15:33:25.1954094Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 2022-09-27T15:33:25.1960442Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 2022-09-27T15:33:25.1988609Z test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 2022-09-27T15:33:25.1999860Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 2022-09-27T15:33:25.2004614Z test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 2022-09-27T15:33:25.2112880Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 2022-09-27T15:33:25.2354729Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 2022-09-27T15:33:25.2360253Z test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 2022-09-27T15:33:25.2434969Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 2022-09-27T15:33:25.2440353Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 2022-09-27T15:33:25.2468020Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 2022-09-27T15:33:25.2793545Z test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 2022-09-27T15:33:25.2799402Z test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 2022-09-27T15:33:25.2879048Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 2022-09-27T15:33:25.2884554Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 2022-09-27T15:33:25.3265540Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 2022-09-27T15:33:25.3352087Z test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 2022-09-27T15:33:25.3358181Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 2022-09-27T15:33:25.3431849Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 2022-09-27T15:33:25.3693086Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 2022-09-27T15:33:25.3792484Z test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 2022-09-27T15:33:25.3798533Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 2022-09-27T15:33:25.3873388Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 2022-09-27T15:33:25.4148910Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 2022-09-27T15:33:25.4154289Z test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 2022-09-27T15:33:25.4267522Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 2022-09-27T15:33:25.4272957Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 2022-09-27T15:33:25.4577297Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 2022-09-27T15:33:25.4709934Z test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 2022-09-27T15:33:25.4715658Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 2022-09-27T15:33:25.5153536Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 2022-09-27T15:33:25.5159597Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 2022-09-27T15:33:25.5411106Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 2022-09-27T15:33:25.5450036Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 2022-09-27T15:33:25.5513047Z test_ops.py::TestCommonCPU::test_out_char_cpu_float32 2022-09-27T15:33:25.5595535Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_char_cpu_float32 2022-09-27T15:33:25.5602171Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 2022-09-27T15:33:25.5915897Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 2022-09-27T15:33:25.5923740Z test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 2022-09-27T15:33:25.6032061Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 2022-09-27T15:33:25.6038582Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 2022-09-27T15:33:25.6472434Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 2022-09-27T15:33:25.6601733Z test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 2022-09-27T15:33:25.6602192Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 2022-09-27T15:33:25.6602682Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 2022-09-27T15:33:25.7048380Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 2022-09-27T15:33:25.7048980Z test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 2022-09-27T15:33:25.7049421Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 2022-09-27T15:33:25.7049953Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 2022-09-27T15:33:25.7264214Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 2022-09-27T15:33:25.7351760Z test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 2022-09-27T15:33:25.7354939Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 2022-09-27T15:33:25.7836679Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 2022-09-27T15:33:25.7837331Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 2022-09-27T15:33:25.7893199Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 2022-09-27T15:33:25.7915741Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 2022-09-27T15:33:25.7949928Z test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 2022-09-27T15:33:25.8274613Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 2022-09-27T15:33:25.8281808Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 2022-09-27T15:33:25.8369913Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 2022-09-27T15:33:25.8711569Z test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 2022-09-27T15:33:25.8712222Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 2022-09-27T15:33:25.8715603Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 2022-09-27T15:33:25.8790574Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 2022-09-27T15:33:25.9149475Z test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 2022-09-27T15:33:25.9150115Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 2022-09-27T15:33:25.9156885Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 2022-09-27T15:33:25.9208944Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 2022-09-27T15:33:25.9229257Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 2022-09-27T15:33:25.9257971Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 2022-09-27T15:33:25.9314706Z test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 2022-09-27T15:33:25.9631364Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 2022-09-27T15:33:25.9632045Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 2022-09-27T15:33:25.9674011Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 2022-09-27T15:33:25.9721036Z test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 2022-09-27T15:33:26.0072859Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 2022-09-27T15:33:26.0079875Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 2022-09-27T15:33:26.0115166Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 2022-09-27T15:33:26.0203226Z test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 2022-09-27T15:33:26.0521201Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 2022-09-27T15:33:26.0522462Z test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 2022-09-27T15:33:26.0554856Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 2022-09-27T15:33:26.0605080Z test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 2022-09-27T15:33:26.0991907Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 2022-09-27T15:33:26.1007467Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 2022-09-27T15:33:26.1025447Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 2022-09-27T15:33:26.1064968Z test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 2022-09-27T15:33:26.1467333Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 2022-09-27T15:33:26.1480007Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 2022-09-27T15:33:26.1497400Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 2022-09-27T15:33:26.1716476Z test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 2022-09-27T15:33:26.1906574Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 2022-09-27T15:33:26.1990454Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:33:26.1997734Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:33:26.2033531Z test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 2022-09-27T15:33:26.2345833Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 2022-09-27T15:33:26.2381265Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:33:26.2388593Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:33:26.2853265Z test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 2022-09-27T15:33:26.2859544Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 2022-09-27T15:33:26.3312101Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 2022-09-27T15:33:26.3319801Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:33:26.3557667Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:33:26.3581179Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 2022-09-27T15:33:26.3746735Z test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 2022-09-27T15:33:26.3752962Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 2022-09-27T15:33:26.4179093Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 2022-09-27T15:33:26.4193286Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 2022-09-27T15:33:26.4194025Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 2022-09-27T15:33:26.4202176Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 2022-09-27T15:33:26.4622768Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 2022-09-27T15:33:26.4623382Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:33:26.4636899Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:33:26.4654855Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 2022-09-27T15:33:26.4822862Z test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 2022-09-27T15:33:26.5073666Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 2022-09-27T15:33:26.5082845Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 2022-09-27T15:33:26.5192547Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 2022-09-27T15:33:26.5517833Z test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 2022-09-27T15:33:26.5518577Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 2022-09-27T15:33:26.5812336Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 2022-09-27T15:33:26.5853826Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 2022-09-27T15:33:26.5951930Z test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 2022-09-27T15:33:26.5952455Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 2022-09-27T15:33:26.6398653Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 2022-09-27T15:33:26.6399522Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:33:26.6685102Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:33:26.6755768Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 2022-09-27T15:33:26.6756311Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 2022-09-27T15:33:26.6772428Z test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 2022-09-27T15:33:26.6804788Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 2022-09-27T15:33:26.6832451Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 2022-09-27T15:33:26.6833047Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:33:26.7265548Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:33:26.7266223Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:33:26.7273384Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:33:26.7711571Z test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 2022-09-27T15:33:26.7712064Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:33:26.8154992Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:33:26.8155688Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 2022-09-27T15:33:26.8312908Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 2022-09-27T15:33:26.8347336Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 2022-09-27T15:33:26.8594387Z test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 2022-09-27T15:33:26.8599693Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 2022-09-27T15:33:26.9034174Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 2022-09-27T15:33:26.9038844Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 2022-09-27T15:33:26.9127653Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 2022-09-27T15:33:26.9151453Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 2022-09-27T15:33:26.9191445Z test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 2022-09-27T15:33:26.9222646Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 2022-09-27T15:33:26.9243877Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 2022-09-27T15:33:26.9471730Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 2022-09-27T15:33:26.9477229Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 2022-09-27T15:33:26.9643974Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 2022-09-27T15:33:26.9914082Z test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 2022-09-27T15:33:26.9918367Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 2022-09-27T15:33:27.0069217Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 2022-09-27T15:33:27.0100757Z [gw2] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 2022-09-27T15:33:27.0353865Z test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 2022-09-27T15:33:27.0363237Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 2022-09-27T15:33:27.0794072Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 2022-09-27T15:33:27.0803702Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 2022-09-27T15:33:27.1235658Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 2022-09-27T15:33:27.1244750Z test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 2022-09-27T15:33:27.1298809Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 2022-09-27T15:33:27.1381145Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 2022-09-27T15:33:27.1391700Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 2022-09-27T15:33:27.1420404Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 2022-09-27T15:33:27.1476882Z test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 2022-09-27T15:33:27.1641050Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 2022-09-27T15:33:27.1652778Z [gw0] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 2022-09-27T15:33:27.1663371Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 2022-09-27T15:33:27.1854468Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 2022-09-27T15:33:27.1862874Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 2022-09-27T15:33:27.1948051Z [gw0] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 2022-09-27T15:33:27.2108925Z test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 2022-09-27T15:33:27.2116904Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 2022-09-27T15:33:27.2291610Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 2022-09-27T15:33:27.2300173Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 2022-09-27T15:33:27.2553481Z [gw0] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 2022-09-27T15:33:27.2561432Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 2022-09-27T15:33:27.2751948Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 2022-09-27T15:33:27.2954807Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 2022-09-27T15:33:27.2982439Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 2022-09-27T15:33:27.2997773Z test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 2022-09-27T15:33:27.3006403Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 2022-09-27T15:33:27.3186016Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 2022-09-27T15:33:27.3214203Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 2022-09-27T15:33:27.3318852Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 2022-09-27T15:33:27.3428694Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 2022-09-27T15:33:27.3438633Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 2022-09-27T15:33:27.3448876Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 2022-09-27T15:33:27.3504788Z test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 2022-09-27T15:33:27.3589438Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 2022-09-27T15:33:27.3630182Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 2022-09-27T15:33:27.3820675Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 2022-09-27T15:33:27.3837504Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 2022-09-27T15:33:27.3873652Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 2022-09-27T15:33:27.3884756Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 2022-09-27T15:33:27.3923690Z test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 2022-09-27T15:33:27.4222738Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 2022-09-27T15:33:27.4353494Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 2022-09-27T15:33:27.4361220Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 2022-09-27T15:33:27.4435439Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 2022-09-27T15:33:27.4443395Z test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 2022-09-27T15:33:27.4793637Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 2022-09-27T15:33:27.4801703Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 2022-09-27T15:33:27.4829804Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 2022-09-27T15:33:27.4865712Z test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:33:27.5273578Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:33:27.5281374Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 2022-09-27T15:33:27.5307475Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 2022-09-27T15:33:27.5349404Z test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 2022-09-27T15:33:27.5712282Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 2022-09-27T15:33:27.5716487Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 2022-09-27T15:33:27.5741441Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 2022-09-27T15:33:27.5997456Z test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 2022-09-27T15:33:27.6019294Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 2022-09-27T15:33:27.6153715Z test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 2022-09-27T15:33:27.6154316Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 2022-09-27T15:33:27.6483411Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 2022-09-27T15:33:27.6501483Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 2022-09-27T15:33:27.6591408Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 2022-09-27T15:33:27.6602290Z test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 2022-09-27T15:33:27.6729591Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 2022-09-27T15:33:27.6743141Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 2022-09-27T15:33:27.6778977Z test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 2022-09-27T15:33:27.6789261Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 2022-09-27T15:33:27.6910685Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 2022-09-27T15:33:27.6920869Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 2022-09-27T15:33:27.6941349Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 2022-09-27T15:33:27.7027942Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 2022-09-27T15:33:27.7037299Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 2022-09-27T15:33:27.7137399Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 2022-09-27T15:33:27.7152222Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 2022-09-27T15:33:27.7192544Z test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 2022-09-27T15:33:27.7352409Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 2022-09-27T15:33:27.7477486Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 2022-09-27T15:33:27.7486501Z test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 2022-09-27T15:33:27.7568964Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 2022-09-27T15:33:27.7638970Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 2022-09-27T15:33:27.7642974Z test_ops.py::TestCommonCPU::test_out_int_cpu_float32 2022-09-27T15:33:27.7792864Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_int_cpu_float32 2022-09-27T15:33:27.7908495Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 2022-09-27T15:33:27.7915054Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 2022-09-27T15:33:27.8051042Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 2022-09-27T15:33:27.8077869Z test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 2022-09-27T15:33:27.8146241Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 2022-09-27T15:33:27.8232085Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 2022-09-27T15:33:27.8347633Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 2022-09-27T15:33:27.8354740Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 2022-09-27T15:33:27.8458757Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 2022-09-27T15:33:27.8470936Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 2022-09-27T15:33:27.8501858Z test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 2022-09-27T15:33:27.8563715Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 2022-09-27T15:33:27.8571783Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 2022-09-27T15:33:27.8669206Z test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 2022-09-27T15:33:27.8778500Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 2022-09-27T15:33:27.8782824Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 2022-09-27T15:33:27.8863304Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 2022-09-27T15:33:27.8911053Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 2022-09-27T15:33:27.8938212Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 2022-09-27T15:33:27.9112049Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 2022-09-27T15:33:27.9193687Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 2022-09-27T15:33:27.9228453Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 2022-09-27T15:33:27.9317433Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 2022-09-27T15:33:27.9352159Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 2022-09-27T15:33:27.9401913Z test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 2022-09-27T15:33:27.9486719Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 2022-09-27T15:33:27.9550255Z test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 2022-09-27T15:33:27.9660889Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 2022-09-27T15:33:27.9665027Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 2022-09-27T15:33:27.9787636Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 2022-09-27T15:33:27.9992209Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 2022-09-27T15:33:28.0066465Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 2022-09-27T15:33:28.0088761Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 2022-09-27T15:33:28.0091668Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool 2022-09-27T15:33:28.0140587Z test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 2022-09-27T15:33:28.0184237Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 2022-09-27T15:33:28.0433211Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool 2022-09-27T15:33:28.0580499Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 2022-09-27T15:33:28.0583757Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool 2022-09-27T15:33:28.0589085Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 2022-09-27T15:33:28.0609889Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool 2022-09-27T15:33:28.0621511Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 2022-09-27T15:33:28.0814885Z test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 2022-09-27T15:33:28.0828585Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 2022-09-27T15:33:28.0847814Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 2022-09-27T15:33:28.0870527Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 2022-09-27T15:33:28.0972754Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 2022-09-27T15:33:28.0977875Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_prod_cpu_bool 2022-09-27T15:33:28.1380909Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 2022-09-27T15:33:28.1385474Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:33:28.1390207Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 2022-09-27T15:33:28.1445324Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 2022-09-27T15:33:28.1458709Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_prod_cpu_bool 2022-09-27T15:33:28.1540563Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool 2022-09-27T15:33:28.1708628Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool 2022-09-27T15:33:28.1733464Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 2022-09-27T15:33:28.1751768Z test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 2022-09-27T15:33:28.1807387Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 2022-09-27T15:33:28.1934432Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 2022-09-27T15:33:28.1939246Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 2022-09-27T15:33:28.1959699Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool 2022-09-27T15:33:28.2170484Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool 2022-09-27T15:33:28.2192750Z test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 2022-09-27T15:33:28.2249893Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 2022-09-27T15:33:28.2311480Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 2022-09-27T15:33:28.2530655Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool 2022-09-27T15:33:28.2581354Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool 2022-09-27T15:33:28.2591744Z [gw1] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 2022-09-27T15:33:28.2752499Z test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 2022-09-27T15:33:28.2781109Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 2022-09-27T15:33:28.2811359Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool 2022-09-27T15:33:28.3146869Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool 2022-09-27T15:33:28.3203766Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:33:28.3209828Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 2022-09-27T15:33:28.3250532Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool 2022-09-27T15:33:28.3729127Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool 2022-09-27T15:33:28.3736652Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool 2022-09-27T15:33:28.3887835Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool 2022-09-27T15:33:28.3936014Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 2022-09-27T15:33:28.4220586Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:33:28.4234167Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool 2022-09-27T15:33:28.4628062Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool 2022-09-27T15:33:28.4656489Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool 2022-09-27T15:33:28.5011703Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool 2022-09-27T15:33:28.5089489Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:33:28.5095531Z test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 2022-09-27T15:33:28.5103277Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 2022-09-27T15:33:28.5108619Z test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:33:28.5114461Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool 2022-09-27T15:33:28.5550553Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool 2022-09-27T15:33:28.5558075Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool 2022-09-27T15:33:28.5930261Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool 2022-09-27T15:33:28.5974050Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool 2022-09-27T15:33:28.6471672Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool 2022-09-27T15:33:28.6479446Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool 2022-09-27T15:33:28.6872535Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool 2022-09-27T15:33:28.6887011Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool 2022-09-27T15:33:28.7392167Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool 2022-09-27T15:33:28.7402202Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool 2022-09-27T15:33:28.7870682Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool 2022-09-27T15:33:28.7939156Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool 2022-09-27T15:33:28.7952478Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 2022-09-27T15:33:28.8253917Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 2022-09-27T15:33:28.8291991Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool 2022-09-27T15:33:28.8369963Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool 2022-09-27T15:33:28.8748058Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool 2022-09-27T15:33:28.8803948Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool 2022-09-27T15:33:28.8981482Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool 2022-09-27T15:33:28.8997575Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:33:28.9201323Z test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 2022-09-27T15:33:28.9207173Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool 2022-09-27T15:33:28.9671225Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool 2022-09-27T15:33:28.9671886Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool 2022-09-27T15:33:29.0057383Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool 2022-09-27T15:33:29.0159232Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool 2022-09-27T15:33:29.0495140Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool 2022-09-27T15:33:29.0649283Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool 2022-09-27T15:33:29.0834267Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool 2022-09-27T15:33:29.0885047Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 2022-09-27T15:33:29.0914114Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 2022-09-27T15:33:29.1062795Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool 2022-09-27T15:33:29.1362910Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool 2022-09-27T15:33:29.1533012Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool 2022-09-27T15:33:29.1800770Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool 2022-09-27T15:33:29.1917504Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool 2022-09-27T15:33:29.2201277Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool 2022-09-27T15:33:29.2214319Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 2022-09-27T15:33:29.2289254Z test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 2022-09-27T15:33:29.2298429Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool 2022-09-27T15:33:29.2624582Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool 2022-09-27T15:33:29.2641188Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 2022-09-27T15:33:29.2744675Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:29.2787060Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool 2022-09-27T15:33:29.3230355Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool 2022-09-27T15:33:29.3262977Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool 2022-09-27T15:33:29.3273486Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:29.3288105Z test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 2022-09-27T15:33:29.3734439Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool 2022-09-27T15:33:29.3745974Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool 2022-09-27T15:33:29.4163917Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool 2022-09-27T15:33:29.4175275Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 2022-09-27T15:33:29.4183324Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool 2022-09-27T15:33:29.4216109Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool 2022-09-27T15:33:29.4598598Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 2022-09-27T15:33:29.4620590Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool 2022-09-27T15:33:29.5083070Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool 2022-09-27T15:33:29.5093017Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool 2022-09-27T15:33:29.5555730Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool 2022-09-27T15:33:29.5565533Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool 2022-09-27T15:33:29.5865396Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool 2022-09-27T15:33:29.5890068Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 2022-09-27T15:33:29.5955013Z test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 2022-09-27T15:33:29.5998636Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool 2022-09-27T15:33:29.6477982Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool 2022-09-27T15:33:29.6556904Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool 2022-09-27T15:33:29.6923244Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool 2022-09-27T15:33:29.6923963Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool 2022-09-27T15:33:29.7282391Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool 2022-09-27T15:33:29.7317209Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 2022-09-27T15:33:29.7435332Z test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 2022-09-27T15:33:29.7438854Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool 2022-09-27T15:33:29.7815026Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool 2022-09-27T15:33:29.7857292Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool 2022-09-27T15:33:29.7906748Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool 2022-09-27T15:33:29.7932009Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 2022-09-27T15:33:29.8331088Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 2022-09-27T15:33:29.8340584Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool 2022-09-27T15:33:29.8745769Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool 2022-09-27T15:33:29.8795907Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool 2022-09-27T15:33:29.9222919Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool 2022-09-27T15:33:29.9278891Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool 2022-09-27T15:33:29.9683075Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool 2022-09-27T15:33:29.9734834Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool 2022-09-27T15:33:30.0164072Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool 2022-09-27T15:33:30.0164782Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool 2022-09-27T15:33:30.0632230Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool 2022-09-27T15:33:30.0679686Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool 2022-09-27T15:33:30.0849233Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool 2022-09-27T15:33:30.0867725Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 2022-09-27T15:33:30.0999854Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 2022-09-27T15:33:30.1030162Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool 2022-09-27T15:33:30.1497628Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool 2022-09-27T15:33:30.1498236Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool 2022-09-27T15:33:30.1911727Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool 2022-09-27T15:33:30.2118601Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool 2022-09-27T15:33:30.2356888Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool 2022-09-27T15:33:30.2393749Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool 2022-09-27T15:33:30.2796458Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool 2022-09-27T15:33:30.2879040Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool 2022-09-27T15:33:30.3276397Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool 2022-09-27T15:33:30.3293304Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool 2022-09-27T15:33:30.3310310Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 2022-09-27T15:33:30.3321606Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool 2022-09-27T15:33:30.3716397Z test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 2022-09-27T15:33:30.3760981Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool 2022-09-27T15:33:30.4199628Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool 2022-09-27T15:33:30.4247132Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool 2022-09-27T15:33:30.4593358Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool 2022-09-27T15:33:30.4612323Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 2022-09-27T15:33:30.4633990Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool 2022-09-27T15:33:30.4676978Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool 2022-09-27T15:33:30.5192159Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool 2022-09-27T15:33:30.5319001Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool 2022-09-27T15:33:30.5559239Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool 2022-09-27T15:33:30.5800312Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool 2022-09-27T15:33:30.5994812Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool 2022-09-27T15:33:30.6038182Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool 2022-09-27T15:33:30.6460568Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool 2022-09-27T15:33:30.6491770Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 2022-09-27T15:33:30.6493791Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool 2022-09-27T15:33:30.6503605Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool 2022-09-27T15:33:30.6641644Z test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 2022-09-27T15:33:30.6923630Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 2022-09-27T15:33:30.6926596Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool 2022-09-27T15:33:30.6931018Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool 2022-09-27T15:33:30.7471635Z test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 2022-09-27T15:33:30.7552200Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool 2022-09-27T15:33:30.7570599Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 2022-09-27T15:33:30.7609336Z test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 2022-09-27T15:33:30.7764316Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 2022-09-27T15:33:30.7795493Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool 2022-09-27T15:33:30.7835150Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool 2022-09-27T15:33:30.8029536Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool 2022-09-27T15:33:30.8196876Z test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 2022-09-27T15:33:30.8261471Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 2022-09-27T15:33:30.8267741Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:33:30.8500022Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:33:30.8534427Z test_ops.py::TestCommonCPU::test_out_long_cpu_float32 2022-09-27T15:33:30.8765573Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_long_cpu_float32 2022-09-27T15:33:30.8766195Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool 2022-09-27T15:33:30.8766723Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool 2022-09-27T15:33:30.8822974Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool 2022-09-27T15:33:30.8943345Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 2022-09-27T15:33:30.9183411Z test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 2022-09-27T15:33:30.9224171Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool 2022-09-27T15:33:30.9644951Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool 2022-09-27T15:33:30.9651036Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool 2022-09-27T15:33:31.0082516Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool 2022-09-27T15:33:31.0088071Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool 2022-09-27T15:33:31.0567397Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool 2022-09-27T15:33:31.0572920Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool 2022-09-27T15:33:31.0989635Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool 2022-09-27T15:33:31.0995950Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:33:31.1322433Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:33:31.1347200Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 2022-09-27T15:33:31.1439929Z test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 2022-09-27T15:33:31.1445098Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool 2022-09-27T15:33:31.1770411Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool 2022-09-27T15:33:31.1794525Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 2022-09-27T15:33:31.1880227Z test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 2022-09-27T15:33:31.1885308Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool 2022-09-27T15:33:31.2155837Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool 2022-09-27T15:33:31.2178165Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 2022-09-27T15:33:31.2216168Z test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 2022-09-27T15:33:31.2355553Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 2022-09-27T15:33:31.2356135Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool 2022-09-27T15:33:31.2470180Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool 2022-09-27T15:33:31.2499364Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 2022-09-27T15:33:31.2703137Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 2022-09-27T15:33:31.2797038Z test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 2022-09-27T15:33:31.2797807Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool 2022-09-27T15:33:31.3310725Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool 2022-09-27T15:33:31.3390972Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool 2022-09-27T15:33:31.3730940Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool 2022-09-27T15:33:31.3786211Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool 2022-09-27T15:33:31.3929120Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool 2022-09-27T15:33:31.3956895Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 2022-09-27T15:33:31.4019525Z test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 2022-09-27T15:33:31.4270231Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 2022-09-27T15:33:31.4291441Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool 2022-09-27T15:33:31.4391684Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool 2022-09-27T15:33:31.4417336Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 2022-09-27T15:33:31.4467819Z test_ops.py::TestCommonCPU::test_out_log_cpu_float32 2022-09-27T15:33:31.4674883Z test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 2022-09-27T15:33:31.4685164Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_log_cpu_float32 2022-09-27T15:33:31.4691528Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool 2022-09-27T15:33:31.4950665Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool 2022-09-27T15:33:31.4997881Z test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 2022-09-27T15:33:31.5178725Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 2022-09-27T15:33:31.5183905Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool 2022-09-27T15:33:31.5213747Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool 2022-09-27T15:33:31.5227816Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 2022-09-27T15:33:31.5363149Z test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 2022-09-27T15:33:31.5387077Z test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 2022-09-27T15:33:31.5422576Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 2022-09-27T15:33:31.5614580Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 2022-09-27T15:33:31.5616047Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool 2022-09-27T15:33:31.5634709Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool 2022-09-27T15:33:31.5765266Z test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 2022-09-27T15:33:31.6063793Z test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 2022-09-27T15:33:31.6096245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 2022-09-27T15:33:31.6216461Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 2022-09-27T15:33:31.6243184Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 2022-09-27T15:33:31.6530923Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 2022-09-27T15:33:31.6998849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 2022-09-27T15:33:31.7037330Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 2022-09-27T15:33:31.7045601Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:33:31.7080187Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 2022-09-27T15:33:31.7295118Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 2022-09-27T15:33:31.7631606Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 2022-09-27T15:33:31.7640645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 2022-09-27T15:33:31.8041226Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 2022-09-27T15:33:31.8162476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 2022-09-27T15:33:31.8312794Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 2022-09-27T15:33:31.8340454Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:33:31.8381346Z test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 2022-09-27T15:33:31.8458946Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 2022-09-27T15:33:31.8507034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 2022-09-27T15:33:31.8797711Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 2022-09-27T15:33:31.8802516Z test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 2022-09-27T15:33:31.8906332Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 2022-09-27T15:33:31.8934390Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 2022-09-27T15:33:31.8947315Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 2022-09-27T15:33:31.9240125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 2022-09-27T15:33:31.9248295Z test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 2022-09-27T15:33:31.9254573Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 2022-09-27T15:33:31.9397327Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 2022-09-27T15:33:31.9679542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_float32 2022-09-27T15:33:31.9684668Z test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 2022-09-27T15:33:32.0114738Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 2022-09-27T15:33:32.0118968Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:33:32.0555336Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:33:32.0560940Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:33:32.1023198Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:33:32.1028622Z test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 2022-09-27T15:33:32.1346879Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 2022-09-27T15:33:32.1440913Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_float32 2022-09-27T15:33:32.1450145Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_float32 2022-09-27T15:33:32.1456531Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 2022-09-27T15:33:32.1850293Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 2022-09-27T15:33:32.1890199Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:33:32.1984050Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:33:32.2068802Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 2022-09-27T15:33:32.2265552Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool 2022-09-27T15:33:32.2282568Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_float32 2022-09-27T15:33:32.2336426Z test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:33:32.2344757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_complex64 2022-09-27T15:33:32.2556904Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:33:32.2836184Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_complex64 2022-09-27T15:33:32.2836800Z test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 2022-09-27T15:33:32.2837337Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 2022-09-27T15:33:32.2969865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_float32 2022-09-27T15:33:32.3205944Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_float32 2022-09-27T15:33:32.3206710Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:33:32.3310158Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:33:32.3642893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_float32 2022-09-27T15:33:32.3673601Z test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 2022-09-27T15:33:32.4151770Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 2022-09-27T15:33:32.4847008Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 2022-09-27T15:33:32.4874184Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 2022-09-27T15:33:32.4913399Z test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:33:32.5361162Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:33:32.5370365Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:33:32.5802346Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:33:32.5811613Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:33:32.6237242Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:33:32.6246963Z test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:33:32.6441239Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:33:32.6490290Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_float32 2022-09-27T15:33:32.6676739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_int64 2022-09-27T15:33:32.6686392Z test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:33:32.7095636Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:33:32.7131007Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:33:32.7534202Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:33:32.7569879Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:33:32.7777234Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:33:32.7787548Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_int64 2022-09-27T15:33:32.7801099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_float32 2022-09-27T15:33:32.7811025Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool 2022-09-27T15:33:32.7993152Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 2022-09-27T15:33:32.8002687Z test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:33:32.8422008Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:33:32.8797342Z test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 2022-09-27T15:33:32.8829370Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_float32 2022-09-27T15:33:32.9285198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmax_cpu_float32 2022-09-27T15:33:32.9309565Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmax_cpu_float32 2022-09-27T15:33:32.9933898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_int64 2022-09-27T15:33:32.9974825Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 2022-09-27T15:33:33.0049544Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:33:33.0413449Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:33:33.0450858Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:33:33.0851076Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:33:33.0890016Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 2022-09-27T15:33:33.1320284Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 2022-09-27T15:33:33.1329890Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:33:33.1755052Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:33:33.1764720Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 2022-09-27T15:33:33.2089791Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 2022-09-27T15:33:33.2112680Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_int64 2022-09-27T15:33:33.2197912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_complex64 2022-09-27T15:33:33.2198613Z test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 2022-09-27T15:33:33.2199409Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 2022-09-27T15:33:33.2225672Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 2022-09-27T15:33:33.2643312Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 2022-09-27T15:33:33.2643904Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:33.3044010Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:33.3107796Z test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 2022-09-27T15:33:33.3541555Z [gw1] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 2022-09-27T15:33:33.3551711Z test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 2022-09-27T15:33:33.3958264Z [gw1] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 2022-09-27T15:33:33.3968289Z test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 2022-09-27T15:33:33.4409212Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 2022-09-27T15:33:33.4419165Z test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 2022-09-27T15:33:33.4816474Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 2022-09-27T15:33:33.5213895Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:33:33.5232400Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_complex64 2022-09-27T15:33:33.5236806Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 2022-09-27T15:33:33.5589070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 2022-09-27T15:33:33.5731442Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 2022-09-27T15:33:33.5769341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 2022-09-27T15:33:33.5833190Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 2022-09-27T15:33:33.6272278Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 2022-09-27T15:33:33.6394529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 2022-09-27T15:33:33.6401149Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 2022-09-27T15:33:33.6519463Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 2022-09-27T15:33:33.6550343Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 2022-09-27T15:33:33.6590433Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 2022-09-27T15:33:33.6610821Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:33:33.6675477Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:33:33.6676394Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:33:33.6779739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 2022-09-27T15:33:33.6933392Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 2022-09-27T15:33:33.6933958Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 2022-09-27T15:33:33.7155017Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 2022-09-27T15:33:33.7155528Z test_ops.py::TestCommonCPU::test_out_put_cpu_float32 2022-09-27T15:33:33.7156281Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_put_cpu_float32 2022-09-27T15:33:33.7378650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 2022-09-27T15:33:33.7379238Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool 2022-09-27T15:33:33.7386616Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool 2022-09-27T15:33:33.7562159Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 2022-09-27T15:33:33.7570482Z test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 2022-09-27T15:33:33.7583385Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 2022-09-27T15:33:33.7624177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 2022-09-27T15:33:33.7639994Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 2022-09-27T15:33:33.7658483Z test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 2022-09-27T15:33:33.7701040Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 2022-09-27T15:33:33.7750399Z [gw2] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 2022-09-27T15:33:33.7811202Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 2022-09-27T15:33:33.7950015Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 2022-09-27T15:33:33.8044323Z test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 2022-09-27T15:33:33.8062918Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 2022-09-27T15:33:33.8074212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 2022-09-27T15:33:33.8084247Z test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 2022-09-27T15:33:33.8116930Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 2022-09-27T15:33:33.8228894Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 2022-09-27T15:33:33.8263300Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 2022-09-27T15:33:33.8432479Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 2022-09-27T15:33:33.8591037Z test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 2022-09-27T15:33:33.8596140Z test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 2022-09-27T15:33:33.8620678Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 2022-09-27T15:33:33.8709100Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 2022-09-27T15:33:33.8852013Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:33:33.8975449Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:33:33.9012670Z [gw2] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 2022-09-27T15:33:33.9021418Z test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 2022-09-27T15:33:33.9024041Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 2022-09-27T15:33:33.9108911Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 2022-09-27T15:33:33.9181673Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 2022-09-27T15:33:33.9479159Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 2022-09-27T15:33:33.9606199Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 2022-09-27T15:33:33.9606694Z test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 2022-09-27T15:33:33.9607193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 2022-09-27T15:33:33.9607709Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 2022-09-27T15:33:33.9610695Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 2022-09-27T15:33:33.9651182Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 2022-09-27T15:33:34.0034249Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 2022-09-27T15:33:34.0034798Z test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 2022-09-27T15:33:34.0035325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 2022-09-27T15:33:34.0039075Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 2022-09-27T15:33:34.0042255Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 2022-09-27T15:33:34.0048921Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 2022-09-27T15:33:34.0161474Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 2022-09-27T15:33:34.0181268Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 2022-09-27T15:33:34.0224930Z test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:33:34.0420990Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:33:34.0427168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 2022-09-27T15:33:34.0432354Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 2022-09-27T15:33:34.0434779Z test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 2022-09-27T15:33:34.0593362Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 2022-09-27T15:33:34.0794474Z test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 2022-09-27T15:33:34.0838398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 2022-09-27T15:33:34.1084955Z [gw3] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 2022-09-27T15:33:34.1204188Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 2022-09-27T15:33:34.1228796Z test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 2022-09-27T15:33:34.1262091Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 2022-09-27T15:33:34.1308321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 2022-09-27T15:33:34.1323207Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 2022-09-27T15:33:34.1355128Z test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 2022-09-27T15:33:34.1406230Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 2022-09-27T15:33:34.1686208Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 2022-09-27T15:33:34.1690061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 2022-09-27T15:33:34.1761305Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 2022-09-27T15:33:34.1780396Z test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 2022-09-27T15:33:34.1868247Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 2022-09-27T15:33:34.2138771Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 2022-09-27T15:33:34.2212847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 2022-09-27T15:33:34.2223204Z test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 2022-09-27T15:33:34.2582732Z [gw3] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 2022-09-27T15:33:34.2583341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 2022-09-27T15:33:34.2597002Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 2022-09-27T15:33:34.2630298Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 2022-09-27T15:33:34.3008393Z test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 2022-09-27T15:33:34.3098071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 2022-09-27T15:33:34.3451664Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 2022-09-27T15:33:34.3570994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 2022-09-27T15:33:34.3895015Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 2022-09-27T15:33:34.3981189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 2022-09-27T15:33:34.4374921Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 2022-09-27T15:33:34.4521866Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 2022-09-27T15:33:34.4814917Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 2022-09-27T15:33:34.4926174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 2022-09-27T15:33:34.4928318Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 2022-09-27T15:33:34.5073862Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 2022-09-27T15:33:34.5274571Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:33:34.5698645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 2022-09-27T15:33:34.5730767Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 2022-09-27T15:33:34.5780218Z test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 2022-09-27T15:33:34.5810772Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 2022-09-27T15:33:34.5959640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 2022-09-27T15:33:34.6258210Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 2022-09-27T15:33:34.6365450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 2022-09-27T15:33:34.6735444Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 2022-09-27T15:33:34.6846282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 2022-09-27T15:33:34.7213587Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 2022-09-27T15:33:34.7312805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 2022-09-27T15:33:34.7496050Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 2022-09-27T15:33:34.7511363Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 2022-09-27T15:33:34.7698990Z test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 2022-09-27T15:33:34.7730651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 2022-09-27T15:33:34.7783198Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 2022-09-27T15:33:34.8003521Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 2022-09-27T15:33:34.8004123Z test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 2022-09-27T15:33:34.8133270Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 2022-09-27T15:33:34.8237448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 2022-09-27T15:33:34.8436206Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 2022-09-27T15:33:34.8436821Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:33:34.8613625Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:33:34.8740700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 2022-09-27T15:33:34.8873043Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 2022-09-27T15:33:34.8875854Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:33:34.9072501Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:33:34.9142660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 2022-09-27T15:33:34.9160267Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:33:34.9174202Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool 2022-09-27T15:33:34.9333074Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 2022-09-27T15:33:34.9337143Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:33:34.9540122Z [gw2] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:33:34.9640444Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 2022-09-27T15:33:34.9747286Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 2022-09-27T15:33:34.9776728Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:33:35.0007269Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:33:35.0114625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 2022-09-27T15:33:35.0191099Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 2022-09-27T15:33:35.0198574Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:33:35.0338655Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:33:35.0364859Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 2022-09-27T15:33:35.0420805Z test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 2022-09-27T15:33:35.0470297Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 2022-09-27T15:33:35.0567124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 2022-09-27T15:33:35.0630896Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 2022-09-27T15:33:35.0638005Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:33:35.0855852Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:33:35.0937820Z test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 2022-09-27T15:33:35.0976998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 2022-09-27T15:33:35.0996307Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool 2022-09-27T15:33:35.1019504Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 2022-09-27T15:33:35.1023112Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 2022-09-27T15:33:35.1087247Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 2022-09-27T15:33:35.1088182Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 2022-09-27T15:33:35.1382871Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 2022-09-27T15:33:35.1384795Z test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 2022-09-27T15:33:35.1385530Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 2022-09-27T15:33:35.1512693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 2022-09-27T15:33:35.1522245Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 2022-09-27T15:33:35.1609780Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 2022-09-27T15:33:35.1815157Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 2022-09-27T15:33:35.1827133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 2022-09-27T15:33:35.2030729Z test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 2022-09-27T15:33:35.2039609Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 2022-09-27T15:33:35.2046073Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:33:35.2252053Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:33:35.2366065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 2022-09-27T15:33:35.2467436Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 2022-09-27T15:33:35.2468029Z test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 2022-09-27T15:33:35.2554994Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 2022-09-27T15:33:35.2576962Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 2022-09-27T15:33:35.2699751Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 2022-09-27T15:33:35.2820877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 2022-09-27T15:33:35.2878248Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 2022-09-27T15:33:35.2878854Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 2022-09-27T15:33:35.3154171Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 2022-09-27T15:33:35.3247679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 2022-09-27T15:33:35.3317042Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 2022-09-27T15:33:35.3317667Z test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 2022-09-27T15:33:35.3671281Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 2022-09-27T15:33:35.3767478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 2022-09-27T15:33:35.3768110Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:33:35.3876033Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:33:35.4029998Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 2022-09-27T15:33:35.4055290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 2022-09-27T15:33:35.4194574Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 2022-09-27T15:33:35.4195213Z test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 2022-09-27T15:33:35.4483164Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 2022-09-27T15:33:35.4484053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 2022-09-27T15:33:35.4639353Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 2022-09-27T15:33:35.4640002Z test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:33:35.4943616Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:33:35.4944252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 2022-09-27T15:33:35.5077990Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 2022-09-27T15:33:35.5078526Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:33:35.5390947Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:33:35.5415691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 2022-09-27T15:33:35.5514842Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 2022-09-27T15:33:35.5515480Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:33:35.5695151Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:33:35.5704851Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 2022-09-27T15:33:35.5763595Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool 2022-09-27T15:33:35.5832786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 2022-09-27T15:33:35.5947254Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 2022-09-27T15:33:35.5948000Z test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 2022-09-27T15:33:35.6229044Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 2022-09-27T15:33:35.6293337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 2022-09-27T15:33:35.6386376Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 2022-09-27T15:33:35.6408628Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:33:35.6738822Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:33:35.6750846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 2022-09-27T15:33:35.6794556Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 2022-09-27T15:33:35.6842850Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 2022-09-27T15:33:35.7093698Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 2022-09-27T15:33:35.7210469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 2022-09-27T15:33:35.7246234Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 2022-09-27T15:33:35.7285839Z test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:33:35.7556200Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:33:35.7564704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 2022-09-27T15:33:35.7744845Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 2022-09-27T15:33:35.7745504Z test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:35.8042871Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:35.8164483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 2022-09-27T15:33:35.8173724Z test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:35.8239950Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:35.8472549Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 2022-09-27T15:33:35.8523229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 2022-09-27T15:33:35.8592099Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 2022-09-27T15:33:35.8599634Z test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:33:35.8985741Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:33:35.9072747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 2022-09-27T15:33:35.9083229Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 2022-09-27T15:33:35.9245897Z test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 2022-09-27T15:33:35.9374820Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 2022-09-27T15:33:35.9433247Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 2022-09-27T15:33:35.9458898Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 2022-09-27T15:33:35.9504000Z test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 2022-09-27T15:33:35.9664585Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 2022-09-27T15:33:35.9687767Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool 2022-09-27T15:33:35.9814392Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 2022-09-27T15:33:35.9884073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 2022-09-27T15:33:35.9916889Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:35.9954475Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:36.0281590Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 2022-09-27T15:33:36.0314901Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 2022-09-27T15:33:36.0374348Z test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 2022-09-27T15:33:36.0502427Z [gw2] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 2022-09-27T15:33:36.0707736Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 2022-09-27T15:33:36.0751447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 2022-09-27T15:33:36.1013857Z test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 2022-09-27T15:33:36.1195157Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 2022-09-27T15:33:36.2614079Z test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 2022-09-27T15:33:36.2647752Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 2022-09-27T15:33:36.2683951Z test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 2022-09-27T15:33:36.2720378Z [gw2] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 2022-09-27T15:33:36.2803954Z test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 2022-09-27T15:33:36.2956362Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 2022-09-27T15:33:36.2978409Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 2022-09-27T15:33:36.3027908Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 2022-09-27T15:33:36.3096214Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 2022-09-27T15:33:36.3127502Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 2022-09-27T15:33:36.3179426Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:36.3184316Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:33:36.3470933Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:33:36.3476699Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 2022-09-27T15:33:36.3537140Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 2022-09-27T15:33:36.3552610Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 2022-09-27T15:33:36.3618789Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool 2022-09-27T15:33:36.3911053Z test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 2022-09-27T15:33:36.4001947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 2022-09-27T15:33:36.4074145Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 2022-09-27T15:33:36.4096892Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool 2022-09-27T15:33:36.4316087Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 2022-09-27T15:33:36.4324513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 2022-09-27T15:33:36.4345713Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 2022-09-27T15:33:36.4371747Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:36.4391561Z test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 2022-09-27T15:33:36.4590497Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 2022-09-27T15:33:36.4674893Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 2022-09-27T15:33:36.4784659Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 2022-09-27T15:33:36.4802958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 2022-09-27T15:33:36.4809415Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 2022-09-27T15:33:36.4816723Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 2022-09-27T15:33:36.4847317Z test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 2022-09-27T15:33:36.4868209Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 2022-09-27T15:33:36.4950505Z test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 2022-09-27T15:33:36.4985911Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool 2022-09-27T15:33:36.5022264Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 2022-09-27T15:33:36.5223741Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool 2022-09-27T15:33:36.5224365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 2022-09-27T15:33:36.5307041Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 2022-09-27T15:33:36.5441801Z test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 2022-09-27T15:33:36.5465328Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 2022-09-27T15:33:36.5663571Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 2022-09-27T15:33:36.5666679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 2022-09-27T15:33:36.5673535Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 2022-09-27T15:33:36.5686645Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 2022-09-27T15:33:36.5894707Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 2022-09-27T15:33:36.5898167Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 2022-09-27T15:33:36.6061939Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 2022-09-27T15:33:36.6065056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 2022-09-27T15:33:36.6070203Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 2022-09-27T15:33:36.6188192Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 2022-09-27T15:33:36.6317244Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:33:36.6321852Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool 2022-09-27T15:33:36.6398346Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:33:36.6580984Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool 2022-09-27T15:33:36.6581966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 2022-09-27T15:33:36.6587253Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 2022-09-27T15:33:36.6588148Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:36.6786819Z [gw1] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:36.6833419Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 2022-09-27T15:33:36.6965123Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 2022-09-27T15:33:36.6966008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 2022-09-27T15:33:36.7068154Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 2022-09-27T15:33:36.7221540Z test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 2022-09-27T15:33:36.7271731Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 2022-09-27T15:33:36.7406066Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 2022-09-27T15:33:36.7406676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 2022-09-27T15:33:36.7670650Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 2022-09-27T15:33:36.7843064Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 2022-09-27T15:33:36.7852862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 2022-09-27T15:33:36.8109046Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 2022-09-27T15:33:36.8131568Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 2022-09-27T15:33:36.8304884Z test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 2022-09-27T15:33:36.8316197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 2022-09-27T15:33:36.8327712Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 2022-09-27T15:33:36.8643145Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 2022-09-27T15:33:36.8654216Z test_ops.py::TestCommonCPU::test_out_std_cpu_float32 2022-09-27T15:33:36.8749846Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_std_cpu_float32 2022-09-27T15:33:36.8799217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 2022-09-27T15:33:36.9076498Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 2022-09-27T15:33:36.9089020Z test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 2022-09-27T15:33:36.9146607Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 2022-09-27T15:33:36.9155914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 2022-09-27T15:33:36.9508035Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 2022-09-27T15:33:36.9630869Z test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 2022-09-27T15:33:36.9716644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 2022-09-27T15:33:36.9996678Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 2022-09-27T15:33:37.0084796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 2022-09-27T15:33:37.0472653Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 2022-09-27T15:33:37.0528877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 2022-09-27T15:33:37.0952632Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 2022-09-27T15:33:37.1003538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 2022-09-27T15:33:37.1035732Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 2022-09-27T15:33:37.1068987Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 2022-09-27T15:33:37.1076435Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 2022-09-27T15:33:37.1107959Z test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 2022-09-27T15:33:37.1259746Z test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 2022-09-27T15:33:37.1349791Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 2022-09-27T15:33:37.1382022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 2022-09-27T15:33:37.1442151Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 2022-09-27T15:33:37.1459436Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 2022-09-27T15:33:37.1477073Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 2022-09-27T15:33:37.1568046Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 2022-09-27T15:33:37.1582377Z test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 2022-09-27T15:33:37.1582943Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 2022-09-27T15:33:37.1831608Z test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 2022-09-27T15:33:37.1865311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 2022-09-27T15:33:37.1991521Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 2022-09-27T15:33:37.1992127Z test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 2022-09-27T15:33:37.2016300Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 2022-09-27T15:33:37.2061225Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 2022-09-27T15:33:37.2100913Z test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 2022-09-27T15:33:37.2269747Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 2022-09-27T15:33:37.2311793Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 2022-09-27T15:33:37.2468512Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 2022-09-27T15:33:37.2518019Z test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 2022-09-27T15:33:37.2518573Z test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 2022-09-27T15:33:37.2707633Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 2022-09-27T15:33:37.2708168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 2022-09-27T15:33:37.2733514Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 2022-09-27T15:33:37.2847558Z [gw1] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 2022-09-27T15:33:37.2919473Z test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 2022-09-27T15:33:37.2926839Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 2022-09-27T15:33:37.2966592Z test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 2022-09-27T15:33:37.3109846Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 2022-09-27T15:33:37.3187545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 2022-09-27T15:33:37.3273029Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 2022-09-27T15:33:37.3300148Z test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 2022-09-27T15:33:37.3389670Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 2022-09-27T15:33:37.3390194Z test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 2022-09-27T15:33:37.3414315Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 2022-09-27T15:33:37.3433280Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 2022-09-27T15:33:37.3562540Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 2022-09-27T15:33:37.3712988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 2022-09-27T15:33:37.3722946Z test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 2022-09-27T15:33:37.3869412Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 2022-09-27T15:33:37.4034753Z test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 2022-09-27T15:33:37.4035296Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 2022-09-27T15:33:37.4035831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 2022-09-27T15:33:37.4081507Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 2022-09-27T15:33:37.4100406Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 2022-09-27T15:33:37.4152091Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 2022-09-27T15:33:37.4228227Z test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 2022-09-27T15:33:37.4469653Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 2022-09-27T15:33:37.4630339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 2022-09-27T15:33:37.4630892Z test_ops.py::TestCommonCPU::test_out_view_cpu_float32 2022-09-27T15:33:37.4635586Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_view_cpu_float32 2022-09-27T15:33:37.4726620Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 2022-09-27T15:33:37.4746950Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 2022-09-27T15:33:37.4917160Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 2022-09-27T15:33:37.4917775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 2022-09-27T15:33:37.5077440Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 2022-09-27T15:33:37.5077999Z test_ops.py::TestCommonCPU::test_out_warning_T_cpu 2022-09-27T15:33:37.5227776Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_T_cpu 2022-09-27T15:33:37.5247296Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 2022-09-27T15:33:37.5360087Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 2022-09-27T15:33:37.5360672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 2022-09-27T15:33:37.5525085Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 2022-09-27T15:33:37.5525843Z test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu 2022-09-27T15:33:37.5712716Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu 2022-09-27T15:33:37.5732714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 2022-09-27T15:33:37.5755508Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 2022-09-27T15:33:37.5832291Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 2022-09-27T15:33:37.6002807Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 2022-09-27T15:33:37.6003408Z test_ops.py::TestCommonCPU::test_out_warning___ror___cpu 2022-09-27T15:33:37.6269487Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___ror___cpu 2022-09-27T15:33:37.6360978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 2022-09-27T15:33:37.6486319Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 2022-09-27T15:33:37.6486900Z test_ops.py::TestCommonCPU::test_out_warning__masked_amax_cpu 2022-09-27T15:33:37.6638346Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_amax_cpu 2022-09-27T15:33:37.6652873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 2022-09-27T15:33:37.6653727Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 2022-09-27T15:33:37.6679855Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 2022-09-27T15:33:37.6964808Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 2022-09-27T15:33:37.6965384Z test_ops.py::TestCommonCPU::test_out_warning__masked_cumprod_cpu 2022-09-27T15:33:37.7109345Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_cumprod_cpu 2022-09-27T15:33:37.7126532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 2022-09-27T15:33:37.7189679Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 2022-09-27T15:33:37.7209978Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 2022-09-27T15:33:37.7392375Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 2022-09-27T15:33:37.7392891Z test_ops.py::TestCommonCPU::test_out_warning__masked_logsumexp_cpu 2022-09-27T15:33:37.7471744Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_logsumexp_cpu 2022-09-27T15:33:37.7857949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 2022-09-27T15:33:37.7898135Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 2022-09-27T15:33:37.7898767Z test_ops.py::TestCommonCPU::test_out_warning__masked_normalize_cpu 2022-09-27T15:33:37.7912316Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_normalize_cpu 2022-09-27T15:33:37.8024445Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 2022-09-27T15:33:37.8323537Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 2022-09-27T15:33:37.8324160Z test_ops.py::TestCommonCPU::test_out_warning__masked_std_cpu 2022-09-27T15:33:37.8354084Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_std_cpu 2022-09-27T15:33:37.8663777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 2022-09-27T15:33:37.8684848Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 2022-09-27T15:33:37.8712235Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 2022-09-27T15:33:37.8791553Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 2022-09-27T15:33:37.8802129Z test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu 2022-09-27T15:33:37.8858624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 2022-09-27T15:33:37.8885525Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu 2022-09-27T15:33:37.9237209Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 2022-09-27T15:33:37.9270625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 2022-09-27T15:33:37.9307777Z test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu 2022-09-27T15:33:37.9611664Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 2022-09-27T15:33:37.9632937Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu 2022-09-27T15:33:37.9645583Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 2022-09-27T15:33:37.9660056Z test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu 2022-09-27T15:33:37.9704299Z test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 2022-09-27T15:33:37.9713632Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 2022-09-27T15:33:37.9761601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 2022-09-27T15:33:38.0117209Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 2022-09-27T15:33:38.0172602Z test_ops.py::TestCommonCPU::test_out_short_cpu_float32 2022-09-27T15:33:38.0176971Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_short_cpu_float32 2022-09-27T15:33:38.0539717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 2022-09-27T15:33:38.0567796Z test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 2022-09-27T15:33:38.0600790Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 2022-09-27T15:33:38.0668998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 2022-09-27T15:33:38.0752074Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 2022-09-27T15:33:38.1029876Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 2022-09-27T15:33:38.1094369Z test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 2022-09-27T15:33:38.1097763Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 2022-09-27T15:33:38.1475352Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 2022-09-27T15:33:38.1501364Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu 2022-09-27T15:33:38.1537347Z test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu 2022-09-27T15:33:38.1669756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 2022-09-27T15:33:38.1849473Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu 2022-09-27T15:33:38.1863714Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 2022-09-27T15:33:38.1990941Z test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 2022-09-27T15:33:38.2003719Z test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu 2022-09-27T15:33:38.2345863Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu 2022-09-27T15:33:38.2384757Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 2022-09-27T15:33:38.2429248Z test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 2022-09-27T15:33:38.2834154Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu 2022-09-27T15:33:38.2875247Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 2022-09-27T15:33:38.2917734Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:38.3105759Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:38.3133365Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu 2022-09-27T15:33:38.3399657Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu 2022-09-27T15:33:38.3874138Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:33:38.3901621Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu 2022-09-27T15:33:38.4441273Z test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu 2022-09-27T15:33:38.4482258Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 2022-09-27T15:33:38.4482961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 2022-09-27T15:33:38.4501568Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu 2022-09-27T15:33:38.4506581Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:33:38.4535040Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu 2022-09-27T15:33:38.4548855Z test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:33:38.4951515Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 2022-09-27T15:33:38.5038955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 2022-09-27T15:33:38.5068387Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu 2022-09-27T15:33:38.5121027Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu 2022-09-27T15:33:38.5139060Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu 2022-09-27T15:33:38.5432465Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 2022-09-27T15:33:38.5457592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 2022-09-27T15:33:38.5521636Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 2022-09-27T15:33:38.5547023Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 2022-09-27T15:33:38.5554423Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 2022-09-27T15:33:38.5873212Z test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu 2022-09-27T15:33:38.5887816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 2022-09-27T15:33:38.6110698Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 2022-09-27T15:33:38.6163925Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:33:38.6235021Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 2022-09-27T15:33:38.6319839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 2022-09-27T15:33:38.6620222Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 2022-09-27T15:33:38.6647400Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 2022-09-27T15:33:38.6744179Z test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 2022-09-27T15:33:38.6815648Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 2022-09-27T15:33:38.6832028Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu 2022-09-27T15:33:38.6862520Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu 2022-09-27T15:33:38.6899970Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu 2022-09-27T15:33:38.6947136Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 2022-09-27T15:33:38.7071891Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 2022-09-27T15:33:38.7091350Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:38.7148800Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:38.7183142Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 2022-09-27T15:33:38.7391016Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 2022-09-27T15:33:38.7540696Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu 2022-09-27T15:33:38.7576078Z test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:33:38.7775080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 2022-09-27T15:33:38.7895965Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 2022-09-27T15:33:38.7954734Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:33:38.8021952Z test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 2022-09-27T15:33:38.8026061Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 2022-09-27T15:33:38.8056743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 2022-09-27T15:33:38.8255785Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 2022-09-27T15:33:38.8280280Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu 2022-09-27T15:33:38.8312316Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu 2022-09-27T15:33:38.8434757Z [gw1] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu 2022-09-27T15:33:38.8435277Z test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 2022-09-27T15:33:38.8507904Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 2022-09-27T15:33:38.8508600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 2022-09-27T15:33:38.8774514Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 2022-09-27T15:33:38.8829736Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu 2022-09-27T15:33:38.8853429Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu 2022-09-27T15:33:38.8923390Z test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 2022-09-27T15:33:38.8923859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 2022-09-27T15:33:38.8935041Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 2022-09-27T15:33:38.9242505Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 2022-09-27T15:33:38.9243177Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu 2022-09-27T15:33:38.9340218Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu 2022-09-27T15:33:38.9369706Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 2022-09-27T15:33:38.9370231Z test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 2022-09-27T15:33:38.9663171Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 2022-09-27T15:33:38.9696367Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 2022-09-27T15:33:38.9748401Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool 2022-09-27T15:33:38.9769776Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu 2022-09-27T15:33:38.9797758Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 2022-09-27T15:33:39.0151667Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 2022-09-27T15:33:39.0183869Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu 2022-09-27T15:33:39.0211886Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu 2022-09-27T15:33:39.0241694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 2022-09-27T15:33:39.0681082Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 2022-09-27T15:33:39.0692313Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:33:39.1088182Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:33:39.1116785Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu 2022-09-27T15:33:39.1125280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:33:39.1134983Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:33:39.1594223Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu 2022-09-27T15:33:39.1604353Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 2022-09-27T15:33:39.2044095Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 2022-09-27T15:33:39.2090832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 2022-09-27T15:33:39.2091584Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu 2022-09-27T15:33:39.2096294Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 2022-09-27T15:33:39.2496770Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu 2022-09-27T15:33:39.2551976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 2022-09-27T15:33:39.2624747Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 2022-09-27T15:33:39.2655247Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu 2022-09-27T15:33:39.2979216Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu 2022-09-27T15:33:39.3161982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 2022-09-27T15:33:39.3460969Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 2022-09-27T15:33:39.3597831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 2022-09-27T15:33:39.3638731Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 2022-09-27T15:33:39.3672647Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu 2022-09-27T15:33:39.3760344Z test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu 2022-09-27T15:33:39.3932793Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu 2022-09-27T15:33:39.4107764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 2022-09-27T15:33:39.4190138Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 2022-09-27T15:33:39.4257276Z test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu 2022-09-27T15:33:39.4290186Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool 2022-09-27T15:33:39.4414295Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 2022-09-27T15:33:39.5124787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:33:39.5125470Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:33:39.5145879Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu 2022-09-27T15:33:39.5154788Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu 2022-09-27T15:33:39.5475170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 2022-09-27T15:33:39.5669687Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 2022-09-27T15:33:39.5797518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 2022-09-27T15:33:39.5889620Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 2022-09-27T15:33:39.5916910Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu 2022-09-27T15:33:39.6120017Z test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu 2022-09-27T15:33:39.6431913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 2022-09-27T15:33:39.6596917Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 2022-09-27T15:33:39.6657348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 2022-09-27T15:33:39.6683178Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu 2022-09-27T15:33:39.6780601Z test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu 2022-09-27T15:33:39.6902743Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 2022-09-27T15:33:39.7047375Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu 2022-09-27T15:33:39.7228601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 2022-09-27T15:33:39.7379699Z test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu 2022-09-27T15:33:39.7512042Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 2022-09-27T15:33:39.7653092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 2022-09-27T15:33:39.7702919Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 2022-09-27T15:33:39.7728056Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu 2022-09-27T15:33:39.7779850Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu 2022-09-27T15:33:39.7967514Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu 2022-09-27T15:33:39.8072628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:33:39.8269415Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:33:39.8291518Z test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu 2022-09-27T15:33:39.8469892Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu 2022-09-27T15:33:39.8751693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 2022-09-27T15:33:39.8782485Z test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu 2022-09-27T15:33:39.9191427Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu 2022-09-27T15:33:40.0204838Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu 2022-09-27T15:33:40.0233716Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 2022-09-27T15:33:40.0811353Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 2022-09-27T15:33:40.0834138Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 2022-09-27T15:33:40.0882563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:33:40.0900576Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 2022-09-27T15:33:40.1403477Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 2022-09-27T15:33:40.1426958Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:33:40.3310743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 2022-09-27T15:33:40.3511791Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 2022-09-27T15:33:40.4273572Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 2022-09-27T15:33:40.4296396Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 2022-09-27T15:33:40.4329236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 2022-09-27T15:33:40.4740187Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 2022-09-27T15:33:40.4857990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:33:40.4873665Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu 2022-09-27T15:33:40.6280824Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu 2022-09-27T15:33:40.6305583Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:33:40.6480715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:33:40.6735700Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:33:40.6878431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 2022-09-27T15:33:40.6889278Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 2022-09-27T15:33:40.7332861Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 2022-09-27T15:33:40.7347603Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 2022-09-27T15:33:40.7634612Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 2022-09-27T15:33:40.7651916Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 2022-09-27T15:33:40.7716319Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 2022-09-27T15:33:40.7794081Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 2022-09-27T15:33:40.8242015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 2022-09-27T15:33:40.8259611Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 2022-09-27T15:33:40.8752113Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 2022-09-27T15:33:40.8769628Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 2022-09-27T15:33:40.8842323Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 2022-09-27T15:33:40.9215947Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 2022-09-27T15:33:40.9262364Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 2022-09-27T15:33:40.9691954Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 2022-09-27T15:33:40.9697726Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 2022-09-27T15:33:41.0111416Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 2022-09-27T15:33:41.2302088Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool 2022-09-27T15:33:41.2333558Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool 2022-09-27T15:33:41.5345304Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 2022-09-27T15:33:41.5358329Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 2022-09-27T15:33:41.5464050Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 2022-09-27T15:33:41.5477401Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 2022-09-27T15:33:41.5859834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 2022-09-27T15:33:41.5913638Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 2022-09-27T15:33:41.6043588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 2022-09-27T15:33:41.6199568Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 2022-09-27T15:33:41.6216408Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu 2022-09-27T15:33:41.6356333Z test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu 2022-09-27T15:33:41.6359743Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu 2022-09-27T15:33:41.6418102Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 2022-09-27T15:33:41.6711471Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 2022-09-27T15:33:41.6771315Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu 2022-09-27T15:33:41.6786976Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu 2022-09-27T15:33:41.6811400Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 2022-09-27T15:33:41.6817170Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 2022-09-27T15:33:41.7119384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 2022-09-27T15:33:41.9594577Z test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu 2022-09-27T15:33:41.9628104Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 2022-09-27T15:33:41.9634992Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 2022-09-27T15:33:41.9667174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 2022-09-27T15:33:41.9679816Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 2022-09-27T15:33:41.9721347Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu 2022-09-27T15:33:41.9740686Z test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu 2022-09-27T15:33:42.0091633Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 2022-09-27T15:33:42.0174667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 2022-09-27T15:33:42.0532489Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 2022-09-27T15:33:42.0638326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 2022-09-27T15:33:42.1018740Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 2022-09-27T15:33:42.1147385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 2022-09-27T15:33:42.1306634Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 2022-09-27T15:33:42.1326875Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu 2022-09-27T15:33:42.1358782Z test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu 2022-09-27T15:33:42.1486861Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu 2022-09-27T15:33:42.1658809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 2022-09-27T15:33:42.1797851Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 2022-09-27T15:33:42.1803287Z test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu 2022-09-27T15:33:42.1935803Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu 2022-09-27T15:33:42.2072586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 2022-09-27T15:33:42.2238154Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 2022-09-27T15:33:42.2242932Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu 2022-09-27T15:33:42.2368774Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu 2022-09-27T15:33:42.2458880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 2022-09-27T15:33:42.2711044Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 2022-09-27T15:33:42.2856187Z test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu 2022-09-27T15:33:42.3015271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 2022-09-27T15:33:42.3330672Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 2022-09-27T15:33:42.3400207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 2022-09-27T15:33:42.3426907Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu 2022-09-27T15:33:42.3441329Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu 2022-09-27T15:33:42.3752824Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 2022-09-27T15:33:42.3785615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 2022-09-27T15:33:42.4114587Z [gw3] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 2022-09-27T15:33:42.4135473Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu 2022-09-27T15:33:42.4213286Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:33:42.4302511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 2022-09-27T15:33:42.4354769Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 2022-09-27T15:33:42.4623628Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:33:42.4657803Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:33:42.4664000Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:33:42.5070900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 2022-09-27T15:33:42.5569603Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu 2022-09-27T15:33:42.5603550Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 2022-09-27T15:33:42.5616737Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 2022-09-27T15:33:42.5734186Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu 2022-09-27T15:33:42.5770650Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu 2022-09-27T15:33:42.6208771Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu 2022-09-27T15:33:42.6216108Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:33:42.6288267Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:33:42.6308536Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 2022-09-27T15:33:42.6591450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 2022-09-27T15:33:42.6598081Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 2022-09-27T15:33:42.6632255Z test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu 2022-09-27T15:33:42.6710218Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu 2022-09-27T15:33:42.6763851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 2022-09-27T15:33:42.7067490Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 2022-09-27T15:33:42.7168388Z test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu 2022-09-27T15:33:42.7238585Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 2022-09-27T15:33:42.7355797Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu 2022-09-27T15:33:42.7508577Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 2022-09-27T15:33:42.7565663Z test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu 2022-09-27T15:33:42.7591942Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 2022-09-27T15:33:42.7598108Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 2022-09-27T15:33:42.7788784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 2022-09-27T15:33:42.8026426Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 2022-09-27T15:33:42.8073428Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu 2022-09-27T15:33:42.8124806Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 2022-09-27T15:33:42.8158345Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 2022-09-27T15:33:42.8193671Z test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu 2022-09-27T15:33:42.8491867Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu 2022-09-27T15:33:42.8573291Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 2022-09-27T15:33:42.8600218Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 2022-09-27T15:33:42.8612893Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu 2022-09-27T15:33:42.8632742Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 2022-09-27T15:33:42.8641256Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:33:42.8910288Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu 2022-09-27T15:33:42.8964755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 2022-09-27T15:33:42.9029997Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 2022-09-27T15:33:42.9102723Z test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu 2022-09-27T15:33:42.9350756Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu 2022-09-27T15:33:42.9472532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 2022-09-27T15:33:42.9634607Z test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu 2022-09-27T15:33:42.9678265Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 2022-09-27T15:33:42.9699729Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:33:42.9791405Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 2022-09-27T15:33:42.9946609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 2022-09-27T15:33:43.0236004Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 2022-09-27T15:33:43.0315952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:33:43.0552787Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:33:43.0583054Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu 2022-09-27T15:33:43.0587696Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu 2022-09-27T15:33:43.0604870Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 2022-09-27T15:33:43.0671954Z test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 2022-09-27T15:33:43.0820961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 2022-09-27T15:33:43.0871270Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 2022-09-27T15:33:43.0892266Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 2022-09-27T15:33:43.0936246Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:33:43.0991319Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu 2022-09-27T15:33:43.1047019Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu 2022-09-27T15:33:43.1071318Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 2022-09-27T15:33:43.1100022Z test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 2022-09-27T15:33:43.1163080Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 2022-09-27T15:33:43.1183320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 2022-09-27T15:33:43.1385322Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 2022-09-27T15:33:43.1471051Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu 2022-09-27T15:33:43.1546343Z test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu 2022-09-27T15:33:43.1551709Z test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 2022-09-27T15:33:43.1568558Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 2022-09-27T15:33:43.1682130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 2022-09-27T15:33:43.1697587Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 2022-09-27T15:33:43.1843479Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu 2022-09-27T15:33:43.1861234Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:33:43.1939810Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 2022-09-27T15:33:43.1997181Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu 2022-09-27T15:33:43.2006793Z test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 2022-09-27T15:33:43.2099718Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 2022-09-27T15:33:43.2108781Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 2022-09-27T15:33:43.2431596Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 2022-09-27T15:33:43.2441956Z test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 2022-09-27T15:33:43.2524520Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 2022-09-27T15:33:43.2549283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 2022-09-27T15:33:43.2909898Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 2022-09-27T15:33:43.2930067Z test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 2022-09-27T15:33:43.2942727Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 2022-09-27T15:33:43.2992911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 2022-09-27T15:33:43.3102386Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 2022-09-27T15:33:43.3116157Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu 2022-09-27T15:33:43.3167342Z test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu 2022-09-27T15:33:43.3182954Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 2022-09-27T15:33:43.3190202Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu 2022-09-27T15:33:43.3317646Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 2022-09-27T15:33:43.3318156Z test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 2022-09-27T15:33:43.3398781Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 2022-09-27T15:33:43.3399301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 2022-09-27T15:33:43.3561904Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 2022-09-27T15:33:43.3592182Z test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu 2022-09-27T15:33:43.3795401Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu 2022-09-27T15:33:43.3796316Z test_ops.py::TestCommonCPU::test_out_var_cpu_float32 2022-09-27T15:33:43.3846496Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_var_cpu_float32 2022-09-27T15:33:43.3916514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:33:43.4039640Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:33:43.4042458Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 2022-09-27T15:33:43.4044117Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu 2022-09-27T15:33:43.4047573Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu 2022-09-27T15:33:43.4229817Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 2022-09-27T15:33:43.4233054Z test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 2022-09-27T15:33:43.4270990Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 2022-09-27T15:33:43.4326006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 2022-09-27T15:33:43.4463697Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 2022-09-27T15:33:43.4464251Z test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu 2022-09-27T15:33:43.4651088Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu 2022-09-27T15:33:43.4741808Z test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 2022-09-27T15:33:43.4746634Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 2022-09-27T15:33:43.4747190Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 2022-09-27T15:33:43.4925434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 2022-09-27T15:33:43.4928536Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 2022-09-27T15:33:43.4964748Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu 2022-09-27T15:33:43.5070045Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu 2022-09-27T15:33:43.5106576Z test_ops.py::TestCommonCPU::test_out_warning___radd___cpu 2022-09-27T15:33:43.5353255Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___radd___cpu 2022-09-27T15:33:43.5495232Z test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu 2022-09-27T15:33:43.5554517Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu 2022-09-27T15:33:43.5558041Z test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu 2022-09-27T15:33:43.5790050Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu 2022-09-27T15:33:43.5879382Z test_ops.py::TestCommonCPU::test_out_warning_acos_cpu 2022-09-27T15:33:43.6033768Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_acos_cpu 2022-09-27T15:33:43.6034249Z test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu 2022-09-27T15:33:43.6232999Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu 2022-09-27T15:33:43.6480475Z test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu 2022-09-27T15:33:43.6481023Z test_ops.py::TestCommonCPU::test_out_warning__masked_argmax_cpu 2022-09-27T15:33:43.6923928Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_argmax_cpu 2022-09-27T15:33:43.6924567Z test_ops.py::TestCommonCPU::test_out_warning__masked_log_softmax_cpu 2022-09-27T15:33:43.7210936Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_log_softmax_cpu 2022-09-27T15:33:43.7237244Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu 2022-09-27T15:33:43.7262998Z test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu 2022-09-27T15:33:43.7310938Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 2022-09-27T15:33:43.7358090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 2022-09-27T15:33:43.7358625Z test_ops.py::TestCommonCPU::test_out_warning__masked_median_cpu 2022-09-27T15:33:43.7418322Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_median_cpu 2022-09-27T15:33:43.7583940Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 2022-09-27T15:33:43.7670045Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu 2022-09-27T15:33:43.7767572Z test_ops.py::TestCommonCPU::test_out_warning_amax_cpu 2022-09-27T15:33:43.7798513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 2022-09-27T15:33:43.7799078Z test_ops.py::TestCommonCPU::test_out_warning__masked_softmax_cpu 2022-09-27T15:33:43.7896670Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_softmax_cpu 2022-09-27T15:33:43.8213720Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 2022-09-27T15:33:43.8216713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 2022-09-27T15:33:43.8231959Z test_ops.py::TestCommonCPU::test_out_warning__masked_var_cpu 2022-09-27T15:33:43.8339114Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_var_cpu 2022-09-27T15:33:43.8355842Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 2022-09-27T15:33:43.8373837Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_amax_cpu 2022-09-27T15:33:43.8708312Z test_ops.py::TestCommonCPU::test_out_warning_any_cpu 2022-09-27T15:33:43.8711228Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 2022-09-27T15:33:43.8715592Z [gw3] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 2022-09-27T15:33:43.9062968Z test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu 2022-09-27T15:33:43.9088532Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_any_cpu 2022-09-27T15:33:43.9108521Z test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu 2022-09-27T15:33:43.9109070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 2022-09-27T15:33:43.9218976Z [gw3] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 2022-09-27T15:33:43.9444931Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu 2022-09-27T15:33:43.9471070Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu 2022-09-27T15:33:43.9533880Z test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu 2022-09-27T15:33:43.9593653Z [gw2] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu 2022-09-27T15:33:43.9594193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 2022-09-27T15:33:43.9626834Z test_ops.py::TestCommonCPU::test_out_warning_asin_cpu 2022-09-27T15:33:43.9631167Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_asin_cpu 2022-09-27T15:33:43.9870458Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 2022-09-27T15:33:43.9965976Z test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu 2022-09-27T15:33:44.0016393Z test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu 2022-09-27T15:33:44.0026535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 2022-09-27T15:33:44.0071553Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu 2022-09-27T15:33:44.0406305Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 2022-09-27T15:33:44.0432500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:33:44.0711959Z test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu 2022-09-27T15:33:44.0736107Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:33:44.0834040Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu 2022-09-27T15:33:44.0872493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:33:44.1307220Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu 2022-09-27T15:33:44.1319905Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu 2022-09-27T15:33:44.1331441Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:33:44.1344604Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu 2022-09-27T15:33:44.1546516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:33:44.1769065Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:33:44.1809177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 2022-09-27T15:33:44.1821865Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu 2022-09-27T15:33:44.1831670Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu 2022-09-27T15:33:44.1835436Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 2022-09-27T15:33:44.1835938Z test_ops.py::TestCommonCPU::test_out_warning_bool_cpu 2022-09-27T15:33:44.1878511Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu 2022-09-27T15:33:44.1962150Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bool_cpu 2022-09-27T15:33:44.2041869Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 2022-09-27T15:33:44.2190310Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 2022-09-27T15:33:44.2387364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:33:44.2599351Z test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu 2022-09-27T15:33:44.2616254Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu 2022-09-27T15:33:44.2651418Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu 2022-09-27T15:33:44.3009581Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu 2022-09-27T15:33:44.3022569Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu 2022-09-27T15:33:44.3075826Z test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu 2022-09-27T15:33:44.3166896Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu 2022-09-27T15:33:44.3191268Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:33:44.3211658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 2022-09-27T15:33:44.3387857Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu 2022-09-27T15:33:44.3510006Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 2022-09-27T15:33:44.3540535Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu 2022-09-27T15:33:44.3588562Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu 2022-09-27T15:33:44.3600888Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu 2022-09-27T15:33:44.3645000Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu 2022-09-27T15:33:44.3854274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:33:44.3949996Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu 2022-09-27T15:33:44.3992819Z test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu 2022-09-27T15:33:44.4070483Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu 2022-09-27T15:33:44.4249512Z test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu 2022-09-27T15:33:44.4274315Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:33:44.4363722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:33:44.4431142Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu 2022-09-27T15:33:44.4435376Z test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu 2022-09-27T15:33:44.4473430Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu 2022-09-27T15:33:44.4510570Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:33:44.4614544Z test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu 2022-09-27T15:33:44.4729565Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu 2022-09-27T15:33:44.4857658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:33:44.4913124Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:33:44.4916282Z test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu 2022-09-27T15:33:44.4953847Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu 2022-09-27T15:33:44.5031299Z test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu 2022-09-27T15:33:44.5165746Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu 2022-09-27T15:33:44.5376693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 2022-09-27T15:33:44.5434374Z test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu 2022-09-27T15:33:44.5472811Z test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu 2022-09-27T15:33:44.5492175Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu 2022-09-27T15:33:44.5667048Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu 2022-09-27T15:33:44.5689076Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 2022-09-27T15:33:44.5870023Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:33:44.5878983Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu 2022-09-27T15:33:44.5929750Z test_ops.py::TestCommonCPU::test_out_warning_cov_cpu 2022-09-27T15:33:44.6202100Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cov_cpu 2022-09-27T15:33:44.6215244Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:33:44.6324826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:33:44.6420988Z test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu 2022-09-27T15:33:44.6632737Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:33:44.6990555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:33:44.7008956Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu 2022-09-27T15:33:44.8015038Z test_ops.py::TestCommonCPU::test_out_warning_diag_cpu 2022-09-27T15:33:44.8028378Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diag_cpu 2022-09-27T15:33:44.8079854Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu 2022-09-27T15:33:44.8469587Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu 2022-09-27T15:33:44.8865749Z test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu 2022-09-27T15:33:44.8875135Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 2022-09-27T15:33:44.8888661Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu 2022-09-27T15:33:44.8928517Z test_ops.py::TestCommonCPU::test_out_warning_double_cpu 2022-09-27T15:33:44.8949384Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_double_cpu 2022-09-27T15:33:44.9022894Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 2022-09-27T15:33:44.9041390Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu 2022-09-27T15:33:44.9235167Z test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu 2022-09-27T15:33:44.9312136Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu 2022-09-27T15:33:44.9334468Z test_ops.py::TestCommonCPU::test_out_warning_empty_cpu 2022-09-27T15:33:44.9486305Z [gw1] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_empty_cpu 2022-09-27T15:33:44.9566699Z test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu 2022-09-27T15:33:44.9836284Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu 2022-09-27T15:33:44.9847081Z test_ops.py::TestCommonCPU::test_out_warning_erf_cpu 2022-09-27T15:33:44.9932337Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erf_cpu 2022-09-27T15:33:45.0072055Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu 2022-09-27T15:33:45.0270958Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu 2022-09-27T15:33:45.0311473Z test_ops.py::TestCommonCPU::test_out_warning_exp_cpu 2022-09-27T15:33:45.0370289Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_exp_cpu 2022-09-27T15:33:45.0567729Z test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu 2022-09-27T15:33:45.0587103Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 2022-09-27T15:33:45.0708655Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 2022-09-27T15:33:45.0750441Z test_ops.py::TestCommonCPU::test_out_warning_eye_cpu 2022-09-27T15:33:45.1116984Z [gw1] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_eye_cpu 2022-09-27T15:33:45.1117622Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu 2022-09-27T15:33:45.1591773Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu 2022-09-27T15:33:45.1932291Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu 2022-09-27T15:33:45.1956526Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu 2022-09-27T15:33:45.2229945Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu 2022-09-27T15:33:45.2340296Z [gw1] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu 2022-09-27T15:33:45.2372208Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 2022-09-27T15:33:45.2392144Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 2022-09-27T15:33:45.3171783Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu 2022-09-27T15:33:45.3192814Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu 2022-09-27T15:33:45.4381161Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu 2022-09-27T15:33:45.4407259Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu 2022-09-27T15:33:45.4452263Z test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu 2022-09-27T15:33:45.4911938Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu 2022-09-27T15:33:45.4930801Z test_ops.py::TestCommonCPU::test_out_warning_floor_cpu 2022-09-27T15:33:45.4946493Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_floor_cpu 2022-09-27T15:33:45.4968597Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 2022-09-27T15:33:45.5163567Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool 2022-09-27T15:33:45.5190936Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu 2022-09-27T15:33:45.5240491Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu 2022-09-27T15:33:45.5273305Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu 2022-09-27T15:33:45.5655540Z test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu 2022-09-27T15:33:45.5965259Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu 2022-09-27T15:33:45.6075156Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu 2022-09-27T15:33:45.6180911Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu 2022-09-27T15:33:45.6226229Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu 2022-09-27T15:33:45.6444456Z test_ops.py::TestCommonCPU::test_out_warning_gather_cpu 2022-09-27T15:33:45.6635241Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gather_cpu 2022-09-27T15:33:45.6678293Z test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu 2022-09-27T15:33:45.6802134Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu 2022-09-27T15:33:45.6830609Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu 2022-09-27T15:33:45.7150964Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu 2022-09-27T15:33:45.7158714Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:33:45.7163055Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 2022-09-27T15:33:45.7215564Z test_ops.py::TestCommonCPU::test_out_warning_histc_cpu 2022-09-27T15:33:45.7632595Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 2022-09-27T15:33:45.7672998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 2022-09-27T15:33:45.7787668Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 2022-09-27T15:33:45.7812570Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu 2022-09-27T15:33:45.8037061Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu 2022-09-27T15:33:45.8333444Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 2022-09-27T15:33:45.8472952Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 2022-09-27T15:33:45.8645869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:33:45.8789338Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:33:45.8814273Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu 2022-09-27T15:33:45.8868366Z test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu 2022-09-27T15:33:45.8953210Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu 2022-09-27T15:33:45.9239840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:33:45.9355039Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu 2022-09-27T15:33:45.9366787Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool 2022-09-27T15:33:45.9887195Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 2022-09-27T15:33:45.9953965Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:33:46.0624038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 2022-09-27T15:33:46.0650815Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 2022-09-27T15:33:46.0940151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:33:46.1137142Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:33:46.1835301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:33:46.1850794Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 2022-09-27T15:33:46.2188832Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 2022-09-27T15:33:46.2201875Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_histc_cpu 2022-09-27T15:33:46.2327612Z test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu 2022-09-27T15:33:46.2344417Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu 2022-09-27T15:33:46.2436582Z test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu 2022-09-27T15:33:46.2578457Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu 2022-09-27T15:33:46.2710978Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu 2022-09-27T15:33:46.2834360Z test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu 2022-09-27T15:33:46.3224766Z test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu 2022-09-27T15:33:46.3239602Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 2022-09-27T15:33:46.3448847Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 2022-09-27T15:33:46.3480718Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu 2022-09-27T15:33:46.3537806Z test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu 2022-09-27T15:33:46.3989902Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu 2022-09-27T15:33:46.4040052Z test_ops.py::TestCommonCPU::test_out_warning_inner_cpu 2022-09-27T15:33:46.4354605Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_inner_cpu 2022-09-27T15:33:46.4386443Z test_ops.py::TestCommonCPU::test_out_warning_isin_cpu 2022-09-27T15:33:46.4406849Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu 2022-09-27T15:33:46.4462375Z test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu 2022-09-27T15:33:46.4530612Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isin_cpu 2022-09-27T15:33:46.4794572Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu 2022-09-27T15:33:46.4862936Z test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu 2022-09-27T15:33:46.4869455Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu 2022-09-27T15:33:46.5281980Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu 2022-09-27T15:33:46.5286056Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:33:46.5302828Z [gw1] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:33:46.5317470Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu 2022-09-27T15:33:46.5408774Z test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu 2022-09-27T15:33:46.5751934Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu 2022-09-27T15:33:46.5830611Z test_ops.py::TestCommonCPU::test_out_warning_kron_cpu 2022-09-27T15:33:46.5871593Z test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu 2022-09-27T15:33:46.5887105Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_kron_cpu 2022-09-27T15:33:46.6115728Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu 2022-09-27T15:33:46.6123473Z test_ops.py::TestCommonCPU::test_out_warning_le_cpu 2022-09-27T15:33:46.6133698Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 2022-09-27T15:33:46.6268237Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 2022-09-27T15:33:46.6378804Z test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu 2022-09-27T15:33:46.6562069Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_le_cpu 2022-09-27T15:33:46.6610323Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu 2022-09-27T15:33:46.6662727Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu 2022-09-27T15:33:46.8103758Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu 2022-09-27T15:33:46.8105548Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu 2022-09-27T15:33:46.8201641Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu 2022-09-27T15:33:46.8204782Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 2022-09-27T15:33:46.9233199Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 2022-09-27T15:33:46.9248845Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 2022-09-27T15:33:46.9399545Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool 2022-09-27T15:33:46.9676306Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool 2022-09-27T15:33:46.9718349Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 2022-09-27T15:33:46.9742396Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu 2022-09-27T15:33:46.9881800Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu 2022-09-27T15:33:47.0190460Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 2022-09-27T15:33:47.0232799Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 2022-09-27T15:33:47.0275009Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu 2022-09-27T15:33:47.0279285Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 2022-09-27T15:33:47.0589633Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu 2022-09-27T15:33:47.0944590Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 2022-09-27T15:33:47.0976329Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu 2022-09-27T15:33:47.1280138Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:33:47.1428021Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:33:47.4995555Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu 2022-09-27T15:33:47.5032674Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu 2022-09-27T15:33:47.6019797Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:33:47.6075349Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:33:47.7321787Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu 2022-09-27T15:33:47.7366242Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu 2022-09-27T15:33:47.8418370Z test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu 2022-09-27T15:33:47.8472378Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu 2022-09-27T15:33:47.9277991Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu 2022-09-27T15:33:47.9304669Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu 2022-09-27T15:33:47.9544008Z test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu 2022-09-27T15:33:47.9752310Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu 2022-09-27T15:33:48.0288193Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu 2022-09-27T15:33:48.0301158Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:33:48.1093431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:33:48.1116636Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu 2022-09-27T15:33:48.1460060Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu 2022-09-27T15:33:48.1552213Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu 2022-09-27T15:33:48.1593650Z test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu 2022-09-27T15:33:48.1599437Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu 2022-09-27T15:33:48.1610312Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:33:48.2029597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:33:48.2043124Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:33:48.2273042Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:33:48.2286810Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:33:48.2335801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:33:48.2432224Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:33:48.2714846Z test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu 2022-09-27T15:33:48.2774292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 2022-09-27T15:33:48.2909410Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu 2022-09-27T15:33:48.2952704Z test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu 2022-09-27T15:33:48.2990733Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu 2022-09-27T15:33:48.3214006Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 2022-09-27T15:33:48.3214726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 2022-09-27T15:33:48.3355468Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 2022-09-27T15:33:48.3356112Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu 2022-09-27T15:33:48.3670384Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu 2022-09-27T15:33:48.3782255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:33:48.3782908Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu 2022-09-27T15:33:48.3794137Z [gw2] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu 2022-09-27T15:33:48.4151284Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:33:48.4210266Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:33:48.4219259Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:33:48.4533710Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu 2022-09-27T15:33:48.4573052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:33:48.4970938Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:33:48.4998887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:33:48.5035336Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:33:48.5232241Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu 2022-09-27T15:33:48.5269289Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu 2022-09-27T15:33:48.5461612Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu 2022-09-27T15:33:48.5711462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 2022-09-27T15:33:48.5715010Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu 2022-09-27T15:33:48.5968572Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu 2022-09-27T15:33:48.6006806Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 2022-09-27T15:33:48.6089866Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 2022-09-27T15:33:48.6151472Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 2022-09-27T15:33:48.6154415Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu 2022-09-27T15:33:48.6169155Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu 2022-09-27T15:33:48.6186229Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu 2022-09-27T15:33:48.6217001Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu 2022-09-27T15:33:48.6490275Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu 2022-09-27T15:33:48.6493726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 2022-09-27T15:33:48.6627316Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 2022-09-27T15:33:48.6667412Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu 2022-09-27T15:33:48.6707047Z test_ops.py::TestCommonCPU::test_out_warning_log10_cpu 2022-09-27T15:33:48.6740739Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu 2022-09-27T15:33:48.6947506Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log10_cpu 2022-09-27T15:33:48.6962032Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:33:48.7109271Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:33:48.7187636Z test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu 2022-09-27T15:33:48.7359199Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu 2022-09-27T15:33:48.7431008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:48.7555732Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:48.7569098Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu 2022-09-27T15:33:48.7851104Z test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu 2022-09-27T15:33:48.7861404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:33:48.7971837Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:33:48.7990480Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu 2022-09-27T15:33:48.8273496Z test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu 2022-09-27T15:33:48.8278477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 2022-09-27T15:33:48.8385137Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 2022-09-27T15:33:48.8430192Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu 2022-09-27T15:33:48.8622759Z test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu 2022-09-27T15:33:48.8636940Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu 2022-09-27T15:33:48.8788222Z test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu 2022-09-27T15:33:48.8865292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:33:48.8878756Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu 2022-09-27T15:33:48.8986676Z test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu 2022-09-27T15:33:48.9039630Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu 2022-09-27T15:33:48.9082128Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:33:48.9205425Z test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu 2022-09-27T15:33:48.9268095Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu 2022-09-27T15:33:48.9359441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 2022-09-27T15:33:48.9377524Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu 2022-09-27T15:33:48.9404513Z test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu 2022-09-27T15:33:48.9585836Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu 2022-09-27T15:33:48.9588628Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu 2022-09-27T15:33:48.9830936Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu 2022-09-27T15:33:48.9832927Z test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu 2022-09-27T15:33:49.0110729Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu 2022-09-27T15:33:49.0121222Z test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu 2022-09-27T15:33:49.0310546Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu 2022-09-27T15:33:49.0471618Z test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu 2022-09-27T15:33:49.0656669Z test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu 2022-09-27T15:33:49.0662984Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu 2022-09-27T15:33:49.0689577Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu 2022-09-27T15:33:49.0761077Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu 2022-09-27T15:33:49.0912641Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu 2022-09-27T15:33:49.1031157Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu 2022-09-27T15:33:49.1149779Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu 2022-09-27T15:33:49.1428293Z test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu 2022-09-27T15:33:49.1475041Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu 2022-09-27T15:33:49.1597641Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu 2022-09-27T15:33:49.1612037Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu 2022-09-27T15:33:49.1907966Z test_ops.py::TestCommonCPU::test_out_warning_msort_cpu 2022-09-27T15:33:49.2038532Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:33:49.2051345Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_msort_cpu 2022-09-27T15:33:49.2445492Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:33:49.2459930Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:33:49.2662872Z test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu 2022-09-27T15:33:49.2799119Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu 2022-09-27T15:33:49.2813685Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:33:49.2862726Z test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu 2022-09-27T15:33:49.2883406Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 2022-09-27T15:33:49.2929738Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 2022-09-27T15:33:49.2931425Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu 2022-09-27T15:33:49.3010777Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu 2022-09-27T15:33:49.3417034Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 2022-09-27T15:33:49.3428452Z test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu 2022-09-27T15:33:49.3431930Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu 2022-09-27T15:33:49.3434396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 2022-09-27T15:33:49.3812989Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 2022-09-27T15:33:49.3813585Z test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu 2022-09-27T15:33:49.3816339Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu 2022-09-27T15:33:49.3868970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 2022-09-27T15:33:49.3923267Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 2022-09-27T15:33:49.3938581Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu 2022-09-27T15:33:49.3999403Z test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu 2022-09-27T15:33:49.4233584Z [gw1] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu 2022-09-27T15:33:49.4234226Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu 2022-09-27T15:33:49.4270284Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu 2022-09-27T15:33:49.4304410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 2022-09-27T15:33:49.4349634Z [gw3] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 2022-09-27T15:33:49.4401279Z test_ops.py::TestCommonCPU::test_out_warning_neg_cpu 2022-09-27T15:33:49.4710040Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_neg_cpu 2022-09-27T15:33:49.4716157Z test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu 2022-09-27T15:33:49.4774815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 2022-09-27T15:33:49.4797441Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 2022-09-27T15:33:49.4812994Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu 2022-09-27T15:33:49.4849834Z test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu 2022-09-27T15:33:49.5074111Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu 2022-09-27T15:33:49.5113494Z test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu 2022-09-27T15:33:49.5187850Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu 2022-09-27T15:33:49.5202034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 2022-09-27T15:33:49.5231347Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 2022-09-27T15:33:49.5263704Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:33:49.5587854Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:33:49.5592709Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu 2022-09-27T15:33:49.5599160Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu 2022-09-27T15:33:49.5742677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 2022-09-27T15:33:49.5746881Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:33:49.5759928Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:33:49.6046118Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 2022-09-27T15:33:49.6067070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 2022-09-27T15:33:49.6091796Z test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu 2022-09-27T15:33:49.6165389Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu 2022-09-27T15:33:49.6252876Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu 2022-09-27T15:33:49.6366187Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu 2022-09-27T15:33:49.6471062Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 2022-09-27T15:33:49.6492168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:49.6507283Z [gw3] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:49.6648332Z test_ops.py::TestCommonCPU::test_out_warning_add_cpu 2022-09-27T15:33:49.6652806Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:33:49.6925313Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:33:49.6938014Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_add_cpu 2022-09-27T15:33:49.6942832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:49.6950992Z [gw3] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:49.7068371Z test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu 2022-09-27T15:33:49.7073313Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu 2022-09-27T15:33:49.7168728Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu 2022-09-27T15:33:49.7369408Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu 2022-09-27T15:33:49.7467756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 2022-09-27T15:33:49.7519553Z test_ops.py::TestCommonCPU::test_out_warning_all_cpu 2022-09-27T15:33:49.7523942Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu 2022-09-27T15:33:49.7531418Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu 2022-09-27T15:33:49.7813138Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 2022-09-27T15:33:49.7818949Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_all_cpu 2022-09-27T15:33:49.7921319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 2022-09-27T15:33:49.7925920Z test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu 2022-09-27T15:33:49.7963965Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu 2022-09-27T15:33:49.8111578Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu 2022-09-27T15:33:49.8229806Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 2022-09-27T15:33:49.8384586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 2022-09-27T15:33:49.8389358Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu 2022-09-27T15:33:49.8450047Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu 2022-09-27T15:33:49.8467152Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu 2022-09-27T15:33:49.8554461Z test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu 2022-09-27T15:33:49.8670312Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 2022-09-27T15:33:49.8823160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 2022-09-27T15:33:49.8830372Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu 2022-09-27T15:33:49.8875520Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:33:49.8943736Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:33:49.9013199Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu 2022-09-27T15:33:49.9233226Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu 2022-09-27T15:33:49.9295532Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu 2022-09-27T15:33:49.9426497Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu 2022-09-27T15:33:49.9669685Z test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu 2022-09-27T15:33:49.9700963Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu 2022-09-27T15:33:49.9774513Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu 2022-09-27T15:33:49.9800987Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu 2022-09-27T15:33:49.9833225Z test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu 2022-09-27T15:33:49.9979638Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu 2022-09-27T15:33:49.9993532Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 2022-09-27T15:33:50.0031215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 2022-09-27T15:33:50.0150165Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 2022-09-27T15:33:50.0183057Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu 2022-09-27T15:33:50.0229581Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu 2022-09-27T15:33:50.0254311Z test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu 2022-09-27T15:33:50.0516999Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu 2022-09-27T15:33:50.0631703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 2022-09-27T15:33:50.0634535Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu 2022-09-27T15:33:50.0671988Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu 2022-09-27T15:33:50.0781821Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu 2022-09-27T15:33:50.0974532Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu 2022-09-27T15:33:50.1001076Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 2022-09-27T15:33:50.1065583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 2022-09-27T15:33:50.1071696Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu 2022-09-27T15:33:50.1150119Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu 2022-09-27T15:33:50.1185987Z test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu 2022-09-27T15:33:50.1272182Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu 2022-09-27T15:33:50.1445257Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 2022-09-27T15:33:50.1486477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 2022-09-27T15:33:50.1524378Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu 2022-09-27T15:33:50.1578983Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 2022-09-27T15:33:50.1591527Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu 2022-09-27T15:33:50.1620308Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu 2022-09-27T15:33:50.1893835Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu 2022-09-27T15:33:50.1932314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 2022-09-27T15:33:50.1999487Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu 2022-09-27T15:33:50.2032466Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 2022-09-27T15:33:50.2040292Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu 2022-09-27T15:33:50.2062047Z test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu 2022-09-27T15:33:50.2334249Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu 2022-09-27T15:33:50.2372425Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 2022-09-27T15:33:50.2465267Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu 2022-09-27T15:33:50.2475101Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu 2022-09-27T15:33:50.2484030Z test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu 2022-09-27T15:33:50.2506226Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 2022-09-27T15:33:50.2785635Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu 2022-09-27T15:33:50.2839558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 2022-09-27T15:33:50.2848554Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu 2022-09-27T15:33:50.2952097Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu 2022-09-27T15:33:50.2961711Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 2022-09-27T15:33:50.3251143Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu 2022-09-27T15:33:50.3255852Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 2022-09-27T15:33:50.3374126Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:33:50.3431290Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 2022-09-27T15:33:50.3438613Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:33:50.3512437Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu 2022-09-27T15:33:50.3712770Z test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu 2022-09-27T15:33:50.3716303Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 2022-09-27T15:33:50.3721174Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu 2022-09-27T15:33:50.3950397Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu 2022-09-27T15:33:50.4202111Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 2022-09-27T15:33:50.4207314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 2022-09-27T15:33:50.4213939Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu 2022-09-27T15:33:50.4222791Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu 2022-09-27T15:33:50.4311077Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 2022-09-27T15:33:50.4337424Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu 2022-09-27T15:33:50.4674219Z test_ops.py::TestCommonCPU::test_out_warning_complex_cpu 2022-09-27T15:33:50.4678100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 2022-09-27T15:33:50.4682717Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:33:50.4743454Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:33:50.4910807Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 2022-09-27T15:33:50.4936004Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_complex_cpu 2022-09-27T15:33:50.4988677Z test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu 2022-09-27T15:33:50.5115799Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu 2022-09-27T15:33:50.5119531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 2022-09-27T15:33:50.5124069Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu 2022-09-27T15:33:50.5216182Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu 2022-09-27T15:33:50.5388458Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 2022-09-27T15:33:50.5467504Z test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu 2022-09-27T15:33:50.5553363Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu 2022-09-27T15:33:50.5560017Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:33:50.5566035Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:33:50.5595623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 2022-09-27T15:33:50.5791934Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 2022-09-27T15:33:50.5932133Z test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu 2022-09-27T15:33:50.5999412Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu 2022-09-27T15:33:50.6003887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 2022-09-27T15:33:50.6010631Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 2022-09-27T15:33:50.6115325Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu 2022-09-27T15:33:50.6230878Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu 2022-09-27T15:33:50.6268134Z test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu 2022-09-27T15:33:50.6416536Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu 2022-09-27T15:33:50.6420008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 2022-09-27T15:33:50.6431057Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 2022-09-27T15:33:50.6474630Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu 2022-09-27T15:33:50.6714307Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu 2022-09-27T15:33:50.6762178Z test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu 2022-09-27T15:33:50.6846501Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu 2022-09-27T15:33:50.6912058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 2022-09-27T15:33:50.6997226Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu 2022-09-27T15:33:50.7113071Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu 2022-09-27T15:33:50.7227236Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 2022-09-27T15:33:50.7271176Z test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu 2022-09-27T15:33:50.7301040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 2022-09-27T15:33:50.7375935Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu 2022-09-27T15:33:50.7556281Z test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu 2022-09-27T15:33:50.7583724Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu 2022-09-27T15:33:50.7592201Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 2022-09-27T15:33:50.7746758Z test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu 2022-09-27T15:33:50.7827634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 2022-09-27T15:33:50.7880505Z test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu 2022-09-27T15:33:50.8099560Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu 2022-09-27T15:33:50.8119262Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu 2022-09-27T15:33:50.8130759Z test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu 2022-09-27T15:33:50.8308414Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 2022-09-27T15:33:50.8431344Z test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu 2022-09-27T15:33:50.8571883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 2022-09-27T15:33:50.8715152Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu 2022-09-27T15:33:50.8751175Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 2022-09-27T15:33:50.8949904Z test_ops.py::TestCommonCPU::test_out_warning_eq_cpu 2022-09-27T15:33:50.9063523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 2022-09-27T15:33:50.9317204Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 2022-09-27T15:33:50.9321217Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_eq_cpu 2022-09-27T15:33:50.9410032Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 2022-09-27T15:33:50.9442492Z test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu 2022-09-27T15:33:50.9799436Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu 2022-09-27T15:33:50.9800018Z test_ops.py::TestCommonCPU::test_out_warning_expand_cpu 2022-09-27T15:33:51.0270707Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expand_cpu 2022-09-27T15:33:51.0527214Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu 2022-09-27T15:33:51.0620539Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 2022-09-27T15:33:51.0697426Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 2022-09-27T15:33:51.0704321Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 2022-09-27T15:33:51.0790543Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu 2022-09-27T15:33:51.1091042Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu 2022-09-27T15:33:51.1091708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 2022-09-27T15:33:51.1356516Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 2022-09-27T15:33:51.1370116Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu 2022-09-27T15:33:51.1529852Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu 2022-09-27T15:33:51.1532625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 2022-09-27T15:33:51.1968995Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 2022-09-27T15:33:51.1969719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 2022-09-27T15:33:51.2002671Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 2022-09-27T15:33:51.2017492Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu 2022-09-27T15:33:51.2240017Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu 2022-09-27T15:33:51.2258442Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu 2022-09-27T15:33:51.2295029Z test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu 2022-09-27T15:33:51.2396741Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu 2022-09-27T15:33:51.2397418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 2022-09-27T15:33:51.2578547Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 2022-09-27T15:33:51.2592882Z [gw2] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu 2022-09-27T15:33:51.2677984Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu 2022-09-27T15:33:51.2703891Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu 2022-09-27T15:33:51.2844932Z [gw1] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu 2022-09-27T15:33:51.2860043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 2022-09-27T15:33:51.3188198Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 2022-09-27T15:33:51.3283255Z test_ops.py::TestCommonCPU::test_out_warning_pow_cpu 2022-09-27T15:33:51.3285720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 2022-09-27T15:33:51.3644640Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 2022-09-27T15:33:51.3657913Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu 2022-09-27T15:33:51.3692445Z test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu 2022-09-27T15:33:51.3856042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 2022-09-27T15:33:51.3878199Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu 2022-09-27T15:33:51.3900592Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 2022-09-27T15:33:51.3919714Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pow_cpu 2022-09-27T15:33:51.4103464Z test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu 2022-09-27T15:33:51.4106138Z test_ops.py::TestCommonCPU::test_out_warning_float_cpu 2022-09-27T15:33:51.4141522Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_float_cpu 2022-09-27T15:33:51.4588988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 2022-09-27T15:33:51.5094568Z test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu 2022-09-27T15:33:51.5120575Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu 2022-09-27T15:33:51.5386976Z test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu 2022-09-27T15:33:51.5631025Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu 2022-09-27T15:33:51.5764647Z test_ops.py::TestCommonCPU::test_out_warning_ge_cpu 2022-09-27T15:33:51.5779926Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 2022-09-27T15:33:51.5939173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 2022-09-27T15:33:51.6054790Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 2022-09-27T15:33:51.6195196Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ge_cpu 2022-09-27T15:33:51.6203931Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 2022-09-27T15:33:51.6237038Z test_ops.py::TestCommonCPU::test_out_warning_half_cpu 2022-09-27T15:33:51.6247176Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_half_cpu 2022-09-27T15:33:51.6673346Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 2022-09-27T15:33:51.6674091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 2022-09-27T15:33:51.6685485Z test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu 2022-09-27T15:33:51.6997477Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 2022-09-27T15:33:51.7149033Z [gw2] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu 2022-09-27T15:33:51.7161340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:51.7168178Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:51.7259652Z test_ops.py::TestCommonCPU::test_out_warning_i0_cpu 2022-09-27T15:33:51.7431354Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_i0_cpu 2022-09-27T15:33:51.7444287Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu 2022-09-27T15:33:51.7520332Z test_ops.py::TestCommonCPU::test_out_warning_randn_cpu 2022-09-27T15:33:51.7538193Z [gw1] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_randn_cpu 2022-09-27T15:33:51.7543412Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:51.7677922Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:51.7949325Z test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu 2022-09-27T15:33:51.7994538Z test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu 2022-09-27T15:33:51.8029137Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu 2022-09-27T15:33:51.8033273Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 2022-09-27T15:33:51.8066386Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 2022-09-27T15:33:51.8082186Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu 2022-09-27T15:33:51.8355934Z test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu 2022-09-27T15:33:51.8360697Z test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu 2022-09-27T15:33:51.8469323Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu 2022-09-27T15:33:51.8486965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:33:51.8795193Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:33:51.8800575Z test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu 2022-09-27T15:33:51.8908843Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu 2022-09-27T15:33:51.8913920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 2022-09-27T15:33:51.9235095Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 2022-09-27T15:33:51.9240293Z test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu 2022-09-27T15:33:51.9340655Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu 2022-09-27T15:33:51.9351215Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu 2022-09-27T15:33:51.9356592Z test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu 2022-09-27T15:33:51.9364364Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu 2022-09-27T15:33:51.9370977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:33:51.9634034Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:33:51.9666761Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu 2022-09-27T15:33:51.9716571Z [gw1] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu 2022-09-27T15:33:51.9760416Z test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu 2022-09-27T15:33:51.9770645Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu 2022-09-27T15:33:51.9842934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 2022-09-27T15:33:52.0151510Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 2022-09-27T15:33:52.0162129Z test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu 2022-09-27T15:33:52.0211627Z test_ops.py::TestCommonCPU::test_out_warning_istft_cpu 2022-09-27T15:33:52.0251018Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_istft_cpu 2022-09-27T15:33:52.0406277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 2022-09-27T15:33:52.0630812Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 2022-09-27T15:33:52.0636998Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu 2022-09-27T15:33:52.0671819Z [gw2] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu 2022-09-27T15:33:52.0715917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 2022-09-27T15:33:52.1067128Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 2022-09-27T15:33:52.1110006Z test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu 2022-09-27T15:33:52.1167009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 2022-09-27T15:33:52.1354026Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 2022-09-27T15:33:52.1372453Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu 2022-09-27T15:33:52.1593549Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu 2022-09-27T15:33:52.1606949Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu 2022-09-27T15:33:52.1609879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:33:52.1618888Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:33:52.1721856Z test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu 2022-09-27T15:33:52.2016475Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu 2022-09-27T15:33:52.2020411Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:52.2030646Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:52.2155737Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu 2022-09-27T15:33:52.2267002Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu 2022-09-27T15:33:52.2290758Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu 2022-09-27T15:33:52.2326950Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu 2022-09-27T15:33:52.2460073Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu 2022-09-27T15:33:52.2466413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:52.2475498Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:52.2758206Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu 2022-09-27T15:33:52.2766571Z test_ops.py::TestCommonCPU::test_out_warning_short_cpu 2022-09-27T15:33:52.2789086Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_short_cpu 2022-09-27T15:33:52.2928745Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu 2022-09-27T15:33:52.2936907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:33:52.2950068Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:33:52.3107968Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu 2022-09-27T15:33:52.3228426Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu 2022-09-27T15:33:52.3231844Z test_ops.py::TestCommonCPU::test_out_warning_sin_cpu 2022-09-27T15:33:52.3377151Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sin_cpu 2022-09-27T15:33:52.3392837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 2022-09-27T15:33:52.3669408Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu 2022-09-27T15:33:52.3685744Z test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu 2022-09-27T15:33:52.3793172Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 2022-09-27T15:33:52.3834820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 2022-09-27T15:33:52.4157429Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 2022-09-27T15:33:52.4185852Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu 2022-09-27T15:33:52.4232205Z test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu 2022-09-27T15:33:52.4409526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 2022-09-27T15:33:52.4416238Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu 2022-09-27T15:33:52.4524881Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 2022-09-27T15:33:52.4568729Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu 2022-09-27T15:33:52.4694267Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu 2022-09-27T15:33:52.4696155Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu 2022-09-27T15:33:52.4714397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 2022-09-27T15:33:52.4798267Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu 2022-09-27T15:33:52.5055518Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 2022-09-27T15:33:52.5058924Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu 2022-09-27T15:33:52.5165628Z [gw1] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu 2022-09-27T15:33:52.5254692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 2022-09-27T15:33:52.5547290Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 2022-09-27T15:33:52.5606999Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu 2022-09-27T15:33:52.5733645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 2022-09-27T15:33:52.5769859Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu 2022-09-27T15:33:52.5876994Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu 2022-09-27T15:33:52.5909635Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu 2022-09-27T15:33:52.5930464Z test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu 2022-09-27T15:33:52.6029814Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 2022-09-27T15:33:52.6511940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 2022-09-27T15:33:52.6527069Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 2022-09-27T15:33:52.6594508Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 2022-09-27T15:33:52.6605420Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 2022-09-27T15:33:52.6621965Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu 2022-09-27T15:33:52.6647311Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu 2022-09-27T15:33:52.6749308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 2022-09-27T15:33:52.6774861Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu 2022-09-27T15:33:52.6793328Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu 2022-09-27T15:33:52.7108893Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu 2022-09-27T15:33:52.7161378Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu 2022-09-27T15:33:52.7237754Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu 2022-09-27T15:33:52.7276092Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 2022-09-27T15:33:52.7508045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 2022-09-27T15:33:52.7512877Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:33:52.7706228Z [gw1] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:33:52.7734587Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 2022-09-27T15:33:52.7986947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 2022-09-27T15:33:52.8028918Z test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu 2022-09-27T15:33:52.8065978Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu 2022-09-27T15:33:52.8152112Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 2022-09-27T15:33:52.8396440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 2022-09-27T15:33:52.8403207Z test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu 2022-09-27T15:33:52.8834718Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu 2022-09-27T15:33:52.8840793Z test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu 2022-09-27T15:33:52.9297487Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu 2022-09-27T15:33:52.9338698Z test_ops.py::TestCommonCPU::test_out_warning_stft_cpu 2022-09-27T15:33:52.9362813Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_stft_cpu 2022-09-27T15:33:52.9376206Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 2022-09-27T15:33:52.9787161Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 2022-09-27T15:33:53.1388172Z test_ops.py::TestCommonCPU::test_out_warning_svd_cpu 2022-09-27T15:33:53.1401375Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu 2022-09-27T15:33:53.1429968Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu 2022-09-27T15:33:53.1875222Z [gw2] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu 2022-09-27T15:33:53.1989719Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu 2022-09-27T15:33:53.2069129Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 2022-09-27T15:33:53.3215710Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 2022-09-27T15:33:53.3302284Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu 2022-09-27T15:33:53.3485786Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu 2022-09-27T15:33:53.3757694Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu 2022-09-27T15:33:53.7372229Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu 2022-09-27T15:33:53.7386560Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 2022-09-27T15:33:53.7436509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 2022-09-27T15:33:53.7817692Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 2022-09-27T15:33:53.7859737Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 2022-09-27T15:33:53.8276200Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 2022-09-27T15:33:53.8328300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 2022-09-27T15:33:53.8716251Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 2022-09-27T15:33:53.8766064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 2022-09-27T15:33:53.9196440Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 2022-09-27T15:33:53.9282144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 2022-09-27T15:33:53.9675820Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 2022-09-27T15:33:54.0128491Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 2022-09-27T15:33:54.0153443Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 2022-09-27T15:33:54.0481055Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 2022-09-27T15:33:54.0505933Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 2022-09-27T15:33:54.0726642Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 2022-09-27T15:33:54.0767115Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 2022-09-27T15:33:54.0813219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 2022-09-27T15:33:54.1211478Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 2022-09-27T15:33:54.1235802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 2022-09-27T15:33:54.1246468Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_svd_cpu 2022-09-27T15:33:54.1257768Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu 2022-09-27T15:33:54.1265789Z test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu 2022-09-27T15:33:54.1304847Z test_ops.py::TestCommonCPU::test_out_warning_log2_cpu 2022-09-27T15:33:54.1386707Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 2022-09-27T15:33:54.1446746Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log2_cpu 2022-09-27T15:33:54.1646446Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu 2022-09-27T15:33:54.1750875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 2022-09-27T15:33:54.1808519Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu 2022-09-27T15:33:54.1838713Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 2022-09-27T15:33:54.1866123Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu 2022-09-27T15:33:54.1909738Z test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu 2022-09-27T15:33:54.2151626Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu 2022-09-27T15:33:54.2163118Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 2022-09-27T15:33:54.2319349Z test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu 2022-09-27T15:33:54.2329712Z test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu 2022-09-27T15:33:54.2392206Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu 2022-09-27T15:33:54.2554354Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 2022-09-27T15:33:54.2774791Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 2022-09-27T15:33:54.2785339Z test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu 2022-09-27T15:33:54.2803261Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu 2022-09-27T15:33:54.2815790Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu 2022-09-27T15:33:54.2997669Z test_ops.py::TestCommonCPU::test_out_warning_logit_cpu 2022-09-27T15:33:54.3025572Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 2022-09-27T15:33:54.3057103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 2022-09-27T15:33:54.3082403Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 2022-09-27T15:33:54.3188244Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logit_cpu 2022-09-27T15:33:54.3196275Z test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu 2022-09-27T15:33:54.3231133Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu 2022-09-27T15:33:54.3455520Z test_ops.py::TestCommonCPU::test_out_warning_lt_cpu 2022-09-27T15:33:54.3464137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 2022-09-27T15:33:54.3712429Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 2022-09-27T15:33:54.3723040Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lt_cpu 2022-09-27T15:33:54.3731625Z test_ops.py::TestCommonCPU::test_out_warning_mH_cpu 2022-09-27T15:33:54.3740831Z test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu 2022-09-27T15:33:54.3750389Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu 2022-09-27T15:33:54.3960569Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mH_cpu 2022-09-27T15:33:54.3969131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 2022-09-27T15:33:54.4115295Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 2022-09-27T15:33:54.4125048Z test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu 2022-09-27T15:33:54.4187882Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu 2022-09-27T15:33:54.4394205Z test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu 2022-09-27T15:33:54.4409906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 2022-09-27T15:33:54.4452326Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu 2022-09-27T15:33:54.4560835Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 2022-09-27T15:33:54.4570578Z test_ops.py::TestCommonCPU::test_out_warning_var_cpu 2022-09-27T15:33:54.4581365Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_var_cpu 2022-09-27T15:33:54.4593405Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu 2022-09-27T15:33:54.4851321Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu 2022-09-27T15:33:54.4976761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 2022-09-27T15:33:54.5012304Z test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu 2022-09-27T15:33:54.5040219Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu 2022-09-27T15:33:54.5048813Z test_ops.py::TestCommonCPU::test_out_warning_median_cpu 2022-09-27T15:33:54.5233279Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_median_cpu 2022-09-27T15:33:54.5272020Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 2022-09-27T15:33:54.5348563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 2022-09-27T15:33:54.5476873Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 2022-09-27T15:33:54.5488743Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu 2022-09-27T15:33:54.5498823Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu 2022-09-27T15:33:54.5539057Z test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu 2022-09-27T15:33:54.5595270Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu 2022-09-27T15:33:54.5607220Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 2022-09-27T15:33:54.5711815Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:33:54.5951041Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 2022-09-27T15:33:54.6053798Z test_ops.py::TestCommonCPU::test_out_warning_mode_cpu 2022-09-27T15:33:54.6058743Z test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu 2022-09-27T15:33:54.6102649Z [gw1] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu 2022-09-27T15:33:54.6437306Z [gw2] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_mode_cpu 2022-09-27T15:33:54.6445162Z test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 2022-09-27T15:33:54.6453475Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 2022-09-27T15:33:54.6459840Z test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu 2022-09-27T15:33:54.6850335Z [gw2] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu 2022-09-27T15:33:54.6949262Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 2022-09-27T15:33:54.7252573Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:33:54.7272780Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:33:54.9444665Z test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu 2022-09-27T15:33:54.9471805Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 2022-09-27T15:33:54.9666334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 2022-09-27T15:33:54.9917459Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 2022-09-27T15:33:55.0007859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 2022-09-27T15:33:55.0403693Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 2022-09-27T15:33:55.0452734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 2022-09-27T15:33:55.0814766Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 2022-09-27T15:33:55.0942330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 2022-09-27T15:33:55.1302208Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 2022-09-27T15:33:55.1312568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 2022-09-27T15:33:55.1626838Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 2022-09-27T15:33:55.1648823Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu 2022-09-27T15:33:55.1699998Z test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu 2022-09-27T15:33:55.1787783Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu 2022-09-27T15:33:55.1800859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 2022-09-27T15:33:55.2137568Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 2022-09-27T15:33:55.2233049Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu 2022-09-27T15:33:55.2245061Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu 2022-09-27T15:33:55.2391767Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 2022-09-27T15:33:55.2401838Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 2022-09-27T15:33:55.2413288Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 2022-09-27T15:33:55.2554170Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 2022-09-27T15:33:55.2623653Z test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu 2022-09-27T15:33:55.2811624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 2022-09-27T15:33:55.3021981Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 2022-09-27T15:33:55.3060163Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu 2022-09-27T15:33:55.3105560Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:33:55.3218227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 2022-09-27T15:33:55.3259453Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:33:55.3492489Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 2022-09-27T15:33:55.3513119Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu 2022-09-27T15:33:55.3583318Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 2022-09-27T15:33:55.3997811Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 2022-09-27T15:33:55.4044985Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 2022-09-27T15:33:55.4074749Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu 2022-09-27T15:33:55.4104475Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu 2022-09-27T15:33:55.4196102Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 2022-09-27T15:33:55.4476329Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu 2022-09-27T15:33:55.4518291Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 2022-09-27T15:33:55.4556040Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 2022-09-27T15:33:55.4564021Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu 2022-09-27T15:33:55.4598067Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu 2022-09-27T15:33:55.4624107Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 2022-09-27T15:33:55.4916050Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 2022-09-27T15:33:55.4973172Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 2022-09-27T15:33:55.4999169Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 2022-09-27T15:33:55.5008729Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu 2022-09-27T15:33:55.5414888Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu 2022-09-27T15:33:55.5423904Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 2022-09-27T15:33:55.5449720Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu 2022-09-27T15:33:55.5476823Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:33:55.5502802Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:33:55.5531079Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu 2022-09-27T15:33:55.5874541Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 2022-09-27T15:33:55.5883720Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 2022-09-27T15:33:55.5891916Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu 2022-09-27T15:33:55.5939927Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu 2022-09-27T15:33:55.6334543Z [gw3] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 2022-09-27T15:33:55.6400944Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 2022-09-27T15:33:55.6411015Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 2022-09-27T15:33:55.6419225Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:33:55.6429153Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:33:55.6461616Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 2022-09-27T15:33:55.6791158Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool 2022-09-27T15:33:55.6829658Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 2022-09-27T15:33:55.7171183Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu 2022-09-27T15:33:55.7199640Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 2022-09-27T15:33:55.7399641Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 2022-09-27T15:33:55.7448944Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu 2022-09-27T15:33:55.7688228Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu 2022-09-27T15:33:55.7716083Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 2022-09-27T15:33:55.7768931Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:33:55.7857969Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:33:55.7890195Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu 2022-09-27T15:33:55.7949312Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:33:55.8194844Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:33:55.8198090Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:33:55.8354978Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:33:55.8363270Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:33:55.8632352Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:33:55.8650248Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 2022-09-27T15:33:55.8837035Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 2022-09-27T15:33:55.8843043Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:33:55.9114514Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:33:55.9121645Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 2022-09-27T15:33:55.9281003Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 2022-09-27T15:33:55.9288052Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu 2022-09-27T15:33:55.9550046Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu 2022-09-27T15:33:55.9725262Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 2022-09-27T15:33:55.9728704Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 2022-09-27T15:33:55.9735882Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:33:56.0002491Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:33:56.0130448Z test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 2022-09-27T15:33:56.0158214Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu 2022-09-27T15:33:56.0369301Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu 2022-09-27T15:33:56.0424078Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 2022-09-27T15:33:56.0575021Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 2022-09-27T15:33:56.0618287Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu 2022-09-27T15:33:56.0666432Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 2022-09-27T15:33:56.0836500Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu 2022-09-27T15:33:56.0952329Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 2022-09-27T15:33:56.1075331Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 2022-09-27T15:33:56.1075916Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu 2022-09-27T15:33:56.1329219Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu 2022-09-27T15:33:56.1333220Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:33:56.1590829Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:33:56.1780503Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu 2022-09-27T15:33:56.2211506Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 2022-09-27T15:33:56.2271025Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu 2022-09-27T15:33:56.2277362Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu 2022-09-27T15:33:56.2291551Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:33:56.2309974Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:33:56.2342412Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 2022-09-27T15:33:56.2349638Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu 2022-09-27T15:33:56.2419837Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 2022-09-27T15:33:56.2588109Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 2022-09-27T15:33:56.2615396Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool 2022-09-27T15:33:56.2710949Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 2022-09-27T15:33:56.2715989Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu 2022-09-27T15:33:56.2827834Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu 2022-09-27T15:33:56.2851102Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 2022-09-27T15:33:56.3153902Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 2022-09-27T15:33:56.3158745Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu 2022-09-27T15:33:56.3282514Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu 2022-09-27T15:33:56.3599877Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 2022-09-27T15:33:56.3605481Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu 2022-09-27T15:33:56.4075998Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu 2022-09-27T15:33:56.4080618Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu 2022-09-27T15:33:56.4517253Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu 2022-09-27T15:33:56.4526619Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu 2022-09-27T15:33:56.4876862Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu 2022-09-27T15:33:56.4909192Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 2022-09-27T15:33:56.4996685Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 2022-09-27T15:33:56.5006143Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:33:56.5121476Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:33:56.5422349Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 2022-09-27T15:33:56.5430883Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 2022-09-27T15:33:56.5483636Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 2022-09-27T15:33:56.5491339Z test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu 2022-09-27T15:33:56.5953640Z [gw2] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu 2022-09-27T15:33:56.5975197Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:33:56.5983655Z test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu 2022-09-27T15:33:56.5991256Z test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 2022-09-27T15:33:56.6026664Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 2022-09-27T15:33:56.6038605Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu 2022-09-27T15:33:56.6278658Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:33:56.6378502Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 2022-09-27T15:33:56.6387171Z test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu 2022-09-27T15:33:56.6465979Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu 2022-09-27T15:33:56.6580309Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 2022-09-27T15:33:56.6632892Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 2022-09-27T15:33:56.6715580Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 2022-09-27T15:33:56.6740993Z test_ops.py::TestCommonCPU::test_out_T_cpu_float32 2022-09-27T15:33:56.6803276Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_T_cpu_float32 2022-09-27T15:33:56.6810934Z test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu 2022-09-27T15:33:56.7154477Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu 2022-09-27T15:33:56.7201643Z test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 2022-09-27T15:33:56.7310318Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 2022-09-27T15:33:56.7596682Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu 2022-09-27T15:33:56.7628184Z test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 2022-09-27T15:33:56.8036005Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 2022-09-27T15:33:56.8065039Z test_ops.py::TestCommonCPU::test_out__masked_amax_cpu_float32 2022-09-27T15:33:56.8177072Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__masked_amax_cpu_float32 2022-09-27T15:33:56.8212769Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu 2022-09-27T15:33:56.8249482Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu 2022-09-27T15:33:56.8516394Z [gw2] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu 2022-09-27T15:33:56.8550206Z test_ops.py::TestCommonCPU::test_out__masked_cumprod_cpu_float32 2022-09-27T15:33:56.8714273Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__masked_cumprod_cpu_float32 2022-09-27T15:33:56.8722969Z test_ops.py::TestCommonCPU::test_out_warning_put_cpu 2022-09-27T15:33:56.8848602Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_put_cpu 2022-09-27T15:33:56.8882531Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:33:56.8996938Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:33:56.9036035Z test_ops.py::TestCommonCPU::test_out__masked_logsumexp_cpu_float32 2022-09-27T15:33:56.9134273Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__masked_logsumexp_cpu_float32 2022-09-27T15:33:56.9168541Z test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu 2022-09-27T15:33:56.9179753Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu 2022-09-27T15:33:56.9189745Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 2022-09-27T15:33:56.9521151Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 2022-09-27T15:33:56.9536106Z test_ops.py::TestCommonCPU::test_out__masked_normalize_cpu_float32 2022-09-27T15:33:56.9621158Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__masked_normalize_cpu_float32 2022-09-27T15:33:56.9647777Z test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu 2022-09-27T15:33:56.9916016Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu 2022-09-27T15:33:56.9925164Z test_ops.py::TestCommonCPU::test_out__masked_std_cpu_float32 2022-09-27T15:33:57.0148847Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__masked_std_cpu_float32 2022-09-27T15:33:57.0237427Z test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu 2022-09-27T15:33:57.0383882Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu 2022-09-27T15:33:57.0544580Z test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 2022-09-27T15:33:57.0550339Z test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu 2022-09-27T15:33:57.0558092Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu 2022-09-27T15:33:57.0830717Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 2022-09-27T15:33:57.0984553Z test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 2022-09-27T15:33:57.0994097Z test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu 2022-09-27T15:33:57.1116766Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu 2022-09-27T15:33:57.1326532Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 2022-09-27T15:33:57.1469458Z test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 2022-09-27T15:33:57.1526863Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu 2022-09-27T15:33:57.1891373Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu 2022-09-27T15:33:57.1903612Z test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu 2022-09-27T15:33:57.2276620Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu 2022-09-27T15:33:57.2805655Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu 2022-09-27T15:33:57.2841590Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 2022-09-27T15:33:57.2980885Z test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 2022-09-27T15:33:57.3300309Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 2022-09-27T15:33:57.3387212Z test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 2022-09-27T15:33:57.3482118Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 2022-09-27T15:33:57.3503213Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu 2022-09-27T15:33:57.3830359Z test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu 2022-09-27T15:33:57.4125957Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 2022-09-27T15:33:57.4232311Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 2022-09-27T15:33:57.4658470Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 2022-09-27T15:33:57.4757830Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 2022-09-27T15:33:57.5207967Z test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 2022-09-27T15:33:57.5255314Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 2022-09-27T15:33:57.5535800Z test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 2022-09-27T15:33:57.5672507Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 2022-09-27T15:33:57.5697891Z test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 2022-09-27T15:33:57.5806207Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 2022-09-27T15:33:57.5831858Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:33:57.5924909Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool 2022-09-27T15:33:57.6110663Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool 2022-09-27T15:33:57.6328445Z test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 2022-09-27T15:33:57.6338114Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 2022-09-27T15:33:57.6819710Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 2022-09-27T15:33:57.6829519Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 2022-09-27T15:33:57.7274736Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 2022-09-27T15:33:57.7284735Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 2022-09-27T15:33:57.7712156Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 2022-09-27T15:33:57.7730893Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 2022-09-27T15:33:57.7883022Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 2022-09-27T15:33:57.7912040Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 2022-09-27T15:33:57.7965984Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 2022-09-27T15:33:57.8073791Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 2022-09-27T15:33:57.8138558Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 2022-09-27T15:33:57.8472524Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 2022-09-27T15:33:57.8592544Z test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:33:57.8603414Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 2022-09-27T15:33:57.9005258Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 2022-09-27T15:33:57.9027579Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 2022-09-27T15:33:57.9226549Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 2022-09-27T15:33:57.9242116Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu 2022-09-27T15:33:57.9274066Z test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu 2022-09-27T15:33:57.9313141Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu 2022-09-27T15:33:57.9328216Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:33:57.9350436Z test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 2022-09-27T15:33:57.9433262Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 2022-09-27T15:33:57.9466408Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 2022-09-27T15:33:57.9752903Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 2022-09-27T15:33:57.9833319Z test_ops.py::TestCommonCPU::test_out_warning_sign_cpu 2022-09-27T15:33:57.9838834Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sign_cpu 2022-09-27T15:33:57.9839351Z test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 2022-09-27T15:33:57.9901827Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 2022-09-27T15:33:57.9902402Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 2022-09-27T15:33:58.0192728Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 2022-09-27T15:33:58.0233413Z test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu 2022-09-27T15:33:58.0249879Z test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 2022-09-27T15:33:58.0259472Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 2022-09-27T15:33:58.0384965Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu 2022-09-27T15:33:58.0385524Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 2022-09-27T15:33:58.0514412Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 2022-09-27T15:33:58.0531963Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 2022-09-27T15:33:58.0627263Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 2022-09-27T15:33:58.0702792Z test_ops.py::TestCommonCPU::test_out_warning_sort_cpu 2022-09-27T15:33:58.0825841Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 2022-09-27T15:33:58.0829194Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 2022-09-27T15:33:58.1221183Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 2022-09-27T15:33:58.1270337Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 2022-09-27T15:33:58.1270977Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 2022-09-27T15:33:58.1290713Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 2022-09-27T15:33:58.1711711Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 2022-09-27T15:33:58.2562890Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool 2022-09-27T15:33:58.2579933Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 2022-09-27T15:33:58.3647201Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 2022-09-27T15:33:58.3726297Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 2022-09-27T15:33:58.3873531Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 2022-09-27T15:33:58.3929298Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sort_cpu 2022-09-27T15:33:58.4210702Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu 2022-09-27T15:33:58.4358894Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu 2022-09-27T15:33:58.4589423Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu 2022-09-27T15:33:58.4607698Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 2022-09-27T15:33:58.4793820Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 2022-09-27T15:33:58.4840852Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 2022-09-27T15:33:58.5146606Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 2022-09-27T15:33:58.5202754Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu 2022-09-27T15:33:58.5283155Z test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu 2022-09-27T15:33:58.5309794Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 2022-09-27T15:33:58.5375691Z test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 2022-09-27T15:33:58.5505270Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 2022-09-27T15:33:58.5634121Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu 2022-09-27T15:33:58.5777209Z test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu 2022-09-27T15:33:58.5789840Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu 2022-09-27T15:33:58.6151520Z test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 2022-09-27T15:33:58.6224178Z test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu 2022-09-27T15:33:58.6571948Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu 2022-09-27T15:33:58.6653256Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu 2022-09-27T15:33:58.6681773Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 2022-09-27T15:33:58.6694975Z test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 2022-09-27T15:33:58.6862379Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu 2022-09-27T15:33:58.6881646Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool 2022-09-27T15:33:58.6960565Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 2022-09-27T15:33:58.7092721Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:33:58.7396401Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:33:58.7423992Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:33:58.7435754Z [gw2] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:33:58.7468107Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 2022-09-27T15:33:58.7836405Z test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 2022-09-27T15:33:58.8035892Z test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu 2022-09-27T15:33:58.8081853Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 2022-09-27T15:33:58.8275069Z test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 2022-09-27T15:33:58.8439016Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 2022-09-27T15:33:58.8466998Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu 2022-09-27T15:33:58.8497829Z test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu 2022-09-27T15:33:58.8523450Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 2022-09-27T15:33:58.8587791Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 2022-09-27T15:33:58.8616672Z test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 2022-09-27T15:33:58.8897930Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu 2022-09-27T15:33:58.8925975Z test_ops.py::TestCommonCPU::test_out_warning_std_cpu 2022-09-27T15:33:58.9065771Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_std_cpu 2022-09-27T15:33:58.9092959Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 2022-09-27T15:33:58.9146328Z test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 2022-09-27T15:33:58.9354275Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 2022-09-27T15:33:58.9361010Z test_ops.py::TestCommonCPU::test_out_warning_sum_cpu 2022-09-27T15:33:58.9590585Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sum_cpu 2022-09-27T15:33:58.9602675Z test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 2022-09-27T15:33:58.9827788Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 2022-09-27T15:33:59.0027663Z test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu 2022-09-27T15:33:59.0032884Z test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 2022-09-27T15:33:59.0140403Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 2022-09-27T15:33:59.0189596Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu 2022-09-27T15:33:59.0249345Z test_ops.py::TestCommonCPU::test_out_warning_tan_cpu 2022-09-27T15:33:59.0469462Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tan_cpu 2022-09-27T15:33:59.0695268Z test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:33:59.0701995Z test_ops.py::TestCommonCPU::test_out_warning_tile_cpu 2022-09-27T15:33:59.1115424Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tile_cpu 2022-09-27T15:33:59.1124427Z test_ops.py::TestCommonCPU::test_out_warning_trace_cpu 2022-09-27T15:33:59.1630846Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trace_cpu 2022-09-27T15:33:59.1994257Z test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu 2022-09-27T15:33:59.2033566Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu 2022-09-27T15:33:59.2090332Z test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu 2022-09-27T15:33:59.2511653Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu 2022-09-27T15:33:59.2520439Z test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu 2022-09-27T15:33:59.3030021Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu 2022-09-27T15:33:59.3200372Z test_ops.py::TestCommonCPU::test_out_warning_unique_cpu 2022-09-27T15:33:59.3391332Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unique_cpu 2022-09-27T15:33:59.3510007Z test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu 2022-09-27T15:33:59.3868822Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu 2022-09-27T15:33:59.3879720Z test_ops.py::TestCommonCPU::test_out_warning_view_cpu 2022-09-27T15:33:59.3963929Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_cpu 2022-09-27T15:33:59.3990805Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 2022-09-27T15:33:59.4348364Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 2022-09-27T15:33:59.4877298Z test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu 2022-09-27T15:33:59.4905525Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu 2022-09-27T15:33:59.4945764Z test_ops.py::TestCommonCPU::test_out_where_cpu_float32 2022-09-27T15:33:59.5357249Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_where_cpu_float32 2022-09-27T15:33:59.5366392Z test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 2022-09-27T15:33:59.5828368Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 2022-09-27T15:33:59.7684772Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 2022-09-27T15:33:59.7730497Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 2022-09-27T15:33:59.7985815Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 2022-09-27T15:33:59.8019098Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:34:00.0504641Z test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:34:00.0554794Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 2022-09-27T15:34:00.0902139Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 2022-09-27T15:34:00.0933547Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 2022-09-27T15:34:00.1365521Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 2022-09-27T15:34:00.1468927Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 2022-09-27T15:34:00.2528629Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 2022-09-27T15:34:00.2559163Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 2022-09-27T15:34:00.3057832Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 2022-09-27T15:34:00.3084232Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 2022-09-27T15:34:00.4089914Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 2022-09-27T15:34:00.4132885Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 2022-09-27T15:34:00.5251432Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 2022-09-27T15:34:00.5269181Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 2022-09-27T15:34:00.5810005Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 2022-09-27T15:34:00.5820991Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 2022-09-27T15:34:00.8029153Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 2022-09-27T15:34:00.8050884Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 2022-09-27T15:34:00.9603183Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 2022-09-27T15:34:00.9643105Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 2022-09-27T15:34:01.1127676Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 2022-09-27T15:34:01.1148609Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 2022-09-27T15:34:01.2901498Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 2022-09-27T15:34:01.2926602Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 2022-09-27T15:34:01.3482462Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool 2022-09-27T15:34:01.3498841Z [gw1] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool 2022-09-27T15:34:01.3546226Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 2022-09-27T15:34:01.3951069Z [gw1] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 2022-09-27T15:34:01.3980647Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 2022-09-27T15:34:01.4470503Z [gw1] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 2022-09-27T15:34:01.4610249Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool 2022-09-27T15:34:01.4651831Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 2022-09-27T15:34:01.4701699Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 2022-09-27T15:34:01.4875716Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool 2022-09-27T15:34:01.5313349Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 2022-09-27T15:34:01.5377913Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 2022-09-27T15:34:01.5871725Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 2022-09-27T15:34:01.5881102Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 2022-09-27T15:34:01.6030532Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 2022-09-27T15:34:01.6031427Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 2022-09-27T15:34:01.7719739Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 2022-09-27T15:34:01.7756170Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 2022-09-27T15:34:01.8556116Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 2022-09-27T15:34:01.8574556Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:34:01.8939113Z test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 2022-09-27T15:34:01.8971428Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 2022-09-27T15:34:01.9034180Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 2022-09-27T15:34:01.9048162Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 2022-09-27T15:34:01.9184953Z test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 2022-09-27T15:34:01.9288633Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 2022-09-27T15:34:01.9308380Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 2022-09-27T15:34:01.9550740Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 2022-09-27T15:34:02.0766715Z test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 2022-09-27T15:34:02.0783723Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 2022-09-27T15:34:02.1193179Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 2022-09-27T15:34:02.1240263Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 2022-09-27T15:34:02.1512321Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 2022-09-27T15:34:02.1553143Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 2022-09-27T15:34:02.1605726Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 2022-09-27T15:34:02.1709311Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 2022-09-27T15:34:02.1998678Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool 2022-09-27T15:34:02.2269768Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool 2022-09-27T15:34:02.2422445Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 2022-09-27T15:34:02.2749589Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 2022-09-27T15:34:02.2768503Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 2022-09-27T15:34:02.2789618Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 2022-09-27T15:34:02.2866588Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 2022-09-27T15:34:02.3155394Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 2022-09-27T15:34:02.3214179Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 2022-09-27T15:34:02.3242722Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 2022-09-27T15:34:02.3356897Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 2022-09-27T15:34:02.3555937Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 2022-09-27T15:34:02.3586080Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 2022-09-27T15:34:02.3596958Z test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 2022-09-27T15:34:02.3980564Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 2022-09-27T15:34:02.4073471Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 2022-09-27T15:34:02.4566842Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 2022-09-27T15:34:02.4591142Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 2022-09-27T15:34:02.4789682Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 2022-09-27T15:34:02.5112442Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 2022-09-27T15:34:02.5163458Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 2022-09-27T15:34:02.5291055Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 2022-09-27T15:34:02.5316010Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 2022-09-27T15:34:02.5372174Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 2022-09-27T15:34:02.5397160Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 2022-09-27T15:34:02.5538054Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool 2022-09-27T15:34:02.5545743Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 2022-09-27T15:34:02.5588410Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 2022-09-27T15:34:02.5603037Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 2022-09-27T15:34:02.5632415Z test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 2022-09-27T15:34:02.5987716Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 2022-09-27T15:34:02.5997304Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 2022-09-27T15:34:02.6072464Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 2022-09-27T15:34:02.6080851Z test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 2022-09-27T15:34:02.6433278Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 2022-09-27T15:34:02.6443163Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 2022-09-27T15:34:02.6473822Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 2022-09-27T15:34:02.6516622Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 2022-09-27T15:34:02.6872537Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 2022-09-27T15:34:02.6992370Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 2022-09-27T15:34:02.8116410Z test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 2022-09-27T15:34:02.8172414Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 2022-09-27T15:34:02.8964990Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:34:02.8980563Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:34:02.8985647Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 2022-09-27T15:34:02.9152759Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:34:02.9279970Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool 2022-09-27T15:34:02.9393407Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:34:02.9450304Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:34:02.9860187Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:34:02.9903004Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool 2022-09-27T15:34:02.9909232Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 2022-09-27T15:34:03.0431248Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:34:03.0472338Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:34:03.0506730Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 2022-09-27T15:34:03.0977590Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 2022-09-27T15:34:03.0982767Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:34:03.1395743Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:34:03.1402978Z test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 2022-09-27T15:34:03.1833015Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 2022-09-27T15:34:03.1950560Z test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 2022-09-27T15:34:03.2302999Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 2022-09-27T15:34:03.2884860Z test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 2022-09-27T15:34:03.2921537Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 2022-09-27T15:34:03.3149848Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 2022-09-27T15:34:03.3260697Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 2022-09-27T15:34:03.3317761Z test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 2022-09-27T15:34:03.3361332Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 2022-09-27T15:34:03.3382151Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool 2022-09-27T15:34:03.3726251Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 2022-09-27T15:34:03.3729159Z test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 2022-09-27T15:34:03.4146400Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 2022-09-27T15:34:03.4185464Z test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 2022-09-27T15:34:03.4615788Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 2022-09-27T15:34:03.5028732Z test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 2022-09-27T15:34:03.5067000Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 2022-09-27T15:34:03.6036313Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 2022-09-27T15:34:03.6063909Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 2022-09-27T15:34:03.6311169Z test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 2022-09-27T15:34:03.6508860Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 2022-09-27T15:34:03.7247666Z test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 2022-09-27T15:34:03.7284393Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 2022-09-27T15:34:03.7644584Z test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 2022-09-27T15:34:03.7712032Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 2022-09-27T15:34:03.8645971Z test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 2022-09-27T15:34:03.8694426Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 2022-09-27T15:34:03.9091122Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 2022-09-27T15:34:03.9145788Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 2022-09-27T15:34:03.9310142Z test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 2022-09-27T15:34:03.9602316Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 2022-09-27T15:34:03.9605258Z test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 2022-09-27T15:34:04.0041053Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 2022-09-27T15:34:04.0045568Z test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 2022-09-27T15:34:04.0475437Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 2022-09-27T15:34:04.0480898Z test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 2022-09-27T15:34:04.0931402Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 2022-09-27T15:34:04.0936423Z test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 2022-09-27T15:34:04.1390977Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 2022-09-27T15:34:04.1459458Z test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 2022-09-27T15:34:04.1779638Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 2022-09-27T15:34:04.2298719Z test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 2022-09-27T15:34:04.2350418Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 2022-09-27T15:34:04.2754864Z test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 2022-09-27T15:34:04.2846523Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 2022-09-27T15:34:04.2858009Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 2022-09-27T15:34:04.2886377Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 2022-09-27T15:34:04.3832528Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 2022-09-27T15:34:04.3873310Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 2022-09-27T15:34:04.5377308Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 2022-09-27T15:34:04.5422522Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 2022-09-27T15:34:04.6740093Z test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 2022-09-27T15:34:04.6795126Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 2022-09-27T15:34:04.6931345Z test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 2022-09-27T15:34:04.6977337Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 2022-09-27T15:34:04.7288723Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 2022-09-27T15:34:04.7323853Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 2022-09-27T15:34:04.8316757Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 2022-09-27T15:34:04.8351747Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 2022-09-27T15:34:04.9588333Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 2022-09-27T15:34:04.9620687Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 2022-09-27T15:34:04.9906994Z test_ops.py::TestCommonCPU::test_out_any_cpu_float32 2022-09-27T15:34:05.0033502Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_any_cpu_float32 2022-09-27T15:34:05.0081152Z test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 2022-09-27T15:34:05.0591047Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 2022-09-27T15:34:05.0614580Z test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 2022-09-27T15:34:05.0965194Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 2022-09-27T15:34:05.0986766Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 2022-09-27T15:34:05.1028352Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 2022-09-27T15:34:05.1057925Z test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 2022-09-27T15:34:05.1470834Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 2022-09-27T15:34:05.1717793Z test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 2022-09-27T15:34:05.1741620Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 2022-09-27T15:34:05.1750174Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 2022-09-27T15:34:05.1780317Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 2022-09-27T15:34:05.2737196Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 2022-09-27T15:34:05.2760210Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 2022-09-27T15:34:05.3383861Z test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 2022-09-27T15:34:05.3410879Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 2022-09-27T15:34:05.3691696Z test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 2022-09-27T15:34:05.3852368Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 2022-09-27T15:34:05.3866564Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 2022-09-27T15:34:05.3883183Z test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 2022-09-27T15:34:05.3898326Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 2022-09-27T15:34:05.4313477Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 2022-09-27T15:34:05.4323291Z [gw2] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 2022-09-27T15:34:05.4374318Z test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 2022-09-27T15:34:05.4474784Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 2022-09-27T15:34:05.4672784Z [gw2] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 2022-09-27T15:34:05.4693785Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 2022-09-27T15:34:05.4832369Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 2022-09-27T15:34:05.4840164Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 2022-09-27T15:34:05.4875393Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 2022-09-27T15:34:05.4896486Z [gw2] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 2022-09-27T15:34:05.5311944Z test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 2022-09-27T15:34:05.5460297Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 2022-09-27T15:34:05.5504827Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 2022-09-27T15:34:05.5703645Z test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 2022-09-27T15:34:05.5743006Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 2022-09-27T15:34:05.6276859Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 2022-09-27T15:34:05.6317096Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 2022-09-27T15:34:05.6924157Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 2022-09-27T15:34:05.6963713Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 2022-09-27T15:34:05.7468015Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 2022-09-27T15:34:05.7507813Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 2022-09-27T15:34:05.7540986Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 2022-09-27T15:34:05.7583784Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 2022-09-27T15:34:05.8399588Z test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 2022-09-27T15:34:05.8449169Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 2022-09-27T15:34:05.8971014Z test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 2022-09-27T15:34:05.9009417Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 2022-09-27T15:34:05.9223798Z test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 2022-09-27T15:34:05.9437927Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 2022-09-27T15:34:05.9484855Z test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 2022-09-27T15:34:05.9926954Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 2022-09-27T15:34:05.9937540Z test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 2022-09-27T15:34:06.0341916Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 2022-09-27T15:34:06.0430461Z test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 2022-09-27T15:34:06.0563526Z [gw3] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 2022-09-27T15:34:06.0583847Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 2022-09-27T15:34:06.0780383Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool 2022-09-27T15:34:06.1796418Z test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 2022-09-27T15:34:06.1831222Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 2022-09-27T15:34:06.1951350Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool 2022-09-27T15:34:06.1972132Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 2022-09-27T15:34:06.2321636Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 2022-09-27T15:34:06.2393829Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool 2022-09-27T15:34:06.2647729Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 2022-09-27T15:34:06.2675427Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 2022-09-27T15:34:06.2712854Z test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 2022-09-27T15:34:06.2741469Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 2022-09-27T15:34:06.2832881Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 2022-09-27T15:34:06.3122798Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 2022-09-27T15:34:06.3150159Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 2022-09-27T15:34:06.3271645Z test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 2022-09-27T15:34:06.3562511Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 2022-09-27T15:34:06.3716840Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 2022-09-27T15:34:06.3980430Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 2022-09-27T15:34:06.4206060Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 2022-09-27T15:34:06.4407893Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool 2022-09-27T15:34:06.4596512Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool 2022-09-27T15:34:06.4630636Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 2022-09-27T15:34:06.4635024Z test_ops.py::TestCommonCPU::test_out_double_cpu_float32 2022-09-27T15:34:06.4668023Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 2022-09-27T15:34:06.4910753Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_double_cpu_float32 2022-09-27T15:34:06.5064875Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 2022-09-27T15:34:06.5065950Z test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 2022-09-27T15:34:06.5072838Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 2022-09-27T15:34:06.5167584Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 2022-09-27T15:34:06.5188029Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 2022-09-27T15:34:06.5354973Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 2022-09-27T15:34:06.5500972Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 2022-09-27T15:34:06.5573801Z test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 2022-09-27T15:34:06.5584725Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 2022-09-27T15:34:06.5647889Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 2022-09-27T15:34:06.5698529Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 2022-09-27T15:34:06.5723379Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool 2022-09-27T15:34:06.5938746Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 2022-09-27T15:34:06.5956617Z test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 2022-09-27T15:34:06.6076449Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 2022-09-27T15:34:06.6228954Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 2022-09-27T15:34:06.6358139Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 2022-09-27T15:34:06.6471935Z test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 2022-09-27T15:34:06.6472421Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 2022-09-27T15:34:06.6852101Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 2022-09-27T15:34:06.6906339Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 2022-09-27T15:34:06.7278818Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 2022-09-27T15:34:06.7342722Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 2022-09-27T15:34:06.7744412Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 2022-09-27T15:34:07.0918469Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 2022-09-27T15:34:07.0945288Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 2022-09-27T15:34:07.0997021Z test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 2022-09-27T15:34:07.1378768Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 2022-09-27T15:34:07.2139237Z test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 2022-09-27T15:34:07.2167108Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 2022-09-27T15:34:07.2320526Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 2022-09-27T15:34:07.2375768Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 2022-09-27T15:34:07.2811771Z test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 2022-09-27T15:34:07.2842153Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 2022-09-27T15:34:07.2900532Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 2022-09-27T15:34:07.2934250Z [gw3] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 2022-09-27T15:34:07.4185066Z test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 2022-09-27T15:34:07.4267532Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 2022-09-27T15:34:07.5500482Z test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 2022-09-27T15:34:07.5526298Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 2022-09-27T15:34:07.5566525Z test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 2022-09-27T15:34:07.6031742Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 2022-09-27T15:34:07.6068579Z test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 2022-09-27T15:34:07.6497948Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 2022-09-27T15:34:07.6519364Z test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 2022-09-27T15:34:07.6590524Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 2022-09-27T15:34:07.7637129Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 2022-09-27T15:34:07.7698061Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 2022-09-27T15:34:07.8535216Z test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 2022-09-27T15:34:07.8600259Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 2022-09-27T15:34:07.8759700Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 2022-09-27T15:34:07.8787637Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 2022-09-27T15:34:07.8833264Z test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 2022-09-27T15:34:07.8859406Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 2022-09-27T15:34:07.8876558Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 2022-09-27T15:34:07.9269890Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 2022-09-27T15:34:07.9587013Z test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 2022-09-27T15:34:07.9620263Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 2022-09-27T15:34:08.2013478Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 2022-09-27T15:34:08.2068030Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 2022-09-27T15:34:08.2079158Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 2022-09-27T15:34:08.2112697Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 2022-09-27T15:34:08.6137062Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool 2022-09-27T15:34:08.6269274Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 2022-09-27T15:34:08.6977455Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 2022-09-27T15:34:08.7025066Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 2022-09-27T15:34:08.7645606Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 2022-09-27T15:34:08.7686587Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool 2022-09-27T15:34:08.9664671Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 2022-09-27T15:34:08.9697278Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 2022-09-27T15:34:09.1834120Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 2022-09-27T15:34:09.1889238Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 2022-09-27T15:34:09.2776161Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 2022-09-27T15:34:09.2799281Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 2022-09-27T15:34:09.2958950Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 2022-09-27T15:34:09.2990658Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 2022-09-27T15:34:09.3203574Z test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 2022-09-27T15:34:09.3470956Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 2022-09-27T15:34:09.4629850Z test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 2022-09-27T15:34:09.4685861Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 2022-09-27T15:34:09.4808916Z test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 2022-09-27T15:34:09.5262366Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 2022-09-27T15:34:09.5305611Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 2022-09-27T15:34:09.5349974Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 2022-09-27T15:34:09.5819736Z test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 2022-09-27T15:34:09.5870832Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 2022-09-27T15:34:09.6028204Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 2022-09-27T15:34:09.6062307Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 2022-09-27T15:34:09.6174569Z test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 2022-09-27T15:34:09.6502473Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 2022-09-27T15:34:09.6656052Z test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 2022-09-27T15:34:09.6999649Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 2022-09-27T15:34:09.7014174Z test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:34:09.7025080Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:34:09.7116272Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 2022-09-27T15:34:09.7429832Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 2022-09-27T15:34:09.7558884Z test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 2022-09-27T15:34:09.7942973Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 2022-09-27T15:34:09.8042429Z test_ops.py::TestCommonCPU::test_out_le_cpu_float32 2022-09-27T15:34:09.8342574Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_le_cpu_float32 2022-09-27T15:34:09.9857565Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 2022-09-27T15:34:09.9874422Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 2022-09-27T15:34:09.9891716Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 2022-09-27T15:34:09.9905062Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 2022-09-27T15:34:10.1067942Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 2022-09-27T15:34:10.1100978Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 2022-09-27T15:34:10.1485249Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 2022-09-27T15:34:10.1522387Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 2022-09-27T15:34:10.2932633Z test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 2022-09-27T15:34:10.2945220Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 2022-09-27T15:34:10.2993475Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 2022-09-27T15:34:10.3409831Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 2022-09-27T15:34:10.3417014Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool 2022-09-27T15:34:10.3870403Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool 2022-09-27T15:34:10.3877409Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 2022-09-27T15:34:10.4158991Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 2022-09-27T15:34:10.4201426Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 2022-09-27T15:34:10.4296028Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 2022-09-27T15:34:10.4302640Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 2022-09-27T15:34:10.4772013Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 2022-09-27T15:34:10.4779135Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 2022-09-27T15:34:10.5192919Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 2022-09-27T15:34:10.5214687Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 2022-09-27T15:34:10.5655947Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 2022-09-27T15:34:10.5665423Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 2022-09-27T15:34:10.6071670Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 2022-09-27T15:34:10.6090207Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 2022-09-27T15:34:10.6536657Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 2022-09-27T15:34:10.6546113Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 2022-09-27T15:34:10.6629776Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 2022-09-27T15:34:10.6654147Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 2022-09-27T15:34:10.7025973Z test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 2022-09-27T15:34:10.7062206Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 2022-09-27T15:34:10.7189232Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool 2022-09-27T15:34:10.7207326Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 2022-09-27T15:34:10.7360331Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 2022-09-27T15:34:10.7404726Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 2022-09-27T15:34:10.7856947Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 2022-09-27T15:34:10.7863815Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 2022-09-27T15:34:10.8150221Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 2022-09-27T15:34:10.8174443Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 2022-09-27T15:34:10.8307811Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 2022-09-27T15:34:10.8335276Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 2022-09-27T15:34:10.8471775Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 2022-09-27T15:34:10.8583231Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 2022-09-27T15:34:10.8750646Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 2022-09-27T15:34:10.8764306Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool 2022-09-27T15:34:10.9051018Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool 2022-09-27T15:34:10.9076083Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 2022-09-27T15:34:10.9187951Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:34:10.9215892Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 2022-09-27T15:34:10.9453101Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 2022-09-27T15:34:10.9512354Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:34:10.9601844Z test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 2022-09-27T15:34:10.9675252Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 2022-09-27T15:34:11.0069329Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 2022-09-27T15:34:11.0115611Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 2022-09-27T15:34:11.0510418Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 2022-09-27T15:34:11.0565037Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 2022-09-27T15:34:11.0991554Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 2022-09-27T15:34:11.1034930Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 2022-09-27T15:34:11.1471518Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 2022-09-27T15:34:11.1499345Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 2022-09-27T15:34:11.1719259Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 2022-09-27T15:34:11.1743942Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool 2022-09-27T15:34:11.1868687Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 2022-09-27T15:34:11.1936877Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 2022-09-27T15:34:11.2121405Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 2022-09-27T15:34:11.2148712Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 2022-09-27T15:34:11.2223068Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool 2022-09-27T15:34:11.2352960Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool 2022-09-27T15:34:11.2354270Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 2022-09-27T15:34:11.2666597Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 2022-09-27T15:34:11.2669595Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 2022-09-27T15:34:11.2792692Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 2022-09-27T15:34:11.2796631Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 2022-09-27T15:34:11.3091502Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 2022-09-27T15:34:11.3094907Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 2022-09-27T15:34:11.3231917Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 2022-09-27T15:34:11.3239274Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 2022-09-27T15:34:11.3554580Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 2022-09-27T15:34:11.3563516Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:34:11.3667868Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:34:11.3992533Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 2022-09-27T15:34:11.4001711Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 2022-09-27T15:34:11.4436332Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 2022-09-27T15:34:11.4441592Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 2022-09-27T15:34:11.4718978Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 2022-09-27T15:34:11.4749105Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 2022-09-27T15:34:11.4865759Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 2022-09-27T15:34:11.4899087Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 2022-09-27T15:34:11.5352031Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 2022-09-27T15:34:11.5399147Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 2022-09-27T15:34:11.5716285Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 2022-09-27T15:34:11.5736620Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 2022-09-27T15:34:11.5753885Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool 2022-09-27T15:34:11.5847837Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 2022-09-27T15:34:11.6272279Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 2022-09-27T15:34:11.6273901Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 2022-09-27T15:34:11.6711729Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 2022-09-27T15:34:11.7963394Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 2022-09-27T15:34:11.7973723Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 2022-09-27T15:34:12.1006232Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 2022-09-27T15:34:12.1034550Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 2022-09-27T15:34:12.1263244Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:34:12.1289883Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool 2022-09-27T15:34:12.2858328Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 2022-09-27T15:34:12.2896720Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 2022-09-27T15:34:12.3169800Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:34:12.3316953Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:34:12.3344004Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 2022-09-27T15:34:12.3357177Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 2022-09-27T15:34:12.6397118Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 2022-09-27T15:34:12.6419989Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 2022-09-27T15:34:12.6443201Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 2022-09-27T15:34:12.6450716Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 2022-09-27T15:34:12.7142675Z test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 2022-09-27T15:34:12.7316672Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:34:12.8608069Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:34:12.8648477Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 2022-09-27T15:34:12.9143725Z test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 2022-09-27T15:34:12.9179314Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 2022-09-27T15:34:13.1704737Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 2022-09-27T15:34:13.1758395Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 2022-09-27T15:34:13.1957430Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 2022-09-27T15:34:13.1989232Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:34:13.4135135Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 2022-09-27T15:34:13.4209292Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 2022-09-27T15:34:13.4636818Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 2022-09-27T15:34:13.4656427Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 2022-09-27T15:34:13.4676467Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 2022-09-27T15:34:13.4699220Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 2022-09-27T15:34:13.6976139Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 2022-09-27T15:34:13.7002663Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 2022-09-27T15:34:13.8741477Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 2022-09-27T15:34:13.8804234Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 2022-09-27T15:34:13.9366865Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 2022-09-27T15:34:13.9402915Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 2022-09-27T15:34:13.9515262Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool 2022-09-27T15:34:13.9677544Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 2022-09-27T15:34:14.1758504Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 2022-09-27T15:34:14.1786597Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool 2022-09-27T15:34:14.2997532Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 2022-09-27T15:34:14.3025069Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 2022-09-27T15:34:14.3933427Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 2022-09-27T15:34:14.3958923Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 2022-09-27T15:34:14.4076437Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 2022-09-27T15:34:14.4390770Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 2022-09-27T15:34:14.4446766Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 2022-09-27T15:34:14.4884283Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 2022-09-27T15:34:14.4889214Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 2022-09-27T15:34:14.4965954Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 2022-09-27T15:34:14.4989988Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 2022-09-27T15:34:14.5351664Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 2022-09-27T15:34:14.5371305Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 2022-09-27T15:34:14.5792816Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 2022-09-27T15:34:14.5816069Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 2022-09-27T15:34:14.6089960Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 2022-09-27T15:34:14.6117773Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 2022-09-27T15:34:14.6158800Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:34:14.6232925Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 2022-09-27T15:34:14.6319657Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 2022-09-27T15:34:14.6592255Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:34:14.6606721Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 2022-09-27T15:34:14.6713625Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool 2022-09-27T15:34:14.6766682Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool 2022-09-27T15:34:14.6990635Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 2022-09-27T15:34:14.7107782Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 2022-09-27T15:34:14.7133596Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 2022-09-27T15:34:14.7189400Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 2022-09-27T15:34:14.7463967Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 2022-09-27T15:34:14.7517878Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:34:14.7547838Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:34:14.7564033Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 2022-09-27T15:34:14.7885148Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 2022-09-27T15:34:14.7961933Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 2022-09-27T15:34:14.7987157Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 2022-09-27T15:34:14.8077882Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool 2022-09-27T15:34:14.8098176Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 2022-09-27T15:34:14.8388628Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 2022-09-27T15:34:14.8389182Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 2022-09-27T15:34:14.8756177Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 2022-09-27T15:34:14.8900401Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 2022-09-27T15:34:14.9268580Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 2022-09-27T15:34:14.9340188Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 2022-09-27T15:34:14.9637800Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 2022-09-27T15:34:14.9756231Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 2022-09-27T15:34:15.0151087Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 2022-09-27T15:34:15.0203496Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 2022-09-27T15:34:15.0359636Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 2022-09-27T15:34:15.0385720Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool 2022-09-27T15:34:15.0590670Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 2022-09-27T15:34:15.0692338Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 2022-09-27T15:34:15.0707029Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 2022-09-27T15:34:15.2275133Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 2022-09-27T15:34:15.2311481Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 2022-09-27T15:34:15.3359910Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 2022-09-27T15:34:15.3385238Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 2022-09-27T15:34:15.3650299Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 2022-09-27T15:34:15.3673966Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 2022-09-27T15:34:15.3936168Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:34:15.4073288Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 2022-09-27T15:34:15.4791948Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 2022-09-27T15:34:15.4953940Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 2022-09-27T15:34:15.5571193Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 2022-09-27T15:34:15.5684735Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 2022-09-27T15:34:15.5781057Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 2022-09-27T15:34:15.5796531Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:34:15.5991629Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 2022-09-27T15:34:15.6011611Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 2022-09-27T15:34:15.6045650Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 2022-09-27T15:34:15.6110302Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 2022-09-27T15:34:15.7163159Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 2022-09-27T15:34:15.7190011Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 2022-09-27T15:34:15.8154840Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 2022-09-27T15:34:15.8172828Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 2022-09-27T15:34:15.8483455Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 2022-09-27T15:34:15.8502527Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 2022-09-27T15:34:15.9298044Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 2022-09-27T15:34:15.9327698Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 2022-09-27T15:34:16.0250905Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 2022-09-27T15:34:16.0280062Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 2022-09-27T15:34:16.2555470Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 2022-09-27T15:34:16.2584211Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 2022-09-27T15:34:16.3717449Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 2022-09-27T15:34:16.3749676Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 2022-09-27T15:34:16.6266998Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 2022-09-27T15:34:16.6293955Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 2022-09-27T15:34:16.7165944Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 2022-09-27T15:34:16.7193412Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 2022-09-27T15:34:16.7257139Z test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 2022-09-27T15:34:16.7663362Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 2022-09-27T15:34:16.8020325Z test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 2022-09-27T15:34:16.8071595Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 2022-09-27T15:34:16.9079747Z test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 2022-09-27T15:34:16.9083511Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 2022-09-27T15:34:16.9104026Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 2022-09-27T15:34:16.9113354Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 2022-09-27T15:34:16.9122823Z test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 2022-09-27T15:34:16.9146658Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 2022-09-27T15:34:16.9351416Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:34:16.9553297Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:34:16.9788885Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 2022-09-27T15:34:16.9871710Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 2022-09-27T15:34:16.9887477Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 2022-09-27T15:34:16.9993037Z test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 2022-09-27T15:34:17.0185763Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 2022-09-27T15:34:17.0232775Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 2022-09-27T15:34:17.0390430Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 2022-09-27T15:34:17.0432531Z test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 2022-09-27T15:34:17.0482832Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 2022-09-27T15:34:17.0507614Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 2022-09-27T15:34:17.0523142Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 2022-09-27T15:34:17.0950985Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 2022-09-27T15:34:17.0955259Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 2022-09-27T15:34:17.1395104Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 2022-09-27T15:34:17.1402024Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 2022-09-27T15:34:17.1586327Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 2022-09-27T15:34:17.1600679Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 2022-09-27T15:34:17.1829204Z test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 2022-09-27T15:34:17.1914994Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 2022-09-27T15:34:17.2012508Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 2022-09-27T15:34:17.2036830Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 2022-09-27T15:34:17.2253586Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 2022-09-27T15:34:17.2307634Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 2022-09-27T15:34:17.2744307Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 2022-09-27T15:34:17.2772729Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 2022-09-27T15:34:17.3179639Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 2022-09-27T15:34:17.4755158Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 2022-09-27T15:34:17.4781435Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 2022-09-27T15:34:17.5108819Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool 2022-09-27T15:34:17.5231305Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool 2022-09-27T15:34:17.5452119Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 2022-09-27T15:34:17.5716027Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 2022-09-27T15:34:17.5940402Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 2022-09-27T15:34:17.6155147Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 2022-09-27T15:34:17.6287802Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 2022-09-27T15:34:17.6378616Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 2022-09-27T15:34:17.6403915Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 2022-09-27T15:34:17.6591187Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 2022-09-27T15:34:17.6764018Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 2022-09-27T15:34:17.6803020Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 2022-09-27T15:34:17.6836497Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 2022-09-27T15:34:17.6893018Z test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 2022-09-27T15:34:17.7034223Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 2022-09-27T15:34:17.7045649Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 2022-09-27T15:34:17.7057128Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 2022-09-27T15:34:17.7206633Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 2022-09-27T15:34:17.7316963Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 2022-09-27T15:34:17.7318517Z test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 2022-09-27T15:34:17.7511286Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 2022-09-27T15:34:17.7668135Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 2022-09-27T15:34:17.7697777Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 2022-09-27T15:34:17.7787048Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 2022-09-27T15:34:17.7788651Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool 2022-09-27T15:34:17.7984631Z test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 2022-09-27T15:34:17.8145807Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 2022-09-27T15:34:17.8465410Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 2022-09-27T15:34:17.8476266Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 2022-09-27T15:34:17.8490155Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool 2022-09-27T15:34:17.8658123Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 2022-09-27T15:34:17.8873771Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 2022-09-27T15:34:17.8938301Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 2022-09-27T15:34:17.8956766Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 2022-09-27T15:34:17.9148537Z test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:34:17.9170604Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:34:17.9189536Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 2022-09-27T15:34:17.9234259Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 2022-09-27T15:34:17.9310043Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 2022-09-27T15:34:17.9466768Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool 2022-09-27T15:34:17.9607895Z test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 2022-09-27T15:34:17.9780035Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool 2022-09-27T15:34:17.9865244Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 2022-09-27T15:34:17.9879995Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 2022-09-27T15:34:17.9900692Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 2022-09-27T15:34:18.0240630Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 2022-09-27T15:34:18.0358532Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 2022-09-27T15:34:18.0612639Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 2022-09-27T15:34:18.0668942Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 2022-09-27T15:34:18.0753710Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 2022-09-27T15:34:18.0815700Z test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 2022-09-27T15:34:18.1113775Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 2022-09-27T15:34:18.1213751Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 2022-09-27T15:34:18.1261815Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 2022-09-27T15:34:18.1365883Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 2022-09-27T15:34:18.1592067Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:34:18.1772245Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 2022-09-27T15:34:18.2031209Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 2022-09-27T15:34:18.2192606Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 2022-09-27T15:34:18.2469047Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 2022-09-27T15:34:18.2614784Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 2022-09-27T15:34:18.2628919Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:34:18.2662199Z test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 2022-09-27T15:34:18.2948391Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 2022-09-27T15:34:18.2962207Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 2022-09-27T15:34:18.2971491Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 2022-09-27T15:34:18.3118550Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 2022-09-27T15:34:18.3386499Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 2022-09-27T15:34:18.3537979Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 2022-09-27T15:34:18.3825235Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 2022-09-27T15:34:18.4029707Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool 2022-09-27T15:34:18.4315244Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool 2022-09-27T15:34:18.4471116Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 2022-09-27T15:34:18.4742055Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 2022-09-27T15:34:18.4903137Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 2022-09-27T15:34:18.5231344Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 2022-09-27T15:34:18.5247997Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 2022-09-27T15:34:18.5262621Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 2022-09-27T15:34:18.5351510Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 2022-09-27T15:34:18.5374893Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 2022-09-27T15:34:18.5462706Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 2022-09-27T15:34:18.5668102Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 2022-09-27T15:34:18.5824510Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 2022-09-27T15:34:18.5994530Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 2022-09-27T15:34:18.6014511Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 2022-09-27T15:34:18.6108793Z test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 2022-09-27T15:34:18.6139419Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 2022-09-27T15:34:18.6291601Z [gw3] [ 23%] XFAIL test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 2022-09-27T15:34:18.6457699Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 2022-09-27T15:34:18.6550179Z test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 2022-09-27T15:34:18.6611700Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 2022-09-27T15:34:18.6762454Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 2022-09-27T15:34:18.6927201Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 2022-09-27T15:34:18.6933499Z test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 2022-09-27T15:34:18.7004137Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 2022-09-27T15:34:18.7204147Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 2022-09-27T15:34:18.7334541Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 2022-09-27T15:34:18.7415004Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:34:18.7474053Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:34:18.7672356Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 2022-09-27T15:34:18.7754703Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 2022-09-27T15:34:18.7846182Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:34:18.7909474Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:34:18.8084214Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 2022-09-27T15:34:18.8213604Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 2022-09-27T15:34:18.8289044Z test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 2022-09-27T15:34:18.8390663Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 2022-09-27T15:34:18.8455434Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:34:18.8674715Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:34:18.8680495Z test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 2022-09-27T15:34:18.8871286Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 2022-09-27T15:34:18.8928773Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool 2022-09-27T15:34:18.9117003Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool 2022-09-27T15:34:18.9123706Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:34:18.9311616Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:34:18.9386413Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 2022-09-27T15:34:18.9576487Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 2022-09-27T15:34:18.9583327Z test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:34:18.9790630Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:34:18.9880134Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 2022-09-27T15:34:18.9999141Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 2022-09-27T15:34:19.0005175Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 2022-09-27T15:34:19.0272271Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 2022-09-27T15:34:19.0319376Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 2022-09-27T15:34:19.0480782Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 2022-09-27T15:34:19.0508431Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:34:19.0711982Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:34:19.0747411Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 2022-09-27T15:34:19.0922364Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 2022-09-27T15:34:19.0929594Z test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:34:19.1152020Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:34:19.1175386Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 2022-09-27T15:34:19.1336900Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 2022-09-27T15:34:19.1370358Z test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 2022-09-27T15:34:19.1629313Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 2022-09-27T15:34:19.1653952Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 2022-09-27T15:34:19.1788857Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 2022-09-27T15:34:19.1792674Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 2022-09-27T15:34:19.2110238Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 2022-09-27T15:34:19.2117178Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 2022-09-27T15:34:19.2210236Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 2022-09-27T15:34:19.2242707Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:34:19.2589325Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:34:19.2610941Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 2022-09-27T15:34:19.2678033Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 2022-09-27T15:34:19.2680000Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:34:19.2802298Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:34:19.2828741Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 2022-09-27T15:34:19.3032360Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 2022-09-27T15:34:19.3036036Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 2022-09-27T15:34:19.3113745Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 2022-09-27T15:34:19.3118587Z test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 2022-09-27T15:34:19.3430884Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 2022-09-27T15:34:19.3491187Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 2022-09-27T15:34:19.3529925Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 2022-09-27T15:34:19.3797417Z test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:34:19.3937283Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 2022-09-27T15:34:19.4102078Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 2022-09-27T15:34:19.4150802Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:34:19.4222070Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:34:19.4236482Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 2022-09-27T15:34:19.4242885Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:34:19.4256267Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool 2022-09-27T15:34:19.4548621Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 2022-09-27T15:34:19.4574386Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool 2022-09-27T15:34:19.4685106Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:34:19.4713246Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:34:19.4919177Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 2022-09-27T15:34:19.5034354Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 2022-09-27T15:34:19.5038005Z test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 2022-09-27T15:34:19.5243674Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 2022-09-27T15:34:19.5361865Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 2022-09-27T15:34:19.5454549Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 2022-09-27T15:34:19.5532090Z test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 2022-09-27T15:34:19.5676022Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 2022-09-27T15:34:19.5800091Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 2022-09-27T15:34:19.5915738Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 2022-09-27T15:34:19.5921018Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 2022-09-27T15:34:19.6070829Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 2022-09-27T15:34:19.6271682Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 2022-09-27T15:34:19.6344032Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 2022-09-27T15:34:19.6351378Z test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 2022-09-27T15:34:19.6552319Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 2022-09-27T15:34:19.6767317Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 2022-09-27T15:34:19.6794896Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 2022-09-27T15:34:19.6802427Z test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 2022-09-27T15:34:19.7034673Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 2022-09-27T15:34:19.7262782Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 2022-09-27T15:34:19.7275051Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 2022-09-27T15:34:19.7282069Z test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 2022-09-27T15:34:19.7475036Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 2022-09-27T15:34:19.7720451Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 2022-09-27T15:34:19.7730276Z test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:34:19.7827902Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:34:19.7915178Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 2022-09-27T15:34:19.8139638Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 2022-09-27T15:34:19.8232335Z test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 2022-09-27T15:34:19.8354215Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 2022-09-27T15:34:19.8564028Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 2022-09-27T15:34:19.8859300Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 2022-09-27T15:34:19.9137643Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool 2022-09-27T15:34:19.9165155Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool 2022-09-27T15:34:19.9204940Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 2022-09-27T15:34:19.9235067Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:34:19.9271571Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:34:19.9547452Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 2022-09-27T15:34:19.9632948Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 2022-09-27T15:34:19.9667726Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:34:19.9710741Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:34:19.9927383Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 2022-09-27T15:34:20.0128822Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 2022-09-27T15:34:20.0182802Z test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 2022-09-27T15:34:20.0277348Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 2022-09-27T15:34:20.0311489Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 2022-09-27T15:34:20.0347324Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 2022-09-27T15:34:20.0625719Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 2022-09-27T15:34:20.0735614Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 2022-09-27T15:34:20.0739902Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 2022-09-27T15:34:20.0780318Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 2022-09-27T15:34:20.1107734Z test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 2022-09-27T15:34:20.1109818Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 2022-09-27T15:34:20.1211548Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 2022-09-27T15:34:20.1238102Z test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 2022-09-27T15:34:20.1457426Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 2022-09-27T15:34:20.1478380Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 2022-09-27T15:34:20.1536521Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 2022-09-27T15:34:20.1542252Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 2022-09-27T15:34:20.1632631Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 2022-09-27T15:34:20.1658395Z test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 2022-09-27T15:34:20.1687135Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 2022-09-27T15:34:20.1712968Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 2022-09-27T15:34:20.2014239Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 2022-09-27T15:34:20.2124364Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 2022-09-27T15:34:20.2452234Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 2022-09-27T15:34:20.2714405Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 2022-09-27T15:34:20.2750377Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 2022-09-27T15:34:20.2773715Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 2022-09-27T15:34:20.2800495Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:34:20.2872230Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:34:20.2921112Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 2022-09-27T15:34:20.2957700Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 2022-09-27T15:34:20.3232985Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 2022-09-27T15:34:20.3233648Z test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 2022-09-27T15:34:20.3334407Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 2022-09-27T15:34:20.3371144Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 2022-09-27T15:34:20.3707982Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool 2022-09-27T15:34:20.3805385Z test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 2022-09-27T15:34:20.3849423Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool 2022-09-27T15:34:20.4002214Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 2022-09-27T15:34:20.4036002Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 2022-09-27T15:34:20.4041052Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool 2022-09-27T15:34:20.4075589Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 2022-09-27T15:34:20.4166581Z test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 2022-09-27T15:34:20.4227142Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool 2022-09-27T15:34:20.4392836Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 2022-09-27T15:34:20.4415413Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 2022-09-27T15:34:20.4548218Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 2022-09-27T15:34:20.4554246Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 2022-09-27T15:34:20.4586372Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 2022-09-27T15:34:20.4664368Z test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 2022-09-27T15:34:20.4909130Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 2022-09-27T15:34:20.4995260Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 2022-09-27T15:34:20.5000005Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 2022-09-27T15:34:20.5065861Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 2022-09-27T15:34:20.5390808Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 2022-09-27T15:34:20.5468844Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 2022-09-27T15:34:20.5517035Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 2022-09-27T15:34:20.5672837Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 2022-09-27T15:34:20.5698394Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 2022-09-27T15:34:20.5760013Z test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 2022-09-27T15:34:20.5799483Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 2022-09-27T15:34:20.6159768Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 2022-09-27T15:34:20.6163052Z test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 2022-09-27T15:34:20.6192513Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 2022-09-27T15:34:20.6323759Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 2022-09-27T15:34:20.6580537Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 2022-09-27T15:34:20.6709884Z test_ops.py::TestCommonCPU::test_out_round_cpu_float32 2022-09-27T15:34:20.6805830Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_round_cpu_float32 2022-09-27T15:34:20.6825940Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 2022-09-27T15:34:20.7019658Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 2022-09-27T15:34:20.7324781Z test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 2022-09-27T15:34:20.7343204Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 2022-09-27T15:34:20.7394694Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 2022-09-27T15:34:20.7432998Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 2022-09-27T15:34:20.7846395Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 2022-09-27T15:34:20.7869145Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 2022-09-27T15:34:20.8200241Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 2022-09-27T15:34:20.8228627Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 2022-09-27T15:34:20.8295282Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 2022-09-27T15:34:20.8331245Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 2022-09-27T15:34:20.8455978Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 2022-09-27T15:34:20.8477430Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 2022-09-27T15:34:20.8792044Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool 2022-09-27T15:34:20.8950886Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool 2022-09-27T15:34:20.9253330Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 2022-09-27T15:34:20.9354353Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 2022-09-27T15:34:21.0044717Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 2022-09-27T15:34:21.0100128Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 2022-09-27T15:34:21.0437003Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 2022-09-27T15:34:21.0514598Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 2022-09-27T15:34:21.0924373Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 2022-09-27T15:34:21.0993391Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 2022-09-27T15:34:21.1298731Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 2022-09-27T15:34:21.1433019Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 2022-09-27T15:34:21.1972139Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 2022-09-27T15:34:21.2024405Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 2022-09-27T15:34:21.2314838Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 2022-09-27T15:34:21.2511244Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 2022-09-27T15:34:21.2641772Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 2022-09-27T15:34:21.2692594Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 2022-09-27T15:34:21.2751277Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 2022-09-27T15:34:21.3030905Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 2022-09-27T15:34:21.3129239Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 2022-09-27T15:34:21.3145023Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 2022-09-27T15:34:21.3167233Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 2022-09-27T15:34:21.3433412Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 2022-09-27T15:34:21.3762448Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool 2022-09-27T15:34:21.3829892Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool 2022-09-27T15:34:21.4174923Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 2022-09-27T15:34:21.4270678Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 2022-09-27T15:34:21.4673905Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 2022-09-27T15:34:21.4709169Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 2022-09-27T15:34:21.4731606Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 2022-09-27T15:34:21.4770654Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 2022-09-27T15:34:21.5365200Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 2022-09-27T15:34:21.5411017Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 2022-09-27T15:34:21.5755751Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 2022-09-27T15:34:21.5830592Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 2022-09-27T15:34:21.6294184Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 2022-09-27T15:34:21.6298874Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 2022-09-27T15:34:21.6335626Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 2022-09-27T15:34:21.6340684Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 2022-09-27T15:34:21.6834624Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 2022-09-27T15:34:21.6854444Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 2022-09-27T15:34:21.7268189Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 2022-09-27T15:34:21.7301284Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 2022-09-27T15:34:21.7316157Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 2022-09-27T15:34:21.7341125Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 2022-09-27T15:34:21.7401726Z test_ops.py::TestCommonCPU::test_out_select_cpu_float32 2022-09-27T15:34:21.7692865Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_select_cpu_float32 2022-09-27T15:34:21.7729945Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 2022-09-27T15:34:21.7817294Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 2022-09-27T15:34:21.8199532Z test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 2022-09-27T15:34:21.8229666Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 2022-09-27T15:34:21.8248955Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 2022-09-27T15:34:21.8258860Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool 2022-09-27T15:34:21.8456369Z test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 2022-09-27T15:34:21.8486682Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 2022-09-27T15:34:21.8711639Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 2022-09-27T15:34:21.8740374Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool 2022-09-27T15:34:21.8744542Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 2022-09-27T15:34:21.8772452Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 2022-09-27T15:34:21.9146220Z test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 2022-09-27T15:34:21.9172173Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 2022-09-27T15:34:21.9506175Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 2022-09-27T15:34:21.9669613Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 2022-09-27T15:34:21.9992089Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 2022-09-27T15:34:21.9992954Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 2022-09-27T15:34:21.9994520Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 2022-09-27T15:34:22.0147680Z test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 2022-09-27T15:34:22.0276408Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 2022-09-27T15:34:22.0451832Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 2022-09-27T15:34:22.0494441Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 2022-09-27T15:34:22.0569671Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:22.0867961Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 2022-09-27T15:34:22.0993126Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 2022-09-27T15:34:22.1536772Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 2022-09-27T15:34:22.1561701Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 2022-09-27T15:34:22.2156850Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 2022-09-27T15:34:22.2160191Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:22.2186944Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 2022-09-27T15:34:22.2204549Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 2022-09-27T15:34:22.2519085Z test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 2022-09-27T15:34:22.2630957Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 2022-09-27T15:34:22.2794161Z test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 2022-09-27T15:34:22.2867757Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 2022-09-27T15:34:22.2946884Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 2022-09-27T15:34:22.3070902Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 2022-09-27T15:34:22.3100321Z test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:34:22.3362342Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:34:22.3395964Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 2022-09-27T15:34:22.3579607Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:34:22.3996209Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 2022-09-27T15:34:22.4035347Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:34:22.4092037Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool 2022-09-27T15:34:22.4144290Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 2022-09-27T15:34:22.4338514Z test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:34:22.4372818Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 2022-09-27T15:34:22.4467135Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 2022-09-27T15:34:22.4498803Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool 2022-09-27T15:34:22.4792638Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:34:22.4913191Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:34:22.5148465Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:34:22.5430070Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:34:22.5566291Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:34:22.5872749Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:34:22.5945180Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 2022-09-27T15:34:22.5957425Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 2022-09-27T15:34:22.5986898Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:34:22.6029679Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:22.6309432Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:22.6473196Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 2022-09-27T15:34:22.6473803Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 2022-09-27T15:34:22.6750956Z test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 2022-09-27T15:34:22.6780158Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 2022-09-27T15:34:22.6812958Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 2022-09-27T15:34:22.6885335Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 2022-09-27T15:34:22.7190082Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 2022-09-27T15:34:22.7339428Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 2022-09-27T15:34:22.7629138Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 2022-09-27T15:34:22.7638583Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 2022-09-27T15:34:22.7639116Z test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 2022-09-27T15:34:22.7659224Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 2022-09-27T15:34:22.7719887Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 2022-09-27T15:34:22.8070921Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 2022-09-27T15:34:22.8122550Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 2022-09-27T15:34:22.8131262Z test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 2022-09-27T15:34:22.8282379Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 2022-09-27T15:34:22.8306857Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 2022-09-27T15:34:22.8509615Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:34:22.8714803Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 2022-09-27T15:34:22.8766680Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 2022-09-27T15:34:22.8784358Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 2022-09-27T15:34:22.8987747Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 2022-09-27T15:34:22.9035358Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:34:22.9252063Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:34:22.9289683Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 2022-09-27T15:34:22.9380278Z test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 2022-09-27T15:34:22.9391659Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:34:22.9402988Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool 2022-09-27T15:34:22.9683591Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 2022-09-27T15:34:22.9840601Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool 2022-09-27T15:34:23.0048938Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 2022-09-27T15:34:23.0063026Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 2022-09-27T15:34:23.0075913Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 2022-09-27T15:34:23.0236199Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 2022-09-27T15:34:23.0390938Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 2022-09-27T15:34:23.0409223Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 2022-09-27T15:34:23.0558629Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 2022-09-27T15:34:23.0675057Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 2022-09-27T15:34:23.1179282Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 2022-09-27T15:34:23.1189088Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 2022-09-27T15:34:23.1320204Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 2022-09-27T15:34:23.1325846Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 2022-09-27T15:34:23.1345969Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 2022-09-27T15:34:23.1447165Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 2022-09-27T15:34:23.1554779Z test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 2022-09-27T15:34:23.1719886Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 2022-09-27T15:34:23.1737017Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 2022-09-27T15:34:23.1849883Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 2022-09-27T15:34:23.1901140Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 2022-09-27T15:34:23.1909880Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 2022-09-27T15:34:23.2089747Z test_ops.py::TestCommonCPU::test_out_take_cpu_float32 2022-09-27T15:34:23.2212577Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 2022-09-27T15:34:23.2232165Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 2022-09-27T15:34:23.2309149Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 2022-09-27T15:34:23.2635829Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 2022-09-27T15:34:23.2755836Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 2022-09-27T15:34:23.2762097Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:34:23.2781876Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 2022-09-27T15:34:23.2889590Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 2022-09-27T15:34:23.2942244Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_take_cpu_float32 2022-09-27T15:34:23.3117083Z test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 2022-09-27T15:34:23.3169674Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 2022-09-27T15:34:23.3185971Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:34:23.3228996Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool 2022-09-27T15:34:23.3364788Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool 2022-09-27T15:34:23.3414231Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 2022-09-27T15:34:23.3425188Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 2022-09-27T15:34:23.3437964Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool 2022-09-27T15:34:23.3482016Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 2022-09-27T15:34:23.3672552Z test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 2022-09-27T15:34:23.3819085Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 2022-09-27T15:34:23.4112101Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 2022-09-27T15:34:23.4319527Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 2022-09-27T15:34:23.4577484Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 2022-09-27T15:34:23.4654305Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 2022-09-27T15:34:23.4748180Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 2022-09-27T15:34:23.4758273Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 2022-09-27T15:34:23.4920526Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 2022-09-27T15:34:23.5067342Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 2022-09-27T15:34:23.5274631Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 2022-09-27T15:34:23.5279077Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 2022-09-27T15:34:23.5289958Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 2022-09-27T15:34:23.5435938Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 2022-09-27T15:34:23.5634716Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 2022-09-27T15:34:23.5717818Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 2022-09-27T15:34:23.5726864Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 2022-09-27T15:34:23.5745281Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 2022-09-27T15:34:23.5765054Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 2022-09-27T15:34:23.5806958Z test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 2022-09-27T15:34:23.5901415Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 2022-09-27T15:34:23.6022576Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 2022-09-27T15:34:23.6203874Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 2022-09-27T15:34:23.6211592Z test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 2022-09-27T15:34:23.6311238Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 2022-09-27T15:34:23.6745361Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 2022-09-27T15:34:23.6795910Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 2022-09-27T15:34:23.7241475Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool 2022-09-27T15:34:23.7292638Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool 2022-09-27T15:34:23.7758349Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 2022-09-27T15:34:23.7789371Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 2022-09-27T15:34:23.7832700Z test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 2022-09-27T15:34:23.7855045Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 2022-09-27T15:34:23.7869605Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 2022-09-27T15:34:23.8270641Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 2022-09-27T15:34:23.8420930Z test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 2022-09-27T15:34:23.8426759Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 2022-09-27T15:34:23.8447224Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 2022-09-27T15:34:23.8683037Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 2022-09-27T15:34:23.8691997Z test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 2022-09-27T15:34:23.9013974Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 2022-09-27T15:34:23.9031056Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 2022-09-27T15:34:23.9120393Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 2022-09-27T15:34:23.9129359Z test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 2022-09-27T15:34:23.9400086Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 2022-09-27T15:34:23.9473937Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 2022-09-27T15:34:23.9571221Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 2022-09-27T15:34:23.9582600Z test_ops.py::TestCommonCPU::test_out_warning_H_cpu 2022-09-27T15:34:23.9916217Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_H_cpu 2022-09-27T15:34:24.0001126Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 2022-09-27T15:34:24.0011527Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 2022-09-27T15:34:24.0016906Z test_ops.py::TestCommonCPU::test_out_warning___rand___cpu 2022-09-27T15:34:24.0451009Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rand___cpu 2022-09-27T15:34:24.0461162Z test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu 2022-09-27T15:34:24.0475577Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu 2022-09-27T15:34:24.0504611Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 2022-09-27T15:34:24.0890459Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:34:24.0898309Z test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu 2022-09-27T15:34:24.0973373Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu 2022-09-27T15:34:24.1004165Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:34:24.1314738Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool 2022-09-27T15:34:24.1364581Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool 2022-09-27T15:34:24.1370265Z test_ops.py::TestCommonCPU::test_out_warning__masked_argmin_cpu 2022-09-27T15:34:24.1434345Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_argmin_cpu 2022-09-27T15:34:24.1712062Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 2022-09-27T15:34:24.1807059Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 2022-09-27T15:34:24.1812449Z test_ops.py::TestCommonCPU::test_out_warning__masked_logaddexp_cpu 2022-09-27T15:34:24.1914297Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_logaddexp_cpu 2022-09-27T15:34:24.2100412Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 2022-09-27T15:34:24.2161805Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 2022-09-27T15:34:24.2237418Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 2022-09-27T15:34:24.2238011Z test_ops.py::TestCommonCPU::test_out_warning__masked_norm_cpu 2022-09-27T15:34:24.2264123Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_norm_cpu 2022-09-27T15:34:24.2431571Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 2022-09-27T15:34:24.2561164Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 2022-09-27T15:34:24.2725536Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 2022-09-27T15:34:24.2726210Z test_ops.py::TestCommonCPU::test_out_warning__masked_softmin_cpu 2022-09-27T15:34:24.2888865Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_softmin_cpu 2022-09-27T15:34:24.2908902Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 2022-09-27T15:34:24.2956466Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool 2022-09-27T15:34:24.3012238Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 2022-09-27T15:34:24.3184213Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 2022-09-27T15:34:24.3227659Z test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu 2022-09-27T15:34:24.3354357Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu 2022-09-27T15:34:24.3445456Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 2022-09-27T15:34:24.3671659Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 2022-09-27T15:34:24.3748536Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu 2022-09-27T15:34:24.4058424Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 2022-09-27T15:34:24.4103926Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 2022-09-27T15:34:24.4122707Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu 2022-09-27T15:34:24.4164070Z test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu 2022-09-27T15:34:24.4730856Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 2022-09-27T15:34:24.4757203Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 2022-09-27T15:34:24.4902909Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 2022-09-27T15:34:24.4934831Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 2022-09-27T15:34:24.5104737Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 2022-09-27T15:34:24.5224390Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 2022-09-27T15:34:24.5614630Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 2022-09-27T15:34:24.5700269Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 2022-09-27T15:34:24.6019689Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool 2022-09-27T15:34:24.6038089Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu 2022-09-27T15:34:24.6057154Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool 2022-09-27T15:34:24.6100385Z test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu 2022-09-27T15:34:24.6113657Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu 2022-09-27T15:34:24.6128470Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 2022-09-27T15:34:24.6150243Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 2022-09-27T15:34:24.6307445Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool 2022-09-27T15:34:24.6592517Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 2022-09-27T15:34:24.6616476Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu 2022-09-27T15:34:24.6629588Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu 2022-09-27T15:34:24.6749169Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 2022-09-27T15:34:24.7028844Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 2022-09-27T15:34:24.7049327Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu 2022-09-27T15:34:24.7151677Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu 2022-09-27T15:34:24.7232830Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 2022-09-27T15:34:24.7514155Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 2022-09-27T15:34:24.7529086Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu 2022-09-27T15:34:24.7554088Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool 2022-09-27T15:34:24.7558486Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 2022-09-27T15:34:24.7832356Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 2022-09-27T15:34:24.7957594Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 2022-09-27T15:34:24.8159095Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 2022-09-27T15:34:24.8224109Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu 2022-09-27T15:34:24.8270343Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu 2022-09-27T15:34:24.8391422Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu 2022-09-27T15:34:24.8432394Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 2022-09-27T15:34:24.8676234Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 2022-09-27T15:34:24.8707636Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu 2022-09-27T15:34:24.8899587Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 2022-09-27T15:34:24.9018702Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 2022-09-27T15:34:24.9038104Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 2022-09-27T15:34:24.9057906Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 2022-09-27T15:34:24.9207232Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 2022-09-27T15:34:24.9311401Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu 2022-09-27T15:34:24.9429782Z test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu 2022-09-27T15:34:24.9475634Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 2022-09-27T15:34:24.9522647Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu 2022-09-27T15:34:24.9675663Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 2022-09-27T15:34:24.9683210Z test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu 2022-09-27T15:34:24.9790936Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu 2022-09-27T15:34:24.9803084Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 2022-09-27T15:34:24.9812825Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 2022-09-27T15:34:24.9930207Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 2022-09-27T15:34:25.0156733Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 2022-09-27T15:34:25.0161015Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu 2022-09-27T15:34:25.0269460Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu 2022-09-27T15:34:25.0410184Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool 2022-09-27T15:34:25.0559009Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool 2022-09-27T15:34:25.0713524Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu 2022-09-27T15:34:25.0941232Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 2022-09-27T15:34:25.1196491Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 2022-09-27T15:34:25.1231949Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 2022-09-27T15:34:25.1251467Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 2022-09-27T15:34:25.1300872Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:34:25.1327644Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu 2022-09-27T15:34:25.1435954Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu 2022-09-27T15:34:25.1454809Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 2022-09-27T15:34:25.1590630Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu 2022-09-27T15:34:25.1857373Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 2022-09-27T15:34:25.1866580Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 2022-09-27T15:34:25.1920899Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu 2022-09-27T15:34:25.2037375Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu 2022-09-27T15:34:25.2195418Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 2022-09-27T15:34:25.2243738Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu 2022-09-27T15:34:25.2343783Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu 2022-09-27T15:34:25.2477153Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 2022-09-27T15:34:25.2609937Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 2022-09-27T15:34:25.2626968Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:34:25.2707592Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 2022-09-27T15:34:25.2987233Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu 2022-09-27T15:34:25.3016628Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 2022-09-27T15:34:25.3103970Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 2022-09-27T15:34:25.3139088Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu 2022-09-27T15:34:25.3394883Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu 2022-09-27T15:34:25.3472711Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 2022-09-27T15:34:25.3652496Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 2022-09-27T15:34:25.3675961Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu 2022-09-27T15:34:25.4313118Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu 2022-09-27T15:34:25.4341281Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 2022-09-27T15:34:25.4692420Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 2022-09-27T15:34:25.4753654Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 2022-09-27T15:34:25.4809478Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 2022-09-27T15:34:25.4847273Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 2022-09-27T15:34:25.4865241Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 2022-09-27T15:34:25.4881468Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 2022-09-27T15:34:25.5138726Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 2022-09-27T15:34:25.5176290Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu 2022-09-27T15:34:25.5305809Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu 2022-09-27T15:34:25.5319464Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 2022-09-27T15:34:25.5561880Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool 2022-09-27T15:34:25.5793807Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool 2022-09-27T15:34:25.5978909Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 2022-09-27T15:34:25.6010554Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu 2022-09-27T15:34:25.6025047Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu 2022-09-27T15:34:25.6256397Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 2022-09-27T15:34:25.6479173Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 2022-09-27T15:34:25.6522316Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 2022-09-27T15:34:25.6549171Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 2022-09-27T15:34:25.6667814Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 2022-09-27T15:34:25.6868193Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 2022-09-27T15:34:25.7099144Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 2022-09-27T15:34:25.7107859Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu 2022-09-27T15:34:25.7133631Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 2022-09-27T15:34:25.7346822Z test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu 2022-09-27T15:34:25.7410059Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 2022-09-27T15:34:25.7423170Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 2022-09-27T15:34:25.7433728Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu 2022-09-27T15:34:25.7511533Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 2022-09-27T15:34:25.7552095Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 2022-09-27T15:34:25.7585243Z test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu 2022-09-27T15:34:25.7714294Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu 2022-09-27T15:34:25.7995478Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 2022-09-27T15:34:25.8070292Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 2022-09-27T15:34:25.8345245Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu 2022-09-27T15:34:25.8381904Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 2022-09-27T15:34:25.8489941Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 2022-09-27T15:34:25.8505391Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 2022-09-27T15:34:25.8694315Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 2022-09-27T15:34:25.8727247Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu 2022-09-27T15:34:25.8889566Z test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu 2022-09-27T15:34:25.8943014Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 2022-09-27T15:34:25.9151455Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool 2022-09-27T15:34:25.9191970Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 2022-09-27T15:34:25.9294582Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 2022-09-27T15:34:25.9391382Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool 2022-09-27T15:34:25.9512741Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 2022-09-27T15:34:25.9534187Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu 2022-09-27T15:34:25.9552067Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 2022-09-27T15:34:25.9628280Z test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu 2022-09-27T15:34:25.9871475Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu 2022-09-27T15:34:25.9912084Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 2022-09-27T15:34:25.9940796Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 2022-09-27T15:34:26.0031354Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 2022-09-27T15:34:26.0031907Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 2022-09-27T15:34:26.0275553Z test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu 2022-09-27T15:34:26.0512109Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 2022-09-27T15:34:26.0652655Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 2022-09-27T15:34:26.0684508Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu 2022-09-27T15:34:26.0754240Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu 2022-09-27T15:34:26.1003957Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 2022-09-27T15:34:26.1117234Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu 2022-09-27T15:34:26.1343846Z test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu 2022-09-27T15:34:26.1356360Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 2022-09-27T15:34:26.1369137Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu 2022-09-27T15:34:26.1552884Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 2022-09-27T15:34:26.1623649Z test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu 2022-09-27T15:34:26.1642617Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 2022-09-27T15:34:26.1908066Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu 2022-09-27T15:34:26.2004013Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 2022-09-27T15:34:26.2066740Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 2022-09-27T15:34:26.2182402Z test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu 2022-09-27T15:34:26.2203096Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu 2022-09-27T15:34:26.2223614Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 2022-09-27T15:34:26.2314615Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 2022-09-27T15:34:26.2439722Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 2022-09-27T15:34:26.2549324Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 2022-09-27T15:34:26.2834469Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu 2022-09-27T15:34:26.3054811Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool 2022-09-27T15:34:26.3270908Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool 2022-09-27T15:34:26.3471472Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 2022-09-27T15:34:26.3674229Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 2022-09-27T15:34:26.3942267Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 2022-09-27T15:34:26.4220736Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 2022-09-27T15:34:26.4332929Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 2022-09-27T15:34:26.4632604Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 2022-09-27T15:34:26.4685914Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 2022-09-27T15:34:26.4705370Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu 2022-09-27T15:34:26.4778635Z test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu 2022-09-27T15:34:26.4803672Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu 2022-09-27T15:34:26.5111453Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 2022-09-27T15:34:26.5229935Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 2022-09-27T15:34:26.5434543Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu 2022-09-27T15:34:26.5472144Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 2022-09-27T15:34:26.5741507Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 2022-09-27T15:34:26.5754417Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu 2022-09-27T15:34:26.5784494Z test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu 2022-09-27T15:34:26.5989887Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 2022-09-27T15:34:26.6129182Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 2022-09-27T15:34:26.6383728Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 2022-09-27T15:34:26.6471759Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 2022-09-27T15:34:26.6472479Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 2022-09-27T15:34:26.7349811Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 2022-09-27T15:34:26.7361379Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 2022-09-27T15:34:26.8646968Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 2022-09-27T15:34:26.8673185Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 2022-09-27T15:34:26.9825361Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool 2022-09-27T15:34:26.9860936Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 2022-09-27T15:34:27.0606062Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 2022-09-27T15:34:27.0617001Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool 2022-09-27T15:34:27.3111252Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 2022-09-27T15:34:27.3125932Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 2022-09-27T15:34:27.5577665Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 2022-09-27T15:34:27.5648528Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 2022-09-27T15:34:27.6593557Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool 2022-09-27T15:34:27.6594979Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 2022-09-27T15:34:27.7142120Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 2022-09-27T15:34:27.7185814Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 2022-09-27T15:34:27.8619009Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool 2022-09-27T15:34:27.8649777Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool 2022-09-27T15:34:28.0158616Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 2022-09-27T15:34:28.0180083Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool 2022-09-27T15:34:28.1243322Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 2022-09-27T15:34:28.1258616Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 2022-09-27T15:34:28.2907649Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 2022-09-27T15:34:28.2929132Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 2022-09-27T15:34:28.3503085Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 2022-09-27T15:34:28.3575966Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 2022-09-27T15:34:28.3922629Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 2022-09-27T15:34:28.3992632Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 2022-09-27T15:34:28.4244911Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 2022-09-27T15:34:28.4510085Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 2022-09-27T15:34:28.4655206Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 2022-09-27T15:34:28.4803345Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 2022-09-27T15:34:28.4841794Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 2022-09-27T15:34:28.4948008Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 2022-09-27T15:34:28.5198557Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 2022-09-27T15:34:28.5352563Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 2022-09-27T15:34:28.5628055Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 2022-09-27T15:34:28.5659019Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 2022-09-27T15:34:29.0511657Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 2022-09-27T15:34:29.0539184Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 2022-09-27T15:34:29.1839685Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 2022-09-27T15:34:29.1864554Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 2022-09-27T15:34:29.2253263Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 2022-09-27T15:34:29.2294364Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu 2022-09-27T15:34:29.3212434Z test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu 2022-09-27T15:34:29.3225838Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu 2022-09-27T15:34:29.3702477Z test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu 2022-09-27T15:34:29.3714688Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu 2022-09-27T15:34:29.3760591Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu 2022-09-27T15:34:29.3985146Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu 2022-09-27T15:34:29.4016514Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 2022-09-27T15:34:29.4230856Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 2022-09-27T15:34:29.4236323Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu 2022-09-27T15:34:29.4647296Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu 2022-09-27T15:34:29.4696766Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu 2022-09-27T15:34:29.4778330Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu 2022-09-27T15:34:29.4801427Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 2022-09-27T15:34:29.5129494Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 2022-09-27T15:34:29.5138471Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu 2022-09-27T15:34:29.5560131Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu 2022-09-27T15:34:29.5570403Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu 2022-09-27T15:34:29.6008963Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu 2022-09-27T15:34:29.6022253Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:34:29.6181835Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:34:29.6209384Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 2022-09-27T15:34:29.6418270Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 2022-09-27T15:34:29.6432439Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:34:29.6442430Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 2022-09-27T15:34:29.7177467Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 2022-09-27T15:34:29.7231483Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:34:29.7282339Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu 2022-09-27T15:34:29.7682155Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu 2022-09-27T15:34:29.8243009Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu 2022-09-27T15:34:29.8268672Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 2022-09-27T15:34:29.8507785Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 2022-09-27T15:34:29.8525849Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu 2022-09-27T15:34:29.8695570Z test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu 2022-09-27T15:34:29.9031134Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu 2022-09-27T15:34:29.9224629Z test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu 2022-09-27T15:34:29.9239394Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 2022-09-27T15:34:29.9721862Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 2022-09-27T15:34:29.9768206Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 2022-09-27T15:34:30.1416506Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 2022-09-27T15:34:30.1449688Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu 2022-09-27T15:34:30.1549523Z test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu 2022-09-27T15:34:30.1573503Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 2022-09-27T15:34:30.1610056Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 2022-09-27T15:34:30.1638620Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 2022-09-27T15:34:30.1660974Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 2022-09-27T15:34:30.1876220Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu 2022-09-27T15:34:30.1917583Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu 2022-09-27T15:34:30.2316471Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu 2022-09-27T15:34:30.2467756Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu 2022-09-27T15:34:30.2799039Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu 2022-09-27T15:34:30.2846725Z test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu 2022-09-27T15:34:30.3240241Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu 2022-09-27T15:34:30.3295740Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu 2022-09-27T15:34:30.3378594Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu 2022-09-27T15:34:30.3430038Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 2022-09-27T15:34:30.3442756Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 2022-09-27T15:34:30.3525339Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 2022-09-27T15:34:30.3709021Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 2022-09-27T15:34:30.3857906Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu 2022-09-27T15:34:30.4152622Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu 2022-09-27T15:34:30.4832609Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:34:30.4862860Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:34:30.4929912Z test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu 2022-09-27T15:34:30.5267053Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu 2022-09-27T15:34:30.5291929Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 2022-09-27T15:34:30.5391275Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 2022-09-27T15:34:30.5899645Z test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu 2022-09-27T15:34:30.5926492Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu 2022-09-27T15:34:30.5997625Z test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu 2022-09-27T15:34:30.6286501Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu 2022-09-27T15:34:30.6313987Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 2022-09-27T15:34:30.6392734Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 2022-09-27T15:34:30.6399460Z test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu 2022-09-27T15:34:30.6666671Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu 2022-09-27T15:34:30.6690429Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 2022-09-27T15:34:30.6772340Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:34:30.6908960Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 2022-09-27T15:34:30.7074781Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu 2022-09-27T15:34:30.7395583Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool 2022-09-27T15:34:30.7416471Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu 2022-09-27T15:34:30.7470296Z test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu 2022-09-27T15:34:30.7577096Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu 2022-09-27T15:34:30.7604829Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool 2022-09-27T15:34:30.7910282Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 2022-09-27T15:34:30.8160903Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu 2022-09-27T15:34:30.8186960Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 2022-09-27T15:34:30.8546256Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 2022-09-27T15:34:30.8546882Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 2022-09-27T15:34:30.8741656Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 2022-09-27T15:34:30.8742399Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu 2022-09-27T15:34:30.8742883Z test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu 2022-09-27T15:34:30.9062759Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu 2022-09-27T15:34:30.9102777Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 2022-09-27T15:34:30.9110603Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 2022-09-27T15:34:30.9167475Z test_ops.py::TestCommonCPU::test_out_warning_abs_cpu 2022-09-27T15:34:30.9485033Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_abs_cpu 2022-09-27T15:34:30.9509403Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 2022-09-27T15:34:30.9550825Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 2022-09-27T15:34:30.9627374Z test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu 2022-09-27T15:34:30.9895672Z [gw3] [ 24%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu 2022-09-27T15:34:31.0001997Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 2022-09-27T15:34:31.0070690Z test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu 2022-09-27T15:34:31.0158881Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 2022-09-27T15:34:31.0506274Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu 2022-09-27T15:34:31.0510687Z test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu 2022-09-27T15:34:31.0618576Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu 2022-09-27T15:34:31.0647108Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 2022-09-27T15:34:31.0955145Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 2022-09-27T15:34:31.0963993Z test_ops.py::TestCommonCPU::test_out_warning_angle_cpu 2022-09-27T15:34:31.1058312Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_angle_cpu 2022-09-27T15:34:31.1080972Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 2022-09-27T15:34:31.1351132Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 2022-09-27T15:34:31.1363318Z test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu 2022-09-27T15:34:31.1391620Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 2022-09-27T15:34:31.1940515Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 2022-09-27T15:34:31.1955111Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 2022-09-27T15:34:31.2012421Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 2022-09-27T15:34:31.2070239Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu 2022-09-27T15:34:31.2219769Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu 2022-09-27T15:34:31.2299401Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu 2022-09-27T15:34:31.2329511Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 2022-09-27T15:34:31.2336284Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 2022-09-27T15:34:31.2426862Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 2022-09-27T15:34:31.2507259Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 2022-09-27T15:34:31.2554310Z test_ops.py::TestCommonCPU::test_out_warning_atan_cpu 2022-09-27T15:34:31.2644110Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atan_cpu 2022-09-27T15:34:31.2676517Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:34:31.2726173Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:34:31.2789987Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 2022-09-27T15:34:31.2953342Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 2022-09-27T15:34:31.2961763Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 2022-09-27T15:34:31.2967972Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 2022-09-27T15:34:31.2974793Z test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu 2022-09-27T15:34:31.3095204Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu 2022-09-27T15:34:31.3363257Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 2022-09-27T15:34:31.3370207Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 2022-09-27T15:34:31.3407221Z test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu 2022-09-27T15:34:31.3428499Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu 2022-09-27T15:34:31.3489960Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 2022-09-27T15:34:31.3506291Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 2022-09-27T15:34:31.3833164Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 2022-09-27T15:34:31.3870097Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool 2022-09-27T15:34:31.4027117Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu 2022-09-27T15:34:31.4082106Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 2022-09-27T15:34:31.4202304Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 2022-09-27T15:34:31.4270494Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu 2022-09-27T15:34:31.4280327Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 2022-09-27T15:34:31.4563156Z test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu 2022-09-27T15:34:31.4572610Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu 2022-09-27T15:34:31.4611389Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool 2022-09-27T15:34:31.4713280Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool 2022-09-27T15:34:31.4746112Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu 2022-09-27T15:34:31.4954822Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu 2022-09-27T15:34:31.5062964Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 2022-09-27T15:34:31.5270847Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 2022-09-27T15:34:31.5511979Z test_ops.py::TestCommonCPU::test_out_warning_cat_cpu 2022-09-27T15:34:31.5567318Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 2022-09-27T15:34:31.5803205Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 2022-09-27T15:34:31.5837777Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cat_cpu 2022-09-27T15:34:31.5948324Z test_ops.py::TestCommonCPU::test_out_warning_char_cpu 2022-09-27T15:34:31.5957978Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_char_cpu 2022-09-27T15:34:31.5986250Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 2022-09-27T15:34:31.6320736Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 2022-09-27T15:34:31.6393799Z test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu 2022-09-27T15:34:31.6403234Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu 2022-09-27T15:34:31.6460156Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 2022-09-27T15:34:31.6754280Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 2022-09-27T15:34:31.6832532Z test_ops.py::TestCommonCPU::test_out_warning_clone_cpu 2022-09-27T15:34:31.6836115Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clone_cpu 2022-09-27T15:34:31.6878226Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 2022-09-27T15:34:31.7110718Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 2022-09-27T15:34:31.7125937Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:34:31.7200358Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:34:31.7209121Z test_ops.py::TestCommonCPU::test_out_warning_conj_cpu 2022-09-27T15:34:31.7218980Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_conj_cpu 2022-09-27T15:34:31.7285991Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 2022-09-27T15:34:31.7669263Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 2022-09-27T15:34:31.7676624Z test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu 2022-09-27T15:34:31.7714217Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 2022-09-27T15:34:31.7898171Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 2022-09-27T15:34:31.8075097Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu 2022-09-27T15:34:31.8080412Z test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu 2022-09-27T15:34:31.8089470Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu 2022-09-27T15:34:31.8183084Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 2022-09-27T15:34:31.8202398Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 2022-09-27T15:34:31.8215488Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool 2022-09-27T15:34:31.8550749Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 2022-09-27T15:34:31.8631972Z test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu 2022-09-27T15:34:31.8644419Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu 2022-09-27T15:34:31.8649382Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 2022-09-27T15:34:31.9034307Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 2022-09-27T15:34:31.9045088Z test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu 2022-09-27T15:34:31.9048711Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 2022-09-27T15:34:31.9100633Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu 2022-09-27T15:34:31.9437796Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 2022-09-27T15:34:31.9472808Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu 2022-09-27T15:34:31.9478363Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu 2022-09-27T15:34:31.9495804Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 2022-09-27T15:34:31.9875736Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 2022-09-27T15:34:31.9880149Z test_ops.py::TestCommonCPU::test_out_warning_dist_cpu 2022-09-27T15:34:31.9888131Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dist_cpu 2022-09-27T15:34:31.9937651Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool 2022-09-27T15:34:32.0290721Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool 2022-09-27T15:34:32.0351583Z test_ops.py::TestCommonCPU::test_out_warning_dot_cpu 2022-09-27T15:34:32.0361233Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:34:32.0378988Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 2022-09-27T15:34:32.0382950Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dot_cpu 2022-09-27T15:34:32.0392985Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 2022-09-27T15:34:32.0753713Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:34:32.0758485Z test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu 2022-09-27T15:34:32.0766723Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu 2022-09-27T15:34:32.0795124Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 2022-09-27T15:34:32.0812920Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 2022-09-27T15:34:32.0826105Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:34:32.1243425Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 2022-09-27T15:34:32.1264157Z test_ops.py::TestCommonCPU::test_out_warning_equal_cpu 2022-09-27T15:34:32.1269167Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_equal_cpu 2022-09-27T15:34:32.1269686Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 2022-09-27T15:34:32.1646905Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 2022-09-27T15:34:32.1651381Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 2022-09-27T15:34:32.1683408Z test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu 2022-09-27T15:34:32.1756596Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 2022-09-27T15:34:32.2137024Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu 2022-09-27T15:34:32.2142201Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 2022-09-27T15:34:32.2148724Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 2022-09-27T15:34:32.2198123Z test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu 2022-09-27T15:34:32.2566052Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu 2022-09-27T15:34:32.2575042Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 2022-09-27T15:34:32.2618385Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 2022-09-27T15:34:32.3008269Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu 2022-09-27T15:34:32.3012048Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 2022-09-27T15:34:32.3176050Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 2022-09-27T15:34:32.3195466Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu 2022-09-27T15:34:32.3487182Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu 2022-09-27T15:34:32.3491391Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 2022-09-27T15:34:32.3668388Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 2022-09-27T15:34:32.3681459Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu 2022-09-27T15:34:32.3709922Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu 2022-09-27T15:34:32.3919970Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu 2022-09-27T15:34:32.3924597Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 2022-09-27T15:34:32.4176152Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 2022-09-27T15:34:32.4368971Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu 2022-09-27T15:34:32.4374813Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 2022-09-27T15:34:32.4633107Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 2022-09-27T15:34:32.4661280Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu 2022-09-27T15:34:32.4851726Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu 2022-09-27T15:34:32.4859791Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 2022-09-27T15:34:32.5289168Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 2022-09-27T15:34:32.5296308Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool 2022-09-27T15:34:32.5346794Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool 2022-09-27T15:34:32.5373564Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu 2022-09-27T15:34:32.5429945Z test_ops.py::TestCommonCPU::test_out_warning_flip_cpu 2022-09-27T15:34:32.5729822Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flip_cpu 2022-09-27T15:34:32.5736417Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 2022-09-27T15:34:32.5793385Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 2022-09-27T15:34:32.6210150Z test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu 2022-09-27T15:34:32.6219672Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 2022-09-27T15:34:32.6250718Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 2022-09-27T15:34:32.6275949Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu 2022-09-27T15:34:32.6568686Z test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu 2022-09-27T15:34:32.6644472Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu 2022-09-27T15:34:32.6649216Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 2022-09-27T15:34:32.6710577Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 2022-09-27T15:34:32.6753293Z test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu 2022-09-27T15:34:32.7091321Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu 2022-09-27T15:34:32.7097945Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 2022-09-27T15:34:32.7270412Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 2022-09-27T15:34:32.7415403Z test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu 2022-09-27T15:34:32.7436017Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:34:32.7486783Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:34:32.7528898Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 2022-09-27T15:34:32.7966189Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 2022-09-27T15:34:32.7966768Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 2022-09-27T15:34:32.8404690Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 2022-09-27T15:34:32.8406426Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 2022-09-27T15:34:32.8883659Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 2022-09-27T15:34:32.8890849Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 2022-09-27T15:34:32.9169868Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 2022-09-27T15:34:32.9188750Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:34:32.9317898Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 2022-09-27T15:34:32.9368124Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 2022-09-27T15:34:32.9846340Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 2022-09-27T15:34:32.9851900Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 2022-09-27T15:34:32.9873751Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 2022-09-27T15:34:32.9992484Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu 2022-09-27T15:34:33.0348599Z test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu 2022-09-27T15:34:33.0425108Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 2022-09-27T15:34:33.0447371Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu 2022-09-27T15:34:33.0477053Z test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu 2022-09-27T15:34:33.0861113Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu 2022-09-27T15:34:33.0883841Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:34:33.0942239Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 2022-09-27T15:34:33.0948831Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 2022-09-27T15:34:33.1253928Z test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu 2022-09-27T15:34:33.1348135Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu 2022-09-27T15:34:33.1350676Z test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu 2022-09-27T15:34:33.1391049Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 2022-09-27T15:34:33.1560774Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 2022-09-27T15:34:33.1819589Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu 2022-09-27T15:34:33.1824425Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 2022-09-27T15:34:33.1866398Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 2022-09-27T15:34:33.1968251Z test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu 2022-09-27T15:34:33.2257109Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu 2022-09-27T15:34:33.2269932Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 2022-09-27T15:34:33.2276360Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 2022-09-27T15:34:33.2280901Z test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu 2022-09-27T15:34:33.2630727Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu 2022-09-27T15:34:33.2712187Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 2022-09-27T15:34:33.2724128Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 2022-09-27T15:34:33.2782944Z test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu 2022-09-27T15:34:33.3075451Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu 2022-09-27T15:34:33.3277950Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 2022-09-27T15:34:33.3284607Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 2022-09-27T15:34:33.3289610Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu 2022-09-27T15:34:33.3549807Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu 2022-09-27T15:34:33.3629272Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 2022-09-27T15:34:33.3634394Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu 2022-09-27T15:34:33.3654608Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu 2022-09-27T15:34:33.3984760Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 2022-09-27T15:34:33.3990816Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 2022-09-27T15:34:33.4107789Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 2022-09-27T15:34:33.4434043Z test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu 2022-09-27T15:34:33.4434976Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 2022-09-27T15:34:33.4454368Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 2022-09-27T15:34:33.4470375Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu 2022-09-27T15:34:33.4786765Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu 2022-09-27T15:34:33.4834744Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu 2022-09-27T15:34:33.4867158Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 2022-09-27T15:34:33.4938728Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 2022-09-27T15:34:33.5300545Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu 2022-09-27T15:34:33.5302295Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool 2022-09-27T15:34:33.5512466Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool 2022-09-27T15:34:33.5529349Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu 2022-09-27T15:34:33.5749125Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu 2022-09-27T15:34:33.5751004Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 2022-09-27T15:34:33.5819031Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 2022-09-27T15:34:33.5835373Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 2022-09-27T15:34:33.5853646Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu 2022-09-27T15:34:33.5987204Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:34:33.6177942Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu 2022-09-27T15:34:33.6179770Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 2022-09-27T15:34:33.6221418Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 2022-09-27T15:34:33.6251945Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 2022-09-27T15:34:33.6446129Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool 2022-09-27T15:34:33.6493356Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu 2022-09-27T15:34:33.6596472Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu 2022-09-27T15:34:34.0670978Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 2022-09-27T15:34:34.0707486Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu 2022-09-27T15:34:34.1967821Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu 2022-09-27T15:34:34.2009363Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu 2022-09-27T15:34:34.2172840Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu 2022-09-27T15:34:34.2185265Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:34:34.3148062Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:34:34.3165827Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 2022-09-27T15:34:34.3219110Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 2022-09-27T15:34:34.3243954Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool 2022-09-27T15:34:34.5954824Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 2022-09-27T15:34:34.5973458Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu 2022-09-27T15:34:34.8412303Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:34:34.8435789Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:34:34.8477532Z test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu 2022-09-27T15:34:34.8496639Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:34:34.9487960Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:34:34.9517725Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu 2022-09-27T15:34:35.1558582Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu 2022-09-27T15:34:35.1590070Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 2022-09-27T15:34:35.2076282Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 2022-09-27T15:34:35.2106804Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu 2022-09-27T15:34:35.2208282Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu 2022-09-27T15:34:35.2231655Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:34:35.2304992Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:34:35.2604687Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu 2022-09-27T15:34:35.2635893Z test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu 2022-09-27T15:34:35.2997682Z [gw3] [ 25%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu 2022-09-27T15:34:35.3124671Z test_ops.py::TestCommonCPU::test_out_warning_log_cpu 2022-09-27T15:34:35.3435978Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_cpu 2022-09-27T15:34:35.3522447Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu 2022-09-27T15:34:35.3872275Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu 2022-09-27T15:34:35.3978982Z test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu 2022-09-27T15:34:35.4314631Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu 2022-09-27T15:34:35.4403980Z test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu 2022-09-27T15:34:35.4755189Z [gw3] [ 25%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu 2022-09-27T15:34:35.4855003Z test_ops.py::TestCommonCPU::test_out_warning_lu_cpu 2022-09-27T15:34:35.5141168Z [gw3] [ 25%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_lu_cpu 2022-09-27T15:34:35.5157584Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 2022-09-27T15:34:35.5195577Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 2022-09-27T15:34:35.5241493Z test_ops.py::TestCommonCPU::test_out_warning_mT_cpu 2022-09-27T15:34:35.5711511Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mT_cpu 2022-09-27T15:34:35.7011371Z test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu 2022-09-27T15:34:35.7071993Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu 2022-09-27T15:34:35.7153218Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu 2022-09-27T15:34:35.7168676Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:34:35.7449722Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:34:35.7516692Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu 2022-09-27T15:34:35.7557851Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu 2022-09-27T15:34:35.7970133Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu 2022-09-27T15:34:35.8225041Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu 2022-09-27T15:34:35.8438913Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu 2022-09-27T15:34:35.8439464Z test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu 2022-09-27T15:34:35.8719498Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu 2022-09-27T15:34:35.8738365Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 2022-09-27T15:34:35.8853102Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 2022-09-27T15:34:35.8924604Z test_ops.py::TestCommonCPU::test_out_warning_mv_cpu 2022-09-27T15:34:35.9347151Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mv_cpu 2022-09-27T15:34:35.9369597Z test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu 2022-09-27T15:34:35.9391978Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 2022-09-27T15:34:35.9422503Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 2022-09-27T15:34:35.9749880Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu 2022-09-27T15:34:36.1729970Z test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu 2022-09-27T15:34:36.1790508Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu 2022-09-27T15:34:36.2236548Z test_ops.py::TestCommonCPU::test_out_warning_ne_cpu 2022-09-27T15:34:36.2277527Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ne_cpu 2022-09-27T15:34:36.2278043Z test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu 2022-09-27T15:34:36.2290935Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 2022-09-27T15:34:36.2327249Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 2022-09-27T15:34:36.2721718Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu 2022-09-27T15:34:36.2730739Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:34:36.3298967Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:34:36.3305196Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:34:36.3328031Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:34:36.3368111Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:34:36.3611634Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:34:36.4330210Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu 2022-09-27T15:34:36.4376766Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu 2022-09-27T15:34:36.4460238Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:34:36.4838525Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:34:36.4844924Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu 2022-09-27T15:34:36.5323483Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu 2022-09-27T15:34:36.5331758Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:34:36.5695583Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:34:36.5719475Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 2022-09-27T15:34:36.5733881Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu 2022-09-27T15:34:36.5772987Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 2022-09-27T15:34:36.6172203Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu 2022-09-27T15:34:36.6208256Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu 2022-09-27T15:34:36.6679360Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu 2022-09-27T15:34:36.6717381Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:34:36.7231352Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:34:36.7295673Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu 2022-09-27T15:34:36.7552432Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu 2022-09-27T15:34:36.7560110Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu 2022-09-27T15:34:36.8115608Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu 2022-09-27T15:34:36.8120892Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu 2022-09-27T15:34:36.8571952Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu 2022-09-27T15:34:36.8582684Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:34:36.9035346Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:34:36.9043088Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu 2022-09-27T15:34:36.9075580Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu 2022-09-27T15:34:36.9089554Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 2022-09-27T15:34:36.9510672Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 2022-09-27T15:34:37.0056588Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu 2022-09-27T15:34:37.0083671Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:34:37.0271003Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 2022-09-27T15:34:37.0308996Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 2022-09-27T15:34:37.0331316Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu 2022-09-27T15:34:37.0368482Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu 2022-09-27T15:34:37.0581468Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu 2022-09-27T15:34:37.0588993Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 2022-09-27T15:34:37.0796759Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 2022-09-27T15:34:37.0804365Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:34:37.1029130Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:34:37.1056221Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 2022-09-27T15:34:37.1253056Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 2022-09-27T15:34:37.1301253Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:34:37.1515505Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:34:37.1524903Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool 2022-09-27T15:34:37.1721531Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool 2022-09-27T15:34:37.1730435Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:34:37.1998944Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:34:37.2007680Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 2022-09-27T15:34:37.2013687Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 2022-09-27T15:34:37.2023770Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 2022-09-27T15:34:37.2042639Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool 2022-09-27T15:34:37.2064208Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 2022-09-27T15:34:37.2154484Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 2022-09-27T15:34:37.2159004Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu 2022-09-27T15:34:37.2436689Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu 2022-09-27T15:34:37.2441567Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 2022-09-27T15:34:37.2636316Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 2022-09-27T15:34:37.2642454Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu 2022-09-27T15:34:37.2838002Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu 2022-09-27T15:34:37.2862841Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 2022-09-27T15:34:37.3097599Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 2022-09-27T15:34:37.3148592Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:34:37.3315817Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:34:37.3338021Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 2022-09-27T15:34:37.3557074Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 2022-09-27T15:34:37.3591644Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu 2022-09-27T15:34:37.3755685Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu 2022-09-27T15:34:37.3780092Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 2022-09-27T15:34:37.3993251Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 2022-09-27T15:34:37.4030411Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu 2022-09-27T15:34:37.4192865Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu 2022-09-27T15:34:37.4215276Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 2022-09-27T15:34:37.4519485Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 2022-09-27T15:34:37.4528488Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:34:37.4675707Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:34:37.4700674Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 2022-09-27T15:34:37.4956358Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 2022-09-27T15:34:37.4965774Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu 2022-09-27T15:34:37.5116691Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu 2022-09-27T15:34:37.5134910Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 2022-09-27T15:34:37.5435198Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 2022-09-27T15:34:37.5444408Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu 2022-09-27T15:34:37.5595961Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu 2022-09-27T15:34:37.5612384Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 2022-09-27T15:34:37.5910670Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 2022-09-27T15:34:37.6035818Z test_ops.py::TestCommonCPU::test_out_warning_norm_cpu 2022-09-27T15:34:37.6842997Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 2022-09-27T15:34:37.6857737Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool 2022-09-27T15:34:37.6943522Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 2022-09-27T15:34:37.6990432Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 2022-09-27T15:34:37.8014848Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 2022-09-27T15:34:37.8030200Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_cpu 2022-09-27T15:34:37.8567438Z test_ops.py::TestCommonCPU::test_out_warning_normal_cpu 2022-09-27T15:34:37.8614632Z [gw3] [ 25%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_normal_cpu 2022-09-27T15:34:37.8801038Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu 2022-09-27T15:34:37.9038430Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu 2022-09-27T15:34:37.9083106Z test_ops.py::TestCommonCPU::test_out_warning_permute_cpu 2022-09-27T15:34:37.9516878Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_permute_cpu 2022-09-27T15:34:37.9517458Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu 2022-09-27T15:34:37.9992177Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu 2022-09-27T15:34:37.9992753Z test_ops.py::TestCommonCPU::test_out_warning_positive_cpu 2022-09-27T15:34:38.0415286Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_positive_cpu 2022-09-27T15:34:38.1300784Z test_ops.py::TestCommonCPU::test_out_warning_qr_cpu 2022-09-27T15:34:38.1330032Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 2022-09-27T15:34:38.1377211Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 2022-09-27T15:34:38.1404321Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 2022-09-27T15:34:38.2064430Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 2022-09-27T15:34:38.2089135Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 2022-09-27T15:34:38.2725864Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 2022-09-27T15:34:38.2756763Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 2022-09-27T15:34:38.2943204Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 2022-09-27T15:34:38.2965002Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_qr_cpu 2022-09-27T15:34:38.3039287Z test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu 2022-09-27T15:34:38.3408318Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu 2022-09-27T15:34:38.3445783Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 2022-09-27T15:34:38.3472749Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 2022-09-27T15:34:38.3480670Z test_ops.py::TestCommonCPU::test_out_warning_real_cpu 2022-09-27T15:34:38.3548007Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_real_cpu 2022-09-27T15:34:38.3642208Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 2022-09-27T15:34:38.3666745Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 2022-09-27T15:34:38.3791415Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 2022-09-27T15:34:38.3810067Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 2022-09-27T15:34:38.3928802Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 2022-09-27T15:34:38.3930461Z test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu 2022-09-27T15:34:38.4002552Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu 2022-09-27T15:34:38.4009018Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 2022-09-27T15:34:38.4326532Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 2022-09-27T15:34:38.4362410Z test_ops.py::TestCommonCPU::test_out_warning_resize__cpu 2022-09-27T15:34:38.4423389Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resize__cpu 2022-09-27T15:34:38.4432462Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 2022-09-27T15:34:38.4793823Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 2022-09-27T15:34:38.4800763Z test_ops.py::TestCommonCPU::test_out_warning_roll_cpu 2022-09-27T15:34:38.4866063Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_roll_cpu 2022-09-27T15:34:38.4872487Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 2022-09-27T15:34:38.5225406Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 2022-09-27T15:34:38.5236067Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu 2022-09-27T15:34:38.5304848Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu 2022-09-27T15:34:38.5311387Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 2022-09-27T15:34:38.5711477Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 2022-09-27T15:34:38.5772201Z test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu 2022-09-27T15:34:38.5791777Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 2022-09-27T15:34:38.5803790Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 2022-09-27T15:34:38.5816972Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 2022-09-27T15:34:38.5971506Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool 2022-09-27T15:34:38.6122781Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu 2022-09-27T15:34:38.6219781Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu 2022-09-27T15:34:38.6228890Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 2022-09-27T15:34:38.6660157Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 2022-09-27T15:34:38.6669297Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 2022-09-27T15:34:38.7060182Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 2022-09-27T15:34:38.7158495Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool 2022-09-27T15:34:38.7542988Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool 2022-09-27T15:34:38.7611885Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 2022-09-27T15:34:38.7975242Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 2022-09-27T15:34:38.8022275Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 2022-09-27T15:34:38.8090340Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu 2022-09-27T15:34:38.8118875Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu 2022-09-27T15:34:38.8140550Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 2022-09-27T15:34:38.8455308Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu 2022-09-27T15:34:38.8460193Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 2022-09-27T15:34:38.8592872Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 2022-09-27T15:34:38.8604002Z test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu 2022-09-27T15:34:38.8854528Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu 2022-09-27T15:34:38.9043067Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 2022-09-27T15:34:38.9043649Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool 2022-09-27T15:34:38.9044486Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 2022-09-27T15:34:38.9045126Z test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu 2022-09-27T15:34:38.9087594Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu 2022-09-27T15:34:38.9341276Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 2022-09-27T15:34:38.9341995Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 2022-09-27T15:34:38.9434724Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 2022-09-27T15:34:38.9437065Z test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu 2022-09-27T15:34:38.9467876Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu 2022-09-27T15:34:38.9486577Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 2022-09-27T15:34:38.9738604Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 2022-09-27T15:34:38.9794324Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 2022-09-27T15:34:38.9866963Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 2022-09-27T15:34:38.9870016Z test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu 2022-09-27T15:34:39.0175323Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu 2022-09-27T15:34:39.0349018Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 2022-09-27T15:34:39.0355432Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu 2022-09-27T15:34:39.0409028Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 2022-09-27T15:34:39.0618675Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu 2022-09-27T15:34:39.0659698Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 2022-09-27T15:34:39.0754158Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 2022-09-27T15:34:39.0754947Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu 2022-09-27T15:34:39.1053536Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu 2022-09-27T15:34:39.1098400Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 2022-09-27T15:34:39.1231671Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 2022-09-27T15:34:39.1476573Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu 2022-09-27T15:34:39.1530503Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 2022-09-27T15:34:39.1800373Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 2022-09-27T15:34:39.1821922Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu 2022-09-27T15:34:39.1932764Z test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu 2022-09-27T15:34:39.1972354Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 2022-09-27T15:34:39.2135776Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 2022-09-27T15:34:39.2272502Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu 2022-09-27T15:34:39.2391852Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu 2022-09-27T15:34:39.2399416Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu 2022-09-27T15:34:39.2561385Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 2022-09-27T15:34:39.2589277Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 2022-09-27T15:34:39.2749792Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 2022-09-27T15:34:39.2854473Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu 2022-09-27T15:34:39.3190308Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu 2022-09-27T15:34:39.3394866Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:34:39.3585833Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:34:39.3588622Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:34:39.4034280Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:34:39.4040514Z test_ops.py::TestCommonCPU::test_out_warning_split_cpu 2022-09-27T15:34:39.4482416Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_cpu 2022-09-27T15:34:39.4619723Z test_ops.py::TestCommonCPU::test_out_warning_square_cpu 2022-09-27T15:34:39.4791960Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_square_cpu 2022-09-27T15:34:39.4828809Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 2022-09-27T15:34:39.4956042Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool 2022-09-27T15:34:39.4964429Z test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu 2022-09-27T15:34:39.5393618Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu 2022-09-27T15:34:39.5402889Z test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu 2022-09-27T15:34:39.5554684Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu 2022-09-27T15:34:39.5580867Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 2022-09-27T15:34:39.5833851Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 2022-09-27T15:34:39.5842882Z test_ops.py::TestCommonCPU::test_out_warning_t_cpu 2022-09-27T15:34:39.5924798Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_t_cpu 2022-09-27T15:34:39.5948035Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 2022-09-27T15:34:39.6314019Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 2022-09-27T15:34:39.6324220Z test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu 2022-09-27T15:34:39.6715391Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu 2022-09-27T15:34:39.6723394Z test_ops.py::TestCommonCPU::test_out_warning_to_cpu 2022-09-27T15:34:39.7160160Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_to_cpu 2022-09-27T15:34:39.7169617Z test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu 2022-09-27T15:34:39.7452767Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu 2022-09-27T15:34:39.7476452Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool 2022-09-27T15:34:39.7521883Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 2022-09-27T15:34:39.7537071Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 2022-09-27T15:34:39.7626932Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 2022-09-27T15:34:39.8065277Z test_ops.py::TestCommonCPU::test_out_warning_tril_cpu 2022-09-27T15:34:39.8102570Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tril_cpu 2022-09-27T15:34:39.8910261Z test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu 2022-09-27T15:34:39.8950453Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu 2022-09-27T15:34:39.9070627Z test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu 2022-09-27T15:34:39.9397671Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu 2022-09-27T15:34:39.9404631Z test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu 2022-09-27T15:34:39.9833383Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu 2022-09-27T15:34:39.9840255Z test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu 2022-09-27T15:34:40.0292438Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu 2022-09-27T15:34:40.0299630Z test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu 2022-09-27T15:34:40.0487691Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu 2022-09-27T15:34:40.0499431Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 2022-09-27T15:34:40.0717338Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 2022-09-27T15:34:40.0722859Z test_ops.py::TestCommonCPU::test_out_warning_zero__cpu 2022-09-27T15:34:40.1191785Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_zero__cpu 2022-09-27T15:34:40.1665181Z test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 2022-09-27T15:34:40.1705634Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 2022-09-27T15:34:40.2566367Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 2022-09-27T15:34:40.2580571Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 2022-09-27T15:34:40.2713243Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 2022-09-27T15:34:40.2743207Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 2022-09-27T15:34:40.4581477Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 2022-09-27T15:34:40.4604671Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 2022-09-27T15:34:40.4656036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 2022-09-27T15:34:40.5077484Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 2022-09-27T15:34:40.5086711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool 2022-09-27T15:34:40.5520372Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool 2022-09-27T15:34:40.5530207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 2022-09-27T15:34:40.5976935Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 2022-09-27T15:34:40.5986386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 2022-09-27T15:34:40.6391006Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 2022-09-27T15:34:40.6391866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 2022-09-27T15:34:40.6717897Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 2022-09-27T15:34:40.6731590Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 2022-09-27T15:34:40.6867248Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 2022-09-27T15:34:40.6872776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 2022-09-27T15:34:40.7309776Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 2022-09-27T15:34:40.7319191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 2022-09-27T15:34:40.7669204Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 2022-09-27T15:34:40.7697283Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 2022-09-27T15:34:40.7754874Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 2022-09-27T15:34:40.7799548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 2022-09-27T15:34:40.8197263Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 2022-09-27T15:34:40.8242061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 2022-09-27T15:34:40.8695240Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 2022-09-27T15:34:40.8700395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 2022-09-27T15:34:40.8994106Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 2022-09-27T15:34:40.9024831Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 2022-09-27T15:34:40.9147077Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 2022-09-27T15:34:40.9165028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 2022-09-27T15:34:40.9603830Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 2022-09-27T15:34:40.9611110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:41.0037191Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:41.0077836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool 2022-09-27T15:34:41.0566654Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool 2022-09-27T15:34:41.0581953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 2022-09-27T15:34:41.0995812Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 2022-09-27T15:34:41.0996718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 2022-09-27T15:34:41.1113366Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 2022-09-27T15:34:41.1141109Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 2022-09-27T15:34:41.1474405Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 2022-09-27T15:34:41.1480164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 2022-09-27T15:34:41.1911046Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 2022-09-27T15:34:41.1918949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 2022-09-27T15:34:41.2199650Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 2022-09-27T15:34:41.2217675Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 2022-09-27T15:34:41.2348782Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 2022-09-27T15:34:41.2360580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 2022-09-27T15:34:41.2373517Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 2022-09-27T15:34:41.2398569Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 2022-09-27T15:34:41.2792914Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 2022-09-27T15:34:41.2798442Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 2022-09-27T15:34:41.2802186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 2022-09-27T15:34:41.2808068Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 2022-09-27T15:34:41.3281405Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 2022-09-27T15:34:41.3287206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 2022-09-27T15:34:41.3717114Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 2022-09-27T15:34:41.3727235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 2022-09-27T15:34:41.7953919Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 2022-09-27T15:34:41.8019472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 2022-09-27T15:34:41.8025005Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 2022-09-27T15:34:41.8030230Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 2022-09-27T15:34:41.8105426Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 2022-09-27T15:34:41.8114669Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 2022-09-27T15:34:41.8115270Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 2022-09-27T15:34:41.8115769Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 2022-09-27T15:34:41.8173235Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 2022-09-27T15:34:41.8175675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 2022-09-27T15:34:41.8176488Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 2022-09-27T15:34:41.8180057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool 2022-09-27T15:34:41.8476047Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool 2022-09-27T15:34:41.8502930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 2022-09-27T15:34:41.8962703Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 2022-09-27T15:34:41.8969710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 2022-09-27T15:34:41.9435083Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 2022-09-27T15:34:41.9439048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 2022-09-27T15:34:41.9584702Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 2022-09-27T15:34:41.9618540Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 2022-09-27T15:34:41.9785837Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 2022-09-27T15:34:41.9809377Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 2022-09-27T15:34:41.9881448Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 2022-09-27T15:34:41.9915514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 2022-09-27T15:34:42.0369486Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 2022-09-27T15:34:42.0372744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 2022-09-27T15:34:42.0845471Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 2022-09-27T15:34:42.0849756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 2022-09-27T15:34:42.1103686Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 2022-09-27T15:34:42.1125413Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 2022-09-27T15:34:42.1275698Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 2022-09-27T15:34:42.1280733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 2022-09-27T15:34:42.1333556Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 2022-09-27T15:34:42.1379312Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 2022-09-27T15:34:42.1718547Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 2022-09-27T15:34:42.1736113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 2022-09-27T15:34:42.2150707Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 2022-09-27T15:34:42.2158946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 2022-09-27T15:34:42.2558931Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 2022-09-27T15:34:42.2584092Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 2022-09-27T15:34:42.2637242Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 2022-09-27T15:34:42.2644710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 2022-09-27T15:34:42.2926704Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 2022-09-27T15:34:42.2945241Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 2022-09-27T15:34:42.3104002Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 2022-09-27T15:34:42.3110123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 2022-09-27T15:34:42.3532913Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 2022-09-27T15:34:42.3560507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:42.3734400Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:42.3759632Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 2022-09-27T15:34:42.3827847Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 2022-09-27T15:34:42.3842005Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 2022-09-27T15:34:42.4040135Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool 2022-09-27T15:34:42.4045314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool 2022-09-27T15:34:42.4101388Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool 2022-09-27T15:34:42.4122805Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 2022-09-27T15:34:42.4471521Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 2022-09-27T15:34:42.4477234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 2022-09-27T15:34:42.4952270Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 2022-09-27T15:34:42.4958526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 2022-09-27T15:34:42.5248257Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 2022-09-27T15:34:42.5271297Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 2022-09-27T15:34:42.5395354Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 2022-09-27T15:34:42.5400398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 2022-09-27T15:34:42.5681995Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 2022-09-27T15:34:42.5702294Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 2022-09-27T15:34:42.5878677Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 2022-09-27T15:34:42.5880945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 2022-09-27T15:34:42.6301151Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 2022-09-27T15:34:42.6314794Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 2022-09-27T15:34:42.6321352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 2022-09-27T15:34:42.6335092Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 2022-09-27T15:34:42.6376821Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 2022-09-27T15:34:42.6393821Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 2022-09-27T15:34:42.6757075Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 2022-09-27T15:34:42.6799464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 2022-09-27T15:34:42.7179306Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 2022-09-27T15:34:42.7201964Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 2022-09-27T15:34:42.7209308Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 2022-09-27T15:34:42.7240714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 2022-09-27T15:34:42.7384377Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 2022-09-27T15:34:42.7400399Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 2022-09-27T15:34:42.7676421Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 2022-09-27T15:34:42.7682729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 2022-09-27T15:34:42.8160509Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 2022-09-27T15:34:42.8173766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 2022-09-27T15:34:42.8186703Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 2022-09-27T15:34:42.8208237Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 2022-09-27T15:34:42.8375939Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 2022-09-27T15:34:42.8395670Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool 2022-09-27T15:34:42.8560127Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 2022-09-27T15:34:42.8599175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 2022-09-27T15:34:42.8979620Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 2022-09-27T15:34:42.9008208Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 2022-09-27T15:34:42.9008902Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 2022-09-27T15:34:42.9033865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 2022-09-27T15:34:42.9045116Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 2022-09-27T15:34:42.9477975Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 2022-09-27T15:34:42.9484117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 2022-09-27T15:34:42.9507791Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 2022-09-27T15:34:42.9911746Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 2022-09-27T15:34:42.9918208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool 2022-09-27T15:34:43.0399547Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool 2022-09-27T15:34:43.0405048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 2022-09-27T15:34:43.0843954Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 2022-09-27T15:34:43.0853678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 2022-09-27T15:34:43.1161943Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 2022-09-27T15:34:43.1175473Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 2022-09-27T15:34:43.1270199Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool 2022-09-27T15:34:43.1278406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 2022-09-27T15:34:43.1653109Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 2022-09-27T15:34:43.1678064Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 2022-09-27T15:34:43.1683988Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 2022-09-27T15:34:43.1721163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 2022-09-27T15:34:43.2153257Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 2022-09-27T15:34:43.2158617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 2022-09-27T15:34:43.2646984Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 2022-09-27T15:34:43.2655925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 2022-09-27T15:34:43.3115682Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 2022-09-27T15:34:43.3116670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 2022-09-27T15:34:43.3565292Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 2022-09-27T15:34:43.3565957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 2022-09-27T15:34:43.3997287Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 2022-09-27T15:34:43.4000332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 2022-09-27T15:34:43.4438236Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 2022-09-27T15:34:43.4438902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 2022-09-27T15:34:43.4633911Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 2022-09-27T15:34:43.4663050Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 2022-09-27T15:34:43.4882570Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 2022-09-27T15:34:43.4883208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 2022-09-27T15:34:43.5326200Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 2022-09-27T15:34:43.5326944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:43.5379418Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:43.5401924Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool 2022-09-27T15:34:43.5741213Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 2022-09-27T15:34:43.5756673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool 2022-09-27T15:34:43.6201034Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool 2022-09-27T15:34:43.6202137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 2022-09-27T15:34:43.6639323Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 2022-09-27T15:34:43.6648020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 2022-09-27T15:34:43.7073868Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 2022-09-27T15:34:43.7082096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 2022-09-27T15:34:43.7533825Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 2022-09-27T15:34:43.7566774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 2022-09-27T15:34:43.7993579Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 2022-09-27T15:34:43.7999697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 2022-09-27T15:34:43.8484822Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 2022-09-27T15:34:43.8493497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 2022-09-27T15:34:43.8894046Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 2022-09-27T15:34:43.8926311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 2022-09-27T15:34:43.9357786Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 2022-09-27T15:34:43.9358511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 2022-09-27T15:34:43.9760791Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 2022-09-27T15:34:43.9823408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 2022-09-27T15:34:44.0222153Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 2022-09-27T15:34:44.0247795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 2022-09-27T15:34:44.0559388Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 2022-09-27T15:34:44.0669780Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 2022-09-27T15:34:44.0677431Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 2022-09-27T15:34:44.0684910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 2022-09-27T15:34:44.1087610Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 2022-09-27T15:34:44.1138390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 2022-09-27T15:34:44.1561648Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 2022-09-27T15:34:44.1574066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool 2022-09-27T15:34:44.1992941Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool 2022-09-27T15:34:44.2001954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 2022-09-27T15:34:44.2432657Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 2022-09-27T15:34:44.2442259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 2022-09-27T15:34:44.2483663Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 2022-09-27T15:34:44.2501659Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 2022-09-27T15:34:44.2877469Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 2022-09-27T15:34:44.2878102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 2022-09-27T15:34:44.3282388Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 2022-09-27T15:34:44.3321580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 2022-09-27T15:34:44.3747707Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 2022-09-27T15:34:44.3771261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 2022-09-27T15:34:44.4233093Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 2022-09-27T15:34:44.4242121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 2022-09-27T15:34:44.4725098Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 2022-09-27T15:34:44.4738072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 2022-09-27T15:34:44.5127417Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 2022-09-27T15:34:44.5173211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 2022-09-27T15:34:44.5592826Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 2022-09-27T15:34:44.5603101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 2022-09-27T15:34:44.5748491Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 2022-09-27T15:34:44.5784887Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 2022-09-27T15:34:44.6030515Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 2022-09-27T15:34:44.6042224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 2022-09-27T15:34:44.6220704Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 2022-09-27T15:34:44.6238435Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 2022-09-27T15:34:44.6481110Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 2022-09-27T15:34:44.6520094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 2022-09-27T15:34:44.6953456Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 2022-09-27T15:34:44.6961084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:44.7396018Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:44.7405064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool 2022-09-27T15:34:44.7835927Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool 2022-09-27T15:34:44.7845359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 2022-09-27T15:34:44.8272512Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 2022-09-27T15:34:44.8277839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 2022-09-27T15:34:44.8751995Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 2022-09-27T15:34:44.8766764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 2022-09-27T15:34:44.9192144Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 2022-09-27T15:34:44.9198132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 2022-09-27T15:34:44.9348623Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 2022-09-27T15:34:44.9370554Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 2022-09-27T15:34:44.9602469Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 2022-09-27T15:34:44.9640462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 2022-09-27T15:34:45.0038406Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 2022-09-27T15:34:45.0089284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 2022-09-27T15:34:45.0509421Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 2022-09-27T15:34:45.0521753Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 2022-09-27T15:34:45.0529621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 2022-09-27T15:34:45.0539995Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 2022-09-27T15:34:45.0919774Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 2022-09-27T15:34:45.0979831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 2022-09-27T15:34:45.1229413Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 2022-09-27T15:34:45.1264045Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 2022-09-27T15:34:45.1387611Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 2022-09-27T15:34:45.1395172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 2022-09-27T15:34:45.1616224Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 2022-09-27T15:34:45.1672821Z [gw3] [ 26%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 2022-09-27T15:34:45.1758348Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 2022-09-27T15:34:45.1836957Z [gw3] [ 26%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 2022-09-27T15:34:45.1846549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 2022-09-27T15:34:45.2177021Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 2022-09-27T15:34:45.2188285Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 2022-09-27T15:34:45.2268170Z [gw3] [ 26%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 2022-09-27T15:34:45.2276211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 2022-09-27T15:34:45.2631878Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 2022-09-27T15:34:45.2754221Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 2022-09-27T15:34:45.2763744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool 2022-09-27T15:34:45.2928766Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool 2022-09-27T15:34:45.2992167Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 2022-09-27T15:34:45.3075765Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 2022-09-27T15:34:45.3086572Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 2022-09-27T15:34:45.3177350Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 2022-09-27T15:34:45.3210458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 2022-09-27T15:34:45.3239549Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 2022-09-27T15:34:45.3511562Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 2022-09-27T15:34:45.3630227Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 2022-09-27T15:34:45.3640231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 2022-09-27T15:34:45.3810945Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 2022-09-27T15:34:45.3913868Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 2022-09-27T15:34:45.4057902Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 2022-09-27T15:34:45.4096719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 2022-09-27T15:34:45.4513418Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 2022-09-27T15:34:45.4523144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 2022-09-27T15:34:45.4889893Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 2022-09-27T15:34:45.4908155Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 2022-09-27T15:34:45.4917344Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 2022-09-27T15:34:45.4960221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 2022-09-27T15:34:45.5369859Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 2022-09-27T15:34:45.5392534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool 2022-09-27T15:34:45.5851011Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool 2022-09-27T15:34:45.5871584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 2022-09-27T15:34:45.6313401Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 2022-09-27T15:34:45.6315862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 2022-09-27T15:34:45.6663129Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 2022-09-27T15:34:45.6684753Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 2022-09-27T15:34:45.6758048Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 2022-09-27T15:34:45.6790001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 2022-09-27T15:34:45.7239549Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 2022-09-27T15:34:45.7243196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 2022-09-27T15:34:45.7319902Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 2022-09-27T15:34:45.7332584Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 2022-09-27T15:34:45.7666378Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 2022-09-27T15:34:45.7673375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 2022-09-27T15:34:45.8323510Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 2022-09-27T15:34:45.8339412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 2022-09-27T15:34:45.8346419Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 2022-09-27T15:34:45.8353899Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 2022-09-27T15:34:45.8558759Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 2022-09-27T15:34:45.8585030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 2022-09-27T15:34:45.8920249Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 2022-09-27T15:34:45.8935106Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 2022-09-27T15:34:45.8991973Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 2022-09-27T15:34:45.9027032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 2022-09-27T15:34:45.9184829Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 2022-09-27T15:34:45.9201560Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 2022-09-27T15:34:45.9433735Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 2022-09-27T15:34:45.9449350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 2022-09-27T15:34:45.9473473Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 2022-09-27T15:34:45.9633293Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 2022-09-27T15:34:45.9783710Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 2022-09-27T15:34:45.9871851Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 2022-09-27T15:34:45.9897327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 2022-09-27T15:34:46.0073593Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 2022-09-27T15:34:46.0278517Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 2022-09-27T15:34:46.0339931Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 2022-09-27T15:34:46.0350869Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 2022-09-27T15:34:46.0392794Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 2022-09-27T15:34:46.0398591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 2022-09-27T15:34:46.0710318Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 2022-09-27T15:34:46.0767177Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 2022-09-27T15:34:46.0871473Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 2022-09-27T15:34:46.0872250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 2022-09-27T15:34:46.0963920Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 2022-09-27T15:34:46.1157706Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 2022-09-27T15:34:46.1340457Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 2022-09-27T15:34:46.1358760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 2022-09-27T15:34:46.1395518Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 2022-09-27T15:34:46.1657545Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 2022-09-27T15:34:46.1804846Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 2022-09-27T15:34:46.1805489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 2022-09-27T15:34:46.1899571Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 2022-09-27T15:34:46.1928126Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 2022-09-27T15:34:46.1941978Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 2022-09-27T15:34:46.2129561Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 2022-09-27T15:34:46.2251992Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 2022-09-27T15:34:46.2256535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 2022-09-27T15:34:46.2349728Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 2022-09-27T15:34:46.2603852Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 2022-09-27T15:34:46.2676546Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 2022-09-27T15:34:46.2682552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool 2022-09-27T15:34:46.2759978Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool 2022-09-27T15:34:46.2929013Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 2022-09-27T15:34:46.3076014Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 2022-09-27T15:34:46.3119685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 2022-09-27T15:34:46.3269713Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 2022-09-27T15:34:46.3306677Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 2022-09-27T15:34:46.3555529Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 2022-09-27T15:34:46.3557745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 2022-09-27T15:34:46.3576782Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 2022-09-27T15:34:46.3590040Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 2022-09-27T15:34:46.3608937Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 2022-09-27T15:34:46.3633860Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 2022-09-27T15:34:46.3692310Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool 2022-09-27T15:34:46.3954247Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool 2022-09-27T15:34:46.3989342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 2022-09-27T15:34:46.4142914Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 2022-09-27T15:34:46.4148890Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 2022-09-27T15:34:46.4155507Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 2022-09-27T15:34:46.4431063Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 2022-09-27T15:34:46.4435992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 2022-09-27T15:34:46.4572995Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 2022-09-27T15:34:46.4577370Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 2022-09-27T15:34:46.4848708Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 2022-09-27T15:34:46.4874162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 2022-09-27T15:34:46.5068726Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 2022-09-27T15:34:46.5353835Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool 2022-09-27T15:34:46.5358149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool 2022-09-27T15:34:46.5794149Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool 2022-09-27T15:34:46.5798387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 2022-09-27T15:34:46.6235444Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 2022-09-27T15:34:46.6236112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 2022-09-27T15:34:46.6675232Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 2022-09-27T15:34:46.6679301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 2022-09-27T15:34:46.7151609Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 2022-09-27T15:34:46.7157547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 2022-09-27T15:34:46.7591669Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 2022-09-27T15:34:46.7597712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 2022-09-27T15:34:46.8042314Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 2022-09-27T15:34:46.8042967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool 2022-09-27T15:34:46.8480292Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool 2022-09-27T15:34:46.8480973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 2022-09-27T15:34:46.8949627Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 2022-09-27T15:34:46.8959291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 2022-09-27T15:34:46.9397851Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 2022-09-27T15:34:46.9398527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 2022-09-27T15:34:46.9842611Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 2022-09-27T15:34:46.9843262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 2022-09-27T15:34:47.0279817Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 2022-09-27T15:34:47.0280470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 2022-09-27T15:34:47.0701974Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 2022-09-27T15:34:47.0712519Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool 2022-09-27T15:34:47.0719989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool 2022-09-27T15:34:47.0727132Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool 2022-09-27T15:34:47.1157588Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 2022-09-27T15:34:47.1158167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 2022-09-27T15:34:47.1595378Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 2022-09-27T15:34:47.1596601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 2022-09-27T15:34:47.2036593Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 2022-09-27T15:34:47.2048147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 2022-09-27T15:34:47.2512087Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 2022-09-27T15:34:47.2525406Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 2022-09-27T15:34:47.2533640Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 2022-09-27T15:34:47.2542491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 2022-09-27T15:34:47.2958880Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 2022-09-27T15:34:47.2968846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 2022-09-27T15:34:47.3178120Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 2022-09-27T15:34:47.3214518Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 2022-09-27T15:34:47.3396446Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 2022-09-27T15:34:47.3405575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool 2022-09-27T15:34:47.3837434Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool 2022-09-27T15:34:47.3845048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 2022-09-27T15:34:47.4309727Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 2022-09-27T15:34:47.4318251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 2022-09-27T15:34:47.4751710Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 2022-09-27T15:34:47.4761609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 2022-09-27T15:34:47.5201201Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 2022-09-27T15:34:47.5212573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 2022-09-27T15:34:47.5640482Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 2022-09-27T15:34:47.5653435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 2022-09-27T15:34:47.6070216Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 2022-09-27T15:34:47.6080161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool 2022-09-27T15:34:47.6288739Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool 2022-09-27T15:34:47.6303724Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 2022-09-27T15:34:47.6548950Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 2022-09-27T15:34:47.6558631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 2022-09-27T15:34:47.7033342Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 2022-09-27T15:34:47.7045455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 2022-09-27T15:34:47.7474986Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 2022-09-27T15:34:47.7489037Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 2022-09-27T15:34:47.7497733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 2022-09-27T15:34:47.7509103Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 2022-09-27T15:34:47.7917774Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 2022-09-27T15:34:47.7928810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 2022-09-27T15:34:47.8351856Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 2022-09-27T15:34:47.8358503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:34:47.8695408Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:34:47.8715061Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 2022-09-27T15:34:47.8804668Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 2022-09-27T15:34:47.8814404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 2022-09-27T15:34:47.9270286Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 2022-09-27T15:34:47.9276361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 2022-09-27T15:34:47.9715320Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 2022-09-27T15:34:47.9728799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:34:48.0152674Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:34:48.0163362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool 2022-09-27T15:34:48.0634978Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool 2022-09-27T15:34:48.0646177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 2022-09-27T15:34:48.1116036Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 2022-09-27T15:34:48.1126981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 2022-09-27T15:34:48.1597329Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 2022-09-27T15:34:48.1604779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 2022-09-27T15:34:48.2029548Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 2022-09-27T15:34:48.2033536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 2022-09-27T15:34:48.2484243Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 2022-09-27T15:34:48.2489091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 2022-09-27T15:34:48.2952746Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 2022-09-27T15:34:48.2957603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 2022-09-27T15:34:48.3009613Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 2022-09-27T15:34:48.3034415Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 2022-09-27T15:34:48.3392965Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 2022-09-27T15:34:48.3397318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 2022-09-27T15:34:48.3872648Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 2022-09-27T15:34:48.3877276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 2022-09-27T15:34:48.4313371Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 2022-09-27T15:34:48.4317729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 2022-09-27T15:34:48.4798206Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 2022-09-27T15:34:48.4807531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 2022-09-27T15:34:48.5234309Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 2022-09-27T15:34:48.5244304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:48.5672994Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:48.5682212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:34:48.6110874Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:34:48.6119468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:34:48.6224952Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:34:48.6252312Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 2022-09-27T15:34:48.6549407Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 2022-09-27T15:34:48.6555183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:34:48.7034114Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:34:48.7038398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:34:48.7174128Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:34:48.7202862Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 2022-09-27T15:34:48.7513791Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 2022-09-27T15:34:48.7519018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:34:48.7952966Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:34:48.7956934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:34:48.8432433Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:34:48.8438070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:34:48.8873954Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:34:48.8883010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:34:48.9356278Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:34:48.9365831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:34:48.9794935Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:34:48.9807013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:34:49.0273463Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:34:49.0282497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:34:49.0711177Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:34:49.0721200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 2022-09-27T15:34:49.1154041Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 2022-09-27T15:34:49.1163381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool 2022-09-27T15:34:49.1281222Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool 2022-09-27T15:34:49.1311500Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 2022-09-27T15:34:49.1340853Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 2022-09-27T15:34:49.1511990Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 2022-09-27T15:34:49.1587405Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 2022-09-27T15:34:49.1595015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 2022-09-27T15:34:49.2039203Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 2022-09-27T15:34:49.2051797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 2022-09-27T15:34:49.2515240Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 2022-09-27T15:34:49.2524415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 2022-09-27T15:34:49.2956549Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 2022-09-27T15:34:49.2971872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 2022-09-27T15:34:49.3431523Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 2022-09-27T15:34:49.3440395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 2022-09-27T15:34:49.3879778Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 2022-09-27T15:34:49.3889057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 2022-09-27T15:34:49.4231930Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 2022-09-27T15:34:49.4246809Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 2022-09-27T15:34:49.4307805Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 2022-09-27T15:34:49.4313622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 2022-09-27T15:34:49.4753704Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 2022-09-27T15:34:49.4757877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 2022-09-27T15:34:49.5231872Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 2022-09-27T15:34:49.5236177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 2022-09-27T15:34:49.5670488Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 2022-09-27T15:34:49.5677832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 2022-09-27T15:34:49.6115926Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 2022-09-27T15:34:49.6122139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:49.6599189Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:49.6604901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool 2022-09-27T15:34:49.7077567Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool 2022-09-27T15:34:49.7083395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 2022-09-27T15:34:49.7514175Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 2022-09-27T15:34:49.7518927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 2022-09-27T15:34:49.7596119Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 2022-09-27T15:34:49.7634062Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 2022-09-27T15:34:49.7951845Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 2022-09-27T15:34:49.7958309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 2022-09-27T15:34:49.8398220Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 2022-09-27T15:34:49.8399688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 2022-09-27T15:34:49.8803132Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 2022-09-27T15:34:49.8842168Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 2022-09-27T15:34:49.8847723Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 2022-09-27T15:34:49.8875861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 2022-09-27T15:34:49.9350086Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 2022-09-27T15:34:49.9355188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 2022-09-27T15:34:49.9831215Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 2022-09-27T15:34:49.9835932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 2022-09-27T15:34:50.0272484Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 2022-09-27T15:34:50.0281133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 2022-09-27T15:34:50.0753168Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 2022-09-27T15:34:50.0762636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 2022-09-27T15:34:50.1193204Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 2022-09-27T15:34:50.1202558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 2022-09-27T15:34:50.1262074Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 2022-09-27T15:34:50.1276496Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 2022-09-27T15:34:50.1643660Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 2022-09-27T15:34:50.1652146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 2022-09-27T15:34:50.2111803Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 2022-09-27T15:34:50.2118032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool 2022-09-27T15:34:50.2594043Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool 2022-09-27T15:34:50.2605151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 2022-09-27T15:34:50.3033626Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 2022-09-27T15:34:50.3034428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 2022-09-27T15:34:50.3094481Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 2022-09-27T15:34:50.3112847Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 2022-09-27T15:34:50.3472047Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 2022-09-27T15:34:50.3472555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 2022-09-27T15:34:50.3918787Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 2022-09-27T15:34:50.3919645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 2022-09-27T15:34:50.4395018Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 2022-09-27T15:34:50.4395667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 2022-09-27T15:34:50.4838001Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 2022-09-27T15:34:50.4838705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 2022-09-27T15:34:50.5291553Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 2022-09-27T15:34:50.5292248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 2022-09-27T15:34:50.5510940Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 2022-09-27T15:34:50.5538323Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 2022-09-27T15:34:50.5712504Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 2022-09-27T15:34:50.5713061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 2022-09-27T15:34:50.5959179Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 2022-09-27T15:34:50.5971012Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 2022-09-27T15:34:50.6198463Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 2022-09-27T15:34:50.6204589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 2022-09-27T15:34:50.6214221Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 2022-09-27T15:34:50.6221236Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 2022-09-27T15:34:50.6636673Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool 2022-09-27T15:34:50.6643391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 2022-09-27T15:34:50.6727150Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 2022-09-27T15:34:50.6745399Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool 2022-09-27T15:34:50.7073570Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 2022-09-27T15:34:50.7075858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 2022-09-27T15:34:50.7403486Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 2022-09-27T15:34:50.7426629Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 2022-09-27T15:34:50.7546960Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 2022-09-27T15:34:50.7552505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:50.7991880Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:50.7997874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool 2022-09-27T15:34:50.8023787Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool 2022-09-27T15:34:50.8045917Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 2022-09-27T15:34:50.8433051Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 2022-09-27T15:34:50.8439167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 2022-09-27T15:34:50.8628084Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 2022-09-27T15:34:50.8650558Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 2022-09-27T15:34:50.8874488Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 2022-09-27T15:34:50.8881129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 2022-09-27T15:34:50.9228436Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 2022-09-27T15:34:50.9252716Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 2022-09-27T15:34:50.9311329Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 2022-09-27T15:34:50.9317956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 2022-09-27T15:34:50.9755565Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 2022-09-27T15:34:50.9762657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 2022-09-27T15:34:50.9853587Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 2022-09-27T15:34:50.9878891Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 2022-09-27T15:34:51.0233210Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 2022-09-27T15:34:51.0239589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 2022-09-27T15:34:51.0435998Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 2022-09-27T15:34:51.0458293Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 2022-09-27T15:34:51.0673208Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 2022-09-27T15:34:51.0679356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 2022-09-27T15:34:51.0997024Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 2022-09-27T15:34:51.1020563Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 2022-09-27T15:34:51.1115026Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 2022-09-27T15:34:51.1122261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 2022-09-27T15:34:51.1556246Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 2022-09-27T15:34:51.1565561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 2022-09-27T15:34:51.1581457Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 2022-09-27T15:34:51.1604157Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 2022-09-27T15:34:51.1990635Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 2022-09-27T15:34:51.1996130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 2022-09-27T15:34:51.2132749Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 2022-09-27T15:34:51.2154227Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 2022-09-27T15:34:51.2430547Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 2022-09-27T15:34:51.2436388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 2022-09-27T15:34:51.2675541Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 2022-09-27T15:34:51.2698076Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 2022-09-27T15:34:51.2732341Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 2022-09-27T15:34:51.2755505Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 2022-09-27T15:34:51.2868920Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 2022-09-27T15:34:51.2878308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 2022-09-27T15:34:51.3082828Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 2022-09-27T15:34:51.3114347Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 2022-09-27T15:34:51.3317275Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool 2022-09-27T15:34:51.3317881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 2022-09-27T15:34:51.3421585Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 2022-09-27T15:34:51.3439876Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 2022-09-27T15:34:51.3795960Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 2022-09-27T15:34:51.3863502Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool 2022-09-27T15:34:51.3864154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 2022-09-27T15:34:51.3864759Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 2022-09-27T15:34:51.4240876Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 2022-09-27T15:34:51.4246285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 2022-09-27T15:34:51.4640511Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 2022-09-27T15:34:51.4843982Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 2022-09-27T15:34:51.4844606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 2022-09-27T15:34:51.4950706Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 2022-09-27T15:34:51.5199157Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 2022-09-27T15:34:51.5199773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 2022-09-27T15:34:51.5567330Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 2022-09-27T15:34:51.5567979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 2022-09-27T15:34:51.5578537Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 2022-09-27T15:34:51.5598965Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 2022-09-27T15:34:51.5960068Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 2022-09-27T15:34:51.5964197Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 2022-09-27T15:34:51.5986010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 2022-09-27T15:34:51.5995553Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 2022-09-27T15:34:51.6084978Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 2022-09-27T15:34:51.6099833Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 2022-09-27T15:34:51.6474620Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 2022-09-27T15:34:51.6481480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 2022-09-27T15:34:51.6510587Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 2022-09-27T15:34:51.6551101Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 2022-09-27T15:34:51.6928830Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 2022-09-27T15:34:51.6936203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:51.6949040Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:51.6994232Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 2022-09-27T15:34:51.7352385Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 2022-09-27T15:34:51.7358273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 2022-09-27T15:34:51.7605606Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 2022-09-27T15:34:51.7648619Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 2022-09-27T15:34:51.7800514Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 2022-09-27T15:34:51.7805477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 2022-09-27T15:34:51.8037208Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 2022-09-27T15:34:51.8063504Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 2022-09-27T15:34:51.8106385Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 2022-09-27T15:34:51.8120900Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 2022-09-27T15:34:51.8228644Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 2022-09-27T15:34:51.8234547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 2022-09-27T15:34:51.8445774Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 2022-09-27T15:34:51.8593372Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 2022-09-27T15:34:51.8712467Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 2022-09-27T15:34:51.8718692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 2022-09-27T15:34:51.9077570Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 2022-09-27T15:34:51.9094021Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 2022-09-27T15:34:51.9148691Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 2022-09-27T15:34:51.9154226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 2022-09-27T15:34:51.9486301Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 2022-09-27T15:34:51.9512596Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 2022-09-27T15:34:51.9589720Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 2022-09-27T15:34:51.9595611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 2022-09-27T15:34:51.9798513Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 2022-09-27T15:34:51.9827484Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 2022-09-27T15:34:52.0031390Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 2022-09-27T15:34:52.0039520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 2022-09-27T15:34:52.0421959Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 2022-09-27T15:34:52.0478782Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 2022-09-27T15:34:52.0485274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 2022-09-27T15:34:52.0502621Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 2022-09-27T15:34:52.0928256Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 2022-09-27T15:34:52.0931699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool 2022-09-27T15:34:52.1334783Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool 2022-09-27T15:34:52.1364793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 2022-09-27T15:34:52.1509550Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 2022-09-27T15:34:52.1538215Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 2022-09-27T15:34:52.1793122Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool 2022-09-27T15:34:52.1793810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 2022-09-27T15:34:52.2233572Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 2022-09-27T15:34:52.2234324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 2022-09-27T15:34:52.2476065Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 2022-09-27T15:34:52.2574382Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool 2022-09-27T15:34:52.2665059Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 2022-09-27T15:34:52.2665767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 2022-09-27T15:34:52.3125149Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 2022-09-27T15:34:52.3126123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 2022-09-27T15:34:52.3254036Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 2022-09-27T15:34:52.3271471Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 2022-09-27T15:34:52.3406764Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 2022-09-27T15:34:52.3430657Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 2022-09-27T15:34:52.3557210Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 2022-09-27T15:34:52.3559610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 2022-09-27T15:34:52.3963750Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 2022-09-27T15:34:52.3983879Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 2022-09-27T15:34:52.4033289Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 2022-09-27T15:34:52.4035625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 2022-09-27T15:34:52.4475300Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 2022-09-27T15:34:52.4475993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 2022-09-27T15:34:52.4917616Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 2022-09-27T15:34:52.4918256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 2022-09-27T15:34:52.5081661Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 2022-09-27T15:34:52.5114370Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 2022-09-27T15:34:52.5360372Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 2022-09-27T15:34:52.5360972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 2022-09-27T15:34:52.5636107Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 2022-09-27T15:34:52.5665752Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 2022-09-27T15:34:52.5792410Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 2022-09-27T15:34:52.5797709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 2022-09-27T15:34:52.6170243Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 2022-09-27T15:34:52.6188861Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 2022-09-27T15:34:52.6194978Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 2022-09-27T15:34:52.6203848Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 2022-09-27T15:34:52.6220512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:52.6251045Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:34:52.6294131Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:52.6666717Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:34:52.6714828Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 2022-09-27T15:34:52.6720091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool 2022-09-27T15:34:52.6736855Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool 2022-09-27T15:34:52.6995258Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 2022-09-27T15:34:52.7010121Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 2022-09-27T15:34:52.7080857Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 2022-09-27T15:34:52.7131872Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 2022-09-27T15:34:52.7141927Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 2022-09-27T15:34:52.7153710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 2022-09-27T15:34:52.7185066Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 2022-09-27T15:34:52.7202280Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 2022-09-27T15:34:52.7474199Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 2022-09-27T15:34:52.7488019Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 2022-09-27T15:34:52.7513066Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 2022-09-27T15:34:52.7573417Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 2022-09-27T15:34:52.7592346Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 2022-09-27T15:34:52.7596124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 2022-09-27T15:34:52.7927533Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 2022-09-27T15:34:52.7937150Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 2022-09-27T15:34:52.7984738Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 2022-09-27T15:34:52.8028516Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 2022-09-27T15:34:52.8032659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 2022-09-27T15:34:52.8036236Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 2022-09-27T15:34:52.8279737Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 2022-09-27T15:34:52.8349950Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 2022-09-27T15:34:52.8391938Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 2022-09-27T15:34:52.8431178Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 2022-09-27T15:34:52.8464695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 2022-09-27T15:34:52.8484046Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 2022-09-27T15:34:52.8640975Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 2022-09-27T15:34:52.8834258Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 2022-09-27T15:34:52.8834963Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 2022-09-27T15:34:52.8875948Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 2022-09-27T15:34:52.8917258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 2022-09-27T15:34:52.8920874Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 2022-09-27T15:34:52.9186760Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 2022-09-27T15:34:52.9269963Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 2022-09-27T15:34:52.9343697Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 2022-09-27T15:34:52.9347005Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 2022-09-27T15:34:52.9350937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 2022-09-27T15:34:52.9363117Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 2022-09-27T15:34:52.9526282Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 2022-09-27T15:34:52.9710320Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 2022-09-27T15:34:52.9785753Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 2022-09-27T15:34:52.9794946Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool 2022-09-27T15:34:52.9799227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 2022-09-27T15:34:52.9803628Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 2022-09-27T15:34:52.9942909Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 2022-09-27T15:34:53.0154812Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool 2022-09-27T15:34:53.0192427Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 2022-09-27T15:34:53.0197957Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 2022-09-27T15:34:53.0223438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 2022-09-27T15:34:53.0236838Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 2022-09-27T15:34:53.0441166Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 2022-09-27T15:34:53.0589833Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 2022-09-27T15:34:53.0652648Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 2022-09-27T15:34:53.0655668Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 2022-09-27T15:34:53.0667120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 2022-09-27T15:34:53.0868776Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 2022-09-27T15:34:53.1190902Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 2022-09-27T15:34:53.1194807Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 2022-09-27T15:34:53.1199547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 2022-09-27T15:34:53.1555337Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 2022-09-27T15:34:53.1588794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 2022-09-27T15:34:53.1627375Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 2022-09-27T15:34:53.1668956Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 2022-09-27T15:34:53.1872054Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 2022-09-27T15:34:53.1885096Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 2022-09-27T15:34:53.1988715Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 2022-09-27T15:34:53.2017300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 2022-09-27T15:34:53.2108624Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 2022-09-27T15:34:53.2132387Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 2022-09-27T15:34:53.2434336Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 2022-09-27T15:34:53.2481307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 2022-09-27T15:34:53.2607326Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 2022-09-27T15:34:53.2635692Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 2022-09-27T15:34:53.2950144Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 2022-09-27T15:34:53.2955671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 2022-09-27T15:34:53.3103016Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 2022-09-27T15:34:53.3128467Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 2022-09-27T15:34:53.3344513Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 2022-09-27T15:34:53.3361821Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 2022-09-27T15:34:53.3384839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 2022-09-27T15:34:53.3426605Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 2022-09-27T15:34:53.3439140Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 2022-09-27T15:34:53.3668101Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 2022-09-27T15:34:53.3759307Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 2022-09-27T15:34:53.3824658Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 2022-09-27T15:34:53.3831990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 2022-09-27T15:34:53.4068818Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 2022-09-27T15:34:53.4149641Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 2022-09-27T15:34:53.4168082Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 2022-09-27T15:34:53.4238538Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 2022-09-27T15:34:53.4244103Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 2022-09-27T15:34:53.4274988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 2022-09-27T15:34:53.4468897Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 2022-09-27T15:34:53.4719430Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 2022-09-27T15:34:53.4728127Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 2022-09-27T15:34:53.4732617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 2022-09-27T15:34:53.4949888Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 2022-09-27T15:34:53.5164849Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 2022-09-27T15:34:53.5171447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 2022-09-27T15:34:53.5182048Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 2022-09-27T15:34:53.5429836Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 2022-09-27T15:34:53.5631961Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 2022-09-27T15:34:53.5639252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:53.5814177Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:53.5839753Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 2022-09-27T15:34:53.6094425Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool 2022-09-27T15:34:53.6098715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 2022-09-27T15:34:53.6390680Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 2022-09-27T15:34:53.6414657Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool 2022-09-27T15:34:53.6510777Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 2022-09-27T15:34:53.6514727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 2022-09-27T15:34:53.6560054Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 2022-09-27T15:34:53.6580737Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 2022-09-27T15:34:53.6951976Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:34:53.6955949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 2022-09-27T15:34:53.7137888Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 2022-09-27T15:34:53.7161520Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 2022-09-27T15:34:53.7392538Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 2022-09-27T15:34:53.7396828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 2022-09-27T15:34:53.7835383Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 2022-09-27T15:34:53.7839351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 2022-09-27T15:34:53.7866084Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 2022-09-27T15:34:53.7896695Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 2022-09-27T15:34:53.8280220Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 2022-09-27T15:34:53.8283905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 2022-09-27T15:34:53.8304533Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 2022-09-27T15:34:53.8310665Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 2022-09-27T15:34:53.8328814Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 2022-09-27T15:34:53.8383278Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 2022-09-27T15:34:53.8644808Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool 2022-09-27T15:34:53.8708005Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 2022-09-27T15:34:53.8718384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 2022-09-27T15:34:53.8724383Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 2022-09-27T15:34:53.8729712Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:34:53.8750063Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 2022-09-27T15:34:53.9090959Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 2022-09-27T15:34:53.9119962Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 2022-09-27T15:34:53.9160609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 2022-09-27T15:34:53.9190204Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 2022-09-27T15:34:53.9592809Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 2022-09-27T15:34:53.9603248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool 2022-09-27T15:34:53.9609752Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool 2022-09-27T15:34:53.9616311Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 2022-09-27T15:34:53.9729294Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool 2022-09-27T15:34:53.9743386Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 2022-09-27T15:34:54.0027520Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 2022-09-27T15:34:54.0031467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 2022-09-27T15:34:54.0206521Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 2022-09-27T15:34:54.0222187Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool 2022-09-27T15:34:54.0230582Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 2022-09-27T15:34:54.0243192Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 2022-09-27T15:34:54.0476770Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 2022-09-27T15:34:54.0481424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 2022-09-27T15:34:54.0837359Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 2022-09-27T15:34:54.0867414Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 2022-09-27T15:34:54.0910532Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 2022-09-27T15:34:54.0914587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 2022-09-27T15:34:54.1349386Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 2022-09-27T15:34:54.1357754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 2022-09-27T15:34:54.1407937Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 2022-09-27T15:34:54.1442253Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 2022-09-27T15:34:54.1840219Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 2022-09-27T15:34:54.1845474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 2022-09-27T15:34:54.1971242Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 2022-09-27T15:34:54.1994482Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 2022-09-27T15:34:54.2090842Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 2022-09-27T15:34:54.2118215Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool 2022-09-27T15:34:54.2271657Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 2022-09-27T15:34:54.2275676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 2022-09-27T15:34:54.2681073Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 2022-09-27T15:34:54.2719580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 2022-09-27T15:34:54.3152942Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 2022-09-27T15:34:54.3156634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 2022-09-27T15:34:54.3636411Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 2022-09-27T15:34:54.3640219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:54.4088162Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:54.4093712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool 2022-09-27T15:34:54.4519160Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool 2022-09-27T15:34:54.4523127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 2022-09-27T15:34:54.4959436Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 2022-09-27T15:34:54.4964826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 2022-09-27T15:34:54.5442865Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 2022-09-27T15:34:54.5447881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 2022-09-27T15:34:54.5738980Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 2022-09-27T15:34:54.5755145Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 2022-09-27T15:34:54.5790504Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 2022-09-27T15:34:54.5817332Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 2022-09-27T15:34:54.5848435Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 2022-09-27T15:34:54.5880041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 2022-09-27T15:34:54.5951658Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 2022-09-27T15:34:54.5974786Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 2022-09-27T15:34:54.6318307Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 2022-09-27T15:34:54.6318935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 2022-09-27T15:34:54.6757678Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 2022-09-27T15:34:54.6763513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 2022-09-27T15:34:54.7196728Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 2022-09-27T15:34:54.7201743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 2022-09-27T15:34:54.7639406Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 2022-09-27T15:34:54.7645968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 2022-09-27T15:34:54.8082204Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 2022-09-27T15:34:54.8091346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 2022-09-27T15:34:54.8504015Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 2022-09-27T15:34:54.8519664Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 2022-09-27T15:34:54.8528061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool 2022-09-27T15:34:54.8564814Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool 2022-09-27T15:34:54.8957445Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 2022-09-27T15:34:54.8967037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 2022-09-27T15:34:54.9395889Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 2022-09-27T15:34:54.9396984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 2022-09-27T15:34:54.9407706Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 2022-09-27T15:34:54.9416225Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 2022-09-27T15:34:54.9839688Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 2022-09-27T15:34:54.9850195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 2022-09-27T15:34:55.0279378Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 2022-09-27T15:34:55.0287847Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 2022-09-27T15:34:55.0293567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 2022-09-27T15:34:55.0304491Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 2022-09-27T15:34:55.0384579Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 2022-09-27T15:34:55.0763568Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 2022-09-27T15:34:55.0765900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 2022-09-27T15:34:55.0771945Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 2022-09-27T15:34:55.0930284Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:34:55.1231331Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:34:55.1282125Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 2022-09-27T15:34:55.1282776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 2022-09-27T15:34:55.1357213Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 2022-09-27T15:34:55.1711032Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 2022-09-27T15:34:55.1753926Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:34:55.1755837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 2022-09-27T15:34:55.1830707Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 2022-09-27T15:34:55.2193372Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:34:55.2238523Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 2022-09-27T15:34:55.2241099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 2022-09-27T15:34:55.2260375Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 2022-09-27T15:34:55.2466760Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 2022-09-27T15:34:55.2513284Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 2022-09-27T15:34:55.2634530Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 2022-09-27T15:34:55.2637471Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 2022-09-27T15:34:55.2666058Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 2022-09-27T15:34:55.2685522Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 2022-09-27T15:34:55.2689539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:55.2696262Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:55.3065780Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 2022-09-27T15:34:55.3071666Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 2022-09-27T15:34:55.3108695Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 2022-09-27T15:34:55.3114542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool 2022-09-27T15:34:55.3511622Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool 2022-09-27T15:34:55.3568033Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 2022-09-27T15:34:55.3575008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 2022-09-27T15:34:55.3600444Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 2022-09-27T15:34:55.3715169Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 2022-09-27T15:34:55.3728741Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 2022-09-27T15:34:55.3951740Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 2022-09-27T15:34:55.4004014Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 2022-09-27T15:34:55.4010707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 2022-09-27T15:34:55.4025961Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 2022-09-27T15:34:55.4438134Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 2022-09-27T15:34:55.4452616Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 2022-09-27T15:34:55.4462024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 2022-09-27T15:34:55.4473431Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 2022-09-27T15:34:55.4831963Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 2022-09-27T15:34:55.4884982Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 2022-09-27T15:34:55.4891294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 2022-09-27T15:34:55.5047016Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 2022-09-27T15:34:55.5055451Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 2022-09-27T15:34:55.5065312Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 2022-09-27T15:34:55.5085135Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 2022-09-27T15:34:55.5272939Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 2022-09-27T15:34:55.5321384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 2022-09-27T15:34:55.5759054Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 2022-09-27T15:34:55.5765998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 2022-09-27T15:34:55.6207895Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 2022-09-27T15:34:55.6214875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 2022-09-27T15:34:55.6596472Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 2022-09-27T15:34:55.6610857Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 2022-09-27T15:34:55.6634186Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 2022-09-27T15:34:55.6678239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 2022-09-27T15:34:55.7127507Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 2022-09-27T15:34:55.7138575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 2022-09-27T15:34:55.7297640Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 2022-09-27T15:34:55.7325038Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 2022-09-27T15:34:55.7348825Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 2022-09-27T15:34:55.7363123Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 2022-09-27T15:34:55.7553712Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 2022-09-27T15:34:55.7563531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool 2022-09-27T15:34:55.7999327Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool 2022-09-27T15:34:55.8009314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 2022-09-27T15:34:55.8428895Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 2022-09-27T15:34:55.8438376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 2022-09-27T15:34:55.8447461Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 2022-09-27T15:34:55.8458565Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 2022-09-27T15:34:55.8872447Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 2022-09-27T15:34:55.8883062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 2022-09-27T15:34:55.9038274Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 2022-09-27T15:34:55.9064717Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 2022-09-27T15:34:55.9306950Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 2022-09-27T15:34:55.9316907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 2022-09-27T15:34:55.9585394Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 2022-09-27T15:34:55.9611648Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 2022-09-27T15:34:55.9744017Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 2022-09-27T15:34:55.9753080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 2022-09-27T15:34:55.9850599Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 2022-09-27T15:34:55.9880236Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 2022-09-27T15:34:56.0227030Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 2022-09-27T15:34:56.0236997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 2022-09-27T15:34:56.0614595Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 2022-09-27T15:34:56.0667719Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 2022-09-27T15:34:56.0676735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 2022-09-27T15:34:56.0686235Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 2022-09-27T15:34:56.0856813Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 2022-09-27T15:34:56.0873249Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 2022-09-27T15:34:56.0996415Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 2022-09-27T15:34:56.1075201Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 2022-09-27T15:34:56.1149574Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 2022-09-27T15:34:56.1159081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 2022-09-27T15:34:56.1586660Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 2022-09-27T15:34:56.1596258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 2022-09-27T15:34:56.2026572Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 2022-09-27T15:34:56.2036572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 2022-09-27T15:34:56.2472315Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 2022-09-27T15:34:56.2482494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 2022-09-27T15:34:56.2621281Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 2022-09-27T15:34:56.2647628Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 2022-09-27T15:34:56.2875320Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 2022-09-27T15:34:56.2911067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:56.3288592Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:56.3302118Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 2022-09-27T15:34:56.3316501Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 2022-09-27T15:34:56.3353481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool 2022-09-27T15:34:56.3746566Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool 2022-09-27T15:34:56.3789693Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 2022-09-27T15:34:56.3798999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 2022-09-27T15:34:56.3809219Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 2022-09-27T15:34:56.4230418Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool 2022-09-27T15:34:56.4235800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 2022-09-27T15:34:56.4679905Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 2022-09-27T15:34:56.4685445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 2022-09-27T15:34:56.5115409Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 2022-09-27T15:34:56.5125775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 2022-09-27T15:34:56.5136055Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 2022-09-27T15:34:56.5189015Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 2022-09-27T15:34:56.5601221Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool 2022-09-27T15:34:56.5611162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 2022-09-27T15:34:56.6032004Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 2022-09-27T15:34:56.6041417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 2022-09-27T15:34:56.6471881Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 2022-09-27T15:34:56.6481697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 2022-09-27T15:34:56.6736987Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 2022-09-27T15:34:56.6779319Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 2022-09-27T15:34:56.6909204Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 2022-09-27T15:34:56.6917941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 2022-09-27T15:34:56.7364782Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 2022-09-27T15:34:56.7373290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 2022-09-27T15:34:56.7834241Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 2022-09-27T15:34:56.7835071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 2022-09-27T15:34:56.8314868Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 2022-09-27T15:34:56.8317335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 2022-09-27T15:34:56.8440532Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 2022-09-27T15:34:56.8464412Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool 2022-09-27T15:34:56.8749989Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 2022-09-27T15:34:56.8756201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 2022-09-27T15:34:56.9192029Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 2022-09-27T15:34:56.9197431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool 2022-09-27T15:34:56.9632300Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool 2022-09-27T15:34:56.9636656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 2022-09-27T15:34:57.0042022Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 2022-09-27T15:34:57.0079522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 2022-09-27T15:34:57.0511554Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 2022-09-27T15:34:57.0517995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 2022-09-27T15:34:57.0537406Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 2022-09-27T15:34:57.0553720Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool 2022-09-27T15:34:57.0954946Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 2022-09-27T15:34:57.0961527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 2022-09-27T15:34:57.1369061Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 2022-09-27T15:34:57.1413188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 2022-09-27T15:34:57.1847573Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 2022-09-27T15:34:57.1861533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 2022-09-27T15:34:57.1876495Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 2022-09-27T15:34:57.1886666Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 2022-09-27T15:34:57.2279087Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool 2022-09-27T15:34:57.2290654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 2022-09-27T15:34:57.2731265Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 2022-09-27T15:34:57.2741958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 2022-09-27T15:34:57.3149399Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 2022-09-27T15:34:57.3159104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 2022-09-27T15:34:57.3592527Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 2022-09-27T15:34:57.3603361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 2022-09-27T15:34:57.4032806Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 2022-09-27T15:34:57.4043720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 2022-09-27T15:34:57.4475343Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 2022-09-27T15:34:57.4485703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:57.4916126Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:57.4927895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool 2022-09-27T15:34:57.5125056Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool 2022-09-27T15:34:57.5153261Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 2022-09-27T15:34:57.5393155Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 2022-09-27T15:34:57.5403620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:34:57.5547430Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:34:57.5557026Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool 2022-09-27T15:34:57.5569191Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 2022-09-27T15:34:57.5573987Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 2022-09-27T15:34:57.5831710Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 2022-09-27T15:34:57.5837496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:34:57.6287240Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:34:57.6293409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:34:57.6760478Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:34:57.6766165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 2022-09-27T15:34:57.7207839Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 2022-09-27T15:34:57.7213434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 2022-09-27T15:34:57.7637938Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 2022-09-27T15:34:57.7643450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 2022-09-27T15:34:57.8113804Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 2022-09-27T15:34:57.8119989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 2022-09-27T15:34:57.8553116Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 2022-09-27T15:34:57.8564121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 2022-09-27T15:34:57.8996333Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 2022-09-27T15:34:57.9005715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 2022-09-27T15:34:57.9475846Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 2022-09-27T15:34:57.9485259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 2022-09-27T15:34:57.9831954Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 2022-09-27T15:34:57.9858087Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 2022-09-27T15:34:57.9908140Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 2022-09-27T15:34:57.9916233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:34:58.0352103Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:34:58.0360166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 2022-09-27T15:34:58.0804472Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 2022-09-27T15:34:58.0812693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool 2022-09-27T15:34:58.0932868Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool 2022-09-27T15:34:58.0945392Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 2022-09-27T15:34:58.1236693Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 2022-09-27T15:34:58.1239055Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 2022-09-27T15:34:58.1245227Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 2022-09-27T15:34:58.1250322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 2022-09-27T15:34:58.1680201Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 2022-09-27T15:34:58.1689110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 2022-09-27T15:34:58.2113118Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 2022-09-27T15:34:58.2121914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 2022-09-27T15:34:58.2556012Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 2022-09-27T15:34:58.2565928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 2022-09-27T15:34:58.2994813Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 2022-09-27T15:34:58.3004446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 2022-09-27T15:34:58.3437754Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 2022-09-27T15:34:58.3447198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 2022-09-27T15:34:58.3741045Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 2022-09-27T15:34:58.3765162Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 2022-09-27T15:34:58.3871159Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 2022-09-27T15:34:58.3880246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 2022-09-27T15:34:58.4315624Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 2022-09-27T15:34:58.4317737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 2022-09-27T15:34:58.4760438Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 2022-09-27T15:34:58.4767081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 2022-09-27T15:34:58.5024676Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 2022-09-27T15:34:58.5048731Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 2022-09-27T15:34:58.5193273Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 2022-09-27T15:34:58.5199510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 2022-09-27T15:34:58.5634531Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 2022-09-27T15:34:58.5643992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 2022-09-27T15:34:58.6085226Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 2022-09-27T15:34:58.6099216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:58.6515742Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:58.6529763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool 2022-09-27T15:34:58.6956725Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool 2022-09-27T15:34:58.6967225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 2022-09-27T15:34:58.7139813Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 2022-09-27T15:34:58.7162883Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 2022-09-27T15:34:58.7396092Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 2022-09-27T15:34:58.7400914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 2022-09-27T15:34:58.7760621Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 2022-09-27T15:34:58.7804568Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 2022-09-27T15:34:58.7875041Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 2022-09-27T15:34:58.7875708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 2022-09-27T15:34:58.8320647Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 2022-09-27T15:34:58.8321318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 2022-09-27T15:34:58.8767378Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 2022-09-27T15:34:58.8768148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 2022-09-27T15:34:58.9196992Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 2022-09-27T15:34:58.9197671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 2022-09-27T15:34:58.9638494Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 2022-09-27T15:34:58.9639172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 2022-09-27T15:34:59.0080013Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 2022-09-27T15:34:59.0080665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 2022-09-27T15:34:59.0389066Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 2022-09-27T15:34:59.0437177Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 2022-09-27T15:34:59.0553371Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 2022-09-27T15:34:59.0553980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 2022-09-27T15:34:59.0851970Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 2022-09-27T15:34:59.0888671Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 2022-09-27T15:34:59.0990837Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 2022-09-27T15:34:59.0999453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 2022-09-27T15:34:59.1430812Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 2022-09-27T15:34:59.1436623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 2022-09-27T15:34:59.1870662Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 2022-09-27T15:34:59.1876054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 2022-09-27T15:34:59.2099105Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 2022-09-27T15:34:59.2127134Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 2022-09-27T15:34:59.2318030Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool 2022-09-27T15:34:59.2328174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool 2022-09-27T15:34:59.2692029Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool 2022-09-27T15:34:59.2724052Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool 2022-09-27T15:34:59.2754398Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 2022-09-27T15:34:59.2764027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 2022-09-27T15:34:59.3192143Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 2022-09-27T15:34:59.3201530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 2022-09-27T15:34:59.3366711Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 2022-09-27T15:34:59.3398212Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 2022-09-27T15:34:59.3630830Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 2022-09-27T15:34:59.3635953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 2022-09-27T15:34:59.4072163Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 2022-09-27T15:34:59.4085794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 2022-09-27T15:34:59.4095191Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 2022-09-27T15:34:59.4112075Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 2022-09-27T15:34:59.4513542Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 2022-09-27T15:34:59.4523927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 2022-09-27T15:34:59.4958286Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 2022-09-27T15:34:59.4968893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 2022-09-27T15:34:59.4979731Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 2022-09-27T15:34:59.4989417Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 2022-09-27T15:34:59.5042112Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 2022-09-27T15:34:59.5158826Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 2022-09-27T15:34:59.5207465Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 2022-09-27T15:34:59.5398144Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 2022-09-27T15:34:59.5408071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 2022-09-27T15:34:59.5429460Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 2022-09-27T15:34:59.5464070Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 2022-09-27T15:34:59.5833495Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 2022-09-27T15:34:59.5842459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 2022-09-27T15:34:59.5852587Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 2022-09-27T15:34:59.5909151Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 2022-09-27T15:34:59.6279483Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 2022-09-27T15:34:59.6288681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 2022-09-27T15:34:59.6298621Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 2022-09-27T15:34:59.6344621Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 2022-09-27T15:34:59.6518564Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 2022-09-27T15:34:59.6544247Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 2022-09-27T15:34:59.6710051Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 2022-09-27T15:34:59.6718918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 2022-09-27T15:34:59.6728597Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 2022-09-27T15:34:59.7158580Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 2022-09-27T15:34:59.7168583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 2022-09-27T15:34:59.7641668Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 2022-09-27T15:34:59.7650877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:59.7879329Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:59.7891766Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 2022-09-27T15:34:59.8075321Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 2022-09-27T15:34:59.8084270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool 2022-09-27T15:34:59.8520356Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool 2022-09-27T15:34:59.8529344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 2022-09-27T15:34:59.8720937Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 2022-09-27T15:34:59.8747244Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 2022-09-27T15:34:59.8952004Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 2022-09-27T15:34:59.8960242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 2022-09-27T15:34:59.9399984Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 2022-09-27T15:34:59.9409284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 2022-09-27T15:34:59.9828223Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 2022-09-27T15:34:59.9840894Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 2022-09-27T15:34:59.9852516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 2022-09-27T15:34:59.9873194Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 2022-09-27T15:35:00.0317733Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 2022-09-27T15:35:00.0327334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 2022-09-27T15:35:00.0757682Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 2022-09-27T15:35:00.0768105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 2022-09-27T15:35:00.1232547Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 2022-09-27T15:35:00.1242197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 2022-09-27T15:35:00.1403904Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 2022-09-27T15:35:00.1422461Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 2022-09-27T15:35:00.1665042Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 2022-09-27T15:35:00.1674383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 2022-09-27T15:35:00.2112804Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 2022-09-27T15:35:00.2122882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 2022-09-27T15:35:00.2552184Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 2022-09-27T15:35:00.2561752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 2022-09-27T15:35:00.2987956Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 2022-09-27T15:35:00.2996255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 2022-09-27T15:35:00.3474436Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 2022-09-27T15:35:00.3475157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 2022-09-27T15:35:00.3899682Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 2022-09-27T15:35:00.3955425Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 2022-09-27T15:35:00.3965000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool 2022-09-27T15:35:00.3974928Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool 2022-09-27T15:35:00.4049700Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 2022-09-27T15:35:00.4074786Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 2022-09-27T15:35:00.4400446Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 2022-09-27T15:35:00.4410350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 2022-09-27T15:35:00.4836099Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 2022-09-27T15:35:00.4846546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 2022-09-27T15:35:00.5271493Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 2022-09-27T15:35:00.5281513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 2022-09-27T15:35:00.5712824Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 2022-09-27T15:35:00.5723445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 2022-09-27T15:35:00.6006050Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 2022-09-27T15:35:00.6019539Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 2022-09-27T15:35:00.6148140Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 2022-09-27T15:35:00.6154287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 2022-09-27T15:35:00.6592000Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 2022-09-27T15:35:00.6599277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 2022-09-27T15:35:00.6787553Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 2022-09-27T15:35:00.6802697Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 2022-09-27T15:35:00.6808598Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 2022-09-27T15:35:00.6816392Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 2022-09-27T15:35:00.7030794Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 2022-09-27T15:35:00.7037607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 2022-09-27T15:35:00.7473908Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 2022-09-27T15:35:00.7488150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 2022-09-27T15:35:00.7953198Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 2022-09-27T15:35:00.7963761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 2022-09-27T15:35:00.8394672Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 2022-09-27T15:35:00.8405134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 2022-09-27T15:35:00.8645226Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 2022-09-27T15:35:00.8669382Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 2022-09-27T15:35:00.8704404Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 2022-09-27T15:35:00.8869341Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 2022-09-27T15:35:00.8879606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:00.9150917Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:00.9313133Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 2022-09-27T15:35:00.9321645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool 2022-09-27T15:35:00.9761566Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool 2022-09-27T15:35:00.9771549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 2022-09-27T15:35:01.0192642Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 2022-09-27T15:35:01.0201525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 2022-09-27T15:35:01.0682503Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 2022-09-27T15:35:01.0692320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 2022-09-27T15:35:01.1156593Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 2022-09-27T15:35:01.1167708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 2022-09-27T15:35:01.1461677Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 2022-09-27T15:35:01.1484689Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 2022-09-27T15:35:01.1589848Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 2022-09-27T15:35:01.1601165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 2022-09-27T15:35:01.2035122Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 2022-09-27T15:35:01.2048708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 2022-09-27T15:35:01.2480148Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 2022-09-27T15:35:01.2491692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 2022-09-27T15:35:01.2923640Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 2022-09-27T15:35:01.2936254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 2022-09-27T15:35:01.3118634Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 2022-09-27T15:35:01.3131820Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 2022-09-27T15:35:01.3393092Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 2022-09-27T15:35:01.3403878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 2022-09-27T15:35:01.3872804Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 2022-09-27T15:35:01.3881951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 2022-09-27T15:35:01.4093338Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 2022-09-27T15:35:01.4136967Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 2022-09-27T15:35:01.4353458Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool 2022-09-27T15:35:01.4359113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 2022-09-27T15:35:01.4832108Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 2022-09-27T15:35:01.4838066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool 2022-09-27T15:35:01.4985978Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool 2022-09-27T15:35:01.5014754Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 2022-09-27T15:35:01.5218732Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 2022-09-27T15:35:01.5238460Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool 2022-09-27T15:35:01.5308005Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 2022-09-27T15:35:01.5311753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 2022-09-27T15:35:01.5751846Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 2022-09-27T15:35:01.5762750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 2022-09-27T15:35:01.5774500Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 2022-09-27T15:35:01.5789468Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 2022-09-27T15:35:01.6233929Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 2022-09-27T15:35:01.6239657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 2022-09-27T15:35:01.6331392Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 2022-09-27T15:35:01.6359515Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 2022-09-27T15:35:01.6675428Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 2022-09-27T15:35:01.6712582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 2022-09-27T15:35:01.7151588Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 2022-09-27T15:35:01.7159710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 2022-09-27T15:35:01.7296454Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 2022-09-27T15:35:01.7322978Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 2022-09-27T15:35:01.7593183Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool 2022-09-27T15:35:01.7600720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 2022-09-27T15:35:01.7684540Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 2022-09-27T15:35:01.7750836Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool 2022-09-27T15:35:01.8031801Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 2022-09-27T15:35:01.8039769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 2022-09-27T15:35:01.8224430Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 2022-09-27T15:35:01.8254418Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 2022-09-27T15:35:01.8472775Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 2022-09-27T15:35:01.8481091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 2022-09-27T15:35:01.8956754Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 2022-09-27T15:35:01.8961812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 2022-09-27T15:35:01.8975405Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 2022-09-27T15:35:01.9004259Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 2022-09-27T15:35:01.9349033Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 2022-09-27T15:35:01.9364376Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 2022-09-27T15:35:01.9374319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 2022-09-27T15:35:01.9418661Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 2022-09-27T15:35:01.9874620Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 2022-09-27T15:35:01.9880511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 2022-09-27T15:35:02.0313140Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 2022-09-27T15:35:02.0319572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:02.0798003Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:02.0804168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool 2022-09-27T15:35:02.1234863Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool 2022-09-27T15:35:02.1245692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 2022-09-27T15:35:02.1283181Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 2022-09-27T15:35:02.1303785Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 2022-09-27T15:35:02.1712044Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 2022-09-27T15:35:02.1720265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 2022-09-27T15:35:02.2193676Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 2022-09-27T15:35:02.2203239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 2022-09-27T15:35:02.2677285Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 2022-09-27T15:35:02.2689733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 2022-09-27T15:35:02.3077924Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 2022-09-27T15:35:02.3103545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 2022-09-27T15:35:02.3118186Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 2022-09-27T15:35:02.3142527Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 2022-09-27T15:35:02.3592620Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 2022-09-27T15:35:02.3604573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 2022-09-27T15:35:02.4040837Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 2022-09-27T15:35:02.4050601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 2022-09-27T15:35:02.4475066Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 2022-09-27T15:35:02.4481071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 2022-09-27T15:35:02.4913758Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 2022-09-27T15:35:02.4921279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 2022-09-27T15:35:02.5355520Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 2022-09-27T15:35:02.5360244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 2022-09-27T15:35:02.5792962Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 2022-09-27T15:35:02.5797808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 2022-09-27T15:35:02.6232406Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 2022-09-27T15:35:02.6237264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 2022-09-27T15:35:02.6712550Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 2022-09-27T15:35:02.6717781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool 2022-09-27T15:35:02.7065086Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool 2022-09-27T15:35:02.7082360Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 2022-09-27T15:35:02.7147859Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 2022-09-27T15:35:02.7152303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 2022-09-27T15:35:02.7590239Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 2022-09-27T15:35:02.7594521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 2022-09-27T15:35:02.8044696Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 2022-09-27T15:35:02.8045408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 2022-09-27T15:35:02.8104339Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 2022-09-27T15:35:02.8143659Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 2022-09-27T15:35:02.8515117Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 2022-09-27T15:35:02.8515752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 2022-09-27T15:35:02.8986919Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 2022-09-27T15:35:02.8987587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 2022-09-27T15:35:02.9231646Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 2022-09-27T15:35:02.9285932Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 2022-09-27T15:35:02.9444344Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 2022-09-27T15:35:02.9450721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 2022-09-27T15:35:02.9872926Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 2022-09-27T15:35:02.9879345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 2022-09-27T15:35:03.0311860Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 2022-09-27T15:35:03.0319911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 2022-09-27T15:35:03.0750224Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 2022-09-27T15:35:03.0757382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:03.1187931Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:03.1194828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool 2022-09-27T15:35:03.1637470Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool 2022-09-27T15:35:03.1643543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 2022-09-27T15:35:03.2073987Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 2022-09-27T15:35:03.2089300Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 2022-09-27T15:35:03.2095848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 2022-09-27T15:35:03.2114252Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 2022-09-27T15:35:03.2475649Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 2022-09-27T15:35:03.2516352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 2022-09-27T15:35:03.2946611Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 2022-09-27T15:35:03.2952388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 2022-09-27T15:35:03.3392317Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 2022-09-27T15:35:03.3399702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 2022-09-27T15:35:03.3832885Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 2022-09-27T15:35:03.3843392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 2022-09-27T15:35:03.4065727Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 2022-09-27T15:35:03.4089572Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 2022-09-27T15:35:03.4313913Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 2022-09-27T15:35:03.4323403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 2022-09-27T15:35:03.4376198Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 2022-09-27T15:35:03.4390749Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 2022-09-27T15:35:03.4752443Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 2022-09-27T15:35:03.4764655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 2022-09-27T15:35:03.5216192Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 2022-09-27T15:35:03.5234428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 2022-09-27T15:35:03.5491179Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 2022-09-27T15:35:03.5522098Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 2022-09-27T15:35:03.5670125Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 2022-09-27T15:35:03.5678954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool 2022-09-27T15:35:03.6152898Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool 2022-09-27T15:35:03.6163702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 2022-09-27T15:35:03.6634585Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 2022-09-27T15:35:03.6635401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 2022-09-27T15:35:03.7085670Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 2022-09-27T15:35:03.7086310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 2022-09-27T15:35:03.7518473Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 2022-09-27T15:35:03.7519169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 2022-09-27T15:35:03.7996182Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 2022-09-27T15:35:03.7996859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 2022-09-27T15:35:03.8440349Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 2022-09-27T15:35:03.8441379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 2022-09-27T15:35:03.8912776Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 2022-09-27T15:35:03.8913443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 2022-09-27T15:35:03.9351965Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 2022-09-27T15:35:03.9483039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 2022-09-27T15:35:03.9483678Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 2022-09-27T15:35:03.9493481Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 2022-09-27T15:35:03.9830413Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 2022-09-27T15:35:03.9835516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 2022-09-27T15:35:03.9860958Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 2022-09-27T15:35:03.9897550Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 2022-09-27T15:35:04.0237189Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 2022-09-27T15:35:04.0262573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:04.0757178Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:04.0757856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool 2022-09-27T15:35:04.1197303Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool 2022-09-27T15:35:04.1198023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 2022-09-27T15:35:04.1448593Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 2022-09-27T15:35:04.1475932Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 2022-09-27T15:35:04.1674387Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 2022-09-27T15:35:04.1679269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 2022-09-27T15:35:04.1977330Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 2022-09-27T15:35:04.1998789Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 2022-09-27T15:35:04.2130629Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 2022-09-27T15:35:04.2133082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 2022-09-27T15:35:04.2562654Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 2022-09-27T15:35:04.2570225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 2022-09-27T15:35:04.2957526Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 2022-09-27T15:35:04.3000413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 2022-09-27T15:35:04.3434978Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 2022-09-27T15:35:04.3441447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 2022-09-27T15:35:04.3790380Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 2022-09-27T15:35:04.3808008Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 2022-09-27T15:35:04.3869769Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 2022-09-27T15:35:04.3874009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 2022-09-27T15:35:04.4314132Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 2022-09-27T15:35:04.4321570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 2022-09-27T15:35:04.4741803Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 2022-09-27T15:35:04.4761417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 2022-09-27T15:35:04.5080360Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 2022-09-27T15:35:04.5102375Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 2022-09-27T15:35:04.5208210Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 2022-09-27T15:35:04.5216234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 2022-09-27T15:35:04.5597605Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 2022-09-27T15:35:04.5624688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool 2022-09-27T15:35:04.6076756Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool 2022-09-27T15:35:04.6114693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 2022-09-27T15:35:04.6418685Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 2022-09-27T15:35:04.6436282Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 2022-09-27T15:35:04.6586515Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 2022-09-27T15:35:04.6593118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 2022-09-27T15:35:04.7032430Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 2022-09-27T15:35:04.7039340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 2022-09-27T15:35:04.7480686Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 2022-09-27T15:35:04.7490821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 2022-09-27T15:35:04.7789518Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 2022-09-27T15:35:04.7814462Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 2022-09-27T15:35:04.7957669Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 2022-09-27T15:35:04.7966460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 2022-09-27T15:35:04.8432451Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 2022-09-27T15:35:04.8439113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 2022-09-27T15:35:04.8874384Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 2022-09-27T15:35:04.8883815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 2022-09-27T15:35:04.9312490Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 2022-09-27T15:35:04.9321854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 2022-09-27T15:35:04.9754095Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 2022-09-27T15:35:04.9764124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 2022-09-27T15:35:05.0235821Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 2022-09-27T15:35:05.0245377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:05.0714980Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:05.0724680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool 2022-09-27T15:35:05.1193782Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool 2022-09-27T15:35:05.1203210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 2022-09-27T15:35:05.1634789Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 2022-09-27T15:35:05.1643591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 2022-09-27T15:35:05.1972086Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 2022-09-27T15:35:05.2005814Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 2022-09-27T15:35:05.2110108Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 2022-09-27T15:35:05.2119936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 2022-09-27T15:35:05.2188440Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 2022-09-27T15:35:05.2206938Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 2022-09-27T15:35:05.2220214Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 2022-09-27T15:35:05.2237904Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 2022-09-27T15:35:05.2571747Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 2022-09-27T15:35:05.2583944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 2022-09-27T15:35:05.3032843Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 2022-09-27T15:35:05.3043698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 2022-09-27T15:35:05.3524483Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 2022-09-27T15:35:05.3536240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 2022-09-27T15:35:05.3960852Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 2022-09-27T15:35:05.3974283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 2022-09-27T15:35:05.4398075Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 2022-09-27T15:35:05.4408740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 2022-09-27T15:35:05.4505085Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 2022-09-27T15:35:05.4522826Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 2022-09-27T15:35:05.4857972Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 2022-09-27T15:35:05.4858789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 2022-09-27T15:35:05.5306665Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 2022-09-27T15:35:05.5319387Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 2022-09-27T15:35:05.5320454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 2022-09-27T15:35:05.5339613Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 2022-09-27T15:35:05.5761666Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 2022-09-27T15:35:05.5762396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool 2022-09-27T15:35:05.5987929Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool 2022-09-27T15:35:05.6027633Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 2022-09-27T15:35:05.6238320Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 2022-09-27T15:35:05.6238988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 2022-09-27T15:35:05.6684583Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 2022-09-27T15:35:05.6685268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 2022-09-27T15:35:05.6788644Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 2022-09-27T15:35:05.6810754Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 2022-09-27T15:35:05.7129917Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 2022-09-27T15:35:05.7130848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 2022-09-27T15:35:05.7570974Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 2022-09-27T15:35:05.7571789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 2022-09-27T15:35:05.7999259Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 2022-09-27T15:35:05.7999940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 2022-09-27T15:35:05.8479538Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 2022-09-27T15:35:05.8480379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 2022-09-27T15:35:05.8831310Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 2022-09-27T15:35:05.8851059Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 2022-09-27T15:35:05.8913724Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 2022-09-27T15:35:05.8914305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 2022-09-27T15:35:05.9357726Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 2022-09-27T15:35:05.9358388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 2022-09-27T15:35:05.9520199Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 2022-09-27T15:35:05.9540753Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 2022-09-27T15:35:05.9794110Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool 2022-09-27T15:35:05.9794665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 2022-09-27T15:35:06.0278527Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 2022-09-27T15:35:06.0279377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 2022-09-27T15:35:06.0720561Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 2022-09-27T15:35:06.0721439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 2022-09-27T15:35:06.1196903Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 2022-09-27T15:35:06.1197794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:06.1624387Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:06.1659331Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool 2022-09-27T15:35:06.1666569Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 2022-09-27T15:35:06.1686614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool 2022-09-27T15:35:06.2116476Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool 2022-09-27T15:35:06.2120323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 2022-09-27T15:35:06.2442722Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 2022-09-27T15:35:06.2464262Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 2022-09-27T15:35:06.2549262Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 2022-09-27T15:35:06.2554156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 2022-09-27T15:35:06.3007912Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 2022-09-27T15:35:06.3012182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 2022-09-27T15:35:06.3476269Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 2022-09-27T15:35:06.3481790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 2022-09-27T15:35:06.3964180Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 2022-09-27T15:35:06.3969823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 2022-09-27T15:35:06.4411069Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 2022-09-27T15:35:06.4420380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 2022-09-27T15:35:06.4729293Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 2022-09-27T15:35:06.4760160Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 2022-09-27T15:35:06.4797765Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 2022-09-27T15:35:06.4835645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 2022-09-27T15:35:06.5284407Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 2022-09-27T15:35:06.5291680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 2022-09-27T15:35:06.5757565Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 2022-09-27T15:35:06.5762816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 2022-09-27T15:35:06.6017547Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 2022-09-27T15:35:06.6051380Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 2022-09-27T15:35:06.6188210Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 2022-09-27T15:35:06.6196607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 2022-09-27T15:35:06.6632295Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 2022-09-27T15:35:06.6641792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 2022-09-27T15:35:06.7091139Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 2022-09-27T15:35:06.7104192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 2022-09-27T15:35:06.7517383Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 2022-09-27T15:35:06.7526923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool 2022-09-27T15:35:06.7920068Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool 2022-09-27T15:35:06.7965271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 2022-09-27T15:35:06.8212948Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 2022-09-27T15:35:06.8251099Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 2022-09-27T15:35:06.8293502Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 2022-09-27T15:35:06.8328676Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 2022-09-27T15:35:06.8358521Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 2022-09-27T15:35:06.8392954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 2022-09-27T15:35:06.8835602Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 2022-09-27T15:35:06.8836294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 2022-09-27T15:35:06.9275831Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 2022-09-27T15:35:06.9279206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 2022-09-27T15:35:06.9529900Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 2022-09-27T15:35:06.9541522Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 2022-09-27T15:35:06.9678065Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 2022-09-27T15:35:06.9713828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 2022-09-27T15:35:07.0193400Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 2022-09-27T15:35:07.0202593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 2022-09-27T15:35:07.0648952Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 2022-09-27T15:35:07.0662304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 2022-09-27T15:35:07.1074791Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 2022-09-27T15:35:07.1084964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 2022-09-27T15:35:07.1235791Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 2022-09-27T15:35:07.1264965Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 2022-09-27T15:35:07.1509004Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 2022-09-27T15:35:07.1516944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 2022-09-27T15:35:07.1943299Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 2022-09-27T15:35:07.1951365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 2022-09-27T15:35:07.2426338Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 2022-09-27T15:35:07.2434689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 2022-09-27T15:35:07.2680082Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 2022-09-27T15:35:07.2729014Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 2022-09-27T15:35:07.2910357Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 2022-09-27T15:35:07.2916056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:07.3392020Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:07.3400636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool 2022-09-27T15:35:07.3834622Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool 2022-09-27T15:35:07.3866313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 2022-09-27T15:35:07.4329015Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 2022-09-27T15:35:07.4339174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 2022-09-27T15:35:07.4791258Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 2022-09-27T15:35:07.4800053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 2022-09-27T15:35:07.5161230Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 2022-09-27T15:35:07.5187258Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 2022-09-27T15:35:07.5235976Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 2022-09-27T15:35:07.5243302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 2022-09-27T15:35:07.5704890Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 2022-09-27T15:35:07.5712996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 2022-09-27T15:35:07.6152082Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 2022-09-27T15:35:07.6161862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 2022-09-27T15:35:07.6499695Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 2022-09-27T15:35:07.6527183Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 2022-09-27T15:35:07.6636512Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 2022-09-27T15:35:07.6645642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 2022-09-27T15:35:07.7072235Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 2022-09-27T15:35:07.7081445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 2022-09-27T15:35:07.7508104Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 2022-09-27T15:35:07.7516942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 2022-09-27T15:35:07.7616431Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 2022-09-27T15:35:07.7629253Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 2022-09-27T15:35:07.7709168Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 2022-09-27T15:35:07.7729249Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 2022-09-27T15:35:07.7754123Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 2022-09-27T15:35:07.7766971Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 2022-09-27T15:35:07.7949261Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 2022-09-27T15:35:07.7958053Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 2022-09-27T15:35:07.7998945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 2022-09-27T15:35:07.8191379Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 2022-09-27T15:35:07.8372357Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 2022-09-27T15:35:07.8398991Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 2022-09-27T15:35:07.8461157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 2022-09-27T15:35:07.8630864Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 2022-09-27T15:35:07.8803260Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 2022-09-27T15:35:07.8877232Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 2022-09-27T15:35:07.8884416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 2022-09-27T15:35:07.9058407Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 2022-09-27T15:35:07.9313000Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 2022-09-27T15:35:07.9323752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool 2022-09-27T15:35:07.9723943Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool 2022-09-27T15:35:07.9764678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 2022-09-27T15:35:08.0194016Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 2022-09-27T15:35:08.0200488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 2022-09-27T15:35:08.0673992Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 2022-09-27T15:35:08.0681045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 2022-09-27T15:35:08.1161008Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 2022-09-27T15:35:08.1171073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 2022-09-27T15:35:08.1594990Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 2022-09-27T15:35:08.1607686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 2022-09-27T15:35:08.1880065Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 2022-09-27T15:35:08.1901690Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 2022-09-27T15:35:08.2071301Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool 2022-09-27T15:35:08.2076609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 2022-09-27T15:35:08.2514075Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 2022-09-27T15:35:08.2521438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 2022-09-27T15:35:08.2954813Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 2022-09-27T15:35:08.2964426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:08.3254126Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:08.3280420Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 2022-09-27T15:35:08.3387397Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 2022-09-27T15:35:08.3392379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool 2022-09-27T15:35:08.3747478Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool 2022-09-27T15:35:08.3785781Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 2022-09-27T15:35:08.3831762Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 2022-09-27T15:35:08.3836863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 2022-09-27T15:35:08.4272191Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 2022-09-27T15:35:08.4282580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 2022-09-27T15:35:08.4714490Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 2022-09-27T15:35:08.4729519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 2022-09-27T15:35:08.4971872Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 2022-09-27T15:35:08.4996838Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool 2022-09-27T15:35:08.5194438Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 2022-09-27T15:35:08.5205681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 2022-09-27T15:35:08.5595566Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 2022-09-27T15:35:08.5638492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 2022-09-27T15:35:08.6070714Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 2022-09-27T15:35:08.6079912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 2022-09-27T15:35:08.6505096Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 2022-09-27T15:35:08.6514521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 2022-09-27T15:35:08.6539997Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 2022-09-27T15:35:08.6549765Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 2022-09-27T15:35:08.6949007Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 2022-09-27T15:35:08.6962746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:35:08.7386199Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:35:08.7396734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 2022-09-27T15:35:08.7689689Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 2022-09-27T15:35:08.7722949Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 2022-09-27T15:35:08.7833163Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 2022-09-27T15:35:08.7866230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 2022-09-27T15:35:08.8320953Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 2022-09-27T15:35:08.8326640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 2022-09-27T15:35:08.8760507Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 2022-09-27T15:35:08.8766367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 2022-09-27T15:35:08.9193482Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 2022-09-27T15:35:08.9197495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 2022-09-27T15:35:08.9642366Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 2022-09-27T15:35:08.9653058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 2022-09-27T15:35:08.9851048Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 2022-09-27T15:35:08.9878708Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 2022-09-27T15:35:09.0110380Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 2022-09-27T15:35:09.0119160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 2022-09-27T15:35:09.0596234Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 2022-09-27T15:35:09.0605962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 2022-09-27T15:35:09.1027708Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 2022-09-27T15:35:09.1036524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:09.1467087Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:09.1476849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:35:09.1910695Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:35:09.1919933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:35:09.2223248Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:35:09.2340081Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 2022-09-27T15:35:09.2350320Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 2022-09-27T15:35:09.2355598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:35:09.2633673Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:35:09.2647440Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 2022-09-27T15:35:09.2785773Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 2022-09-27T15:35:09.2793503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:35:09.3232015Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:35:09.3241908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:35:09.3718289Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:35:09.3724716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:35:09.4152672Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:35:09.4157932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:35:09.4265414Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:35:09.4304836Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 2022-09-27T15:35:09.4592215Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 2022-09-27T15:35:09.4597516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:35:09.5072256Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:35:09.5076973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 2022-09-27T15:35:09.5168957Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 2022-09-27T15:35:09.5196467Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 2022-09-27T15:35:09.5527551Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 2022-09-27T15:35:09.5529960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool 2022-09-27T15:35:09.5846100Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool 2022-09-27T15:35:09.5866117Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 2022-09-27T15:35:09.5984063Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 2022-09-27T15:35:09.5989250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 2022-09-27T15:35:09.6422379Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 2022-09-27T15:35:09.6428030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 2022-09-27T15:35:09.6489378Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 2022-09-27T15:35:09.6507408Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 2022-09-27T15:35:09.6872544Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 2022-09-27T15:35:09.6881079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 2022-09-27T15:35:09.6975054Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 2022-09-27T15:35:09.6998674Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 2022-09-27T15:35:09.7353420Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 2022-09-27T15:35:09.7361924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 2022-09-27T15:35:09.7793125Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 2022-09-27T15:35:09.7801855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 2022-09-27T15:35:09.7985125Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 2022-09-27T15:35:09.8038765Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 2022-09-27T15:35:09.8231556Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 2022-09-27T15:35:09.8237140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 2022-09-27T15:35:09.8672929Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 2022-09-27T15:35:09.8681545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 2022-09-27T15:35:09.9152035Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 2022-09-27T15:35:09.9160603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 2022-09-27T15:35:09.9597423Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 2022-09-27T15:35:09.9606581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 2022-09-27T15:35:09.9844049Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 2022-09-27T15:35:09.9863614Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 2022-09-27T15:35:09.9968830Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 2022-09-27T15:35:09.9997807Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 2022-09-27T15:35:10.0075132Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 2022-09-27T15:35:10.0080993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 2022-09-27T15:35:10.0554554Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 2022-09-27T15:35:10.0561646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:10.0993383Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:10.1002890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool 2022-09-27T15:35:10.1464258Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool 2022-09-27T15:35:10.1474620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 2022-09-27T15:35:10.1904581Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 2022-09-27T15:35:10.1914373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 2022-09-27T15:35:10.2352023Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 2022-09-27T15:35:10.2362359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 2022-09-27T15:35:10.2451834Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 2022-09-27T15:35:10.2484445Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 2022-09-27T15:35:10.2793700Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 2022-09-27T15:35:10.2803217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 2022-09-27T15:35:10.3059173Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 2022-09-27T15:35:10.3109781Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 2022-09-27T15:35:10.3269277Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:35:10.3270541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 2022-09-27T15:35:10.3337977Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 2022-09-27T15:35:10.3373749Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 2022-09-27T15:35:10.3712945Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool 2022-09-27T15:35:10.3718697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 2022-09-27T15:35:10.4155304Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 2022-09-27T15:35:10.4163760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 2022-09-27T15:35:10.4595513Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 2022-09-27T15:35:10.4605486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 2022-09-27T15:35:10.5037274Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 2022-09-27T15:35:10.5047687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 2022-09-27T15:35:10.5471226Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 2022-09-27T15:35:10.5481033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 2022-09-27T15:35:10.5907149Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 2022-09-27T15:35:10.5921002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:35:10.5931849Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:35:10.5942674Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 2022-09-27T15:35:10.6393214Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 2022-09-27T15:35:10.6406112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 2022-09-27T15:35:10.6832404Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 2022-09-27T15:35:10.6842995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 2022-09-27T15:35:10.7313069Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 2022-09-27T15:35:10.7323959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 2022-09-27T15:35:10.7760744Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 2022-09-27T15:35:10.7770683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 2022-09-27T15:35:10.8192729Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 2022-09-27T15:35:10.8198589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 2022-09-27T15:35:10.8633269Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 2022-09-27T15:35:10.8637479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 2022-09-27T15:35:10.8662927Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 2022-09-27T15:35:10.8684315Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool 2022-09-27T15:35:10.9022599Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 2022-09-27T15:35:10.9057138Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 2022-09-27T15:35:10.9064105Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 2022-09-27T15:35:10.9073283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 2022-09-27T15:35:10.9302963Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 2022-09-27T15:35:10.9327878Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:35:10.9519998Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:35:10.9524098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 2022-09-27T15:35:10.9954759Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 2022-09-27T15:35:10.9959460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:11.0394232Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:11.0398418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:35:11.0873677Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:35:11.0877818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:35:11.1309503Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:35:11.1317018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:35:11.1801669Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:35:11.1806751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:35:11.2274291Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:35:11.2278274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:35:11.2378381Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:35:11.2399331Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 2022-09-27T15:35:11.2752271Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 2022-09-27T15:35:11.2761336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:35:11.3234446Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:35:11.3249959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:35:11.3714209Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:35:11.3719396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:35:11.4093757Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:35:11.4152853Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 2022-09-27T15:35:11.4161672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 2022-09-27T15:35:11.4169149Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 2022-09-27T15:35:11.4639233Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 2022-09-27T15:35:11.4645373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool 2022-09-27T15:35:11.5083559Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool 2022-09-27T15:35:11.5091505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 2022-09-27T15:35:11.5460899Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 2022-09-27T15:35:11.5501903Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 2022-09-27T15:35:11.5513635Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 2022-09-27T15:35:11.5517975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 2022-09-27T15:35:11.5916262Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 2022-09-27T15:35:11.5947264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 2022-09-27T15:35:11.6398525Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 2022-09-27T15:35:11.6426449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 2022-09-27T15:35:11.6837447Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 2022-09-27T15:35:11.6865356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 2022-09-27T15:35:11.7274187Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 2022-09-27T15:35:11.7298190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 2022-09-27T15:35:11.7387283Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 2022-09-27T15:35:11.7401245Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:35:11.7716512Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:35:11.7743674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 2022-09-27T15:35:11.8235886Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 2022-09-27T15:35:11.8241818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 2022-09-27T15:35:11.8712883Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 2022-09-27T15:35:11.8723383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 2022-09-27T15:35:11.8894380Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 2022-09-27T15:35:11.9002617Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 2022-09-27T15:35:11.9195421Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 2022-09-27T15:35:11.9203630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 2022-09-27T15:35:11.9674666Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 2022-09-27T15:35:11.9683312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 2022-09-27T15:35:12.0115149Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 2022-09-27T15:35:12.0126454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:12.0371197Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:12.0384122Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 2022-09-27T15:35:12.0552997Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool 2022-09-27T15:35:12.0556710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool 2022-09-27T15:35:12.0994410Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool 2022-09-27T15:35:12.0995587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:35:12.1477219Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:35:12.1477898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:35:12.1952595Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:35:12.1960575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:35:12.2338698Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:35:12.2363382Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:35:12.2367205Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:35:12.2394734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 2022-09-27T15:35:12.2548369Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 2022-09-27T15:35:12.2574318Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 2022-09-27T15:35:12.2834430Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 2022-09-27T15:35:12.2840292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 2022-09-27T15:35:12.3275204Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 2022-09-27T15:35:12.3282913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 2022-09-27T15:35:12.3538367Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 2022-09-27T15:35:12.3560651Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool 2022-09-27T15:35:12.3709155Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 2022-09-27T15:35:12.3713668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 2022-09-27T15:35:12.4158615Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 2022-09-27T15:35:12.4165561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 2022-09-27T15:35:12.4594594Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 2022-09-27T15:35:12.4601808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 2022-09-27T15:35:12.5076385Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 2022-09-27T15:35:12.5092173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 2022-09-27T15:35:12.5513170Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 2022-09-27T15:35:12.5523507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:35:12.5747329Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:35:12.5777284Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 2022-09-27T15:35:12.5953936Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 2022-09-27T15:35:12.5964203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 2022-09-27T15:35:12.6358406Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 2022-09-27T15:35:12.6403513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool 2022-09-27T15:35:12.6837798Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool 2022-09-27T15:35:12.6839112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 2022-09-27T15:35:12.7268634Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 2022-09-27T15:35:12.7276096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 2022-09-27T15:35:12.7712405Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 2022-09-27T15:35:12.7720076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 2022-09-27T15:35:12.8151629Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 2022-09-27T15:35:12.8158988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 2022-09-27T15:35:12.8480315Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 2022-09-27T15:35:12.8508542Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 2022-09-27T15:35:12.8513724Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 2022-09-27T15:35:12.8529632Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 2022-09-27T15:35:12.8595004Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 2022-09-27T15:35:12.8600526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 2022-09-27T15:35:12.8873193Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 2022-09-27T15:35:12.8915283Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:35:12.9028738Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:35:12.9033763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 2022-09-27T15:35:12.9472663Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 2022-09-27T15:35:12.9477086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 2022-09-27T15:35:12.9954966Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 2022-09-27T15:35:12.9960177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 2022-09-27T15:35:13.0390936Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 2022-09-27T15:35:13.0396204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 2022-09-27T15:35:13.0831380Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 2022-09-27T15:35:13.0837489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 2022-09-27T15:35:13.1315621Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 2022-09-27T15:35:13.1321428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 2022-09-27T15:35:13.1557073Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 2022-09-27T15:35:13.1592987Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 2022-09-27T15:35:13.1800652Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 2022-09-27T15:35:13.1809482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:13.1959163Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:13.2001183Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 2022-09-27T15:35:13.2230841Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 2022-09-27T15:35:13.2237628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool 2022-09-27T15:35:13.2672610Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool 2022-09-27T15:35:13.2680027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 2022-09-27T15:35:13.3153248Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 2022-09-27T15:35:13.3164388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 2022-09-27T15:35:13.3596519Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 2022-09-27T15:35:13.3605608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 2022-09-27T15:35:13.3731975Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 2022-09-27T15:35:13.3765993Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:35:13.4074702Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:35:13.4075360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 2022-09-27T15:35:13.4516789Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 2022-09-27T15:35:13.4520833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 2022-09-27T15:35:13.4954209Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 2022-09-27T15:35:13.4954904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 2022-09-27T15:35:13.5048613Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 2022-09-27T15:35:13.5078564Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 2022-09-27T15:35:13.5434220Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 2022-09-27T15:35:13.5442519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 2022-09-27T15:35:13.5726811Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 2022-09-27T15:35:13.5750825Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 2022-09-27T15:35:13.5873425Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 2022-09-27T15:35:13.5874055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 2022-09-27T15:35:13.6350303Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 2022-09-27T15:35:13.6356955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 2022-09-27T15:35:13.6794954Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 2022-09-27T15:35:13.6804215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 2022-09-27T15:35:13.7272005Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 2022-09-27T15:35:13.7279854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 2022-09-27T15:35:13.7757006Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 2022-09-27T15:35:13.7768567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 2022-09-27T15:35:13.8113856Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 2022-09-27T15:35:13.8147421Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:35:13.8201399Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 2022-09-27T15:35:13.8211473Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 2022-09-27T15:35:13.8220841Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 2022-09-27T15:35:13.8225743Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 2022-09-27T15:35:13.8231237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool 2022-09-27T15:35:13.8237263Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool 2022-09-27T15:35:13.8245810Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 2022-09-27T15:35:13.8623176Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 2022-09-27T15:35:13.8635235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 2022-09-27T15:35:13.8642274Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 2022-09-27T15:35:13.8648768Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 2022-09-27T15:35:13.9062515Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 2022-09-27T15:35:13.9074456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 2022-09-27T15:35:13.9081553Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 2022-09-27T15:35:13.9086168Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 2022-09-27T15:35:13.9434449Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 2022-09-27T15:35:13.9501134Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 2022-09-27T15:35:13.9506608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 2022-09-27T15:35:13.9526764Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 2022-09-27T15:35:13.9952098Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 2022-09-27T15:35:13.9990355Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 2022-09-27T15:35:13.9996891Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 2022-09-27T15:35:14.0001608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 2022-09-27T15:35:14.0427557Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 2022-09-27T15:35:14.0434585Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 2022-09-27T15:35:14.0441156Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 2022-09-27T15:35:14.0445893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 2022-09-27T15:35:14.0521127Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 2022-09-27T15:35:14.0532907Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 2022-09-27T15:35:14.0622836Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 2022-09-27T15:35:14.0640839Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 2022-09-27T15:35:14.0790845Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 2022-09-27T15:35:14.0791404Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool 2022-09-27T15:35:14.0860064Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool 2022-09-27T15:35:14.0865901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 2022-09-27T15:35:14.1230451Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 2022-09-27T15:35:14.1235798Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 2022-09-27T15:35:14.1339620Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 2022-09-27T15:35:14.1345648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 2022-09-27T15:35:14.1671672Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 2022-09-27T15:35:14.1678378Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 2022-09-27T15:35:14.1822005Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 2022-09-27T15:35:14.1827650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 2022-09-27T15:35:14.2106005Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 2022-09-27T15:35:14.2106616Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 2022-09-27T15:35:14.2322815Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 2022-09-27T15:35:14.2328422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 2022-09-27T15:35:14.2531654Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 2022-09-27T15:35:14.2551178Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 2022-09-27T15:35:14.2553906Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 2022-09-27T15:35:14.2563423Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 2022-09-27T15:35:14.2745772Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool 2022-09-27T15:35:14.2746363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 2022-09-27T15:35:14.2991767Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 2022-09-27T15:35:14.2992381Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 2022-09-27T15:35:14.3118741Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 2022-09-27T15:35:14.3130740Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 2022-09-27T15:35:14.3184833Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 2022-09-27T15:35:14.3187774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 2022-09-27T15:35:14.3426320Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 2022-09-27T15:35:14.3426919Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 2022-09-27T15:35:14.3619812Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 2022-09-27T15:35:14.3622901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:14.3910593Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:14.4059984Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 2022-09-27T15:35:14.4062900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool 2022-09-27T15:35:14.4196462Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool 2022-09-27T15:35:14.4208866Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool 2022-09-27T15:35:14.4503908Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 2022-09-27T15:35:14.4507117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:35:14.4945884Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:35:14.4950267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:35:14.5381826Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:35:14.5385448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:35:14.5759679Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:35:14.5812777Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 2022-09-27T15:35:14.5822514Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 2022-09-27T15:35:14.5826539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 2022-09-27T15:35:14.6235540Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 2022-09-27T15:35:14.6258354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 2022-09-27T15:35:14.6608877Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 2022-09-27T15:35:14.6622956Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 2022-09-27T15:35:14.6671047Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 2022-09-27T15:35:14.6692512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 2022-09-27T15:35:14.7155703Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 2022-09-27T15:35:14.7176096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 2022-09-27T15:35:14.7595950Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 2022-09-27T15:35:14.7615355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 2022-09-27T15:35:14.7871506Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 2022-09-27T15:35:14.7883136Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 2022-09-27T15:35:14.8033835Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 2022-09-27T15:35:14.8057479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 2022-09-27T15:35:14.8382880Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 2022-09-27T15:35:14.8403710Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 2022-09-27T15:35:14.8471462Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 2022-09-27T15:35:14.8494652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 2022-09-27T15:35:14.8955999Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 2022-09-27T15:35:14.8974133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:35:14.9396320Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:35:14.9419651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 2022-09-27T15:35:14.9639247Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 2022-09-27T15:35:14.9652029Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 2022-09-27T15:35:14.9835054Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 2022-09-27T15:35:14.9854105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool 2022-09-27T15:35:15.0276173Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool 2022-09-27T15:35:15.0296285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 2022-09-27T15:35:15.0607671Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 2022-09-27T15:35:15.0620036Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 2022-09-27T15:35:15.0637894Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 2022-09-27T15:35:15.0652234Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 2022-09-27T15:35:15.0712115Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 2022-09-27T15:35:15.0731167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 2022-09-27T15:35:15.1156476Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 2022-09-27T15:35:15.1173678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 2022-09-27T15:35:15.1560011Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 2022-09-27T15:35:15.1573907Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 2022-09-27T15:35:15.1591968Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 2022-09-27T15:35:15.1620939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 2022-09-27T15:35:15.2066225Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 2022-09-27T15:35:15.2066885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 2022-09-27T15:35:15.2359492Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 2022-09-27T15:35:15.2370600Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 2022-09-27T15:35:15.2547451Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 2022-09-27T15:35:15.2548037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 2022-09-27T15:35:15.2993287Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 2022-09-27T15:35:15.2993958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 2022-09-27T15:35:15.3314663Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 2022-09-27T15:35:15.3335934Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 2022-09-27T15:35:15.3471167Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 2022-09-27T15:35:15.3471846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 2022-09-27T15:35:15.3788135Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 2022-09-27T15:35:15.3798461Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 2022-09-27T15:35:15.3908128Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 2022-09-27T15:35:15.3908712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 2022-09-27T15:35:15.4332106Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 2022-09-27T15:35:15.4348399Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 2022-09-27T15:35:15.4354293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 2022-09-27T15:35:15.4376284Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 2022-09-27T15:35:15.4824865Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 2022-09-27T15:35:15.4832850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 2022-09-27T15:35:15.5263783Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 2022-09-27T15:35:15.5269783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:15.5338990Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:15.5359766Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 2022-09-27T15:35:15.5703498Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool 2022-09-27T15:35:15.5707471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool 2022-09-27T15:35:15.6144603Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool 2022-09-27T15:35:15.6154418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 2022-09-27T15:35:15.6528469Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 2022-09-27T15:35:15.6577493Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 2022-09-27T15:35:15.6585581Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool 2022-09-27T15:35:15.6594143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 2022-09-27T15:35:15.6834333Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 2022-09-27T15:35:15.6859724Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool 2022-09-27T15:35:15.7063371Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 2022-09-27T15:35:15.7073215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 2022-09-27T15:35:15.7505077Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 2022-09-27T15:35:15.7514462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 2022-09-27T15:35:15.7991297Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 2022-09-27T15:35:15.8000049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 2022-09-27T15:35:15.8031880Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 2022-09-27T15:35:15.8062324Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 2022-09-27T15:35:15.8425306Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 2022-09-27T15:35:15.8435061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 2022-09-27T15:35:15.8689525Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 2022-09-27T15:35:15.8715058Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 2022-09-27T15:35:15.8861846Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 2022-09-27T15:35:15.8869438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 2022-09-27T15:35:15.9344520Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 2022-09-27T15:35:15.9353426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 2022-09-27T15:35:15.9507791Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 2022-09-27T15:35:15.9534347Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 2022-09-27T15:35:15.9782978Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 2022-09-27T15:35:15.9791412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 2022-09-27T15:35:16.0226493Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 2022-09-27T15:35:16.0238841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 2022-09-27T15:35:16.0658488Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 2022-09-27T15:35:16.0683585Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 2022-09-27T15:35:16.0699736Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 2022-09-27T15:35:16.0707307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 2022-09-27T15:35:16.0823503Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 2022-09-27T15:35:16.0849597Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 2022-09-27T15:35:16.1195728Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 2022-09-27T15:35:16.1204151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 2022-09-27T15:35:16.1655404Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 2022-09-27T15:35:16.1671116Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 2022-09-27T15:35:16.1687348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool 2022-09-27T15:35:16.1703084Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool 2022-09-27T15:35:16.2111788Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 2022-09-27T15:35:16.2120973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 2022-09-27T15:35:16.2549964Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 2022-09-27T15:35:16.2559669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 2022-09-27T15:35:16.2692579Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 2022-09-27T15:35:16.2719405Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 2022-09-27T15:35:16.2998557Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 2022-09-27T15:35:16.3010993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 2022-09-27T15:35:16.3434362Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 2022-09-27T15:35:16.3443764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 2022-09-27T15:35:16.3793713Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 2022-09-27T15:35:16.3810426Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool 2022-09-27T15:35:16.3821448Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 2022-09-27T15:35:16.3855840Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 2022-09-27T15:35:16.3908783Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 2022-09-27T15:35:16.3917331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 2022-09-27T15:35:16.4353053Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 2022-09-27T15:35:16.4362544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 2022-09-27T15:35:16.4749561Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 2022-09-27T15:35:16.4780144Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 2022-09-27T15:35:16.4790227Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool 2022-09-27T15:35:16.4793508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 2022-09-27T15:35:16.5234440Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 2022-09-27T15:35:16.5235260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 2022-09-27T15:35:16.5403173Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 2022-09-27T15:35:16.5418403Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 2022-09-27T15:35:16.5719180Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 2022-09-27T15:35:16.5743459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 2022-09-27T15:35:16.6153655Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 2022-09-27T15:35:16.6158263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 2022-09-27T15:35:16.6591607Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 2022-09-27T15:35:16.6597380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 2022-09-27T15:35:16.6742516Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 2022-09-27T15:35:16.6756307Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 2022-09-27T15:35:16.7071324Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 2022-09-27T15:35:16.7079983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:16.7511538Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:16.7520605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool 2022-09-27T15:35:16.7953283Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool 2022-09-27T15:35:16.7961759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 2022-09-27T15:35:16.8433473Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 2022-09-27T15:35:16.8439375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 2022-09-27T15:35:16.8872990Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 2022-09-27T15:35:16.8877626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 2022-09-27T15:35:16.9265910Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 2022-09-27T15:35:16.9318165Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 2022-09-27T15:35:16.9322366Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool 2022-09-27T15:35:16.9324939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 2022-09-27T15:35:16.9758823Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 2022-09-27T15:35:16.9768888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 2022-09-27T15:35:16.9882031Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 2022-09-27T15:35:16.9918601Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool 2022-09-27T15:35:17.0192417Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 2022-09-27T15:35:17.0201743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 2022-09-27T15:35:17.0632725Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 2022-09-27T15:35:17.0641905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 2022-09-27T15:35:17.1079576Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 2022-09-27T15:35:17.1080598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 2022-09-27T15:35:17.1556077Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 2022-09-27T15:35:17.1563497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 2022-09-27T15:35:17.1992334Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 2022-09-27T15:35:17.1999139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 2022-09-27T15:35:17.2382837Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 2022-09-27T15:35:17.2442416Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool 2022-09-27T15:35:17.2450098Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 2022-09-27T15:35:17.2458290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 2022-09-27T15:35:17.2872202Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 2022-09-27T15:35:17.2881856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 2022-09-27T15:35:17.3299102Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 2022-09-27T15:35:17.3326487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool 2022-09-27T15:35:17.3355900Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool 2022-09-27T15:35:17.3370697Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 2022-09-27T15:35:17.3427401Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 2022-09-27T15:35:17.3444727Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 2022-09-27T15:35:17.3794430Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 2022-09-27T15:35:17.3795035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 2022-09-27T15:35:17.4279183Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 2022-09-27T15:35:17.4286381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 2022-09-27T15:35:17.4712593Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 2022-09-27T15:35:17.4718103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 2022-09-27T15:35:17.5152096Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 2022-09-27T15:35:17.5156439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 2022-09-27T15:35:17.5601345Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 2022-09-27T15:35:17.5610740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 2022-09-27T15:35:17.6034412Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 2022-09-27T15:35:17.6043675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 2022-09-27T15:35:17.6521256Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 2022-09-27T15:35:17.6529706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 2022-09-27T15:35:17.6956200Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 2022-09-27T15:35:17.6964753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:17.7436962Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:17.7448504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool 2022-09-27T15:35:17.7873409Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool 2022-09-27T15:35:17.7884614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 2022-09-27T15:35:17.8315102Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 2022-09-27T15:35:17.8326842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 2022-09-27T15:35:17.8574478Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 2022-09-27T15:35:17.8599873Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 2022-09-27T15:35:17.8750983Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 2022-09-27T15:35:17.8760277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 2022-09-27T15:35:17.9194383Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 2022-09-27T15:35:17.9199526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 2022-09-27T15:35:17.9634822Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 2022-09-27T15:35:17.9639650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 2022-09-27T15:35:18.0071978Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 2022-09-27T15:35:18.0076645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 2022-09-27T15:35:18.0551343Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 2022-09-27T15:35:18.0556374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 2022-09-27T15:35:18.0663195Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 2022-09-27T15:35:18.0692775Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 2022-09-27T15:35:18.0995598Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 2022-09-27T15:35:18.1005347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 2022-09-27T15:35:18.1433809Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 2022-09-27T15:35:18.1444226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool 2022-09-27T15:35:18.1610198Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool 2022-09-27T15:35:18.1631787Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 2022-09-27T15:35:18.1890961Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 2022-09-27T15:35:18.1900453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 2022-09-27T15:35:18.2312975Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 2022-09-27T15:35:18.2318492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 2022-09-27T15:35:18.2405414Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 2022-09-27T15:35:18.2430264Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 2022-09-27T15:35:18.2595379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 2022-09-27T15:35:18.2792186Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 2022-09-27T15:35:18.2800548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 2022-09-27T15:35:18.2872927Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 2022-09-27T15:35:18.2900206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 2022-09-27T15:35:18.3231742Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 2022-09-27T15:35:18.3240266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 2022-09-27T15:35:18.3347106Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 2022-09-27T15:35:18.3353742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool 2022-09-27T15:35:18.3709260Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool 2022-09-27T15:35:18.3711219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 2022-09-27T15:35:18.3786739Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 2022-09-27T15:35:18.3791572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 2022-09-27T15:35:18.4224656Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 2022-09-27T15:35:18.4225525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 2022-09-27T15:35:18.4232085Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 2022-09-27T15:35:18.4249505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 2022-09-27T15:35:18.4632646Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 2022-09-27T15:35:18.4681004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 2022-09-27T15:35:18.4686988Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 2022-09-27T15:35:18.4691253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 2022-09-27T15:35:18.5072709Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 2022-09-27T15:35:18.5122799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:18.5129364Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:18.5133173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 2022-09-27T15:35:18.5511321Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 2022-09-27T15:35:18.5562208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool 2022-09-27T15:35:18.5571163Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool 2022-09-27T15:35:18.5578291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 2022-09-27T15:35:18.5952132Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 2022-09-27T15:35:18.5960062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 2022-09-27T15:35:18.6029587Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 2022-09-27T15:35:18.6037426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 2022-09-27T15:35:18.6393358Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 2022-09-27T15:35:18.6401314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 2022-09-27T15:35:18.6516736Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 2022-09-27T15:35:18.6525529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 2022-09-27T15:35:18.6791870Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 2022-09-27T15:35:18.6799405Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 2022-09-27T15:35:18.6821978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 2022-09-27T15:35:18.6837875Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 2022-09-27T15:35:18.6945754Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 2022-09-27T15:35:18.6953075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 2022-09-27T15:35:18.7278721Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 2022-09-27T15:35:18.7279358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 2022-09-27T15:35:18.7389922Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 2022-09-27T15:35:18.7395267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 2022-09-27T15:35:18.7427689Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 2022-09-27T15:35:18.7447436Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 2022-09-27T15:35:18.7783404Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 2022-09-27T15:35:18.7818502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 2022-09-27T15:35:18.7884646Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 2022-09-27T15:35:18.7885279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool 2022-09-27T15:35:18.8156473Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool 2022-09-27T15:35:18.8165364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 2022-09-27T15:35:18.8307784Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 2022-09-27T15:35:18.8337138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 2022-09-27T15:35:18.8592570Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 2022-09-27T15:35:18.8596837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 2022-09-27T15:35:18.8749224Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 2022-09-27T15:35:18.8752337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 2022-09-27T15:35:18.8813310Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 2022-09-27T15:35:18.8824552Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 2022-09-27T15:35:18.9031712Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 2022-09-27T15:35:18.9036606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 2022-09-27T15:35:18.9185903Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 2022-09-27T15:35:18.9187449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 2022-09-27T15:35:18.9473534Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 2022-09-27T15:35:18.9475124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool 2022-09-27T15:35:18.9674083Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool 2022-09-27T15:35:18.9675638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 2022-09-27T15:35:18.9952695Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 2022-09-27T15:35:18.9955807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 2022-09-27T15:35:19.0108890Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 2022-09-27T15:35:19.0109546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 2022-09-27T15:35:19.0161912Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 2022-09-27T15:35:19.0178889Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 2022-09-27T15:35:19.0433308Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 2022-09-27T15:35:19.0437424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 2022-09-27T15:35:19.0531883Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 2022-09-27T15:35:19.0555415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 2022-09-27T15:35:19.0872390Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 2022-09-27T15:35:19.0873057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 2022-09-27T15:35:19.0957173Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 2022-09-27T15:35:19.0998161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 2022-09-27T15:35:19.1317894Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 2022-09-27T15:35:19.1318873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 2022-09-27T15:35:19.1396162Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 2022-09-27T15:35:19.1437747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 2022-09-27T15:35:19.1529955Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 2022-09-27T15:35:19.1542916Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 2022-09-27T15:35:19.1752000Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 2022-09-27T15:35:19.1753957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 2022-09-27T15:35:19.1907314Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 2022-09-27T15:35:19.1909161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:19.2054507Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:19.2074912Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 2022-09-27T15:35:19.2188729Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 2022-09-27T15:35:19.2193141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 2022-09-27T15:35:19.2315301Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 2022-09-27T15:35:19.2346233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 2022-09-27T15:35:19.2636371Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 2022-09-27T15:35:19.2641379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 2022-09-27T15:35:19.2755105Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 2022-09-27T15:35:19.2793451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool 2022-09-27T15:35:19.2849244Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool 2022-09-27T15:35:19.2862090Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 2022-09-27T15:35:19.3077003Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 2022-09-27T15:35:19.3082870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:19.3236167Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:19.3274296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 2022-09-27T15:35:19.3513816Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 2022-09-27T15:35:19.3518145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool 2022-09-27T15:35:19.3752648Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool 2022-09-27T15:35:19.3757283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 2022-09-27T15:35:19.3993004Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 2022-09-27T15:35:19.3997472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 2022-09-27T15:35:19.4193566Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 2022-09-27T15:35:19.4200324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 2022-09-27T15:35:19.4314013Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 2022-09-27T15:35:19.4334481Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 2022-09-27T15:35:19.4474377Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 2022-09-27T15:35:19.4478469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 2022-09-27T15:35:19.4635319Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 2022-09-27T15:35:19.4639729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 2022-09-27T15:35:19.4951289Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 2022-09-27T15:35:19.4955958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 2022-09-27T15:35:19.5081296Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 2022-09-27T15:35:19.5086896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 2022-09-27T15:35:19.5434444Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 2022-09-27T15:35:19.5439030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 2022-09-27T15:35:19.5517735Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 2022-09-27T15:35:19.5522175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 2022-09-27T15:35:19.5658901Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 2022-09-27T15:35:19.5679121Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 2022-09-27T15:35:19.5867721Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 2022-09-27T15:35:19.5872636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 2022-09-27T15:35:19.5964413Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 2022-09-27T15:35:19.5969081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 2022-09-27T15:35:19.6325248Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 2022-09-27T15:35:19.6330159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 2022-09-27T15:35:19.6361323Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 2022-09-27T15:35:19.6395555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 2022-09-27T15:35:19.6804440Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 2022-09-27T15:35:19.6808136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 2022-09-27T15:35:19.6812752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 2022-09-27T15:35:19.6831480Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 2022-09-27T15:35:19.6994216Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 2022-09-27T15:35:19.7018201Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 2022-09-27T15:35:19.7070466Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 2022-09-27T15:35:19.7085738Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 2022-09-27T15:35:19.7232699Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 2022-09-27T15:35:19.7234389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 2022-09-27T15:35:19.7289348Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 2022-09-27T15:35:19.7290723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 2022-09-27T15:35:19.7675656Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 2022-09-27T15:35:19.7676587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool 2022-09-27T15:35:19.7727217Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool 2022-09-27T15:35:19.7728333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 2022-09-27T15:35:19.8114726Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 2022-09-27T15:35:19.8115673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 2022-09-27T15:35:19.8192767Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 2022-09-27T15:35:19.8194294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:19.8555597Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:19.8556319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 2022-09-27T15:35:19.8679719Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 2022-09-27T15:35:19.8680298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool 2022-09-27T15:35:19.8993364Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool 2022-09-27T15:35:19.8994333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 2022-09-27T15:35:19.9155266Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 2022-09-27T15:35:19.9156384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:35:19.9472808Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:35:19.9473733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 2022-09-27T15:35:19.9591363Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 2022-09-27T15:35:19.9592518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:35:19.9913802Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:35:19.9917943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 2022-09-27T15:35:20.0036698Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 2022-09-27T15:35:20.0040893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:35:20.0356377Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:35:20.0359960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 2022-09-27T15:35:20.0479388Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 2022-09-27T15:35:20.0484926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 2022-09-27T15:35:20.0758332Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 2022-09-27T15:35:20.0806872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 2022-09-27T15:35:20.0894747Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 2022-09-27T15:35:20.0914454Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 2022-09-27T15:35:20.0952762Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool 2022-09-27T15:35:20.0956749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 2022-09-27T15:35:20.1266431Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 2022-09-27T15:35:20.1270472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 2022-09-27T15:35:20.1429254Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 2022-09-27T15:35:20.1433614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 2022-09-27T15:35:20.1754076Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 2022-09-27T15:35:20.1758471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:20.1922423Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:20.1926481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 2022-09-27T15:35:20.1998429Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 2022-09-27T15:35:20.2019800Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 2022-09-27T15:35:20.2232624Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 2022-09-27T15:35:20.2235768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool 2022-09-27T15:35:20.2398240Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool 2022-09-27T15:35:20.2400979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 2022-09-27T15:35:20.2712896Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 2022-09-27T15:35:20.2717222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 2022-09-27T15:35:20.2870801Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 2022-09-27T15:35:20.2874150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 2022-09-27T15:35:20.3154905Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 2022-09-27T15:35:20.3159814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 2022-09-27T15:35:20.3317996Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 2022-09-27T15:35:20.3322552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 2022-09-27T15:35:20.3593740Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 2022-09-27T15:35:20.3598178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 2022-09-27T15:35:20.3800506Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 2022-09-27T15:35:20.3804948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:35:20.4032467Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:35:20.4036376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 2022-09-27T15:35:20.4275291Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 2022-09-27T15:35:20.4279714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool 2022-09-27T15:35:20.4477203Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool 2022-09-27T15:35:20.4481623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 2022-09-27T15:35:20.4712118Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 2022-09-27T15:35:20.4716095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 2022-09-27T15:35:20.4833018Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 2022-09-27T15:35:20.4853627Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool 2022-09-27T15:35:20.4907627Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 2022-09-27T15:35:20.4913472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 2022-09-27T15:35:20.5154631Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 2022-09-27T15:35:20.5162477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 2022-09-27T15:35:20.5355085Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 2022-09-27T15:35:20.5361433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 2022-09-27T15:35:20.5598382Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 2022-09-27T15:35:20.5604809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 2022-09-27T15:35:20.5803252Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 2022-09-27T15:35:20.5809819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:20.6033160Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:20.6039425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 2022-09-27T15:35:20.6229094Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 2022-09-27T15:35:20.6235136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 2022-09-27T15:35:20.6514277Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 2022-09-27T15:35:20.6521108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 2022-09-27T15:35:20.6670839Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 2022-09-27T15:35:20.6677495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool 2022-09-27T15:35:20.6937760Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool 2022-09-27T15:35:20.6953534Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 2022-09-27T15:35:20.6962668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 2022-09-27T15:35:20.6993274Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 2022-09-27T15:35:20.7152638Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 2022-09-27T15:35:20.7155043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 2022-09-27T15:35:20.7439098Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 2022-09-27T15:35:20.7443392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 2022-09-27T15:35:20.7640988Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 2022-09-27T15:35:20.7645534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 2022-09-27T15:35:20.7875730Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 2022-09-27T15:35:20.7880434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 2022-09-27T15:35:20.8076785Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 2022-09-27T15:35:20.8081208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 2022-09-27T15:35:20.8352739Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 2022-09-27T15:35:20.8357373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 2022-09-27T15:35:20.8512813Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 2022-09-27T15:35:20.8516873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 2022-09-27T15:35:20.8796250Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 2022-09-27T15:35:20.8801725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool 2022-09-27T15:35:20.8993553Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool 2022-09-27T15:35:20.8998055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 2022-09-27T15:35:20.9231267Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 2022-09-27T15:35:20.9237387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:35:20.9468654Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:35:20.9472567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 2022-09-27T15:35:20.9669514Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 2022-09-27T15:35:20.9673540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:35:20.9949999Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:35:20.9957299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 2022-09-27T15:35:21.0114079Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 2022-09-27T15:35:21.0121196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 2022-09-27T15:35:21.0439610Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 2022-09-27T15:35:21.0447406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 2022-09-27T15:35:21.0554204Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 2022-09-27T15:35:21.0561917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 2022-09-27T15:35:21.0883438Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 2022-09-27T15:35:21.0891745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 2022-09-27T15:35:21.0994545Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 2022-09-27T15:35:21.1002726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 2022-09-27T15:35:21.1316262Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 2022-09-27T15:35:21.1324367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:21.1434753Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:21.1442912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 2022-09-27T15:35:21.1761278Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 2022-09-27T15:35:21.1803598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool 2022-09-27T15:35:21.1870994Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool 2022-09-27T15:35:21.1873245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 2022-09-27T15:35:21.1886226Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 2022-09-27T15:35:21.1904140Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 2022-09-27T15:35:21.2236672Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 2022-09-27T15:35:21.2239002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 2022-09-27T15:35:21.2274091Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 2022-09-27T15:35:21.2316816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 2022-09-27T15:35:21.2672826Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 2022-09-27T15:35:21.2681634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 2022-09-27T15:35:21.2697429Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 2022-09-27T15:35:21.2719751Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 2022-09-27T15:35:21.2755648Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 2022-09-27T15:35:21.2760713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:21.2796772Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:21.3075325Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 2022-09-27T15:35:21.3113914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 2022-09-27T15:35:21.3158131Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 2022-09-27T15:35:21.3166484Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool 2022-09-27T15:35:21.3213392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool 2022-09-27T15:35:21.3222551Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool 2022-09-27T15:35:21.3554087Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool 2022-09-27T15:35:21.3598519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 2022-09-27T15:35:21.3632672Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 2022-09-27T15:35:21.3657689Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 2022-09-27T15:35:21.3677898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 2022-09-27T15:35:21.3690956Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 2022-09-27T15:35:21.3996820Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 2022-09-27T15:35:21.4050090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 2022-09-27T15:35:21.4128341Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 2022-09-27T15:35:21.4158701Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 2022-09-27T15:35:21.4159324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 2022-09-27T15:35:21.4181281Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 2022-09-27T15:35:21.4436670Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 2022-09-27T15:35:21.4478237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 2022-09-27T15:35:21.4518375Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 2022-09-27T15:35:21.4597343Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 2022-09-27T15:35:21.4605884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 2022-09-27T15:35:21.4623068Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 2022-09-27T15:35:21.4915063Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 2022-09-27T15:35:21.4948748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 2022-09-27T15:35:21.4957966Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 2022-09-27T15:35:21.5028114Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 2022-09-27T15:35:21.5045376Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 2022-09-27T15:35:21.5076300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 2022-09-27T15:35:21.5356158Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 2022-09-27T15:35:21.5392483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 2022-09-27T15:35:21.5403303Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 2022-09-27T15:35:21.5466998Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 2022-09-27T15:35:21.5480152Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 2022-09-27T15:35:21.5511299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 2022-09-27T15:35:21.5800327Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 2022-09-27T15:35:21.5835366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 2022-09-27T15:35:21.5842484Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 2022-09-27T15:35:21.5896006Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 2022-09-27T15:35:21.5954426Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 2022-09-27T15:35:21.5984555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 2022-09-27T15:35:21.6107185Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 2022-09-27T15:35:21.6115549Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 2022-09-27T15:35:21.6232864Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 2022-09-27T15:35:21.6255416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 2022-09-27T15:35:21.6270513Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 2022-09-27T15:35:21.6319197Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 2022-09-27T15:35:21.6393039Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 2022-09-27T15:35:21.6419364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 2022-09-27T15:35:21.6716464Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 2022-09-27T15:35:21.6717058Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 2022-09-27T15:35:21.6749195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool 2022-09-27T15:35:21.6773820Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool 2022-09-27T15:35:21.6830428Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 2022-09-27T15:35:21.6855967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 2022-09-27T15:35:21.7160138Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 2022-09-27T15:35:21.7164093Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 2022-09-27T15:35:21.7187518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 2022-09-27T15:35:21.7222952Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 2022-09-27T15:35:21.7271263Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 2022-09-27T15:35:21.7297834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 2022-09-27T15:35:21.7598317Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 2022-09-27T15:35:21.7641814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 2022-09-27T15:35:21.7651852Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 2022-09-27T15:35:21.7720768Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 2022-09-27T15:35:21.7724379Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 2022-09-27T15:35:21.7748703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool 2022-09-27T15:35:21.7962491Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool 2022-09-27T15:35:21.7969710Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 2022-09-27T15:35:21.8031634Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 2022-09-27T15:35:21.8058911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 2022-09-27T15:35:21.8071751Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 2022-09-27T15:35:21.8136245Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 2022-09-27T15:35:21.8153891Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 2022-09-27T15:35:21.8193226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 2022-09-27T15:35:21.8475046Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 2022-09-27T15:35:21.8502873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 2022-09-27T15:35:21.8514407Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 2022-09-27T15:35:21.8567283Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 2022-09-27T15:35:21.8591536Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 2022-09-27T15:35:21.8620921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 2022-09-27T15:35:21.8915123Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 2022-09-27T15:35:21.8945327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 2022-09-27T15:35:21.8955949Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 2022-09-27T15:35:21.9026593Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool 2022-09-27T15:35:21.9036898Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool 2022-09-27T15:35:21.9068758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 2022-09-27T15:35:21.9351827Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 2022-09-27T15:35:21.9377497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 2022-09-27T15:35:21.9434274Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 2022-09-27T15:35:21.9517240Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 2022-09-27T15:35:21.9524015Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 2022-09-27T15:35:21.9557280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 2022-09-27T15:35:21.9795132Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 2022-09-27T15:35:21.9826179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 2022-09-27T15:35:21.9871489Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 2022-09-27T15:35:21.9929842Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 2022-09-27T15:35:21.9948539Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 2022-09-27T15:35:21.9958452Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 2022-09-27T15:35:21.9961251Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 2022-09-27T15:35:21.9980572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 2022-09-27T15:35:22.0232558Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 2022-09-27T15:35:22.0269314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 2022-09-27T15:35:22.0312096Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 2022-09-27T15:35:22.0386783Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 2022-09-27T15:35:22.0399971Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 2022-09-27T15:35:22.0439615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 2022-09-27T15:35:22.0672600Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 2022-09-27T15:35:22.0702716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 2022-09-27T15:35:22.0751591Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 2022-09-27T15:35:22.0806759Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 2022-09-27T15:35:22.0830862Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 2022-09-27T15:35:22.0867568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 2022-09-27T15:35:22.1116567Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 2022-09-27T15:35:22.1144932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 2022-09-27T15:35:22.1193695Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 2022-09-27T15:35:22.1247877Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 2022-09-27T15:35:22.1272516Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 2022-09-27T15:35:22.1300581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 2022-09-27T15:35:22.1599199Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 2022-09-27T15:35:22.1642213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:22.1644786Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 2022-09-27T15:35:22.1700936Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:22.1712306Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 2022-09-27T15:35:22.1743571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 2022-09-27T15:35:22.1894470Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 2022-09-27T15:35:22.1901347Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 2022-09-27T15:35:22.2030952Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 2022-09-27T15:35:22.2059440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool 2022-09-27T15:35:22.2070795Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool 2022-09-27T15:35:22.2125987Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 2022-09-27T15:35:22.2153315Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 2022-09-27T15:35:22.2182711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool 2022-09-27T15:35:22.2475569Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool 2022-09-27T15:35:22.2503424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 2022-09-27T15:35:22.2514574Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 2022-09-27T15:35:22.2562329Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 2022-09-27T15:35:22.2591142Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 2022-09-27T15:35:22.2617362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 2022-09-27T15:35:22.2917916Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 2022-09-27T15:35:22.2951954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 2022-09-27T15:35:22.2964926Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 2022-09-27T15:35:22.3015818Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 2022-09-27T15:35:22.3030736Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 2022-09-27T15:35:22.3063620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 2022-09-27T15:35:22.3398282Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 2022-09-27T15:35:22.3399146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 2022-09-27T15:35:22.3428925Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 2022-09-27T15:35:22.3450018Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 2022-09-27T15:35:22.3518986Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 2022-09-27T15:35:22.3555711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 2022-09-27T15:35:22.3788608Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 2022-09-27T15:35:22.3798367Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 2022-09-27T15:35:22.3868247Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 2022-09-27T15:35:22.3869876Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 2022-09-27T15:35:22.3873278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 2022-09-27T15:35:22.3886529Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 2022-09-27T15:35:22.3952109Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 2022-09-27T15:35:22.3980814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 2022-09-27T15:35:22.4277660Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 2022-09-27T15:35:22.4279313Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 2022-09-27T15:35:22.4308982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 2022-09-27T15:35:22.4392077Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 2022-09-27T15:35:22.4424771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 2022-09-27T15:35:22.4732356Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 2022-09-27T15:35:22.4813239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 2022-09-27T15:35:22.4835659Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 2022-09-27T15:35:22.4867788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 2022-09-27T15:35:22.5196972Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 2022-09-27T15:35:22.5200330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 2022-09-27T15:35:22.5276235Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 2022-09-27T15:35:22.5318940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 2022-09-27T15:35:22.5640441Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 2022-09-27T15:35:22.5645347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 2022-09-27T15:35:22.5738523Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 2022-09-27T15:35:22.5752538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 2022-09-27T15:35:22.5763544Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 2022-09-27T15:35:22.5774531Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 2022-09-27T15:35:22.6075752Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 2022-09-27T15:35:22.6077667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 2022-09-27T15:35:22.6174127Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 2022-09-27T15:35:22.6197322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 2022-09-27T15:35:22.6519122Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 2022-09-27T15:35:22.6521426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 2022-09-27T15:35:22.6594523Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 2022-09-27T15:35:22.6623120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool 2022-09-27T15:35:22.6952454Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool 2022-09-27T15:35:22.6956967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 2022-09-27T15:35:22.7053710Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 2022-09-27T15:35:22.7087567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:35:22.7391925Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:35:22.7397277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool 2022-09-27T15:35:22.7485981Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool 2022-09-27T15:35:22.7511460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:35:22.7588067Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:35:22.7609993Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 2022-09-27T15:35:22.7840501Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 2022-09-27T15:35:22.7841580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 2022-09-27T15:35:22.7937320Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 2022-09-27T15:35:22.7954478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 2022-09-27T15:35:22.8040651Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 2022-09-27T15:35:22.8074643Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 2022-09-27T15:35:22.8271086Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 2022-09-27T15:35:22.8274770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 2022-09-27T15:35:22.8367575Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 2022-09-27T15:35:22.8403634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 2022-09-27T15:35:22.8719631Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 2022-09-27T15:35:22.8723433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 2022-09-27T15:35:22.8816530Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 2022-09-27T15:35:22.8838270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 2022-09-27T15:35:22.9156998Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 2022-09-27T15:35:22.9157707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 2022-09-27T15:35:22.9256823Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 2022-09-27T15:35:22.9284819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 2022-09-27T15:35:22.9555167Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 2022-09-27T15:35:22.9584191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 2022-09-27T15:35:22.9760743Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 2022-09-27T15:35:22.9761425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 2022-09-27T15:35:22.9842899Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 2022-09-27T15:35:22.9860320Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 2022-09-27T15:35:22.9994410Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 2022-09-27T15:35:23.0031775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 2022-09-27T15:35:23.0202073Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 2022-09-27T15:35:23.0203690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 2022-09-27T15:35:23.0484462Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 2022-09-27T15:35:23.0486117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 2022-09-27T15:35:23.0599460Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 2022-09-27T15:35:23.0618022Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 2022-09-27T15:35:23.0634285Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 2022-09-27T15:35:23.0636877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:23.0910362Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:23.0912703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 2022-09-27T15:35:23.1078139Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 2022-09-27T15:35:23.1079909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool 2022-09-27T15:35:23.1354612Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool 2022-09-27T15:35:23.1356625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 2022-09-27T15:35:23.1519459Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 2022-09-27T15:35:23.1520882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 2022-09-27T15:35:23.1793023Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 2022-09-27T15:35:23.1794269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 2022-09-27T15:35:23.1952789Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 2022-09-27T15:35:23.1954299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 2022-09-27T15:35:23.2230854Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 2022-09-27T15:35:23.2231918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:23.2390603Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:23.2391823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 2022-09-27T15:35:23.2635782Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 2022-09-27T15:35:23.2660553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool 2022-09-27T15:35:23.2834568Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool 2022-09-27T15:35:23.2836428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 2022-09-27T15:35:23.3074752Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 2022-09-27T15:35:23.3111981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 2022-09-27T15:35:23.3214543Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 2022-09-27T15:35:23.3262473Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 2022-09-27T15:35:23.3270436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 2022-09-27T15:35:23.3282048Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 2022-09-27T15:35:23.3559066Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool 2022-09-27T15:35:23.3560141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 2022-09-27T15:35:23.3598876Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 2022-09-27T15:35:23.3615593Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 2022-09-27T15:35:23.3692049Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 2022-09-27T15:35:23.3723405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 2022-09-27T15:35:23.3996386Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 2022-09-27T15:35:23.3996966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 2022-09-27T15:35:23.4155915Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 2022-09-27T15:35:23.4156523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 2022-09-27T15:35:23.4433504Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 2022-09-27T15:35:23.4434167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 2022-09-27T15:35:23.4554994Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 2022-09-27T15:35:23.4590410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 2022-09-27T15:35:23.4885486Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 2022-09-27T15:35:23.4887313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 2022-09-27T15:35:23.5073659Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 2022-09-27T15:35:23.5074286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 2022-09-27T15:35:23.5332977Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 2022-09-27T15:35:23.5336586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 2022-09-27T15:35:23.5486331Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 2022-09-27T15:35:23.5518552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool 2022-09-27T15:35:23.5751300Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool 2022-09-27T15:35:23.5752935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 2022-09-27T15:35:23.5956201Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 2022-09-27T15:35:23.5957728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 2022-09-27T15:35:23.6214178Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 2022-09-27T15:35:23.6231467Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool 2022-09-27T15:35:23.6233061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 2022-09-27T15:35:23.6243789Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 2022-09-27T15:35:23.6362568Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 2022-09-27T15:35:23.6395589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 2022-09-27T15:35:23.6447641Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 2022-09-27T15:35:23.6460708Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 2022-09-27T15:35:23.6637901Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool 2022-09-27T15:35:23.6680042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 2022-09-27T15:35:23.6800270Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 2022-09-27T15:35:23.6834299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 2022-09-27T15:35:23.7115844Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 2022-09-27T15:35:23.7117426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 2022-09-27T15:35:23.7270562Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 2022-09-27T15:35:23.7277854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 2022-09-27T15:35:23.7572989Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 2022-09-27T15:35:23.7574564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 2022-09-27T15:35:23.7716431Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 2022-09-27T15:35:23.7718098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 2022-09-27T15:35:23.7992669Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 2022-09-27T15:35:23.7994657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool 2022-09-27T15:35:23.8116095Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool 2022-09-27T15:35:23.8158385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 2022-09-27T15:35:23.8433521Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 2022-09-27T15:35:23.8435515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 2022-09-27T15:35:23.8588253Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 2022-09-27T15:35:23.8595035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 2022-09-27T15:35:23.8877639Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 2022-09-27T15:35:23.8878258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 2022-09-27T15:35:23.9037156Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 2022-09-27T15:35:23.9072623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 2022-09-27T15:35:23.9314892Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 2022-09-27T15:35:23.9315516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 2022-09-27T15:35:23.9474751Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 2022-09-27T15:35:23.9514279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:23.9773025Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:23.9774682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 2022-09-27T15:35:23.9916853Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 2022-09-27T15:35:23.9948183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool 2022-09-27T15:35:24.0191654Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool 2022-09-27T15:35:24.0192304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 2022-09-27T15:35:24.0395389Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 2022-09-27T15:35:24.0428647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 2022-09-27T15:35:24.0669547Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 2022-09-27T15:35:24.0672437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 2022-09-27T15:35:24.0837818Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 2022-09-27T15:35:24.0873370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 2022-09-27T15:35:24.0943573Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 2022-09-27T15:35:24.0959149Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool 2022-09-27T15:35:24.1153140Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 2022-09-27T15:35:24.1155986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 2022-09-27T15:35:24.1303952Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 2022-09-27T15:35:24.1309407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 2022-09-27T15:35:24.1634934Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 2022-09-27T15:35:24.1638012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:24.1713493Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:24.1744807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 2022-09-27T15:35:24.2071846Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 2022-09-27T15:35:24.2074672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool 2022-09-27T15:35:24.2157948Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool 2022-09-27T15:35:24.2183192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 2022-09-27T15:35:24.2196517Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 2022-09-27T15:35:24.2209903Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 2022-09-27T15:35:24.2522889Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 2022-09-27T15:35:24.2525693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 2022-09-27T15:35:24.2634154Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 2022-09-27T15:35:24.2636539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 2022-09-27T15:35:24.2954273Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 2022-09-27T15:35:24.2956242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 2022-09-27T15:35:24.3127880Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 2022-09-27T15:35:24.3129810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 2022-09-27T15:35:24.3441462Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 2022-09-27T15:35:24.3443185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 2022-09-27T15:35:24.3541858Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 2022-09-27T15:35:24.3556667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 2022-09-27T15:35:24.3875421Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 2022-09-27T15:35:24.3877160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 2022-09-27T15:35:24.3993651Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 2022-09-27T15:35:24.3995363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 2022-09-27T15:35:24.4315131Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 2022-09-27T15:35:24.4316914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 2022-09-27T15:35:24.4433281Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 2022-09-27T15:35:24.4435072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool 2022-09-27T15:35:24.4500655Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool 2022-09-27T15:35:24.4512424Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 2022-09-27T15:35:24.4754302Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 2022-09-27T15:35:24.4754996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 2022-09-27T15:35:24.4868750Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 2022-09-27T15:35:24.4869483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 2022-09-27T15:35:24.5196589Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 2022-09-27T15:35:24.5197294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 2022-09-27T15:35:24.5322666Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 2022-09-27T15:35:24.5325871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 2022-09-27T15:35:24.5638930Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 2022-09-27T15:35:24.5641603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool 2022-09-27T15:35:24.5755957Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool 2022-09-27T15:35:24.5756685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 2022-09-27T15:35:24.6074169Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 2022-09-27T15:35:24.6075097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 2022-09-27T15:35:24.6190851Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 2022-09-27T15:35:24.6192004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 2022-09-27T15:35:24.6516012Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 2022-09-27T15:35:24.6518003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 2022-09-27T15:35:24.6605812Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 2022-09-27T15:35:24.6636035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 2022-09-27T15:35:24.6960094Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 2022-09-27T15:35:24.6961152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 2022-09-27T15:35:24.7014987Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 2022-09-27T15:35:24.7032374Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 2022-09-27T15:35:24.7069452Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 2022-09-27T15:35:24.7070755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 2022-09-27T15:35:24.7394332Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 2022-09-27T15:35:24.7395634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 2022-09-27T15:35:24.7494062Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 2022-09-27T15:35:24.7527266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 2022-09-27T15:35:24.7564492Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 2022-09-27T15:35:24.7577068Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 2022-09-27T15:35:24.7834914Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 2022-09-27T15:35:24.7835974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 2022-09-27T15:35:24.7951083Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 2022-09-27T15:35:24.7952239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 2022-09-27T15:35:24.8279183Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 2022-09-27T15:35:24.8280454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 2022-09-27T15:35:24.8396884Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 2022-09-27T15:35:24.8398016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 2022-09-27T15:35:24.8668217Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 2022-09-27T15:35:24.8678780Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 2022-09-27T15:35:24.8687344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 2022-09-27T15:35:24.8727032Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 2022-09-27T15:35:24.8837913Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 2022-09-27T15:35:24.8869853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool 2022-09-27T15:35:24.9156399Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool 2022-09-27T15:35:24.9157681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 2022-09-27T15:35:24.9312518Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 2022-09-27T15:35:24.9313662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 2022-09-27T15:35:24.9596589Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 2022-09-27T15:35:24.9599844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 2022-09-27T15:35:24.9752443Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 2022-09-27T15:35:24.9753500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 2022-09-27T15:35:25.0032234Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 2022-09-27T15:35:25.0033320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 2022-09-27T15:35:25.0097135Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 2022-09-27T15:35:25.0113448Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 2022-09-27T15:35:25.0190933Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 2022-09-27T15:35:25.0191915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 2022-09-27T15:35:25.0476079Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 2022-09-27T15:35:25.0476944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool 2022-09-27T15:35:25.0631408Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool 2022-09-27T15:35:25.0632397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 2022-09-27T15:35:25.0877453Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 2022-09-27T15:35:25.0910625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 2022-09-27T15:35:25.1082451Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 2022-09-27T15:35:25.1083603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 2022-09-27T15:35:25.1130943Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 2022-09-27T15:35:25.1148339Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 2022-09-27T15:35:25.1311889Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 2022-09-27T15:35:25.1351668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 2022-09-27T15:35:25.1509983Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 2022-09-27T15:35:25.1511663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 2022-09-27T15:35:25.1792047Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 2022-09-27T15:35:25.1793400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 2022-09-27T15:35:25.1953203Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 2022-09-27T15:35:25.1954436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 2022-09-27T15:35:25.2245065Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 2022-09-27T15:35:25.2247533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 2022-09-27T15:35:25.2394216Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 2022-09-27T15:35:25.2395558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 2022-09-27T15:35:25.2610340Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 2022-09-27T15:35:25.2633413Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 2022-09-27T15:35:25.2635025Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 2022-09-27T15:35:25.2678990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 2022-09-27T15:35:25.2830657Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 2022-09-27T15:35:25.2831694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 2022-09-27T15:35:25.3097453Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 2022-09-27T15:35:25.3103425Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 2022-09-27T15:35:25.3116214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 2022-09-27T15:35:25.3126796Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 2022-09-27T15:35:25.3333599Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 2022-09-27T15:35:25.3334736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool 2022-09-27T15:35:25.3517043Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool 2022-09-27T15:35:25.3554808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 2022-09-27T15:35:25.3750787Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 2022-09-27T15:35:25.3752105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 2022-09-27T15:35:25.3993903Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 2022-09-27T15:35:25.3994894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 2022-09-27T15:35:25.4200109Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 2022-09-27T15:35:25.4201204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 2022-09-27T15:35:25.4435233Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 2022-09-27T15:35:25.4437676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 2022-09-27T15:35:25.4750744Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 2022-09-27T15:35:25.4751379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 2022-09-27T15:35:25.4989746Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 2022-09-27T15:35:25.4991299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 2022-09-27T15:35:25.5350417Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 2022-09-27T15:35:25.5351353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 2022-09-27T15:35:25.5354022Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 2022-09-27T15:35:25.5356999Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 2022-09-27T15:35:25.5357578Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 2022-09-27T15:35:25.5359088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool 2022-09-27T15:35:25.5589277Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool 2022-09-27T15:35:25.5591743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 2022-09-27T15:35:25.5831546Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 2022-09-27T15:35:25.5832278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 2022-09-27T15:35:25.6011022Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 2022-09-27T15:35:25.6011725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 2022-09-27T15:35:25.6151057Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 2022-09-27T15:35:25.6157539Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 2022-09-27T15:35:25.6196756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 2022-09-27T15:35:25.6211353Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 2022-09-27T15:35:25.6433777Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 2022-09-27T15:35:25.6434840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 2022-09-27T15:35:25.6645344Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 2022-09-27T15:35:25.6647337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 2022-09-27T15:35:25.6884886Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 2022-09-27T15:35:25.6885787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 2022-09-27T15:35:25.7072309Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 2022-09-27T15:35:25.7073868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 2022-09-27T15:35:25.7312985Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 2022-09-27T15:35:25.7313616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:25.7511867Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:25.7513727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 2022-09-27T15:35:25.7758977Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 2022-09-27T15:35:25.7764227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 2022-09-27T15:35:25.7769664Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 2022-09-27T15:35:25.7782469Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 2022-09-27T15:35:25.7951023Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 2022-09-27T15:35:25.7952925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 2022-09-27T15:35:25.8190832Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 2022-09-27T15:35:25.8192415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool 2022-09-27T15:35:25.8246918Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool 2022-09-27T15:35:25.8254808Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 2022-09-27T15:35:25.8429346Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 2022-09-27T15:35:25.8430538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 2022-09-27T15:35:25.8637184Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 2022-09-27T15:35:25.8638897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 2022-09-27T15:35:25.8872782Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 2022-09-27T15:35:25.8875300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 2022-09-27T15:35:25.9069153Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 2022-09-27T15:35:25.9070706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 2022-09-27T15:35:25.9316507Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 2022-09-27T15:35:25.9319013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 2022-09-27T15:35:25.9513533Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 2022-09-27T15:35:25.9514803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 2022-09-27T15:35:25.9748238Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 2022-09-27T15:35:25.9749860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool 2022-09-27T15:35:25.9949361Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool 2022-09-27T15:35:25.9951140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 2022-09-27T15:35:26.0231917Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 2022-09-27T15:35:26.0232990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 2022-09-27T15:35:26.0325933Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 2022-09-27T15:35:26.0339344Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 2022-09-27T15:35:26.0379999Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 2022-09-27T15:35:26.0393887Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 2022-09-27T15:35:26.0396456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 2022-09-27T15:35:26.0409073Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 2022-09-27T15:35:26.0673050Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 2022-09-27T15:35:26.0676605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 2022-09-27T15:35:26.0833836Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 2022-09-27T15:35:26.0834833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 2022-09-27T15:35:26.1154514Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 2022-09-27T15:35:26.1155603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 2022-09-27T15:35:26.1319446Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 2022-09-27T15:35:26.1320558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 2022-09-27T15:35:26.1595896Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 2022-09-27T15:35:26.1597407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 2022-09-27T15:35:26.1754632Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 2022-09-27T15:35:26.1756143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 2022-09-27T15:35:26.2035825Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 2022-09-27T15:35:26.2037979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 2022-09-27T15:35:26.2203119Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 2022-09-27T15:35:26.2203809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 2022-09-27T15:35:26.2404330Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 2022-09-27T15:35:26.2419423Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 2022-09-27T15:35:26.2432659Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 2022-09-27T15:35:26.2474440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 2022-09-27T15:35:26.2635542Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 2022-09-27T15:35:26.2637537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 2022-09-27T15:35:26.2747971Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 2022-09-27T15:35:26.2831982Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 2022-09-27T15:35:26.2905336Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 2022-09-27T15:35:26.2928386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 2022-09-27T15:35:26.3076899Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 2022-09-27T15:35:26.3078591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 2022-09-27T15:35:26.3113906Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 2022-09-27T15:35:26.3274121Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 2022-09-27T15:35:26.3355992Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 2022-09-27T15:35:26.3361052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 2022-09-27T15:35:26.3518661Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 2022-09-27T15:35:26.3525570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:26.3579483Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:26.3710511Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 2022-09-27T15:35:26.3754161Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 2022-09-27T15:35:26.3792675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:26.3952618Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:26.3958322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool 2022-09-27T15:35:26.4228626Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool 2022-09-27T15:35:26.4233925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool 2022-09-27T15:35:26.4400825Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool 2022-09-27T15:35:26.4406871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:35:26.4561761Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:35:26.4572736Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 2022-09-27T15:35:26.4674292Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 2022-09-27T15:35:26.4677544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 2022-09-27T15:35:26.4841277Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 2022-09-27T15:35:26.4843920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:35:26.5152755Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:35:26.5154613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 2022-09-27T15:35:26.5270724Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 2022-09-27T15:35:26.5272392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:35:26.5632320Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:35:26.5633931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 2022-09-27T15:35:26.5711018Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 2022-09-27T15:35:26.5712149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 2022-09-27T15:35:26.6237620Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 2022-09-27T15:35:26.6238315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 2022-09-27T15:35:26.6263000Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 2022-09-27T15:35:26.6271670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 2022-09-27T15:35:26.6556627Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 2022-09-27T15:35:26.6557519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 2022-09-27T15:35:26.6630869Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 2022-09-27T15:35:26.6631862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 2022-09-27T15:35:26.6996965Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 2022-09-27T15:35:26.6997799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 2022-09-27T15:35:26.7116423Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 2022-09-27T15:35:26.7117198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 2022-09-27T15:35:26.7392009Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 2022-09-27T15:35:26.7392973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 2022-09-27T15:35:26.7474455Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 2022-09-27T15:35:26.7475192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 2022-09-27T15:35:26.7832863Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 2022-09-27T15:35:26.7835592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 2022-09-27T15:35:26.7913161Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 2022-09-27T15:35:26.7914663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 2022-09-27T15:35:26.8269814Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 2022-09-27T15:35:26.8271670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 2022-09-27T15:35:26.8356679Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 2022-09-27T15:35:26.8357699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 2022-09-27T15:35:26.8715076Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 2022-09-27T15:35:26.8719459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool 2022-09-27T15:35:26.8793945Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool 2022-09-27T15:35:26.8794723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:35:26.9154659Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:35:26.9158002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 2022-09-27T15:35:26.9272454Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 2022-09-27T15:35:26.9273448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool 2022-09-27T15:35:26.9417844Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool 2022-09-27T15:35:26.9428892Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 2022-09-27T15:35:26.9587095Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool 2022-09-27T15:35:26.9592128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 2022-09-27T15:35:26.9703280Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 2022-09-27T15:35:26.9716329Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 2022-09-27T15:35:26.9724297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 2022-09-27T15:35:26.9737655Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 2022-09-27T15:35:27.0048030Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 2022-09-27T15:35:27.0069222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 2022-09-27T15:35:27.0193113Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 2022-09-27T15:35:27.0198475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 2022-09-27T15:35:27.0552220Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 2022-09-27T15:35:27.0554988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 2022-09-27T15:35:27.0635393Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 2022-09-27T15:35:27.0637787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 2022-09-27T15:35:27.0991436Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 2022-09-27T15:35:27.0993020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 2022-09-27T15:35:27.1074269Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 2022-09-27T15:35:27.1079457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 2022-09-27T15:35:27.1475391Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 2022-09-27T15:35:27.1478276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 2022-09-27T15:35:27.1537345Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 2022-09-27T15:35:27.1538380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 2022-09-27T15:35:27.1953000Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 2022-09-27T15:35:27.1954046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 2022-09-27T15:35:27.1967404Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 2022-09-27T15:35:27.1969216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 2022-09-27T15:35:27.2354349Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 2022-09-27T15:35:27.2355523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 2022-09-27T15:35:27.2410012Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 2022-09-27T15:35:27.2410868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 2022-09-27T15:35:27.2760117Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 2022-09-27T15:35:27.2834472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 2022-09-27T15:35:27.2837876Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 2022-09-27T15:35:27.2839467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool 2022-09-27T15:35:27.3137447Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool 2022-09-27T15:35:27.3159291Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 2022-09-27T15:35:27.3230475Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 2022-09-27T15:35:27.3237834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:27.3288120Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:27.3292774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 2022-09-27T15:35:27.3640999Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 2022-09-27T15:35:27.3672743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:35:27.3712382Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:35:27.3739444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 2022-09-27T15:35:27.4121860Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 2022-09-27T15:35:27.4126500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:35:27.4170898Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:35:27.4185207Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool 2022-09-27T15:35:27.4224756Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 2022-09-27T15:35:27.4233435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 2022-09-27T15:35:27.4548386Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 2022-09-27T15:35:27.4549812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 2022-09-27T15:35:27.4651284Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 2022-09-27T15:35:27.4669831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 2022-09-27T15:35:27.5010035Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 2022-09-27T15:35:27.5011305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 2022-09-27T15:35:27.5111480Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 2022-09-27T15:35:27.5112998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 2022-09-27T15:35:27.5395682Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 2022-09-27T15:35:27.5424613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 2022-09-27T15:35:27.5596039Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 2022-09-27T15:35:27.5608232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 2022-09-27T15:35:27.5839021Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 2022-09-27T15:35:27.5903958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:27.6063832Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:27.6135725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:27.6304090Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:27.6343511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 2022-09-27T15:35:27.6468451Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 2022-09-27T15:35:27.6470101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool 2022-09-27T15:35:27.6750710Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool 2022-09-27T15:35:27.6751487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 2022-09-27T15:35:27.6780537Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 2022-09-27T15:35:27.6795549Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 2022-09-27T15:35:27.6911022Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 2022-09-27T15:35:27.6914163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 2022-09-27T15:35:27.7159270Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 2022-09-27T15:35:27.7193025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 2022-09-27T15:35:27.7359435Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 2022-09-27T15:35:27.7363698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 2022-09-27T15:35:27.7535793Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 2022-09-27T15:35:27.7551976Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 2022-09-27T15:35:27.7630965Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 2022-09-27T15:35:27.7635697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 2022-09-27T15:35:27.7761451Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 2022-09-27T15:35:27.7793385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 2022-09-27T15:35:27.8071440Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 2022-09-27T15:35:27.8076487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 2022-09-27T15:35:27.8231351Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 2022-09-27T15:35:27.8237773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 2022-09-27T15:35:27.8515893Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 2022-09-27T15:35:27.8522383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 2022-09-27T15:35:27.8644416Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 2022-09-27T15:35:27.8675251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 2022-09-27T15:35:27.8960774Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 2022-09-27T15:35:27.8965312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 2022-09-27T15:35:27.9119157Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 2022-09-27T15:35:27.9125886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 2022-09-27T15:35:27.9392406Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 2022-09-27T15:35:27.9396341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 2022-09-27T15:35:27.9550052Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 2022-09-27T15:35:27.9554096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 2022-09-27T15:35:27.9839122Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 2022-09-27T15:35:27.9842725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 2022-09-27T15:35:27.9991484Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 2022-09-27T15:35:27.9999277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool 2022-09-27T15:35:28.0276075Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool 2022-09-27T15:35:28.0282329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 2022-09-27T15:35:28.0432424Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 2022-09-27T15:35:28.0438952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 2022-09-27T15:35:28.0709587Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 2022-09-27T15:35:28.0716756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:28.0915931Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:28.0923524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 2022-09-27T15:35:28.1155830Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 2022-09-27T15:35:28.1162951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 2022-09-27T15:35:28.1184203Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 2022-09-27T15:35:28.1197217Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 2022-09-27T15:35:28.1348135Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 2022-09-27T15:35:28.1353719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 2022-09-27T15:35:28.1591171Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 2022-09-27T15:35:28.1597254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 2022-09-27T15:35:28.1833524Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 2022-09-27T15:35:28.1839564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 2022-09-27T15:35:28.2035905Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 2022-09-27T15:35:28.2041231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 2022-09-27T15:35:28.2274512Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 2022-09-27T15:35:28.2280252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 2022-09-27T15:35:28.2474010Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 2022-09-27T15:35:28.2479792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 2022-09-27T15:35:28.2622926Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 2022-09-27T15:35:28.2638558Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 2022-09-27T15:35:28.2677535Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 2022-09-27T15:35:28.2709778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 2022-09-27T15:35:28.2911243Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 2022-09-27T15:35:28.2915909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 2022-09-27T15:35:28.3153939Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 2022-09-27T15:35:28.3160067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 2022-09-27T15:35:28.3353415Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 2022-09-27T15:35:28.3358636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 2022-09-27T15:35:28.3631475Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 2022-09-27T15:35:28.3637005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool 2022-09-27T15:35:28.3832440Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool 2022-09-27T15:35:28.3837702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:35:28.4077314Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:35:28.4079532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 2022-09-27T15:35:28.4272634Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 2022-09-27T15:35:28.4279265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 2022-09-27T15:35:28.4385118Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 2022-09-27T15:35:28.4403428Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 2022-09-27T15:35:28.4510432Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 2022-09-27T15:35:28.4513336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 2022-09-27T15:35:28.4709276Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 2022-09-27T15:35:28.4712156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 2022-09-27T15:35:28.4955024Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 2022-09-27T15:35:28.4959512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 2022-09-27T15:35:28.5152585Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 2022-09-27T15:35:28.5157269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 2022-09-27T15:35:28.5398999Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 2022-09-27T15:35:28.5403267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 2022-09-27T15:35:28.5589386Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 2022-09-27T15:35:28.5593440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 2022-09-27T15:35:28.5826081Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 2022-09-27T15:35:28.5828495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 2022-09-27T15:35:28.6027571Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 2022-09-27T15:35:28.6031289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 2022-09-27T15:35:28.6275391Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 2022-09-27T15:35:28.6280376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 2022-09-27T15:35:28.6476616Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 2022-09-27T15:35:28.6479886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 2022-09-27T15:35:28.6753417Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 2022-09-27T15:35:28.6756079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 2022-09-27T15:35:28.6910112Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 2022-09-27T15:35:28.6913853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 2022-09-27T15:35:28.7191135Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 2022-09-27T15:35:28.7195693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool 2022-09-27T15:35:28.7353290Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool 2022-09-27T15:35:28.7357588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 2022-09-27T15:35:28.7485927Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 2022-09-27T15:35:28.7506441Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 2022-09-27T15:35:28.7632004Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 2022-09-27T15:35:28.7636305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 2022-09-27T15:35:28.7786502Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 2022-09-27T15:35:28.7790403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 2022-09-27T15:35:28.8068972Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 2022-09-27T15:35:28.8071642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 2022-09-27T15:35:28.8232474Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 2022-09-27T15:35:28.8236472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 2022-09-27T15:35:28.8516536Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 2022-09-27T15:35:28.8520742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 2022-09-27T15:35:28.8577979Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 2022-09-27T15:35:28.8592021Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 2022-09-27T15:35:28.8674178Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 2022-09-27T15:35:28.8677925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 2022-09-27T15:35:28.8950976Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 2022-09-27T15:35:28.8951623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 2022-09-27T15:35:28.9154169Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 2022-09-27T15:35:28.9154813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 2022-09-27T15:35:28.9392902Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 2022-09-27T15:35:28.9396471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 2022-09-27T15:35:28.9593233Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 2022-09-27T15:35:28.9593932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 2022-09-27T15:35:28.9841478Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 2022-09-27T15:35:28.9842160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 2022-09-27T15:35:29.0033669Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 2022-09-27T15:35:29.0034692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 2022-09-27T15:35:29.0310110Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 2022-09-27T15:35:29.0311847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:29.0469025Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:29.0470000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 2022-09-27T15:35:29.0754273Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 2022-09-27T15:35:29.0754983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool 2022-09-27T15:35:29.0962301Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool 2022-09-27T15:35:29.0963110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 2022-09-27T15:35:29.1153106Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 2022-09-27T15:35:29.1177066Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 2022-09-27T15:35:29.1188653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 2022-09-27T15:35:29.1191831Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 2022-09-27T15:35:29.1386941Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 2022-09-27T15:35:29.1387581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 2022-09-27T15:35:29.1669688Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 2022-09-27T15:35:29.1670370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 2022-09-27T15:35:29.1873611Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 2022-09-27T15:35:29.1874367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 2022-09-27T15:35:29.2111033Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 2022-09-27T15:35:29.2111900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 2022-09-27T15:35:29.2350344Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 2022-09-27T15:35:29.2352768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 2022-09-27T15:35:29.2465597Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 2022-09-27T15:35:29.2487162Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 2022-09-27T15:35:29.2587605Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 2022-09-27T15:35:29.2593529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 2022-09-27T15:35:29.2845260Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 2022-09-27T15:35:29.2851440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 2022-09-27T15:35:29.3042683Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 2022-09-27T15:35:29.3049521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 2022-09-27T15:35:29.3311398Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 2022-09-27T15:35:29.3317320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 2022-09-27T15:35:29.3463601Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 2022-09-27T15:35:29.3479030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 2022-09-27T15:35:29.3797632Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 2022-09-27T15:35:29.3805077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:29.3876551Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:29.3904972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 2022-09-27T15:35:29.4114097Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 2022-09-27T15:35:29.4136508Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 2022-09-27T15:35:29.4267643Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 2022-09-27T15:35:29.4273317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 2022-09-27T15:35:29.4352851Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 2022-09-27T15:35:29.4358239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 2022-09-27T15:35:29.4712128Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 2022-09-27T15:35:29.4719163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 2022-09-27T15:35:29.4790309Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 2022-09-27T15:35:29.4798110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 2022-09-27T15:35:29.5152855Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 2022-09-27T15:35:29.5160440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 2022-09-27T15:35:29.5230748Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 2022-09-27T15:35:29.5236824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool 2022-09-27T15:35:29.5595910Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool 2022-09-27T15:35:29.5601575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 2022-09-27T15:35:29.5713583Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 2022-09-27T15:35:29.5718975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:35:29.6033281Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:35:29.6040998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 2022-09-27T15:35:29.6153898Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 2022-09-27T15:35:29.6161575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:35:29.6472206Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:35:29.6478207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 2022-09-27T15:35:29.6588431Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 2022-09-27T15:35:29.6594149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 2022-09-27T15:35:29.6926887Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 2022-09-27T15:35:29.6932318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 2022-09-27T15:35:29.7045549Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 2022-09-27T15:35:29.7051193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 2022-09-27T15:35:29.7176406Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 2022-09-27T15:35:29.7202518Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 2022-09-27T15:35:29.7347692Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool 2022-09-27T15:35:29.7353012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 2022-09-27T15:35:29.7467751Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 2022-09-27T15:35:29.7473214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 2022-09-27T15:35:29.7593888Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 2022-09-27T15:35:29.7611379Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 2022-09-27T15:35:29.7846846Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 2022-09-27T15:35:29.7852844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 2022-09-27T15:35:29.7912248Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 2022-09-27T15:35:29.7918916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 2022-09-27T15:35:29.8272059Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 2022-09-27T15:35:29.8278271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 2022-09-27T15:35:29.8312605Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 2022-09-27T15:35:29.8342889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 2022-09-27T15:35:29.8716554Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 2022-09-27T15:35:29.8724729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 2022-09-27T15:35:29.8752543Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 2022-09-27T15:35:29.8783662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 2022-09-27T15:35:29.9198879Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 2022-09-27T15:35:29.9205031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 2022-09-27T15:35:29.9264051Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 2022-09-27T15:35:29.9270274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:29.9597106Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:29.9623905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 2022-09-27T15:35:29.9674784Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 2022-09-27T15:35:29.9682221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool 2022-09-27T15:35:29.9868344Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool 2022-09-27T15:35:29.9885219Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 2022-09-27T15:35:30.0076412Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 2022-09-27T15:35:30.0115159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 2022-09-27T15:35:30.0156059Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 2022-09-27T15:35:30.0161010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 2022-09-27T15:35:30.0516028Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 2022-09-27T15:35:30.0544519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 2022-09-27T15:35:30.0590161Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 2022-09-27T15:35:30.0595279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 2022-09-27T15:35:30.0955944Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 2022-09-27T15:35:30.0983345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 2022-09-27T15:35:30.1029168Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 2022-09-27T15:35:30.1034692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 2022-09-27T15:35:30.1437254Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 2022-09-27T15:35:30.1464998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 2022-09-27T15:35:30.1510270Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 2022-09-27T15:35:30.1515492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 2022-09-27T15:35:30.1665820Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 2022-09-27T15:35:30.1690188Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool 2022-09-27T15:35:30.1914022Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 2022-09-27T15:35:30.1940816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 2022-09-27T15:35:30.1953855Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 2022-09-27T15:35:30.1958813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 2022-09-27T15:35:30.2356723Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 2022-09-27T15:35:30.2385211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 2022-09-27T15:35:30.2427692Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 2022-09-27T15:35:30.2432881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 2022-09-27T15:35:30.2840356Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 2022-09-27T15:35:30.2845733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 2022-09-27T15:35:30.2853385Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 2022-09-27T15:35:30.2863070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 2022-09-27T15:35:30.3146230Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 2022-09-27T15:35:30.3177539Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 2022-09-27T15:35:30.3235060Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 2022-09-27T15:35:30.3264831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 2022-09-27T15:35:30.3270827Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 2022-09-27T15:35:30.3296501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 2022-09-27T15:35:30.3675209Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 2022-09-27T15:35:30.3702607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 2022-09-27T15:35:30.3715051Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 2022-09-27T15:35:30.3750382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 2022-09-27T15:35:30.3865825Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 2022-09-27T15:35:30.3880639Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 2022-09-27T15:35:30.4116255Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 2022-09-27T15:35:30.4144051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:30.4164522Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:30.4201503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool 2022-09-27T15:35:30.4591124Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool 2022-09-27T15:35:30.4594849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 2022-09-27T15:35:30.4644013Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 2022-09-27T15:35:30.4645922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 2022-09-27T15:35:30.4996362Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 2022-09-27T15:35:30.5034420Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 2022-09-27T15:35:30.5036460Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 2022-09-27T15:35:30.5039887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 2022-09-27T15:35:30.5087231Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 2022-09-27T15:35:30.5088629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 2022-09-27T15:35:30.5107462Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 2022-09-27T15:35:30.5472559Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 2022-09-27T15:35:30.5476913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 2022-09-27T15:35:30.5489719Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 2022-09-27T15:35:30.5496943Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool 2022-09-27T15:35:30.5531197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 2022-09-27T15:35:30.5559144Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 2022-09-27T15:35:30.5909879Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool 2022-09-27T15:35:30.5921338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 2022-09-27T15:35:30.5933631Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 2022-09-27T15:35:30.5966055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 2022-09-27T15:35:30.5983063Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 2022-09-27T15:35:30.6059291Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 2022-09-27T15:35:30.6374576Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 2022-09-27T15:35:30.6387775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 2022-09-27T15:35:30.6457481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 2022-09-27T15:35:30.6479011Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 2022-09-27T15:35:30.6505098Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 2022-09-27T15:35:30.6561564Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 2022-09-27T15:35:30.6827564Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 2022-09-27T15:35:30.6850605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 2022-09-27T15:35:30.6855822Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 2022-09-27T15:35:30.6880518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 2022-09-27T15:35:30.6910744Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 2022-09-27T15:35:30.6950291Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 2022-09-27T15:35:30.7235336Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 2022-09-27T15:35:30.7263754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 2022-09-27T15:35:30.7275904Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 2022-09-27T15:35:30.7293736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:35:30.7308224Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 2022-09-27T15:35:30.7315829Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:35:30.7350897Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 2022-09-27T15:35:30.7404688Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 2022-09-27T15:35:30.7718370Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 2022-09-27T15:35:30.7719132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 2022-09-27T15:35:30.7747943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 2022-09-27T15:35:30.7762864Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 2022-09-27T15:35:30.7791419Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 2022-09-27T15:35:30.7841249Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 2022-09-27T15:35:30.8159715Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 2022-09-27T15:35:30.8163040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 2022-09-27T15:35:30.8201378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 2022-09-27T15:35:30.8213891Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 2022-09-27T15:35:30.8275735Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 2022-09-27T15:35:30.8327234Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 2022-09-27T15:35:30.8620610Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 2022-09-27T15:35:30.8622283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool 2022-09-27T15:35:30.8631864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 2022-09-27T15:35:30.8637500Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 2022-09-27T15:35:30.8716044Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool 2022-09-27T15:35:30.8784186Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 2022-09-27T15:35:30.8952891Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 2022-09-27T15:35:30.8963094Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 2022-09-27T15:35:30.9032108Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 2022-09-27T15:35:30.9060634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:30.9074442Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:30.9105365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 2022-09-27T15:35:30.9152398Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 2022-09-27T15:35:30.9207395Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 2022-09-27T15:35:30.9474868Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 2022-09-27T15:35:30.9499436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 2022-09-27T15:35:30.9514727Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 2022-09-27T15:35:30.9539655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 2022-09-27T15:35:30.9591437Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 2022-09-27T15:35:30.9644930Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 2022-09-27T15:35:30.9915463Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 2022-09-27T15:35:30.9944281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 2022-09-27T15:35:30.9954221Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 2022-09-27T15:35:30.9980567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 2022-09-27T15:35:31.0031196Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 2022-09-27T15:35:31.0080577Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 2022-09-27T15:35:31.0357572Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 2022-09-27T15:35:31.0403972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 2022-09-27T15:35:31.0408299Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 2022-09-27T15:35:31.0449042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 2022-09-27T15:35:31.0473972Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 2022-09-27T15:35:31.0522838Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 2022-09-27T15:35:31.0563432Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 2022-09-27T15:35:31.0574618Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 2022-09-27T15:35:31.0792976Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 2022-09-27T15:35:31.0818285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 2022-09-27T15:35:31.0872335Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 2022-09-27T15:35:31.0898328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 2022-09-27T15:35:31.0911060Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 2022-09-27T15:35:31.0995963Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 2022-09-27T15:35:31.1235587Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 2022-09-27T15:35:31.1264009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 2022-09-27T15:35:31.1339254Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 2022-09-27T15:35:31.1346139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 2022-09-27T15:35:31.1356268Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 2022-09-27T15:35:31.1419345Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool 2022-09-27T15:35:31.1675564Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool 2022-09-27T15:35:31.1709076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 2022-09-27T15:35:31.1751785Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 2022-09-27T15:35:31.1782121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 2022-09-27T15:35:31.1834575Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 2022-09-27T15:35:31.1905006Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 2022-09-27T15:35:31.2116978Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 2022-09-27T15:35:31.2164428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 2022-09-27T15:35:31.2197774Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 2022-09-27T15:35:31.2231103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 2022-09-27T15:35:31.2272486Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 2022-09-27T15:35:31.2312539Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 2022-09-27T15:35:31.2320803Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 2022-09-27T15:35:31.2343628Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 2022-09-27T15:35:31.2557679Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 2022-09-27T15:35:31.2586481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 2022-09-27T15:35:31.2633295Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 2022-09-27T15:35:31.2660058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 2022-09-27T15:35:31.2713913Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 2022-09-27T15:35:31.2825152Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 2022-09-27T15:35:31.3034966Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 2022-09-27T15:35:31.3062930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 2022-09-27T15:35:31.3112256Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 2022-09-27T15:35:31.3143324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool 2022-09-27T15:35:31.3191714Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool 2022-09-27T15:35:31.3261376Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 2022-09-27T15:35:31.3476118Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 2022-09-27T15:35:31.3503956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 2022-09-27T15:35:31.3552846Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 2022-09-27T15:35:31.3580007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:35:31.3671415Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:35:31.3738316Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 2022-09-27T15:35:31.3919174Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 2022-09-27T15:35:31.3955564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:31.4038981Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:31.4039702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:35:31.4049692Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 2022-09-27T15:35:31.4064578Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 2022-09-27T15:35:31.4110555Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:35:31.4172467Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 2022-09-27T15:35:31.4351277Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 2022-09-27T15:35:31.4388917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 2022-09-27T15:35:31.4477374Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 2022-09-27T15:35:31.4507931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 2022-09-27T15:35:31.4591908Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 2022-09-27T15:35:31.4658396Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 2022-09-27T15:35:31.4833049Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 2022-09-27T15:35:31.4858795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 2022-09-27T15:35:31.4914243Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 2022-09-27T15:35:31.4951242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 2022-09-27T15:35:31.5034880Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 2022-09-27T15:35:31.5096914Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 2022-09-27T15:35:31.5272356Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 2022-09-27T15:35:31.5298157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 2022-09-27T15:35:31.5352122Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 2022-09-27T15:35:31.5377151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 2022-09-27T15:35:31.5476055Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 2022-09-27T15:35:31.5567211Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 2022-09-27T15:35:31.5680037Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 2022-09-27T15:35:31.5690130Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 2022-09-27T15:35:31.5712291Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool 2022-09-27T15:35:31.5742039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 2022-09-27T15:35:31.5831544Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 2022-09-27T15:35:31.5858381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 2022-09-27T15:35:31.5911649Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 2022-09-27T15:35:31.5978592Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 2022-09-27T15:35:31.6154832Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 2022-09-27T15:35:31.6182604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 2022-09-27T15:35:31.6272943Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 2022-09-27T15:35:31.6300663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 2022-09-27T15:35:31.6351506Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 2022-09-27T15:35:31.6405282Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 2022-09-27T15:35:31.6635145Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 2022-09-27T15:35:31.6662484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 2022-09-27T15:35:31.6712248Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 2022-09-27T15:35:31.6741576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 2022-09-27T15:35:31.6791046Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 2022-09-27T15:35:31.6837623Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool 2022-09-27T15:35:31.7115378Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool 2022-09-27T15:35:31.7144200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 2022-09-27T15:35:31.7191486Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 2022-09-27T15:35:31.7220006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:31.7232236Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:31.7278199Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 2022-09-27T15:35:31.7595479Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 2022-09-27T15:35:31.7618322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 2022-09-27T15:35:31.7672783Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 2022-09-27T15:35:31.7675451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool 2022-09-27T15:35:31.7708270Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 2022-09-27T15:35:31.7721314Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool 2022-09-27T15:35:31.8074383Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 2022-09-27T15:35:31.8082585Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool 2022-09-27T15:35:31.8084244Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 2022-09-27T15:35:31.8116830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 2022-09-27T15:35:31.8121200Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 2022-09-27T15:35:31.8151175Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 2022-09-27T15:35:31.8164864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 2022-09-27T15:35:31.8189304Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 2022-09-27T15:35:31.8515471Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 2022-09-27T15:35:31.8547910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 2022-09-27T15:35:31.8565968Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 2022-09-27T15:35:31.8591847Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 2022-09-27T15:35:31.8625062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 2022-09-27T15:35:31.8628391Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 2022-09-27T15:35:31.8954711Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 2022-09-27T15:35:31.8981643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 2022-09-27T15:35:31.9038663Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 2022-09-27T15:35:31.9042014Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 2022-09-27T15:35:31.9082476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 2022-09-27T15:35:31.9114660Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 2022-09-27T15:35:31.9248348Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 2022-09-27T15:35:31.9258767Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 2022-09-27T15:35:31.9395372Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 2022-09-27T15:35:31.9439208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 2022-09-27T15:35:31.9471822Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 2022-09-27T15:35:31.9496631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 2022-09-27T15:35:31.9512012Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 2022-09-27T15:35:31.9558646Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 2022-09-27T15:35:31.9835311Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 2022-09-27T15:35:31.9859491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 2022-09-27T15:35:31.9911715Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 2022-09-27T15:35:31.9940454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 2022-09-27T15:35:31.9951448Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 2022-09-27T15:35:31.9998802Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 2022-09-27T15:35:32.0315070Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 2022-09-27T15:35:32.0342818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 2022-09-27T15:35:32.0361724Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 2022-09-27T15:35:32.0388594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 2022-09-27T15:35:32.0395412Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 2022-09-27T15:35:32.0452909Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 2022-09-27T15:35:32.0754822Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 2022-09-27T15:35:32.0788846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 2022-09-27T15:35:32.0835051Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 2022-09-27T15:35:32.0835880Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 2022-09-27T15:35:32.0864182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 2022-09-27T15:35:32.0877177Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 2022-09-27T15:35:32.1198542Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 2022-09-27T15:35:32.1234521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:32.1273651Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:32.1301061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool 2022-09-27T15:35:32.1311116Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool 2022-09-27T15:35:32.1368308Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 2022-09-27T15:35:32.1368869Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 2022-09-27T15:35:32.1375635Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 2022-09-27T15:35:32.1638875Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 2022-09-27T15:35:32.1682284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 2022-09-27T15:35:32.1758569Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 2022-09-27T15:35:32.1762225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 2022-09-27T15:35:32.1785081Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 2022-09-27T15:35:32.1827620Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 2022-09-27T15:35:32.2075916Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 2022-09-27T15:35:32.2101460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 2022-09-27T15:35:32.2197752Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 2022-09-27T15:35:32.2236837Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool 2022-09-27T15:35:32.2287169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 2022-09-27T15:35:32.2291211Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool 2022-09-27T15:35:32.2565362Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 2022-09-27T15:35:32.2578811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 2022-09-27T15:35:32.2674863Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 2022-09-27T15:35:32.2679182Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 2022-09-27T15:35:32.2722064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 2022-09-27T15:35:32.2772054Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 2022-09-27T15:35:32.2907147Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 2022-09-27T15:35:32.2914047Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 2022-09-27T15:35:32.3032105Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 2022-09-27T15:35:32.3062838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 2022-09-27T15:35:32.3149626Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 2022-09-27T15:35:32.3150215Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 2022-09-27T15:35:32.3152873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 2022-09-27T15:35:32.3179723Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 2022-09-27T15:35:32.3475841Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 2022-09-27T15:35:32.3503327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 2022-09-27T15:35:32.3552693Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 2022-09-27T15:35:32.3554778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 2022-09-27T15:35:32.3583763Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 2022-09-27T15:35:32.3615030Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 2022-09-27T15:35:32.3955873Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 2022-09-27T15:35:32.3994663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 2022-09-27T15:35:32.4036323Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 2022-09-27T15:35:32.4080908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 2022-09-27T15:35:32.4102979Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 2022-09-27T15:35:32.4121645Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 2022-09-27T15:35:32.4393807Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 2022-09-27T15:35:32.4420737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 2022-09-27T15:35:32.4471707Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 2022-09-27T15:35:32.4513654Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 2022-09-27T15:35:32.4560274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:32.4574144Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:32.4732369Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 2022-09-27T15:35:32.4740415Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 2022-09-27T15:35:32.4833526Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 2022-09-27T15:35:32.4859868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 2022-09-27T15:35:32.4912712Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 2022-09-27T15:35:32.4970603Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 2022-09-27T15:35:32.4991001Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 2022-09-27T15:35:32.5016168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool 2022-09-27T15:35:32.5274372Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool 2022-09-27T15:35:32.5298611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 2022-09-27T15:35:32.5350480Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 2022-09-27T15:35:32.5405205Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 2022-09-27T15:35:32.5430701Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 2022-09-27T15:35:32.5457806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 2022-09-27T15:35:32.5719792Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 2022-09-27T15:35:32.5756722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 2022-09-27T15:35:32.5792645Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 2022-09-27T15:35:32.5849690Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 2022-09-27T15:35:32.5870619Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 2022-09-27T15:35:32.5897247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 2022-09-27T15:35:32.6157655Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 2022-09-27T15:35:32.6201093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:32.6235255Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:32.6294791Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 2022-09-27T15:35:32.6311450Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 2022-09-27T15:35:32.6337257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 2022-09-27T15:35:32.6359904Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 2022-09-27T15:35:32.6366392Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 2022-09-27T15:35:32.6594602Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 2022-09-27T15:35:32.6635697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 2022-09-27T15:35:32.6675548Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 2022-09-27T15:35:32.6746637Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 2022-09-27T15:35:32.6756729Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 2022-09-27T15:35:32.6787166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 2022-09-27T15:35:32.7033314Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 2022-09-27T15:35:32.7061003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 2022-09-27T15:35:32.7153701Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 2022-09-27T15:35:32.7237067Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 2022-09-27T15:35:32.7243951Z [gw0] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 2022-09-27T15:35:32.7265726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 2022-09-27T15:35:32.7471264Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 2022-09-27T15:35:32.7497849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 2022-09-27T15:35:32.7591017Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 2022-09-27T15:35:32.7677161Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 2022-09-27T15:35:32.7724769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 2022-09-27T15:35:32.7854092Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 2022-09-27T15:35:32.7863127Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 2022-09-27T15:35:32.7911365Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 2022-09-27T15:35:32.7940924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 2022-09-27T15:35:32.8111902Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 2022-09-27T15:35:32.8144655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 2022-09-27T15:35:32.8355577Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 2022-09-27T15:35:32.8382225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 2022-09-27T15:35:32.8553585Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 2022-09-27T15:35:32.8583602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool 2022-09-27T15:35:32.8809715Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool 2022-09-27T15:35:32.8838532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:32.8994376Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:32.9024600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 2022-09-27T15:35:32.9232050Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 2022-09-27T15:35:32.9261480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 2022-09-27T15:35:32.9436936Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 2022-09-27T15:35:32.9464312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 2022-09-27T15:35:32.9525867Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 2022-09-27T15:35:32.9533747Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 2022-09-27T15:35:32.9751608Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 2022-09-27T15:35:32.9754878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 2022-09-27T15:35:32.9915947Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 2022-09-27T15:35:32.9947171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 2022-09-27T15:35:33.0198774Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 2022-09-27T15:35:33.0251286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 2022-09-27T15:35:33.0392648Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 2022-09-27T15:35:33.0397047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 2022-09-27T15:35:33.0653074Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 2022-09-27T15:35:33.0677382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 2022-09-27T15:35:33.0826899Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 2022-09-27T15:35:33.0831208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 2022-09-27T15:35:33.1107126Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 2022-09-27T15:35:33.1111562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 2022-09-27T15:35:33.1263536Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 2022-09-27T15:35:33.1267319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 2022-09-27T15:35:33.1550998Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 2022-09-27T15:35:33.1554862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:33.1713118Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:33.1719710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 2022-09-27T15:35:33.2003720Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 2022-09-27T15:35:33.2006824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 2022-09-27T15:35:33.2152191Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 2022-09-27T15:35:33.2156061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool 2022-09-27T15:35:33.2430613Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool 2022-09-27T15:35:33.2433951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 2022-09-27T15:35:33.2587015Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 2022-09-27T15:35:33.2590393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 2022-09-27T15:35:33.2915044Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 2022-09-27T15:35:33.2918543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 2022-09-27T15:35:33.3070749Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 2022-09-27T15:35:33.3073925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 2022-09-27T15:35:33.3369770Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 2022-09-27T15:35:33.3372926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 2022-09-27T15:35:33.3509585Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 2022-09-27T15:35:33.3513976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 2022-09-27T15:35:33.3790611Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 2022-09-27T15:35:33.3794791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 2022-09-27T15:35:33.3948714Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 2022-09-27T15:35:33.3953923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 2022-09-27T15:35:33.3966010Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 2022-09-27T15:35:33.3989849Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 2022-09-27T15:35:33.4222607Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool 2022-09-27T15:35:33.4468019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 2022-09-27T15:35:33.4523842Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 2022-09-27T15:35:33.4525465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 2022-09-27T15:35:33.4711666Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 2022-09-27T15:35:33.4713156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 2022-09-27T15:35:33.4991765Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 2022-09-27T15:35:33.4997981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 2022-09-27T15:35:33.5192008Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 2022-09-27T15:35:33.5195668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 2022-09-27T15:35:33.5428908Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 2022-09-27T15:35:33.5434174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 2022-09-27T15:35:33.5635538Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 2022-09-27T15:35:33.5637994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 2022-09-27T15:35:33.5872092Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 2022-09-27T15:35:33.5874535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool 2022-09-27T15:35:33.6073474Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool 2022-09-27T15:35:33.6074159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 2022-09-27T15:35:33.6309478Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 2022-09-27T15:35:33.6311340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 2022-09-27T15:35:33.6506378Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 2022-09-27T15:35:33.6508724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 2022-09-27T15:35:33.6714403Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 2022-09-27T15:35:33.6747012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 2022-09-27T15:35:33.6948405Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 2022-09-27T15:35:33.6950852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 2022-09-27T15:35:33.7150483Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 2022-09-27T15:35:33.7188338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 2022-09-27T15:35:33.7389046Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 2022-09-27T15:35:33.7392766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:33.7627878Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:33.7632408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 2022-09-27T15:35:33.7823330Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 2022-09-27T15:35:33.7828160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 2022-09-27T15:35:33.8070588Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 2022-09-27T15:35:33.8074239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 2022-09-27T15:35:33.8261589Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 2022-09-27T15:35:33.8266761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 2022-09-27T15:35:33.8510257Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 2022-09-27T15:35:33.8514362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 2022-09-27T15:35:33.8701927Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 2022-09-27T15:35:33.8706501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 2022-09-27T15:35:33.8949454Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 2022-09-27T15:35:33.8953090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:33.9047595Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:33.9060926Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 2022-09-27T15:35:33.9152007Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool 2022-09-27T15:35:33.9190928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 2022-09-27T15:35:33.9393255Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 2022-09-27T15:35:33.9394323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 2022-09-27T15:35:33.9630499Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 2022-09-27T15:35:33.9631194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 2022-09-27T15:35:33.9793407Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 2022-09-27T15:35:33.9819059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool 2022-09-27T15:35:34.0030981Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool 2022-09-27T15:35:34.0058501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 2022-09-27T15:35:34.0232179Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 2022-09-27T15:35:34.0259406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 2022-09-27T15:35:34.0473643Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 2022-09-27T15:35:34.0498962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 2022-09-27T15:35:34.0675078Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 2022-09-27T15:35:34.0713769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 2022-09-27T15:35:34.0914520Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 2022-09-27T15:35:34.0942232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 2022-09-27T15:35:34.1110719Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 2022-09-27T15:35:34.1145043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 2022-09-27T15:35:34.1344510Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 2022-09-27T15:35:34.1362064Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool 2022-09-27T15:35:34.1390865Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 2022-09-27T15:35:34.1416147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 2022-09-27T15:35:34.1553225Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 2022-09-27T15:35:34.1586830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 2022-09-27T15:35:34.1835872Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 2022-09-27T15:35:34.1871377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 2022-09-27T15:35:34.2033468Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 2022-09-27T15:35:34.2035906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 2022-09-27T15:35:34.2274561Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 2022-09-27T15:35:34.2306747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 2022-09-27T15:35:34.2479782Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 2022-09-27T15:35:34.2480484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 2022-09-27T15:35:34.2714588Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 2022-09-27T15:35:34.2755674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 2022-09-27T15:35:34.2914474Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 2022-09-27T15:35:34.2915173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 2022-09-27T15:35:34.3194292Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 2022-09-27T15:35:34.3197290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 2022-09-27T15:35:34.3357133Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 2022-09-27T15:35:34.3360052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 2022-09-27T15:35:34.3628187Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 2022-09-27T15:35:34.3631059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 2022-09-27T15:35:34.3840074Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 2022-09-27T15:35:34.3842992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 2022-09-27T15:35:34.4062648Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 2022-09-27T15:35:34.4079051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 2022-09-27T15:35:34.4279625Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 2022-09-27T15:35:34.4280308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 2022-09-27T15:35:34.4509185Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 2022-09-27T15:35:34.4511002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 2022-09-27T15:35:34.4693449Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 2022-09-27T15:35:34.4710461Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 2022-09-27T15:35:34.4715116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 2022-09-27T15:35:34.4731952Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 2022-09-27T15:35:34.4984525Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 2022-09-27T15:35:34.4989442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 2022-09-27T15:35:34.5153114Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 2022-09-27T15:35:34.5188845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:34.5433012Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:34.5433710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:34.5754348Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:34.5754952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool 2022-09-27T15:35:34.5906167Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool 2022-09-27T15:35:34.5911077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 2022-09-27T15:35:34.6189068Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 2022-09-27T15:35:34.6193607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:35:34.6361917Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:35:34.6379823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 2022-09-27T15:35:34.6407032Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool 2022-09-27T15:35:34.6418952Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 2022-09-27T15:35:34.6635406Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 2022-09-27T15:35:34.6641953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:35:34.6878394Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:35:34.6879130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 2022-09-27T15:35:34.7077431Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 2022-09-27T15:35:34.7083963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:35:34.7310795Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:35:34.7314331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 2022-09-27T15:35:34.7518142Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 2022-09-27T15:35:34.7522132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 2022-09-27T15:35:34.7713265Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 2022-09-27T15:35:34.7747799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 2022-09-27T15:35:34.7952128Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 2022-09-27T15:35:34.7956838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 2022-09-27T15:35:34.8196787Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 2022-09-27T15:35:34.8207424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 2022-09-27T15:35:34.8403877Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 2022-09-27T15:35:34.8410456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 2022-09-27T15:35:34.8675805Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 2022-09-27T15:35:34.8681706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 2022-09-27T15:35:34.8818605Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 2022-09-27T15:35:34.8831188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 2022-09-27T15:35:34.8953635Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 2022-09-27T15:35:34.8971073Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 2022-09-27T15:35:34.9113603Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 2022-09-27T15:35:34.9115958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 2022-09-27T15:35:34.9266446Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 2022-09-27T15:35:34.9268117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 2022-09-27T15:35:34.9563176Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 2022-09-27T15:35:34.9564969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 2022-09-27T15:35:34.9718037Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 2022-09-27T15:35:34.9750304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 2022-09-27T15:35:34.9992490Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 2022-09-27T15:35:34.9994409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 2022-09-27T15:35:35.0228047Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 2022-09-27T15:35:35.0230058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 2022-09-27T15:35:35.0481314Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 2022-09-27T15:35:35.0482397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 2022-09-27T15:35:35.0710756Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 2022-09-27T15:35:35.0711713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:35:35.0918782Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:35:35.0919782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 2022-09-27T15:35:35.1152842Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 2022-09-27T15:35:35.1154765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 2022-09-27T15:35:35.1327278Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 2022-09-27T15:35:35.1352149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 2022-09-27T15:35:35.1597075Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 2022-09-27T15:35:35.1603163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool 2022-09-27T15:35:35.1794880Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool 2022-09-27T15:35:35.1796211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:35.2035390Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:35.2066563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 2022-09-27T15:35:35.2241884Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 2022-09-27T15:35:35.2243863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:35:35.2514748Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:35:35.2546363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 2022-09-27T15:35:35.2724933Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 2022-09-27T15:35:35.2725827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:35:35.2957009Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:35:35.2991943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 2022-09-27T15:35:35.3154944Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 2022-09-27T15:35:35.3155604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 2022-09-27T15:35:35.3472170Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 2022-09-27T15:35:35.3474577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 2022-09-27T15:35:35.3589028Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 2022-09-27T15:35:35.3590947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 2022-09-27T15:35:35.3909353Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 2022-09-27T15:35:35.3911453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 2022-09-27T15:35:35.4031834Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 2022-09-27T15:35:35.4034353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 2022-09-27T15:35:35.4352593Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 2022-09-27T15:35:35.4353558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 2022-09-27T15:35:35.4523310Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 2022-09-27T15:35:35.4525498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 2022-09-27T15:35:35.4818897Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 2022-09-27T15:35:35.4830710Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 2022-09-27T15:35:35.4832637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 2022-09-27T15:35:35.4847034Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 2022-09-27T15:35:35.4991902Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 2022-09-27T15:35:35.4994373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool 2022-09-27T15:35:35.5273896Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool 2022-09-27T15:35:35.5320715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 2022-09-27T15:35:35.5475454Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 2022-09-27T15:35:35.5476748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 2022-09-27T15:35:35.5791853Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 2022-09-27T15:35:35.5794556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 2022-09-27T15:35:35.5871630Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 2022-09-27T15:35:35.5897823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 2022-09-27T15:35:35.6280096Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 2022-09-27T15:35:35.6281122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 2022-09-27T15:35:35.6305664Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 2022-09-27T15:35:35.6320232Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 2022-09-27T15:35:35.6374116Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 2022-09-27T15:35:35.6374911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 2022-09-27T15:35:35.6710870Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 2022-09-27T15:35:35.6714020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 2022-09-27T15:35:35.6829159Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 2022-09-27T15:35:35.6831039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 2022-09-27T15:35:35.7145465Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 2022-09-27T15:35:35.7147867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:35.7267538Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:35.7268473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 2022-09-27T15:35:35.7598244Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 2022-09-27T15:35:35.7630136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool 2022-09-27T15:35:35.7752494Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool 2022-09-27T15:35:35.7756485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 2022-09-27T15:35:35.8035915Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 2022-09-27T15:35:35.8066737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 2022-09-27T15:35:35.8232441Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 2022-09-27T15:35:35.8233747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 2022-09-27T15:35:35.8514027Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 2022-09-27T15:35:35.8543558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 2022-09-27T15:35:35.8674407Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 2022-09-27T15:35:35.8682912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 2022-09-27T15:35:35.8993330Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 2022-09-27T15:35:35.9022434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 2022-09-27T15:35:35.9070358Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 2022-09-27T15:35:35.9102948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 2022-09-27T15:35:35.9429671Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 2022-09-27T15:35:35.9457994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 2022-09-27T15:35:35.9549771Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 2022-09-27T15:35:35.9579306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 2022-09-27T15:35:35.9876569Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 2022-09-27T15:35:35.9924702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 2022-09-27T15:35:35.9991301Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 2022-09-27T15:35:36.0018659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 2022-09-27T15:35:36.0349441Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 2022-09-27T15:35:36.0354377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 2022-09-27T15:35:36.0471791Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 2022-09-27T15:35:36.0500424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:36.0836287Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:36.0842521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 2022-09-27T15:35:36.0951563Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 2022-09-27T15:35:36.0980094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool 2022-09-27T15:35:36.1268622Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool 2022-09-27T15:35:36.1273817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 2022-09-27T15:35:36.1334795Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 2022-09-27T15:35:36.1354899Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 2022-09-27T15:35:36.1390466Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 2022-09-27T15:35:36.1416840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:35:36.1700969Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:35:36.1704290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 2022-09-27T15:35:36.1870789Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 2022-09-27T15:35:36.1901956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:35:36.2156446Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:35:36.2159643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 2022-09-27T15:35:36.2315727Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 2022-09-27T15:35:36.2346666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:35:36.2592022Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:35:36.2594337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 2022-09-27T15:35:36.2756963Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 2022-09-27T15:35:36.2806932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 2022-09-27T15:35:36.3073914Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 2022-09-27T15:35:36.3074868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 2022-09-27T15:35:36.3229698Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 2022-09-27T15:35:36.3232264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 2022-09-27T15:35:36.3551264Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 2022-09-27T15:35:36.3552012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool 2022-09-27T15:35:36.3727094Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool 2022-09-27T15:35:36.3728136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 2022-09-27T15:35:36.3997725Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 2022-09-27T15:35:36.3998502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 2022-09-27T15:35:36.4209285Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 2022-09-27T15:35:36.4210551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 2022-09-27T15:35:36.4435595Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 2022-09-27T15:35:36.4436478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 2022-09-27T15:35:36.4633935Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 2022-09-27T15:35:36.4634709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 2022-09-27T15:35:36.4879344Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 2022-09-27T15:35:36.4880776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 2022-09-27T15:35:36.5117444Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 2022-09-27T15:35:36.5118326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 2022-09-27T15:35:36.5323635Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 2022-09-27T15:35:36.5324409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 2022-09-27T15:35:36.5598415Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 2022-09-27T15:35:36.5599206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 2022-09-27T15:35:36.5758345Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 2022-09-27T15:35:36.5759099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 2022-09-27T15:35:36.6084409Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 2022-09-27T15:35:36.6085171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:35:36.6234546Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:35:36.6235306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 2022-09-27T15:35:36.6289802Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 2022-09-27T15:35:36.6307126Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 2022-09-27T15:35:36.6553678Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 2022-09-27T15:35:36.6554393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 2022-09-27T15:35:36.6667373Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 2022-09-27T15:35:36.6670545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 2022-09-27T15:35:36.7045939Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 2022-09-27T15:35:36.7046724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool 2022-09-27T15:35:36.7108178Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool 2022-09-27T15:35:36.7111638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 2022-09-27T15:35:36.7430943Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 2022-09-27T15:35:36.7458495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 2022-09-27T15:35:36.7510989Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 2022-09-27T15:35:36.7538232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 2022-09-27T15:35:36.7765081Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 2022-09-27T15:35:36.7774763Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 2022-09-27T15:35:36.7871445Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 2022-09-27T15:35:36.7898435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 2022-09-27T15:35:36.7991939Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 2022-09-27T15:35:36.8020683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 2022-09-27T15:35:36.8314486Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 2022-09-27T15:35:36.8357698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 2022-09-27T15:35:36.8432021Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 2022-09-27T15:35:36.8471643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:36.8757017Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:36.8813340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 2022-09-27T15:35:36.8873042Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 2022-09-27T15:35:36.8901343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool 2022-09-27T15:35:36.9233994Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool 2022-09-27T15:35:36.9238730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 2022-09-27T15:35:36.9353084Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 2022-09-27T15:35:36.9353909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 2022-09-27T15:35:36.9670784Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 2022-09-27T15:35:36.9673130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 2022-09-27T15:35:36.9823286Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 2022-09-27T15:35:36.9826422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 2022-09-27T15:35:37.0149764Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 2022-09-27T15:35:37.0153378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 2022-09-27T15:35:37.0277855Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 2022-09-27T15:35:37.0281144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 2022-09-27T15:35:37.0590738Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 2022-09-27T15:35:37.0594837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 2022-09-27T15:35:37.0711711Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 2022-09-27T15:35:37.0715527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 2022-09-27T15:35:37.1038860Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 2022-09-27T15:35:37.1043159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 2022-09-27T15:35:37.1150000Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 2022-09-27T15:35:37.1153750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 2022-09-27T15:35:37.1470198Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 2022-09-27T15:35:37.1474085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 2022-09-27T15:35:37.1590529Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 2022-09-27T15:35:37.1594201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 2022-09-27T15:35:37.1953528Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 2022-09-27T15:35:37.1957405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 2022-09-27T15:35:37.2015846Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 2022-09-27T15:35:37.2046285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 2022-09-27T15:35:37.2385296Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 2022-09-27T15:35:37.2388238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:37.2433202Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:37.2469984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 2022-09-27T15:35:37.2828074Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 2022-09-27T15:35:37.2839987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool 2022-09-27T15:35:37.2874951Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool 2022-09-27T15:35:37.2912516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 2022-09-27T15:35:37.3343865Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 2022-09-27T15:35:37.3356194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 2022-09-27T15:35:37.3361671Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 2022-09-27T15:35:37.3364500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 2022-09-27T15:35:37.3516575Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 2022-09-27T15:35:37.3537335Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 2022-09-27T15:35:37.3797651Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 2022-09-27T15:35:37.3802000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 2022-09-27T15:35:37.3808039Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 2022-09-27T15:35:37.3811051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 2022-09-27T15:35:37.4281326Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 2022-09-27T15:35:37.4282267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 2022-09-27T15:35:37.4295867Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 2022-09-27T15:35:37.4299785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool 2022-09-27T15:35:37.4754489Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool 2022-09-27T15:35:37.4758359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 2022-09-27T15:35:37.4761933Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 2022-09-27T15:35:37.4763914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 2022-09-27T15:35:37.5158267Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 2022-09-27T15:35:37.5158972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 2022-09-27T15:35:37.5195920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 2022-09-27T15:35:37.5204625Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 2022-09-27T15:35:37.5634644Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 2022-09-27T15:35:37.5639241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 2022-09-27T15:35:37.5643943Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 2022-09-27T15:35:37.5646782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 2022-09-27T15:35:37.6120077Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 2022-09-27T15:35:37.6130766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 2022-09-27T15:35:37.6139713Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 2022-09-27T15:35:37.6140623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 2022-09-27T15:35:37.6539995Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 2022-09-27T15:35:37.6546339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 2022-09-27T15:35:37.6558303Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 2022-09-27T15:35:37.6560216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 2022-09-27T15:35:37.6957901Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 2022-09-27T15:35:37.6962513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 2022-09-27T15:35:37.6999019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 2022-09-27T15:35:37.7005594Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 2022-09-27T15:35:37.7478918Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 2022-09-27T15:35:37.7481847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 2022-09-27T15:35:37.7487557Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 2022-09-27T15:35:37.7488176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 2022-09-27T15:35:37.7895618Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 2022-09-27T15:35:37.7898925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 2022-09-27T15:35:37.7917249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 2022-09-27T15:35:37.7930866Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 2022-09-27T15:35:37.8315937Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 2022-09-27T15:35:37.8318702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 2022-09-27T15:35:37.8357845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 2022-09-27T15:35:37.8362275Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 2022-09-27T15:35:37.8765186Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 2022-09-27T15:35:37.8795731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 2022-09-27T15:35:37.8807718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 2022-09-27T15:35:37.8816677Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 2022-09-27T15:35:37.9278576Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 2022-09-27T15:35:37.9282628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 2022-09-27T15:35:37.9288231Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 2022-09-27T15:35:37.9291667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:37.9389746Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:37.9409677Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 2022-09-27T15:35:37.9754369Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:35:37.9766012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 2022-09-27T15:35:37.9775159Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 2022-09-27T15:35:37.9781377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool 2022-09-27T15:35:38.0238785Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool 2022-09-27T15:35:38.0265477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 2022-09-27T15:35:38.0273304Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 2022-09-27T15:35:38.0278763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 2022-09-27T15:35:38.0719462Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 2022-09-27T15:35:38.0725584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 2022-09-27T15:35:38.0734171Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 2022-09-27T15:35:38.0754083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 2022-09-27T15:35:38.1116644Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 2022-09-27T15:35:38.1138634Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 2022-09-27T15:35:38.1149391Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 2022-09-27T15:35:38.1151580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 2022-09-27T15:35:38.1191702Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 2022-09-27T15:35:38.1217371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 2022-09-27T15:35:38.1554811Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 2022-09-27T15:35:38.1588533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 2022-09-27T15:35:38.1655423Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 2022-09-27T15:35:38.1659886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 2022-09-27T15:35:38.1995219Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 2022-09-27T15:35:38.2023440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 2022-09-27T15:35:38.2074660Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 2022-09-27T15:35:38.2107542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 2022-09-27T15:35:38.2435459Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 2022-09-27T15:35:38.2462922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 2022-09-27T15:35:38.2511560Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 2022-09-27T15:35:38.2540492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 2022-09-27T15:35:38.2915108Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 2022-09-27T15:35:38.2917216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 2022-09-27T15:35:38.2953480Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 2022-09-27T15:35:38.2990440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 2022-09-27T15:35:38.3372194Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 2022-09-27T15:35:38.3380038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 2022-09-27T15:35:38.3436670Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 2022-09-27T15:35:38.3441126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 2022-09-27T15:35:38.3767913Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 2022-09-27T15:35:38.3787248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:38.3863511Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:38.3868235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 2022-09-27T15:35:38.3906408Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 2022-09-27T15:35:38.3922441Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:35:38.4223385Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:35:38.4224998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 2022-09-27T15:35:38.4302738Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 2022-09-27T15:35:38.4305263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 2022-09-27T15:35:38.4685699Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 2022-09-27T15:35:38.4687652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 2022-09-27T15:35:38.4742254Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 2022-09-27T15:35:38.4772729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 2022-09-27T15:35:38.5111857Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 2022-09-27T15:35:38.5113992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 2022-09-27T15:35:38.5187906Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 2022-09-27T15:35:38.5191876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool 2022-09-27T15:35:38.5549878Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool 2022-09-27T15:35:38.5552711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 2022-09-27T15:35:38.5627199Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 2022-09-27T15:35:38.5629511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 2022-09-27T15:35:38.5997606Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 2022-09-27T15:35:38.6001275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 2022-09-27T15:35:38.6090356Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 2022-09-27T15:35:38.6097660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 2022-09-27T15:35:38.6419972Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 2022-09-27T15:35:38.6426260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 2022-09-27T15:35:38.6507440Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 2022-09-27T15:35:38.6513237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 2022-09-27T15:35:38.6850381Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 2022-09-27T15:35:38.6870552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 2022-09-27T15:35:38.6959371Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 2022-09-27T15:35:38.6966580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 2022-09-27T15:35:38.7357536Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 2022-09-27T15:35:38.7363022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 2022-09-27T15:35:38.7428337Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 2022-09-27T15:35:38.7433088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 2022-09-27T15:35:38.7616008Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 2022-09-27T15:35:38.7640049Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:35:38.7827903Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:35:38.7833421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 2022-09-27T15:35:38.7908600Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 2022-09-27T15:35:38.7914319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 2022-09-27T15:35:38.8274924Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 2022-09-27T15:35:38.8281264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 2022-09-27T15:35:38.8360094Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 2022-09-27T15:35:38.8364957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 2022-09-27T15:35:38.8715059Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 2022-09-27T15:35:38.8720528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 2022-09-27T15:35:38.8802750Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 2022-09-27T15:35:38.8808588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 2022-09-27T15:35:38.9153988Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 2022-09-27T15:35:38.9160098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 2022-09-27T15:35:38.9237378Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 2022-09-27T15:35:38.9242989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 2022-09-27T15:35:38.9384922Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 2022-09-27T15:35:38.9400218Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 2022-09-27T15:35:38.9595112Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 2022-09-27T15:35:38.9626663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 2022-09-27T15:35:38.9677252Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 2022-09-27T15:35:38.9682634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 2022-09-27T15:35:39.0037108Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 2022-09-27T15:35:39.0070820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 2022-09-27T15:35:39.0147936Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 2022-09-27T15:35:39.0155043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:39.0490900Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:39.0506985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 2022-09-27T15:35:39.0557813Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 2022-09-27T15:35:39.0595779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool 2022-09-27T15:35:39.0955557Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool 2022-09-27T15:35:39.0993570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 2022-09-27T15:35:39.1034801Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 2022-09-27T15:35:39.1068124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 2022-09-27T15:35:39.1466792Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 2022-09-27T15:35:39.1474523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 2022-09-27T15:35:39.1522978Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 2022-09-27T15:35:39.1570326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 2022-09-27T15:35:39.1954666Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 2022-09-27T15:35:39.1983648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 2022-09-27T15:35:39.1994855Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 2022-09-27T15:35:39.2026129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 2022-09-27T15:35:39.2394650Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 2022-09-27T15:35:39.2395329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 2022-09-27T15:35:39.2479546Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 2022-09-27T15:35:39.2483448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 2022-09-27T15:35:39.2676843Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 2022-09-27T15:35:39.2696892Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:35:39.2876045Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:35:39.2876671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 2022-09-27T15:35:39.2924963Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 2022-09-27T15:35:39.2925615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 2022-09-27T15:35:39.3357726Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 2022-09-27T15:35:39.3374068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 2022-09-27T15:35:39.3384436Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 2022-09-27T15:35:39.3392169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 2022-09-27T15:35:39.3791010Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 2022-09-27T15:35:39.3801427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 2022-09-27T15:35:39.3808834Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 2022-09-27T15:35:39.3815078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 2022-09-27T15:35:39.4238672Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 2022-09-27T15:35:39.4246927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 2022-09-27T15:35:39.4256868Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 2022-09-27T15:35:39.4280902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:39.4671849Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:39.4678574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 2022-09-27T15:35:39.4717929Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 2022-09-27T15:35:39.4733677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 2022-09-27T15:35:39.5107841Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 2022-09-27T15:35:39.5112321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 2022-09-27T15:35:39.5191954Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 2022-09-27T15:35:39.5197000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 2022-09-27T15:35:39.5545747Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 2022-09-27T15:35:39.5553202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 2022-09-27T15:35:39.5668882Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 2022-09-27T15:35:39.5673763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 2022-09-27T15:35:39.5990173Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 2022-09-27T15:35:39.5995542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool 2022-09-27T15:35:39.6114276Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool 2022-09-27T15:35:39.6121407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 2022-09-27T15:35:39.6433659Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 2022-09-27T15:35:39.6440622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 2022-09-27T15:35:39.6556959Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 2022-09-27T15:35:39.6562814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 2022-09-27T15:35:39.6613449Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 2022-09-27T15:35:39.6631834Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:35:39.6873538Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:35:39.6879959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 2022-09-27T15:35:39.6993515Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 2022-09-27T15:35:39.6999712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 2022-09-27T15:35:39.7259915Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 2022-09-27T15:35:39.7277019Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 2022-09-27T15:35:39.7313228Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 2022-09-27T15:35:39.7347688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 2022-09-27T15:35:39.7428543Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 2022-09-27T15:35:39.7431831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 2022-09-27T15:35:39.7756749Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 2022-09-27T15:35:39.7801195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 2022-09-27T15:35:39.7868231Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 2022-09-27T15:35:39.7870403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 2022-09-27T15:35:39.8241226Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 2022-09-27T15:35:39.8243054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 2022-09-27T15:35:39.8313430Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 2022-09-27T15:35:39.8314050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 2022-09-27T15:35:39.8636715Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 2022-09-27T15:35:39.8681569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 2022-09-27T15:35:39.8766796Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 2022-09-27T15:35:39.8767518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 2022-09-27T15:35:39.9121599Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 2022-09-27T15:35:39.9122265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 2022-09-27T15:35:39.9153335Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 2022-09-27T15:35:39.9180006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool 2022-09-27T15:35:39.9515468Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool 2022-09-27T15:35:39.9541498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 2022-09-27T15:35:39.9592842Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 2022-09-27T15:35:39.9629142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 2022-09-27T15:35:39.9956920Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 2022-09-27T15:35:39.9980562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 2022-09-27T15:35:40.0072144Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 2022-09-27T15:35:40.0075908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 2022-09-27T15:35:40.0396963Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 2022-09-27T15:35:40.0436905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 2022-09-27T15:35:40.0508564Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 2022-09-27T15:35:40.0513758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 2022-09-27T15:35:40.0560947Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 2022-09-27T15:35:40.0574149Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:35:40.0880624Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:35:40.0886323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:40.0949189Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:40.0954168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 2022-09-27T15:35:40.1316110Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 2022-09-27T15:35:40.1321467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool 2022-09-27T15:35:40.1413734Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool 2022-09-27T15:35:40.1418005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 2022-09-27T15:35:40.1761915Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 2022-09-27T15:35:40.1765922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 2022-09-27T15:35:40.1829232Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 2022-09-27T15:35:40.1833783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 2022-09-27T15:35:40.2194675Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 2022-09-27T15:35:40.2199988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 2022-09-27T15:35:40.2369916Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 2022-09-27T15:35:40.2377923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 2022-09-27T15:35:40.2630396Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 2022-09-27T15:35:40.2635525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 2022-09-27T15:35:40.2707936Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 2022-09-27T15:35:40.2712929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 2022-09-27T15:35:40.3082307Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 2022-09-27T15:35:40.3087055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 2022-09-27T15:35:40.3148504Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 2022-09-27T15:35:40.3152676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 2022-09-27T15:35:40.3514713Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 2022-09-27T15:35:40.3518641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 2022-09-27T15:35:40.3590949Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 2022-09-27T15:35:40.3595560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool 2022-09-27T15:35:40.3994374Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool 2022-09-27T15:35:40.3999323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 2022-09-27T15:35:40.4041809Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 2022-09-27T15:35:40.4046553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 2022-09-27T15:35:40.4432092Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 2022-09-27T15:35:40.4467015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 2022-09-27T15:35:40.4491463Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 2022-09-27T15:35:40.4492110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 2022-09-27T15:35:40.4495006Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 2022-09-27T15:35:40.4502499Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 2022-09-27T15:35:40.4876865Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 2022-09-27T15:35:40.4877467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 2022-09-27T15:35:40.4938061Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 2022-09-27T15:35:40.4938811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 2022-09-27T15:35:40.5315001Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 2022-09-27T15:35:40.5315687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 2022-09-27T15:35:40.5364159Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 2022-09-27T15:35:40.5366833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 2022-09-27T15:35:40.5501424Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 2022-09-27T15:35:40.5514523Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:35:40.5713777Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:35:40.5742317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 2022-09-27T15:35:40.5754312Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 2022-09-27T15:35:40.5785314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 2022-09-27T15:35:40.6155769Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 2022-09-27T15:35:40.6204048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 2022-09-27T15:35:40.6235024Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 2022-09-27T15:35:40.6281404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 2022-09-27T15:35:40.6619195Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 2022-09-27T15:35:40.6638054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 2022-09-27T15:35:40.6673559Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 2022-09-27T15:35:40.6714095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 2022-09-27T15:35:40.7066036Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 2022-09-27T15:35:40.7068195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 2022-09-27T15:35:40.7114749Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 2022-09-27T15:35:40.7149858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 2022-09-27T15:35:40.7518030Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 2022-09-27T15:35:40.7519280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 2022-09-27T15:35:40.7558974Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 2022-09-27T15:35:40.7615393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 2022-09-27T15:35:40.7957018Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 2022-09-27T15:35:40.7957818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 2022-09-27T15:35:40.8055413Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 2022-09-27T15:35:40.8056595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 2022-09-27T15:35:40.8402016Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 2022-09-27T15:35:40.8405565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 2022-09-27T15:35:40.8506657Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 2022-09-27T15:35:40.8507969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 2022-09-27T15:35:40.8831998Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 2022-09-27T15:35:40.8833042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 2022-09-27T15:35:40.8981253Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 2022-09-27T15:35:40.8985918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 2022-09-27T15:35:40.9016528Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 2022-09-27T15:35:40.9030563Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:35:40.9273841Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:35:40.9277301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 2022-09-27T15:35:40.9421675Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 2022-09-27T15:35:40.9426298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 2022-09-27T15:35:40.9720265Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 2022-09-27T15:35:40.9724679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 2022-09-27T15:35:40.9880085Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 2022-09-27T15:35:40.9888078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 2022-09-27T15:35:41.0154176Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 2022-09-27T15:35:41.0158113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:41.0302045Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:41.0308187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 2022-09-27T15:35:41.0590113Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 2022-09-27T15:35:41.0597300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 2022-09-27T15:35:41.0742977Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 2022-09-27T15:35:41.0749269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 2022-09-27T15:35:41.1038949Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 2022-09-27T15:35:41.1045474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 2022-09-27T15:35:41.1226459Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 2022-09-27T15:35:41.1234221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:41.1469271Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:41.1476369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 2022-09-27T15:35:41.1698466Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 2022-09-27T15:35:41.1703031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 2022-09-27T15:35:41.1904758Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 2022-09-27T15:35:41.1916970Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 2022-09-27T15:35:41.1924433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 2022-09-27T15:35:41.1935028Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 2022-09-27T15:35:41.2150234Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 2022-09-27T15:35:41.2151290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 2022-09-27T15:35:41.2350516Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 2022-09-27T15:35:41.2351706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 2022-09-27T15:35:41.2499609Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 2022-09-27T15:35:41.2516145Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:35:41.2581309Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:35:41.2582218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 2022-09-27T15:35:41.2798422Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 2022-09-27T15:35:41.2800103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 2022-09-27T15:35:41.3062197Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 2022-09-27T15:35:41.3062883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 2022-09-27T15:35:41.3195069Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 2022-09-27T15:35:41.3222368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 2022-09-27T15:35:41.3504616Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 2022-09-27T15:35:41.3509036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 2022-09-27T15:35:41.3635160Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 2022-09-27T15:35:41.3667846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:35:41.3940506Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:35:41.3943783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 2022-09-27T15:35:41.4075872Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 2022-09-27T15:35:41.4124358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 2022-09-27T15:35:41.4393660Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 2022-09-27T15:35:41.4397016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 2022-09-27T15:35:41.4559374Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 2022-09-27T15:35:41.4563143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 2022-09-27T15:35:41.4834859Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 2022-09-27T15:35:41.4837016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool 2022-09-27T15:35:41.4991107Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool 2022-09-27T15:35:41.5006095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 2022-09-27T15:35:41.5277500Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 2022-09-27T15:35:41.5286571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 2022-09-27T15:35:41.5432849Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 2022-09-27T15:35:41.5433523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 2022-09-27T15:35:41.5720194Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 2022-09-27T15:35:41.5720944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 2022-09-27T15:35:41.5874851Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 2022-09-27T15:35:41.5875507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 2022-09-27T15:35:41.6160367Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 2022-09-27T15:35:41.6161117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 2022-09-27T15:35:41.6357281Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 2022-09-27T15:35:41.6358109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 2022-09-27T15:35:41.6597251Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 2022-09-27T15:35:41.6599365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 2022-09-27T15:35:41.6832352Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 2022-09-27T15:35:41.6833154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 2022-09-27T15:35:41.7032386Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 2022-09-27T15:35:41.7033930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 2022-09-27T15:35:41.7283700Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 2022-09-27T15:35:41.7284355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 2022-09-27T15:35:41.7472497Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 2022-09-27T15:35:41.7474151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 2022-09-27T15:35:41.7722418Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 2022-09-27T15:35:41.7723110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:41.7920251Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:41.7920928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 2022-09-27T15:35:41.8153052Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 2022-09-27T15:35:41.8154917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 2022-09-27T15:35:41.8391766Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 2022-09-27T15:35:41.8392771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 2022-09-27T15:35:41.8597256Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 2022-09-27T15:35:41.8599202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 2022-09-27T15:35:41.8876482Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 2022-09-27T15:35:41.8878213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 2022-09-27T15:35:41.9033746Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 2022-09-27T15:35:41.9034593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 2022-09-27T15:35:41.9180913Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 2022-09-27T15:35:41.9194822Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 2022-09-27T15:35:41.9331123Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 2022-09-27T15:35:41.9374327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 2022-09-27T15:35:41.9473863Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 2022-09-27T15:35:41.9476814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 2022-09-27T15:35:41.9796787Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 2022-09-27T15:35:41.9799289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 2022-09-27T15:35:41.9840164Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 2022-09-27T15:35:41.9862223Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:35:41.9913400Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:35:41.9915675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 2022-09-27T15:35:42.0241351Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 2022-09-27T15:35:42.0242485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:42.0311970Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:42.0351461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 2022-09-27T15:35:42.0683937Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 2022-09-27T15:35:42.0684699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool 2022-09-27T15:35:42.0800831Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool 2022-09-27T15:35:42.0801599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 2022-09-27T15:35:42.1123074Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 2022-09-27T15:35:42.1123766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 2022-09-27T15:35:42.1236269Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 2022-09-27T15:35:42.1237789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 2022-09-27T15:35:42.1549632Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 2022-09-27T15:35:42.1551668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 2022-09-27T15:35:42.1672887Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 2022-09-27T15:35:42.1674681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool 2022-09-27T15:35:42.1987220Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool 2022-09-27T15:35:42.1987867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 2022-09-27T15:35:42.2116960Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 2022-09-27T15:35:42.2118760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 2022-09-27T15:35:42.2438365Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 2022-09-27T15:35:42.2439132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 2022-09-27T15:35:42.2550709Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 2022-09-27T15:35:42.2551412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 2022-09-27T15:35:42.2875468Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 2022-09-27T15:35:42.2876124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 2022-09-27T15:35:42.2997701Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 2022-09-27T15:35:42.2998347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 2022-09-27T15:35:42.3366088Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 2022-09-27T15:35:42.3366757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 2022-09-27T15:35:42.3432889Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 2022-09-27T15:35:42.3434620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 2022-09-27T15:35:42.3798314Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 2022-09-27T15:35:42.3798974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 2022-09-27T15:35:42.3919148Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 2022-09-27T15:35:42.3919809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 2022-09-27T15:35:42.4246475Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 2022-09-27T15:35:42.4247173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 2022-09-27T15:35:42.4358475Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 2022-09-27T15:35:42.4361284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 2022-09-27T15:35:42.4719930Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 2022-09-27T15:35:42.4720626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 2022-09-27T15:35:42.4907093Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 2022-09-27T15:35:42.4911252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 2022-09-27T15:35:42.5148857Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 2022-09-27T15:35:42.5152828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 2022-09-27T15:35:42.5157298Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 2022-09-27T15:35:42.5314001Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:35:42.5319268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 2022-09-27T15:35:42.5325471Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 2022-09-27T15:35:42.5589842Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:35:42.5593070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 2022-09-27T15:35:42.5752255Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 2022-09-27T15:35:42.5756140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:42.6037550Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:42.6041433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 2022-09-27T15:35:42.6234247Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 2022-09-27T15:35:42.6238067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool 2022-09-27T15:35:42.6462043Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool 2022-09-27T15:35:42.6467587Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 2022-09-27T15:35:42.6477501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool 2022-09-27T15:35:42.6493569Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool 2022-09-27T15:35:42.6716241Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 2022-09-27T15:35:42.6720101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 2022-09-27T15:35:42.6873488Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 2022-09-27T15:35:42.6925472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 2022-09-27T15:35:42.7152607Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 2022-09-27T15:35:42.7155827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 2022-09-27T15:35:42.7360719Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 2022-09-27T15:35:42.7362471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 2022-09-27T15:35:42.7593976Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 2022-09-27T15:35:42.7595328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 2022-09-27T15:35:42.7755263Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 2022-09-27T15:35:42.7787193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 2022-09-27T15:35:42.8039778Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 2022-09-27T15:35:42.8040903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 2022-09-27T15:35:42.8196495Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 2022-09-27T15:35:42.8233121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 2022-09-27T15:35:42.8522091Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 2022-09-27T15:35:42.8526229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 2022-09-27T15:35:42.8636615Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 2022-09-27T15:35:42.8675944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 2022-09-27T15:35:42.8957026Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 2022-09-27T15:35:42.8959909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 2022-09-27T15:35:42.9117334Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 2022-09-27T15:35:42.9156079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 2022-09-27T15:35:42.9401834Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 2022-09-27T15:35:42.9402505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 2022-09-27T15:35:42.9591547Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 2022-09-27T15:35:42.9592650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 2022-09-27T15:35:42.9836765Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 2022-09-27T15:35:42.9837793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 2022-09-27T15:35:43.0033364Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 2022-09-27T15:35:43.0034328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 2022-09-27T15:35:43.0317249Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 2022-09-27T15:35:43.0318309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 2022-09-27T15:35:43.0514871Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 2022-09-27T15:35:43.0517867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 2022-09-27T15:35:43.0715320Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 2022-09-27T15:35:43.0750255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool 2022-09-27T15:35:43.0953937Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool 2022-09-27T15:35:43.0960143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 2022-09-27T15:35:43.1155291Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 2022-09-27T15:35:43.1189271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 2022-09-27T15:35:43.1393347Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 2022-09-27T15:35:43.1400224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 2022-09-27T15:35:43.1595636Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 2022-09-27T15:35:43.1637917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 2022-09-27T15:35:43.1873198Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 2022-09-27T15:35:43.1878242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:43.1912780Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:43.1931627Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:35:43.2081710Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:35:43.2086718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 2022-09-27T15:35:43.2312849Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 2022-09-27T15:35:43.2317900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool 2022-09-27T15:35:43.2513198Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool 2022-09-27T15:35:43.2518410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 2022-09-27T15:35:43.2753694Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 2022-09-27T15:35:43.2759721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 2022-09-27T15:35:43.2958935Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 2022-09-27T15:35:43.2964894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 2022-09-27T15:35:43.3193537Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 2022-09-27T15:35:43.3199001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 2022-09-27T15:35:43.3399034Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 2022-09-27T15:35:43.3404638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 2022-09-27T15:35:43.3637768Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 2022-09-27T15:35:43.3642840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 2022-09-27T15:35:43.3842463Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 2022-09-27T15:35:43.3847845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 2022-09-27T15:35:43.4072056Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 2022-09-27T15:35:43.4077767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 2022-09-27T15:35:43.4277983Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 2022-09-27T15:35:43.4283590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 2022-09-27T15:35:43.4291933Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 2022-09-27T15:35:43.4313094Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 2022-09-27T15:35:43.4518730Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 2022-09-27T15:35:43.4522467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 2022-09-27T15:35:43.4683518Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 2022-09-27T15:35:43.4731523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:43.4953513Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:43.4954559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 2022-09-27T15:35:43.5162494Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 2022-09-27T15:35:43.5163157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool 2022-09-27T15:35:43.5397879Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool 2022-09-27T15:35:43.5401520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 2022-09-27T15:35:43.5560231Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 2022-09-27T15:35:43.5585013Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 2022-09-27T15:35:43.5599572Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool 2022-09-27T15:35:43.5602265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 2022-09-27T15:35:43.5837134Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 2022-09-27T15:35:43.5839694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 2022-09-27T15:35:43.6037042Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 2022-09-27T15:35:43.6037712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 2022-09-27T15:35:43.6337096Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 2022-09-27T15:35:43.6344818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 2022-09-27T15:35:43.6471579Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 2022-09-27T15:35:43.6475442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 2022-09-27T15:35:43.6710981Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 2022-09-27T15:35:43.6715640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 2022-09-27T15:35:43.6911756Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 2022-09-27T15:35:43.6916016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 2022-09-27T15:35:43.7118724Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 2022-09-27T15:35:43.7122787Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:35:43.7147816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 2022-09-27T15:35:43.7153108Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:35:43.7352753Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 2022-09-27T15:35:43.7357654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 2022-09-27T15:35:43.7591291Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 2022-09-27T15:35:43.7595174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 2022-09-27T15:35:43.7793259Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 2022-09-27T15:35:43.7796682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 2022-09-27T15:35:43.7813699Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 2022-09-27T15:35:43.7837074Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool 2022-09-27T15:35:43.8031268Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 2022-09-27T15:35:43.8036642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool 2022-09-27T15:35:43.8238566Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool 2022-09-27T15:35:43.8285067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 2022-09-27T15:35:43.8477640Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 2022-09-27T15:35:43.8484402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 2022-09-27T15:35:43.8711811Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 2022-09-27T15:35:43.8716267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 2022-09-27T15:35:43.8922874Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 2022-09-27T15:35:43.8926506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 2022-09-27T15:35:43.9162051Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 2022-09-27T15:35:43.9163241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 2022-09-27T15:35:43.9315420Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 2022-09-27T15:35:43.9356186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 2022-09-27T15:35:43.9595900Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 2022-09-27T15:35:43.9599450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 2022-09-27T15:35:43.9790996Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 2022-09-27T15:35:43.9794569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 2022-09-27T15:35:44.0037052Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 2022-09-27T15:35:44.0041829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 2022-09-27T15:35:44.0273420Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 2022-09-27T15:35:44.0284364Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 2022-09-27T15:35:44.0288833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 2022-09-27T15:35:44.0311547Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 2022-09-27T15:35:44.0474442Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 2022-09-27T15:35:44.0476204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 2022-09-27T15:35:44.0669438Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 2022-09-27T15:35:44.0703797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 2022-09-27T15:35:44.0962201Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 2022-09-27T15:35:44.0966466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 2022-09-27T15:35:44.1156276Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 2022-09-27T15:35:44.1159792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 2022-09-27T15:35:44.1397370Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 2022-09-27T15:35:44.1400311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 2022-09-27T15:35:44.1593561Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 2022-09-27T15:35:44.1599375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 2022-09-27T15:35:44.1842151Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 2022-09-27T15:35:44.1843827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 2022-09-27T15:35:44.2074375Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 2022-09-27T15:35:44.2078102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 2022-09-27T15:35:44.2121550Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 2022-09-27T15:35:44.2140386Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:35:44.2280198Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:35:44.2280811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 2022-09-27T15:35:44.2514693Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 2022-09-27T15:35:44.2515373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 2022-09-27T15:35:44.2718064Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 2022-09-27T15:35:44.2718707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 2022-09-27T15:35:44.2958627Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 2022-09-27T15:35:44.2959305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:44.3116520Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:44.3149602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:44.3435459Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:44.3436294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool 2022-09-27T15:35:44.3555424Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool 2022-09-27T15:35:44.3587874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 2022-09-27T15:35:44.3851171Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 2022-09-27T15:35:44.3868384Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 2022-09-27T15:35:44.3877791Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 2022-09-27T15:35:44.3918235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 2022-09-27T15:35:44.3992435Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 2022-09-27T15:35:44.4026982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 2022-09-27T15:35:44.4395852Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 2022-09-27T15:35:44.4399835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 2022-09-27T15:35:44.4434603Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 2022-09-27T15:35:44.4470069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 2022-09-27T15:35:44.4849797Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 2022-09-27T15:35:44.4855188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 2022-09-27T15:35:44.4873192Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 2022-09-27T15:35:44.4918001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 2022-09-27T15:35:44.5273197Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 2022-09-27T15:35:44.5277013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 2022-09-27T15:35:44.5313695Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 2022-09-27T15:35:44.5353825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 2022-09-27T15:35:44.5576418Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 2022-09-27T15:35:44.5588741Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 2022-09-27T15:35:44.5710719Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 2022-09-27T15:35:44.5714260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 2022-09-27T15:35:44.5753280Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 2022-09-27T15:35:44.5785595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 2022-09-27T15:35:44.6153591Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 2022-09-27T15:35:44.6157579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 2022-09-27T15:35:44.6193133Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 2022-09-27T15:35:44.6234827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 2022-09-27T15:35:44.6637988Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 2022-09-27T15:35:44.6642418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 2022-09-27T15:35:44.6688308Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 2022-09-27T15:35:44.6693043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 2022-09-27T15:35:44.6949255Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 2022-09-27T15:35:44.6970077Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:35:44.7043264Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:35:44.7071622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 2022-09-27T15:35:44.7123767Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 2022-09-27T15:35:44.7127379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 2022-09-27T15:35:44.7466559Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 2022-09-27T15:35:44.7467171Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 2022-09-27T15:35:44.7668279Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 2022-09-27T15:35:44.7786037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 2022-09-27T15:35:44.7787464Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 2022-09-27T15:35:44.7789039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 2022-09-27T15:35:44.8065691Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 2022-09-27T15:35:44.8067529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 2022-09-27T15:35:44.8355386Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 2022-09-27T15:35:44.8356294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 2022-09-27T15:35:44.8357188Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 2022-09-27T15:35:44.8412795Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 2022-09-27T15:35:44.8413531Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 2022-09-27T15:35:44.8415171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 2022-09-27T15:35:44.8472018Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 2022-09-27T15:35:44.8498920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 2022-09-27T15:35:44.8832509Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 2022-09-27T15:35:44.8838321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 2022-09-27T15:35:44.8991279Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 2022-09-27T15:35:44.9001012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:44.9159086Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:44.9172041Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 2022-09-27T15:35:44.9255174Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 2022-09-27T15:35:44.9273584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 2022-09-27T15:35:44.9453263Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 2022-09-27T15:35:44.9460823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 2022-09-27T15:35:44.9713078Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 2022-09-27T15:35:44.9718647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 2022-09-27T15:35:44.9869540Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 2022-09-27T15:35:44.9874777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 2022-09-27T15:35:45.0152618Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 2022-09-27T15:35:45.0158221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 2022-09-27T15:35:45.0313450Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 2022-09-27T15:35:45.0318975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 2022-09-27T15:35:45.0328022Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 2022-09-27T15:35:45.0337252Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 2022-09-27T15:35:45.0597334Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 2022-09-27T15:35:45.0603162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 2022-09-27T15:35:45.0751035Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 2022-09-27T15:35:45.0758669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 2022-09-27T15:35:45.1031393Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 2022-09-27T15:35:45.1036891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 2022-09-27T15:35:45.1181025Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 2022-09-27T15:35:45.1187108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 2022-09-27T15:35:45.1397089Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 2022-09-27T15:35:45.1409463Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 2022-09-27T15:35:45.1507346Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 2022-09-27T15:35:45.1512677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 2022-09-27T15:35:45.1637940Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 2022-09-27T15:35:45.1644416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 2022-09-27T15:35:45.1957006Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 2022-09-27T15:35:45.1962760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 2022-09-27T15:35:45.2070645Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 2022-09-27T15:35:45.2075940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 2022-09-27T15:35:45.2394290Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 2022-09-27T15:35:45.2399781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:45.2428448Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:45.2445652Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 2022-09-27T15:35:45.2506450Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 2022-09-27T15:35:45.2511435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 2022-09-27T15:35:45.2718583Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 2022-09-27T15:35:45.2738454Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:35:45.2818852Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:35:45.2831425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 2022-09-27T15:35:45.2950236Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 2022-09-27T15:35:45.2951636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 2022-09-27T15:35:45.3271643Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 2022-09-27T15:35:45.3273650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 2022-09-27T15:35:45.3400536Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 2022-09-27T15:35:45.3401309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 2022-09-27T15:35:45.3555289Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 2022-09-27T15:35:45.3570834Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 2022-09-27T15:35:45.3757220Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 2022-09-27T15:35:45.3757907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 2022-09-27T15:35:45.3892948Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 2022-09-27T15:35:45.3893631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 2022-09-27T15:35:45.4217669Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 2022-09-27T15:35:45.4228260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 2022-09-27T15:35:45.4274483Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 2022-09-27T15:35:45.4311661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 2022-09-27T15:35:45.4671326Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 2022-09-27T15:35:45.4674656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 2022-09-27T15:35:45.4691709Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 2022-09-27T15:35:45.4706391Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 2022-09-27T15:35:45.4790877Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 2022-09-27T15:35:45.4793911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 2022-09-27T15:35:45.5161097Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 2022-09-27T15:35:45.5164540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 2022-09-27T15:35:45.5234735Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 2022-09-27T15:35:45.5238163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 2022-09-27T15:35:45.5592180Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 2022-09-27T15:35:45.5597239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 2022-09-27T15:35:45.5668433Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 2022-09-27T15:35:45.5671459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool 2022-09-27T15:35:45.6037435Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool 2022-09-27T15:35:45.6042108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 2022-09-27T15:35:45.6157752Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 2022-09-27T15:35:45.6164220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 2022-09-27T15:35:45.6414774Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 2022-09-27T15:35:45.6430051Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 2022-09-27T15:35:45.6434797Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool 2022-09-27T15:35:45.6474859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 2022-09-27T15:35:45.6599028Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 2022-09-27T15:35:45.6600717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 2022-09-27T15:35:45.6916629Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 2022-09-27T15:35:45.6918417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool 2022-09-27T15:35:45.7031194Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool 2022-09-27T15:35:45.7036829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 2022-09-27T15:35:45.7193807Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 2022-09-27T15:35:45.7214292Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:35:45.7345138Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:35:45.7348988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 2022-09-27T15:35:45.7467093Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 2022-09-27T15:35:45.7470198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 2022-09-27T15:35:45.7755352Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 2022-09-27T15:35:45.7791023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 2022-09-27T15:35:45.7915635Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 2022-09-27T15:35:45.7917604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 2022-09-27T15:35:45.8232058Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 2022-09-27T15:35:45.8233864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 2022-09-27T15:35:45.8354603Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 2022-09-27T15:35:45.8358945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 2022-09-27T15:35:45.8650207Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 2022-09-27T15:35:45.8656210Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool 2022-09-27T15:35:45.8664113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 2022-09-27T15:35:45.8683125Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 2022-09-27T15:35:45.8802631Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 2022-09-27T15:35:45.8803231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 2022-09-27T15:35:45.9077678Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 2022-09-27T15:35:45.9219011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 2022-09-27T15:35:45.9262517Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 2022-09-27T15:35:45.9266521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 2022-09-27T15:35:45.9592010Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 2022-09-27T15:35:45.9592632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 2022-09-27T15:35:45.9673829Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 2022-09-27T15:35:45.9675314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:46.0031024Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:46.0032084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 2022-09-27T15:35:46.0071108Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 2022-09-27T15:35:46.0095684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool 2022-09-27T15:35:46.0503558Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool 2022-09-27T15:35:46.0525648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 2022-09-27T15:35:46.0604657Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 2022-09-27T15:35:46.0607148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 2022-09-27T15:35:46.0957128Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 2022-09-27T15:35:46.0957921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 2022-09-27T15:35:46.1030933Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 2022-09-27T15:35:46.1031752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 2022-09-27T15:35:46.1412102Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 2022-09-27T15:35:46.1413114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 2022-09-27T15:35:46.1513977Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 2022-09-27T15:35:46.1515282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 2022-09-27T15:35:46.1843615Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 2022-09-27T15:35:46.1875112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:46.1943377Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:46.1946296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 2022-09-27T15:35:46.2313047Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 2022-09-27T15:35:46.2314251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool 2022-09-27T15:35:46.2390465Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool 2022-09-27T15:35:46.2391852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 2022-09-27T15:35:46.2751429Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 2022-09-27T15:35:46.2752946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 2022-09-27T15:35:46.2806272Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 2022-09-27T15:35:46.2820031Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 2022-09-27T15:35:46.2827679Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 2022-09-27T15:35:46.2828815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 2022-09-27T15:35:46.3198570Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 2022-09-27T15:35:46.3199705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 2022-09-27T15:35:46.3309647Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 2022-09-27T15:35:46.3312051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 2022-09-27T15:35:46.3630436Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 2022-09-27T15:35:46.3631772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 2022-09-27T15:35:46.3755153Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 2022-09-27T15:35:46.3756449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 2022-09-27T15:35:46.4111094Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 2022-09-27T15:35:46.4112127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 2022-09-27T15:35:46.4193449Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 2022-09-27T15:35:46.4194389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 2022-09-27T15:35:46.4557882Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 2022-09-27T15:35:46.4559184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 2022-09-27T15:35:46.4631961Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 2022-09-27T15:35:46.4633154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool 2022-09-27T15:35:46.5071360Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool 2022-09-27T15:35:46.5072441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 2022-09-27T15:35:46.5075348Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 2022-09-27T15:35:46.5077365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 2022-09-27T15:35:46.5518282Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 2022-09-27T15:35:46.5519755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 2022-09-27T15:35:46.5523364Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 2022-09-27T15:35:46.5525651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 2022-09-27T15:35:46.5779046Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 2022-09-27T15:35:46.5808512Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:35:46.5951450Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:35:46.5957320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 2022-09-27T15:35:46.6010440Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 2022-09-27T15:35:46.6015152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 2022-09-27T15:35:46.6433190Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 2022-09-27T15:35:46.6439257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 2022-09-27T15:35:46.6501244Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 2022-09-27T15:35:46.6506261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 2022-09-27T15:35:46.6879313Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 2022-09-27T15:35:46.6880048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 2022-09-27T15:35:46.6916778Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 2022-09-27T15:35:46.6921485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 2022-09-27T15:35:46.7312725Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 2022-09-27T15:35:46.7317218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 2022-09-27T15:35:46.7365524Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 2022-09-27T15:35:46.7366324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 2022-09-27T15:35:46.7752388Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 2022-09-27T15:35:46.7755773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 2022-09-27T15:35:46.7828374Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 2022-09-27T15:35:46.7832186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool 2022-09-27T15:35:46.8204674Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool 2022-09-27T15:35:46.8223237Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 2022-09-27T15:35:46.8234057Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 2022-09-27T15:35:46.8238431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 2022-09-27T15:35:46.8314162Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 2022-09-27T15:35:46.8318535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 2022-09-27T15:35:46.8677766Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 2022-09-27T15:35:46.8680462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:46.8755910Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:46.8758131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 2022-09-27T15:35:46.9094078Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 2022-09-27T15:35:46.9126651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool 2022-09-27T15:35:46.9191880Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool 2022-09-27T15:35:46.9193431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 2022-09-27T15:35:46.9597395Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 2022-09-27T15:35:46.9598056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 2022-09-27T15:35:46.9671301Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 2022-09-27T15:35:46.9672744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 2022-09-27T15:35:47.0039584Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 2022-09-27T15:35:47.0041046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 2022-09-27T15:35:47.0116235Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 2022-09-27T15:35:47.0117597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 2022-09-27T15:35:47.0471513Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 2022-09-27T15:35:47.0473120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 2022-09-27T15:35:47.0559599Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 2022-09-27T15:35:47.0560930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 2022-09-27T15:35:47.0912601Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 2022-09-27T15:35:47.0914418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 2022-09-27T15:35:47.1038925Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 2022-09-27T15:35:47.1040265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 2022-09-27T15:35:47.1351607Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 2022-09-27T15:35:47.1357006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 2022-09-27T15:35:47.1471757Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 2022-09-27T15:35:47.1474969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 2022-09-27T15:35:47.1791540Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 2022-09-27T15:35:47.1793374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 2022-09-27T15:35:47.1949468Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 2022-09-27T15:35:47.1951552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 2022-09-27T15:35:47.2120384Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 2022-09-27T15:35:47.2139447Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 2022-09-27T15:35:47.2153476Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 2022-09-27T15:35:47.2174598Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:35:47.2224780Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:35:47.2227799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 2022-09-27T15:35:47.2389526Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 2022-09-27T15:35:47.2391837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 2022-09-27T15:35:47.2670279Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 2022-09-27T15:35:47.2672217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 2022-09-27T15:35:47.2837264Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 2022-09-27T15:35:47.2841415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 2022-09-27T15:35:47.3116272Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 2022-09-27T15:35:47.3120216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 2022-09-27T15:35:47.3234293Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 2022-09-27T15:35:47.3265422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:47.3570680Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:47.3574435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool 2022-09-27T15:35:47.3674145Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool 2022-09-27T15:35:47.3723233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool 2022-09-27T15:35:47.3995397Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool 2022-09-27T15:35:47.3997853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 2022-09-27T15:35:47.4152198Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 2022-09-27T15:35:47.4155436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 2022-09-27T15:35:47.4450489Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 2022-09-27T15:35:47.4451744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 2022-09-27T15:35:47.4592496Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 2022-09-27T15:35:47.4597462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 2022-09-27T15:35:47.4816590Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 2022-09-27T15:35:47.4836831Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 2022-09-27T15:35:47.4869728Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 2022-09-27T15:35:47.4872561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 2022-09-27T15:35:47.5036358Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 2022-09-27T15:35:47.5039647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 2022-09-27T15:35:47.5310622Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 2022-09-27T15:35:47.5313020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 2022-09-27T15:35:47.5481166Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 2022-09-27T15:35:47.5484230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 2022-09-27T15:35:47.5796626Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 2022-09-27T15:35:47.5798927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 2022-09-27T15:35:47.5957475Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 2022-09-27T15:35:47.5959627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 2022-09-27T15:35:47.6237669Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 2022-09-27T15:35:47.6242515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 2022-09-27T15:35:47.6339489Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 2022-09-27T15:35:47.6356154Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 2022-09-27T15:35:47.6435497Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 2022-09-27T15:35:47.6439259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 2022-09-27T15:35:47.6681455Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 2022-09-27T15:35:47.6686477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 2022-09-27T15:35:47.6878529Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 2022-09-27T15:35:47.6881551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 2022-09-27T15:35:47.7114685Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 2022-09-27T15:35:47.7117390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 2022-09-27T15:35:47.7315648Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 2022-09-27T15:35:47.7317404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 2022-09-27T15:35:47.7593606Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 2022-09-27T15:35:47.7597775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:47.7789059Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:47.7791015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 2022-09-27T15:35:47.8031381Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 2022-09-27T15:35:47.8036091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool 2022-09-27T15:35:47.8232207Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool 2022-09-27T15:35:47.8234082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 2022-09-27T15:35:47.8249823Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 2022-09-27T15:35:47.8269869Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 2022-09-27T15:35:47.8471509Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 2022-09-27T15:35:47.8479132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 2022-09-27T15:35:47.8678577Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 2022-09-27T15:35:47.8680880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 2022-09-27T15:35:47.8874874Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 2022-09-27T15:35:47.8904786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 2022-09-27T15:35:47.9113818Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 2022-09-27T15:35:47.9118284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 2022-09-27T15:35:47.9315772Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 2022-09-27T15:35:47.9355731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 2022-09-27T15:35:47.9555999Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 2022-09-27T15:35:47.9558926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool 2022-09-27T15:35:47.9754598Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool 2022-09-27T15:35:47.9783466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 2022-09-27T15:35:47.9931461Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 2022-09-27T15:35:47.9948236Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 2022-09-27T15:35:47.9991349Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 2022-09-27T15:35:47.9994119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 2022-09-27T15:35:48.0190939Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 2022-09-27T15:35:48.0218294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 2022-09-27T15:35:48.0438293Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 2022-09-27T15:35:48.0442903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 2022-09-27T15:35:48.0638036Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 2022-09-27T15:35:48.0676759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 2022-09-27T15:35:48.0873072Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 2022-09-27T15:35:48.0875270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 2022-09-27T15:35:48.1114794Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 2022-09-27T15:35:48.1139567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 2022-09-27T15:35:48.1225761Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 2022-09-27T15:35:48.1246319Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:35:48.1348340Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:35:48.1351075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 2022-09-27T15:35:48.1589294Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 2022-09-27T15:35:48.1594234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 2022-09-27T15:35:48.1697353Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 2022-09-27T15:35:48.1718473Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 2022-09-27T15:35:48.1833717Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 2022-09-27T15:35:48.1837339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 2022-09-27T15:35:48.2032921Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 2022-09-27T15:35:48.2034617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 2022-09-27T15:35:48.2237921Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 2022-09-27T15:35:48.2240121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 2022-09-27T15:35:48.2470639Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 2022-09-27T15:35:48.2472484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool 2022-09-27T15:35:48.2680891Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool 2022-09-27T15:35:48.2683214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 2022-09-27T15:35:48.2957113Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 2022-09-27T15:35:48.2960485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 2022-09-27T15:35:48.3152322Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 2022-09-27T15:35:48.3153114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 2022-09-27T15:35:48.3390593Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 2022-09-27T15:35:48.3393005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 2022-09-27T15:35:48.3426893Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 2022-09-27T15:35:48.3447484Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 2022-09-27T15:35:48.3590347Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 2022-09-27T15:35:48.3594554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 2022-09-27T15:35:48.3831688Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 2022-09-27T15:35:48.3836063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 2022-09-27T15:35:48.4028638Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 2022-09-27T15:35:48.4032680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 2022-09-27T15:35:48.4273589Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 2022-09-27T15:35:48.4278669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 2022-09-27T15:35:48.4480654Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 2022-09-27T15:35:48.4485391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 2022-09-27T15:35:48.4718027Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 2022-09-27T15:35:48.4722539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 2022-09-27T15:35:48.4914362Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 2022-09-27T15:35:48.4918861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:48.4977881Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:48.4998336Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 2022-09-27T15:35:48.5156412Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 2022-09-27T15:35:48.5161290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 2022-09-27T15:35:48.5347696Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 2022-09-27T15:35:48.5351685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool 2022-09-27T15:35:48.5594042Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool 2022-09-27T15:35:48.5598795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 2022-09-27T15:35:48.5759119Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 2022-09-27T15:35:48.5802141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 2022-09-27T15:35:48.6035983Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 2022-09-27T15:35:48.6040895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 2022-09-27T15:35:48.6229164Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 2022-09-27T15:35:48.6233396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 2022-09-27T15:35:48.6474955Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 2022-09-27T15:35:48.6479522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 2022-09-27T15:35:48.6584391Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 2022-09-27T15:35:48.6604400Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 2022-09-27T15:35:48.6640694Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 2022-09-27T15:35:48.6669826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 2022-09-27T15:35:48.6848036Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 2022-09-27T15:35:48.6874056Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:35:48.6912318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 2022-09-27T15:35:48.6920171Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 2022-09-27T15:35:48.7108025Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:35:48.7109682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 2022-09-27T15:35:48.7343770Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 2022-09-27T15:35:48.7344989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 2022-09-27T15:35:48.7504951Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 2022-09-27T15:35:48.7521041Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 2022-09-27T15:35:48.7549266Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool 2022-09-27T15:35:48.7551194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 2022-09-27T15:35:48.7830662Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 2022-09-27T15:35:48.7832002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:48.7993431Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:48.7996371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 2022-09-27T15:35:48.8305648Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 2022-09-27T15:35:48.8306605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool 2022-09-27T15:35:48.8474913Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool 2022-09-27T15:35:48.8475921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 2022-09-27T15:35:48.8745742Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 2022-09-27T15:35:48.8747217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:35:48.8951201Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:35:48.8953261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 2022-09-27T15:35:48.9045713Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 2022-09-27T15:35:48.9062841Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool 2022-09-27T15:35:48.9182156Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 2022-09-27T15:35:48.9184222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:35:48.9410321Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:35:48.9437020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 2022-09-27T15:35:48.9624978Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 2022-09-27T15:35:48.9626133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:35:48.9877449Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:35:48.9879428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 2022-09-27T15:35:49.0089092Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 2022-09-27T15:35:49.0090961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 2022-09-27T15:35:49.0373377Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 2022-09-27T15:35:49.0375358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 2022-09-27T15:35:49.0507658Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 2022-09-27T15:35:49.0509317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 2022-09-27T15:35:49.0831196Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 2022-09-27T15:35:49.0832820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 2022-09-27T15:35:49.0916410Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 2022-09-27T15:35:49.0952625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 2022-09-27T15:35:49.1021555Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 2022-09-27T15:35:49.1037618Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 2022-09-27T15:35:49.1281207Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 2022-09-27T15:35:49.1283022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool 2022-09-27T15:35:49.1392197Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool 2022-09-27T15:35:49.1394319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 2022-09-27T15:35:49.1722766Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 2022-09-27T15:35:49.1724989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 2022-09-27T15:35:49.1841191Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 2022-09-27T15:35:49.1843064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 2022-09-27T15:35:49.2173374Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 2022-09-27T15:35:49.2176924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 2022-09-27T15:35:49.2274059Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 2022-09-27T15:35:49.2276308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 2022-09-27T15:35:49.2588181Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 2022-09-27T15:35:49.2605831Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 2022-09-27T15:35:49.2636372Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 2022-09-27T15:35:49.2641531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 2022-09-27T15:35:49.2707779Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 2022-09-27T15:35:49.2712860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 2022-09-27T15:35:49.2731537Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 2022-09-27T15:35:49.2745695Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:35:49.3074189Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:35:49.3078497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 2022-09-27T15:35:49.3151192Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 2022-09-27T15:35:49.3155732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:35:49.3554217Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:35:49.3604013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 2022-09-27T15:35:49.3610832Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 2022-09-27T15:35:49.3614667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 2022-09-27T15:35:49.4018723Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 2022-09-27T15:35:49.4062195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 2022-09-27T15:35:49.4063849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool 2022-09-27T15:35:49.4088116Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool 2022-09-27T15:35:49.4259820Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 2022-09-27T15:35:49.4266450Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 2022-09-27T15:35:49.4479905Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 2022-09-27T15:35:49.4485853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 2022-09-27T15:35:49.4535599Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 2022-09-27T15:35:49.4540167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 2022-09-27T15:35:49.4916607Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 2022-09-27T15:35:49.4921788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 2022-09-27T15:35:49.4945286Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 2022-09-27T15:35:49.4965327Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 2022-09-27T15:35:49.4974565Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 2022-09-27T15:35:49.4977188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 2022-09-27T15:35:49.5351999Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 2022-09-27T15:35:49.5354401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 2022-09-27T15:35:49.5407204Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 2022-09-27T15:35:49.5408421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 2022-09-27T15:35:49.5791515Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 2022-09-27T15:35:49.5796041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 2022-09-27T15:35:49.5878132Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 2022-09-27T15:35:49.5880706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 2022-09-27T15:35:49.5975047Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 2022-09-27T15:35:49.5993467Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 2022-09-27T15:35:49.6232381Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 2022-09-27T15:35:49.6235985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 2022-09-27T15:35:49.6273028Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 2022-09-27T15:35:49.6306039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 2022-09-27T15:35:49.6694193Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 2022-09-27T15:35:49.6697230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 2022-09-27T15:35:49.6713233Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 2022-09-27T15:35:49.6744915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:49.7095805Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:49.7113346Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 2022-09-27T15:35:49.7151910Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 2022-09-27T15:35:49.7154136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 2022-09-27T15:35:49.7164503Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 2022-09-27T15:35:49.7195115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool 2022-09-27T15:35:49.7592997Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool 2022-09-27T15:35:49.7595332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 2022-09-27T15:35:49.7641336Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 2022-09-27T15:35:49.7643956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 2022-09-27T15:35:49.8031341Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 2022-09-27T15:35:49.8033825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 2022-09-27T15:35:49.8068908Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 2022-09-27T15:35:49.8080791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 2022-09-27T15:35:49.8103382Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 2022-09-27T15:35:49.8120053Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 2022-09-27T15:35:49.8472902Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 2022-09-27T15:35:49.8475382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 2022-09-27T15:35:49.8543268Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 2022-09-27T15:35:49.8545374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 2022-09-27T15:35:49.8912204Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 2022-09-27T15:35:49.8913863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 2022-09-27T15:35:49.8965777Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 2022-09-27T15:35:49.8967088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 2022-09-27T15:35:49.8983785Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 2022-09-27T15:35:49.8997351Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 2022-09-27T15:35:49.9067162Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 2022-09-27T15:35:49.9084254Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:35:49.9350423Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:35:49.9351892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:49.9389539Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:49.9400826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 2022-09-27T15:35:49.9800666Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 2022-09-27T15:35:49.9801433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool 2022-09-27T15:35:49.9841737Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool 2022-09-27T15:35:49.9843024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 2022-09-27T15:35:49.9947301Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 2022-09-27T15:35:49.9961972Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 2022-09-27T15:35:50.0238956Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 2022-09-27T15:35:50.0239884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 2022-09-27T15:35:50.0283601Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 2022-09-27T15:35:50.0284591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 2022-09-27T15:35:50.0720776Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 2022-09-27T15:35:50.0721740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 2022-09-27T15:35:50.0726559Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 2022-09-27T15:35:50.0727920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 2022-09-27T15:35:50.0931446Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 2022-09-27T15:35:50.0943320Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 2022-09-27T15:35:50.1160821Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 2022-09-27T15:35:50.1163141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 2022-09-27T15:35:50.1164364Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 2022-09-27T15:35:50.1166001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 2022-09-27T15:35:50.1600822Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 2022-09-27T15:35:50.1609190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 2022-09-27T15:35:50.1614275Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 2022-09-27T15:35:50.1617700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 2022-09-27T15:35:50.2047630Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 2022-09-27T15:35:50.2048445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 2022-09-27T15:35:50.2053468Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 2022-09-27T15:35:50.2054770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 2022-09-27T15:35:50.2131768Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 2022-09-27T15:35:50.2149030Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 2022-09-27T15:35:50.2481405Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool 2022-09-27T15:35:50.2482300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 2022-09-27T15:35:50.2485136Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 2022-09-27T15:35:50.2487330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 2022-09-27T15:35:50.2927646Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 2022-09-27T15:35:50.2929713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool 2022-09-27T15:35:50.2930975Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool 2022-09-27T15:35:50.2934253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 2022-09-27T15:35:50.3358021Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 2022-09-27T15:35:50.3367741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 2022-09-27T15:35:50.3372751Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 2022-09-27T15:35:50.3374259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 2022-09-27T15:35:50.3801795Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 2022-09-27T15:35:50.3803040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 2022-09-27T15:35:50.3807110Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 2022-09-27T15:35:50.3808595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 2022-09-27T15:35:50.3853799Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 2022-09-27T15:35:50.3867350Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool 2022-09-27T15:35:50.4173172Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 2022-09-27T15:35:50.4193616Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:35:50.4229331Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:35:50.4231106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 2022-09-27T15:35:50.4316594Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 2022-09-27T15:35:50.4317835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 2022-09-27T15:35:50.4694075Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 2022-09-27T15:35:50.4695870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 2022-09-27T15:35:50.4748505Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 2022-09-27T15:35:50.4749850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 2022-09-27T15:35:50.5155446Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 2022-09-27T15:35:50.5156784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 2022-09-27T15:35:50.5228507Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 2022-09-27T15:35:50.5229718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 2022-09-27T15:35:50.5556702Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 2022-09-27T15:35:50.5578258Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 2022-09-27T15:35:50.5594652Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 2022-09-27T15:35:50.5597188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 2022-09-27T15:35:50.5668469Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 2022-09-27T15:35:50.5671071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 2022-09-27T15:35:50.6043256Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 2022-09-27T15:35:50.6043892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 2022-09-27T15:35:50.6148547Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 2022-09-27T15:35:50.6150697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 2022-09-27T15:35:50.6384596Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 2022-09-27T15:35:50.6400001Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 2022-09-27T15:35:50.6470046Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 2022-09-27T15:35:50.6471986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 2022-09-27T15:35:50.6635429Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 2022-09-27T15:35:50.6636363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:50.6923892Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:50.6924865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 2022-09-27T15:35:50.7074673Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 2022-09-27T15:35:50.7075489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 2022-09-27T15:35:50.7359178Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 2022-09-27T15:35:50.7360052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 2022-09-27T15:35:50.7553733Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 2022-09-27T15:35:50.7556321Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 2022-09-27T15:35:50.7561394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 2022-09-27T15:35:50.7576533Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 2022-09-27T15:35:50.7802503Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 2022-09-27T15:35:50.7803167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:50.7955693Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:50.7980334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 2022-09-27T15:35:50.8236306Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 2022-09-27T15:35:50.8237007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool 2022-09-27T15:35:50.8420187Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool 2022-09-27T15:35:50.8434302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool 2022-09-27T15:35:50.8674365Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool 2022-09-27T15:35:50.8675131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 2022-09-27T15:35:50.8871427Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 2022-09-27T15:35:50.8878782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 2022-09-27T15:35:50.8884208Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 2022-09-27T15:35:50.8899248Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 2022-09-27T15:35:50.9075811Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 2022-09-27T15:35:50.9115651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 2022-09-27T15:35:50.9311784Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 2022-09-27T15:35:50.9313351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 2022-09-27T15:35:50.9515060Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 2022-09-27T15:35:50.9558536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 2022-09-27T15:35:50.9750214Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 2022-09-27T15:35:50.9752677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 2022-09-27T15:35:51.0003165Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 2022-09-27T15:35:51.0005198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 2022-09-27T15:35:51.0026958Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 2022-09-27T15:35:51.0045045Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:35:51.0192247Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool 2022-09-27T15:35:51.0193622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 2022-09-27T15:35:51.0244881Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 2022-09-27T15:35:51.0260841Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 2022-09-27T15:35:51.0430493Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 2022-09-27T15:35:51.0432519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 2022-09-27T15:35:51.0631367Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 2022-09-27T15:35:51.0633076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 2022-09-27T15:35:51.0923170Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 2022-09-27T15:35:51.0924726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 2022-09-27T15:35:51.1076696Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 2022-09-27T15:35:51.1077305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 2022-09-27T15:35:51.1303913Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 2022-09-27T15:35:51.1319994Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 2022-09-27T15:35:51.1361387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 2022-09-27T15:35:51.1377687Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 2022-09-27T15:35:51.1549753Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 2022-09-27T15:35:51.1551149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 2022-09-27T15:35:51.1791822Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 2022-09-27T15:35:51.1792695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 2022-09-27T15:35:51.2032870Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 2022-09-27T15:35:51.2034327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:51.2238722Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:51.2240466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 2022-09-27T15:35:51.2474921Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 2022-09-27T15:35:51.2476019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool 2022-09-27T15:35:51.2682206Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool 2022-09-27T15:35:51.2683175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 2022-09-27T15:35:51.2690413Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 2022-09-27T15:35:51.2703560Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 2022-09-27T15:35:51.2910062Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 2022-09-27T15:35:51.2911115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 2022-09-27T15:35:51.3109886Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 2022-09-27T15:35:51.3110788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 2022-09-27T15:35:51.3392899Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 2022-09-27T15:35:51.3395333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 2022-09-27T15:35:51.3449000Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 2022-09-27T15:35:51.3470476Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool 2022-09-27T15:35:51.3555158Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 2022-09-27T15:35:51.3557331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 2022-09-27T15:35:51.3830664Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 2022-09-27T15:35:51.3832858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 2022-09-27T15:35:51.3885683Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 2022-09-27T15:35:51.3899487Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 2022-09-27T15:35:51.3987860Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 2022-09-27T15:35:51.3989989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 2022-09-27T15:35:51.4273851Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 2022-09-27T15:35:51.4276094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 2022-09-27T15:35:51.4431712Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 2022-09-27T15:35:51.4432580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 2022-09-27T15:35:51.4712968Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 2022-09-27T15:35:51.4713852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 2022-09-27T15:35:51.4928274Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 2022-09-27T15:35:51.4933091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 2022-09-27T15:35:51.5150554Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 2022-09-27T15:35:51.5155196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 2022-09-27T15:35:51.5165237Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 2022-09-27T15:35:51.5170740Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 2022-09-27T15:35:51.5356371Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool 2022-09-27T15:35:51.5361143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 2022-09-27T15:35:51.5715237Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 2022-09-27T15:35:51.5716060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 2022-09-27T15:35:51.5791088Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 2022-09-27T15:35:51.5793346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 2022-09-27T15:35:51.6076466Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 2022-09-27T15:35:51.6077588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 2022-09-27T15:35:51.6231435Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 2022-09-27T15:35:51.6232334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 2022-09-27T15:35:51.6514444Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 2022-09-27T15:35:51.6515359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 2022-09-27T15:35:51.6674287Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 2022-09-27T15:35:51.6675233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:51.6995913Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:51.6997430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 2022-09-27T15:35:51.7129980Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 2022-09-27T15:35:51.7134968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 2022-09-27T15:35:51.7231997Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 2022-09-27T15:35:51.7252323Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool 2022-09-27T15:35:51.7431377Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 2022-09-27T15:35:51.7436110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 2022-09-27T15:35:51.7555243Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 2022-09-27T15:35:51.7560259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 2022-09-27T15:35:51.7871886Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 2022-09-27T15:35:51.7874607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:51.7988539Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:51.7992418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 2022-09-27T15:35:51.8309168Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 2022-09-27T15:35:51.8312483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 2022-09-27T15:35:51.8407173Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 2022-09-27T15:35:51.8432213Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 2022-09-27T15:35:51.8438721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 2022-09-27T15:35:51.8443688Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 2022-09-27T15:35:51.8753022Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 2022-09-27T15:35:51.8756430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 2022-09-27T15:35:51.8917528Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 2022-09-27T15:35:51.8920552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 2022-09-27T15:35:51.9207662Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 2022-09-27T15:35:51.9225633Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 2022-09-27T15:35:51.9232156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 2022-09-27T15:35:51.9243462Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 2022-09-27T15:35:51.9390363Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 2022-09-27T15:35:51.9393790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 2022-09-27T15:35:51.9667970Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 2022-09-27T15:35:51.9675486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 2022-09-27T15:35:51.9832981Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 2022-09-27T15:35:51.9833632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 2022-09-27T15:35:52.0014588Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 2022-09-27T15:35:52.0035967Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 2022-09-27T15:35:52.0111313Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 2022-09-27T15:35:52.0111921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 2022-09-27T15:35:52.0276646Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 2022-09-27T15:35:52.0277529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 2022-09-27T15:35:52.0565330Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 2022-09-27T15:35:52.0566144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 2022-09-27T15:35:52.0716284Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 2022-09-27T15:35:52.0717225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool 2022-09-27T15:35:52.1044368Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool 2022-09-27T15:35:52.1045178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 2022-09-27T15:35:52.1164955Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 2022-09-27T15:35:52.1165624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 2022-09-27T15:35:52.1230693Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 2022-09-27T15:35:52.1253890Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 2022-09-27T15:35:52.1479214Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 2022-09-27T15:35:52.1479961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:52.1597843Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:52.1598528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 2022-09-27T15:35:52.1919990Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 2022-09-27T15:35:52.1920788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 2022-09-27T15:35:52.2040613Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 2022-09-27T15:35:52.2042360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 2022-09-27T15:35:52.2313927Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 2022-09-27T15:35:52.2336524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 2022-09-27T15:35:52.2368684Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 2022-09-27T15:35:52.2380904Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 2022-09-27T15:35:52.2431357Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 2022-09-27T15:35:52.2456143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 2022-09-27T15:35:52.2755306Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 2022-09-27T15:35:52.2780120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 2022-09-27T15:35:52.2873239Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 2022-09-27T15:35:52.2898500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 2022-09-27T15:35:52.3196287Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 2022-09-27T15:35:52.3231938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 2022-09-27T15:35:52.3313171Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 2022-09-27T15:35:52.3320536Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 2022-09-27T15:35:52.3351504Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 2022-09-27T15:35:52.3385813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 2022-09-27T15:35:52.3635836Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 2022-09-27T15:35:52.3669881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 2022-09-27T15:35:52.3835258Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 2022-09-27T15:35:52.3871472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 2022-09-27T15:35:52.3916090Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 2022-09-27T15:35:52.3923154Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 2022-09-27T15:35:52.4074896Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 2022-09-27T15:35:52.4104474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 2022-09-27T15:35:52.4273971Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 2022-09-27T15:35:52.4312268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 2022-09-27T15:35:52.4516622Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 2022-09-27T15:35:52.4544843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 2022-09-27T15:35:52.4605928Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 2022-09-27T15:35:52.4612942Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 2022-09-27T15:35:52.4712962Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 2022-09-27T15:35:52.4742276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 2022-09-27T15:35:52.4955406Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 2022-09-27T15:35:52.4985798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 2022-09-27T15:35:52.5155816Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 2022-09-27T15:35:52.5183230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:52.5294863Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:52.5303312Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 2022-09-27T15:35:52.5392564Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 2022-09-27T15:35:52.5428043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 2022-09-27T15:35:52.5594000Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 2022-09-27T15:35:52.5616322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool 2022-09-27T15:35:52.5874298Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool 2022-09-27T15:35:52.5899923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 2022-09-27T15:35:52.6034049Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 2022-09-27T15:35:52.6056376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:35:52.6314999Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:35:52.6345137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool 2022-09-27T15:35:52.6369161Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool 2022-09-27T15:35:52.6379013Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 2022-09-27T15:35:52.6471690Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool 2022-09-27T15:35:52.6503739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:35:52.6753841Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:35:52.6779491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 2022-09-27T15:35:52.6912263Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 2022-09-27T15:35:52.6948090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 2022-09-27T15:35:52.7194889Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 2022-09-27T15:35:52.7221168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 2022-09-27T15:35:52.7353217Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 2022-09-27T15:35:52.7385899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 2022-09-27T15:35:52.7418904Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 2022-09-27T15:35:52.7427549Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool 2022-09-27T15:35:52.7640592Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 2022-09-27T15:35:52.7691676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 2022-09-27T15:35:52.7793071Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 2022-09-27T15:35:52.7822927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 2022-09-27T15:35:52.8072345Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 2022-09-27T15:35:52.8106044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 2022-09-27T15:35:52.8274830Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 2022-09-27T15:35:52.8305173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 2022-09-27T15:35:52.8512513Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 2022-09-27T15:35:52.8541275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 2022-09-27T15:35:52.8717215Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 2022-09-27T15:35:52.8749420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 2022-09-27T15:35:52.8845269Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 2022-09-27T15:35:52.8857247Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 2022-09-27T15:35:52.8950644Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 2022-09-27T15:35:52.8975974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 2022-09-27T15:35:52.9153658Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 2022-09-27T15:35:52.9181389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 2022-09-27T15:35:52.9392660Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 2022-09-27T15:35:52.9417243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 2022-09-27T15:35:52.9594304Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 2022-09-27T15:35:52.9622025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:35:52.9831168Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:35:52.9861509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 2022-09-27T15:35:53.0030484Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 2022-09-27T15:35:53.0059165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 2022-09-27T15:35:53.0275588Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 2022-09-27T15:35:53.0306152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 2022-09-27T15:35:53.0475140Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 2022-09-27T15:35:53.0503271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 2022-09-27T15:35:53.0712941Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 2022-09-27T15:35:53.0741589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 2022-09-27T15:35:53.0912474Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 2022-09-27T15:35:53.0950161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 2022-09-27T15:35:53.1152121Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 2022-09-27T15:35:53.1182091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 2022-09-27T15:35:53.1355008Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 2022-09-27T15:35:53.1366430Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 2022-09-27T15:35:53.1373851Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 2022-09-27T15:35:53.1398163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 2022-09-27T15:35:53.1591968Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 2022-09-27T15:35:53.1623099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:53.1792390Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:53.1819478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 2022-09-27T15:35:53.2031015Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 2022-09-27T15:35:53.2060718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool 2022-09-27T15:35:53.2234088Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool 2022-09-27T15:35:53.2262953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 2022-09-27T15:35:53.2473080Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 2022-09-27T15:35:53.2499597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 2022-09-27T15:35:53.2672599Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 2022-09-27T15:35:53.2700285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 2022-09-27T15:35:53.2916497Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 2022-09-27T15:35:53.2927783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 2022-09-27T15:35:53.2944403Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 2022-09-27T15:35:53.2947756Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 2022-09-27T15:35:53.3152820Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 2022-09-27T15:35:53.3182274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 2022-09-27T15:35:53.3351910Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 2022-09-27T15:35:53.3376883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 2022-09-27T15:35:53.3632118Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 2022-09-27T15:35:53.3663837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 2022-09-27T15:35:53.3791317Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 2022-09-27T15:35:53.3817688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 2022-09-27T15:35:53.4076049Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 2022-09-27T15:35:53.4104843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 2022-09-27T15:35:53.4186590Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 2022-09-27T15:35:53.4195579Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 2022-09-27T15:35:53.4231026Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 2022-09-27T15:35:53.4259158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 2022-09-27T15:35:53.4511547Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 2022-09-27T15:35:53.4537119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 2022-09-27T15:35:53.4671479Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 2022-09-27T15:35:53.4702682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 2022-09-27T15:35:53.4954095Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 2022-09-27T15:35:53.4961916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:53.4968940Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 2022-09-27T15:35:53.4989180Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 2022-09-27T15:35:53.5111183Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:53.5148396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 2022-09-27T15:35:53.5393764Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 2022-09-27T15:35:53.5420685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 2022-09-27T15:35:53.5554690Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 2022-09-27T15:35:53.5585357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 2022-09-27T15:35:53.5836388Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 2022-09-27T15:35:53.5866521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 2022-09-27T15:35:53.5993601Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 2022-09-27T15:35:53.6023060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 2022-09-27T15:35:53.6030410Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 2022-09-27T15:35:53.6041163Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 2022-09-27T15:35:53.6273719Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 2022-09-27T15:35:53.6302285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 2022-09-27T15:35:53.6432300Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 2022-09-27T15:35:53.6462031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 2022-09-27T15:35:53.6712110Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 2022-09-27T15:35:53.6744213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 2022-09-27T15:35:53.6874135Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 2022-09-27T15:35:53.6902757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 2022-09-27T15:35:53.7030388Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 2022-09-27T15:35:53.7037730Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 2022-09-27T15:35:53.7152567Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 2022-09-27T15:35:53.7181878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 2022-09-27T15:35:53.7312732Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 2022-09-27T15:35:53.7338038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 2022-09-27T15:35:53.7633566Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 2022-09-27T15:35:53.7663976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 2022-09-27T15:35:53.7752203Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 2022-09-27T15:35:53.7779901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool 2022-09-27T15:35:53.8028047Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool 2022-09-27T15:35:53.8040399Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 2022-09-27T15:35:53.8073729Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 2022-09-27T15:35:53.8117803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 2022-09-27T15:35:53.8222288Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 2022-09-27T15:35:53.8233770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 2022-09-27T15:35:53.8514233Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 2022-09-27T15:35:53.8545678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 2022-09-27T15:35:53.8656443Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 2022-09-27T15:35:53.8666948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 2022-09-27T15:35:53.8936639Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 2022-09-27T15:35:53.8951234Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 2022-09-27T15:35:53.8991255Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 2022-09-27T15:35:53.9021899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 2022-09-27T15:35:53.9071728Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 2022-09-27T15:35:53.9106351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 2022-09-27T15:35:53.9434164Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 2022-09-27T15:35:53.9465074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 2022-09-27T15:35:53.9530215Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 2022-09-27T15:35:53.9539318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 2022-09-27T15:35:53.9873023Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 2022-09-27T15:35:53.9901940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 2022-09-27T15:35:53.9925170Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 2022-09-27T15:35:53.9930621Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 2022-09-27T15:35:53.9950344Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 2022-09-27T15:35:53.9976342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 2022-09-27T15:35:54.0313954Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 2022-09-27T15:35:54.0346627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool 2022-09-27T15:35:54.0392084Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool 2022-09-27T15:35:54.0420377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 2022-09-27T15:35:54.0755797Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 2022-09-27T15:35:54.0786617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 2022-09-27T15:35:54.0832452Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 2022-09-27T15:35:54.0858403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 2022-09-27T15:35:54.0893696Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 2022-09-27T15:35:54.0905686Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 2022-09-27T15:35:54.1192031Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 2022-09-27T15:35:54.1221295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 2022-09-27T15:35:54.1269997Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 2022-09-27T15:35:54.1299139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 2022-09-27T15:35:54.1633474Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 2022-09-27T15:35:54.1668868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 2022-09-27T15:35:54.1752294Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 2022-09-27T15:35:54.1756108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 2022-09-27T15:35:54.2161504Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 2022-09-27T15:35:54.2165913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 2022-09-27T15:35:54.2174778Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 2022-09-27T15:35:54.2195521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 2022-09-27T15:35:54.2639485Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 2022-09-27T15:35:54.2643839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:54.2645350Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:54.2647812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 2022-09-27T15:35:54.3080847Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 2022-09-27T15:35:54.3085370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool 2022-09-27T15:35:54.3086301Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool 2022-09-27T15:35:54.3089273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 2022-09-27T15:35:54.3512964Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 2022-09-27T15:35:54.3517675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:35:54.3564537Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:35:54.3568883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 2022-09-27T15:35:54.3994763Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 2022-09-27T15:35:54.3995556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:35:54.3998849Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:35:54.4001035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 2022-09-27T15:35:54.4372155Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 2022-09-27T15:35:54.4395082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 2022-09-27T15:35:54.4468507Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 2022-09-27T15:35:54.4470857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 2022-09-27T15:35:54.4807329Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 2022-09-27T15:35:54.4819561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 2022-09-27T15:35:54.4905145Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 2022-09-27T15:35:54.4907284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 2022-09-27T15:35:54.5262823Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 2022-09-27T15:35:54.5264971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 2022-09-27T15:35:54.5342098Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 2022-09-27T15:35:54.5344077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 2022-09-27T15:35:54.5682154Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 2022-09-27T15:35:54.5718277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 2022-09-27T15:35:54.5752147Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 2022-09-27T15:35:54.5794919Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 2022-09-27T15:35:54.5797671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:54.5806002Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:54.6115177Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 2022-09-27T15:35:54.6141907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 2022-09-27T15:35:54.6223749Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 2022-09-27T15:35:54.6226582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool 2022-09-27T15:35:54.6553871Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool 2022-09-27T15:35:54.6580364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 2022-09-27T15:35:54.6632160Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 2022-09-27T15:35:54.6665485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 2022-09-27T15:35:54.6992989Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 2022-09-27T15:35:54.7020409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 2022-09-27T15:35:54.7110398Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 2022-09-27T15:35:54.7137239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 2022-09-27T15:35:54.7433319Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 2022-09-27T15:35:54.7462544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:35:54.7592359Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:35:54.7621679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 2022-09-27T15:35:54.7872341Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 2022-09-27T15:35:54.7898582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 2022-09-27T15:35:54.8070130Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 2022-09-27T15:35:54.8100637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 2022-09-27T15:35:54.8310782Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 2022-09-27T15:35:54.8343123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool 2022-09-27T15:35:54.8512878Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool 2022-09-27T15:35:54.8547640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 2022-09-27T15:35:54.8754250Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 2022-09-27T15:35:54.8784281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 2022-09-27T15:35:54.8951918Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 2022-09-27T15:35:54.8981403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 2022-09-27T15:35:54.9190400Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 2022-09-27T15:35:54.9216340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 2022-09-27T15:35:54.9391857Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 2022-09-27T15:35:54.9419500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 2022-09-27T15:35:54.9634022Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 2022-09-27T15:35:54.9669979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 2022-09-27T15:35:54.9877443Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 2022-09-27T15:35:54.9910421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 2022-09-27T15:35:55.0073863Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 2022-09-27T15:35:55.0147695Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 2022-09-27T15:35:55.0151939Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 2022-09-27T15:35:55.0152500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 2022-09-27T15:35:55.0313452Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 2022-09-27T15:35:55.0343238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 2022-09-27T15:35:55.0512307Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 2022-09-27T15:35:55.0543540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 2022-09-27T15:35:55.0754186Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 2022-09-27T15:35:55.0787660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 2022-09-27T15:35:55.0954552Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 2022-09-27T15:35:55.0985396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 2022-09-27T15:35:55.1194363Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 2022-09-27T15:35:55.1225287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:55.1391011Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 2022-09-27T15:35:55.1420609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 2022-09-27T15:35:55.1671864Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 2022-09-27T15:35:55.1702329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 2022-09-27T15:35:55.1831351Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 2022-09-27T15:35:55.1859577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 2022-09-27T15:35:55.2155677Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 2022-09-27T15:35:55.2184756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool 2022-09-27T15:35:55.2273965Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool 2022-09-27T15:35:55.2302087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 2022-09-27T15:35:55.2638017Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 2022-09-27T15:35:55.2670147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 2022-09-27T15:35:55.2714533Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 2022-09-27T15:35:55.2742663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 2022-09-27T15:35:55.3115489Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 2022-09-27T15:35:55.3144868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 2022-09-27T15:35:55.3158318Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 2022-09-27T15:35:55.3197142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:55.3555090Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:55.3580790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 2022-09-27T15:35:55.3593980Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 2022-09-27T15:35:55.3620151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool 2022-09-27T15:35:55.3996353Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool 2022-09-27T15:35:55.4030138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 2022-09-27T15:35:55.4039392Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 2022-09-27T15:35:55.4068253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:35:55.4434907Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:35:55.4469035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 2022-09-27T15:35:55.4476155Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 2022-09-27T15:35:55.4491090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:35:55.4506965Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 2022-09-27T15:35:55.4508162Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 2022-09-27T15:35:55.4874252Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:35:55.4899680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 2022-09-27T15:35:55.4913256Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 2022-09-27T15:35:55.4943730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 2022-09-27T15:35:55.5356604Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 2022-09-27T15:35:55.5359398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 2022-09-27T15:35:55.5393589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 2022-09-27T15:35:55.5402839Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 2022-09-27T15:35:55.5795579Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 2022-09-27T15:35:55.5797771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 2022-09-27T15:35:55.5831756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 2022-09-27T15:35:55.5835112Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 2022-09-27T15:35:55.6234749Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 2022-09-27T15:35:55.6262728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 2022-09-27T15:35:55.6275334Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 2022-09-27T15:35:55.6305315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 2022-09-27T15:35:55.6674703Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 2022-09-27T15:35:55.6702152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 2022-09-27T15:35:55.6715453Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 2022-09-27T15:35:55.6747639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:55.7114129Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:55.7143399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 2022-09-27T15:35:55.7155543Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 2022-09-27T15:35:55.7183519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool 2022-09-27T15:35:55.7556517Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool 2022-09-27T15:35:55.7593637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 2022-09-27T15:35:55.7604224Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 2022-09-27T15:35:55.7636312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 2022-09-27T15:35:55.8003023Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 2022-09-27T15:35:55.8024832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:35:55.8038587Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:35:55.8066415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 2022-09-27T15:35:55.8433762Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 2022-09-27T15:35:55.8459476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 2022-09-27T15:35:55.8473077Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 2022-09-27T15:35:55.8501392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 2022-09-27T15:35:55.8872626Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 2022-09-27T15:35:55.8902248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool 2022-09-27T15:35:55.8941935Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool 2022-09-27T15:35:55.8949824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 2022-09-27T15:35:55.9311282Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 2022-09-27T15:35:55.9329464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 2022-09-27T15:35:55.9343658Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 2022-09-27T15:35:55.9356270Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 2022-09-27T15:35:55.9359377Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 2022-09-27T15:35:55.9385902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 2022-09-27T15:35:55.9753449Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 2022-09-27T15:35:55.9780676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 2022-09-27T15:35:55.9791491Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 2022-09-27T15:35:55.9817848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 2022-09-27T15:35:56.0194812Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 2022-09-27T15:35:56.0228178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 2022-09-27T15:35:56.0239271Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 2022-09-27T15:35:56.0266613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 2022-09-27T15:35:56.0635232Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 2022-09-27T15:35:56.0665740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 2022-09-27T15:35:56.0713982Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 2022-09-27T15:35:56.0747089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 2022-09-27T15:35:56.1074774Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 2022-09-27T15:35:56.1106403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 2022-09-27T15:35:56.1183339Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 2022-09-27T15:35:56.1187593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 2022-09-27T15:35:56.1513860Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 2022-09-27T15:35:56.1543151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 2022-09-27T15:35:56.1592034Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 2022-09-27T15:35:56.1621365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 2022-09-27T15:35:56.1952465Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 2022-09-27T15:35:56.1983892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 2022-09-27T15:35:56.2031734Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 2022-09-27T15:35:56.2062157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool 2022-09-27T15:35:56.2395558Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool 2022-09-27T15:35:56.2426550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 2022-09-27T15:35:56.2512010Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 2022-09-27T15:35:56.2538948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 2022-09-27T15:35:56.2834634Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 2022-09-27T15:35:56.2863079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 2022-09-27T15:35:56.2992675Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 2022-09-27T15:35:56.3021429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 2022-09-27T15:35:56.3271747Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 2022-09-27T15:35:56.3301956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 2022-09-27T15:35:56.3494117Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 2022-09-27T15:35:56.3505075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 2022-09-27T15:35:56.3641646Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 2022-09-27T15:35:56.3656738Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 2022-09-27T15:35:56.3710400Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 2022-09-27T15:35:56.3747268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 2022-09-27T15:35:56.3990925Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 2022-09-27T15:35:56.3996842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 2022-09-27T15:35:56.4198194Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 2022-09-27T15:35:56.4201670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:56.4471961Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:56.4475710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 2022-09-27T15:35:56.4631785Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 2022-09-27T15:35:56.4635195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool 2022-09-27T15:35:56.4735534Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool 2022-09-27T15:35:56.4749494Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 2022-09-27T15:35:56.4911890Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 2022-09-27T15:35:56.4918320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 2022-09-27T15:35:56.5069751Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 2022-09-27T15:35:56.5075749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 2022-09-27T15:35:56.5393269Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 2022-09-27T15:35:56.5399880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 2022-09-27T15:35:56.5509086Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 2022-09-27T15:35:56.5514742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 2022-09-27T15:35:56.5873878Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 2022-09-27T15:35:56.5881507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 2022-09-27T15:35:56.5912973Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 2022-09-27T15:35:56.5955302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 2022-09-27T15:35:56.6140705Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 2022-09-27T15:35:56.6153421Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 2022-09-27T15:35:56.6353001Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool 2022-09-27T15:35:56.6359666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:56.6395167Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:56.6400735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 2022-09-27T15:35:56.6792236Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 2022-09-27T15:35:56.6799994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool 2022-09-27T15:35:56.6848374Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool 2022-09-27T15:35:56.6855009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 2022-09-27T15:35:56.7191959Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 2022-09-27T15:35:56.7228662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 2022-09-27T15:35:56.7269268Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 2022-09-27T15:35:56.7275813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 2022-09-27T15:35:56.7682969Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 2022-09-27T15:35:56.7689680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 2022-09-27T15:35:56.7723305Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 2022-09-27T15:35:56.7730160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 2022-09-27T15:35:56.8113613Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 2022-09-27T15:35:56.8121745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 2022-09-27T15:35:56.8170809Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 2022-09-27T15:35:56.8179123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 2022-09-27T15:35:56.8189802Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 2022-09-27T15:35:56.8199123Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool 2022-09-27T15:35:56.8594402Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 2022-09-27T15:35:56.8608947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 2022-09-27T15:35:56.8615665Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 2022-09-27T15:35:56.8620613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 2022-09-27T15:35:56.8997348Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 2022-09-27T15:35:56.9030986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 2022-09-27T15:35:56.9040446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 2022-09-27T15:35:56.9047528Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 2022-09-27T15:35:56.9478287Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 2022-09-27T15:35:56.9483875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 2022-09-27T15:35:56.9527045Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 2022-09-27T15:35:56.9531031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 2022-09-27T15:35:56.9910785Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 2022-09-27T15:35:56.9918300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 2022-09-27T15:35:56.9964584Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 2022-09-27T15:35:56.9968685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 2022-09-27T15:35:57.0068095Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 2022-09-27T15:35:57.0087181Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 2022-09-27T15:35:57.0347327Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 2022-09-27T15:35:57.0351525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool 2022-09-27T15:35:57.0424254Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool 2022-09-27T15:35:57.0427906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 2022-09-27T15:35:57.0799316Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 2022-09-27T15:35:57.0803728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 2022-09-27T15:35:57.0870155Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 2022-09-27T15:35:57.0874385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 2022-09-27T15:35:57.1232085Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 2022-09-27T15:35:57.1237072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 2022-09-27T15:35:57.1308905Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 2022-09-27T15:35:57.1312563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool 2022-09-27T15:35:57.1581959Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool 2022-09-27T15:35:57.1598556Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 2022-09-27T15:35:57.1683027Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 2022-09-27T15:35:57.1688105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 2022-09-27T15:35:57.1766619Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 2022-09-27T15:35:57.1771486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 2022-09-27T15:35:57.2313355Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 2022-09-27T15:35:57.2314023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 2022-09-27T15:35:57.2314678Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 2022-09-27T15:35:57.2315300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 2022-09-27T15:35:57.2556593Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 2022-09-27T15:35:57.2583136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 2022-09-27T15:35:57.2639125Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 2022-09-27T15:35:57.2642291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 2022-09-27T15:35:57.3001835Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 2022-09-27T15:35:57.3065990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 2022-09-27T15:35:57.3116281Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 2022-09-27T15:35:57.3186944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 2022-09-27T15:35:57.3463747Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 2022-09-27T15:35:57.3466380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 2022-09-27T15:35:57.3467029Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 2022-09-27T15:35:57.3478869Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 2022-09-27T15:35:57.3550211Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 2022-09-27T15:35:57.3551756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 2022-09-27T15:35:57.3876297Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 2022-09-27T15:35:57.3877159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 2022-09-27T15:35:57.3993509Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 2022-09-27T15:35:57.3994510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 2022-09-27T15:35:57.4318454Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 2022-09-27T15:35:57.4320039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 2022-09-27T15:35:57.4441995Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 2022-09-27T15:35:57.4442954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 2022-09-27T15:35:57.4715973Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 2022-09-27T15:35:57.4758613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 2022-09-27T15:35:57.4880193Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 2022-09-27T15:35:57.4880813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 2022-09-27T15:35:57.5157051Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 2022-09-27T15:35:57.5207002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:57.5317596Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:57.5318303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:57.5643930Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:57.5644579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool 2022-09-27T15:35:57.5689931Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool 2022-09-27T15:35:57.5711283Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 2022-09-27T15:35:57.5760654Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 2022-09-27T15:35:57.5763121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool 2022-09-27T15:35:57.5975650Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool 2022-09-27T15:35:57.5987293Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 2022-09-27T15:35:57.6082522Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 2022-09-27T15:35:57.6087082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 2022-09-27T15:35:57.6196895Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 2022-09-27T15:35:57.6198696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 2022-09-27T15:35:57.6523809Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 2022-09-27T15:35:57.6526498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 2022-09-27T15:35:57.6672219Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 2022-09-27T15:35:57.6674014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 2022-09-27T15:35:57.6958720Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 2022-09-27T15:35:57.6959553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 2022-09-27T15:35:57.7108652Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 2022-09-27T15:35:57.7110258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 2022-09-27T15:35:57.7396083Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 2022-09-27T15:35:57.7399366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 2022-09-27T15:35:57.7560158Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 2022-09-27T15:35:57.7562287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 2022-09-27T15:35:57.7838332Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 2022-09-27T15:35:57.7842525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 2022-09-27T15:35:57.8004299Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 2022-09-27T15:35:57.8009089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 2022-09-27T15:35:57.8138414Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 2022-09-27T15:35:57.8151141Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 2022-09-27T15:35:57.8274293Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 2022-09-27T15:35:57.8278300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 2022-09-27T15:35:57.8434652Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 2022-09-27T15:35:57.8437365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 2022-09-27T15:35:57.8720111Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 2022-09-27T15:35:57.8721731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 2022-09-27T15:35:57.8871618Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 2022-09-27T15:35:57.8873740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 2022-09-27T15:35:57.9150386Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 2022-09-27T15:35:57.9152902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 2022-09-27T15:35:57.9309435Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 2022-09-27T15:35:57.9311898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 2022-09-27T15:35:57.9601667Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 2022-09-27T15:35:57.9607922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 2022-09-27T15:35:57.9810142Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 2022-09-27T15:35:57.9813649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 2022-09-27T15:35:58.0039899Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 2022-09-27T15:35:58.0043191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 2022-09-27T15:35:58.0237396Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 2022-09-27T15:35:58.0241071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool 2022-09-27T15:35:58.0268156Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool 2022-09-27T15:35:58.0280920Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 2022-09-27T15:35:58.0470972Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 2022-09-27T15:35:58.0474879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 2022-09-27T15:35:58.0672555Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 2022-09-27T15:35:58.0678828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 2022-09-27T15:35:58.0931102Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 2022-09-27T15:35:58.0935126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool 2022-09-27T15:35:58.1120174Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool 2022-09-27T15:35:58.1125754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 2022-09-27T15:35:58.1215398Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 2022-09-27T15:35:58.1237340Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 2022-09-27T15:35:58.1354122Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 2022-09-27T15:35:58.1358607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 2022-09-27T15:35:58.1554670Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 2022-09-27T15:35:58.1559358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 2022-09-27T15:35:58.1796052Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 2022-09-27T15:35:58.1802797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 2022-09-27T15:35:58.1993958Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 2022-09-27T15:35:58.1998208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 2022-09-27T15:35:58.2238857Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 2022-09-27T15:35:58.2243094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 2022-09-27T15:35:58.2311398Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 2022-09-27T15:35:58.2323365Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 2022-09-27T15:35:58.2433914Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 2022-09-27T15:35:58.2437860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 2022-09-27T15:35:58.2667063Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 2022-09-27T15:35:58.2671154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 2022-09-27T15:35:58.2880030Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 2022-09-27T15:35:58.2884056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 2022-09-27T15:35:58.3119735Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 2022-09-27T15:35:58.3124355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 2022-09-27T15:35:58.3319459Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 2022-09-27T15:35:58.3324894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 2022-09-27T15:35:58.3551937Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 2022-09-27T15:35:58.3557211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 2022-09-27T15:35:58.3794271Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 2022-09-27T15:35:58.3799922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 2022-09-27T15:35:58.3999403Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 2022-09-27T15:35:58.4005001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 2022-09-27T15:35:58.4229677Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 2022-09-27T15:35:58.4234530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 2022-09-27T15:35:58.4416218Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 2022-09-27T15:35:58.4433840Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 2022-09-27T15:35:58.4438604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 2022-09-27T15:35:58.4444830Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 2022-09-27T15:35:58.4673027Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 2022-09-27T15:35:58.4678989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:58.4868994Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:58.4873967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 2022-09-27T15:35:58.5152175Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 2022-09-27T15:35:58.5157621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool 2022-09-27T15:35:58.5319715Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool 2022-09-27T15:35:58.5324591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 2022-09-27T15:35:58.5638069Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 2022-09-27T15:35:58.5643604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 2022-09-27T15:35:58.5752852Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 2022-09-27T15:35:58.5757724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 2022-09-27T15:35:58.6119489Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 2022-09-27T15:35:58.6125153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 2022-09-27T15:35:58.6195169Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 2022-09-27T15:35:58.6200077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:58.6525955Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:58.6549946Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 2022-09-27T15:35:58.6551373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 2022-09-27T15:35:58.6554775Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 2022-09-27T15:35:58.6628601Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 2022-09-27T15:35:58.6629902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool 2022-09-27T15:35:58.7049276Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool 2022-09-27T15:35:58.7050302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 2022-09-27T15:35:58.7076102Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 2022-09-27T15:35:58.7077139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 2022-09-27T15:35:58.7107279Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 2022-09-27T15:35:58.7127206Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 2022-09-27T15:35:58.7517774Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 2022-09-27T15:35:58.7528842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 2022-09-27T15:35:58.7541882Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 2022-09-27T15:35:58.7548073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 2022-09-27T15:35:58.7954883Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 2022-09-27T15:35:58.7966811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 2022-09-27T15:35:58.7974972Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 2022-09-27T15:35:58.7981501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 2022-09-27T15:35:58.8246715Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 2022-09-27T15:35:58.8264011Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 2022-09-27T15:35:58.8398961Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool 2022-09-27T15:35:58.8400068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 2022-09-27T15:35:58.8403886Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 2022-09-27T15:35:58.8405558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 2022-09-27T15:35:58.8834531Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 2022-09-27T15:35:58.8835859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 2022-09-27T15:35:58.8879809Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 2022-09-27T15:35:58.8881308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 2022-09-27T15:35:58.9274282Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 2022-09-27T15:35:58.9275643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 2022-09-27T15:35:58.9325353Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 2022-09-27T15:35:58.9326756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 2022-09-27T15:35:58.9714150Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 2022-09-27T15:35:58.9715470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 2022-09-27T15:35:58.9786980Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 2022-09-27T15:35:58.9788689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 2022-09-27T15:35:59.0204476Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 2022-09-27T15:35:59.0205766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool 2022-09-27T15:35:59.0210402Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool 2022-09-27T15:35:59.0215624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 2022-09-27T15:35:59.0631998Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 2022-09-27T15:35:59.0633370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 2022-09-27T15:35:59.0686972Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 2022-09-27T15:35:59.0688685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 2022-09-27T15:35:59.1071634Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 2022-09-27T15:35:59.1096038Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool 2022-09-27T15:35:59.1132376Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 2022-09-27T15:35:59.1134745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 2022-09-27T15:35:59.1142154Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 2022-09-27T15:35:59.1144029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 2022-09-27T15:35:59.1559747Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 2022-09-27T15:35:59.1560745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 2022-09-27T15:35:59.1594540Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 2022-09-27T15:35:59.1595535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 2022-09-27T15:35:59.1996916Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 2022-09-27T15:35:59.1998301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 2022-09-27T15:35:59.2074912Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 2022-09-27T15:35:59.2075767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 2022-09-27T15:35:59.2377686Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 2022-09-27T15:35:59.2395137Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 2022-09-27T15:35:59.2435595Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 2022-09-27T15:35:59.2437167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool 2022-09-27T15:35:59.2549408Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool 2022-09-27T15:35:59.2550366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 2022-09-27T15:35:59.2878414Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 2022-09-27T15:35:59.2879117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 2022-09-27T15:35:59.2992281Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 2022-09-27T15:35:59.2993749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 2022-09-27T15:35:59.3275211Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 2022-09-27T15:35:59.3308363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 2022-09-27T15:35:59.3469698Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 2022-09-27T15:35:59.3471033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 2022-09-27T15:35:59.3716013Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 2022-09-27T15:35:59.3747385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 2022-09-27T15:35:59.3912042Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 2022-09-27T15:35:59.3913349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 2022-09-27T15:35:59.4156843Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 2022-09-27T15:35:59.4197330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 2022-09-27T15:35:59.4356177Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 2022-09-27T15:35:59.4356941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 2022-09-27T15:35:59.4530272Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 2022-09-27T15:35:59.4552656Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 2022-09-27T15:35:59.4635641Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 2022-09-27T15:35:59.4640180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 2022-09-27T15:35:59.4790434Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 2022-09-27T15:35:59.4794557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:59.5073131Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:59.5077361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 2022-09-27T15:35:59.5233695Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 2022-09-27T15:35:59.5238474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool 2022-09-27T15:35:59.5529426Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool 2022-09-27T15:35:59.5534036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 2022-09-27T15:35:59.5674187Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 2022-09-27T15:35:59.5677940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 2022-09-27T15:35:59.5955561Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 2022-09-27T15:35:59.5962457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 2022-09-27T15:35:59.6118981Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 2022-09-27T15:35:59.6122162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 2022-09-27T15:35:59.6411687Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 2022-09-27T15:35:59.6415156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 2022-09-27T15:35:59.6561585Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 2022-09-27T15:35:59.6565840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 2022-09-27T15:35:59.6844325Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 2022-09-27T15:35:59.6848604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 2022-09-27T15:35:59.6994416Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 2022-09-27T15:35:59.6997855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 2022-09-27T15:35:59.7034687Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 2022-09-27T15:35:59.7056025Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 2022-09-27T15:35:59.7274275Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 2022-09-27T15:35:59.7278131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 2022-09-27T15:35:59.7432242Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 2022-09-27T15:35:59.7436152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 2022-09-27T15:35:59.7712415Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 2022-09-27T15:35:59.7716157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:59.7880125Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:59.7883207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 2022-09-27T15:35:59.8135150Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 2022-09-27T15:35:59.8155998Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 2022-09-27T15:35:59.8161890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool 2022-09-27T15:35:59.8169270Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool 2022-09-27T15:35:59.8315649Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 2022-09-27T15:35:59.8317495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 2022-09-27T15:35:59.8644414Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 2022-09-27T15:35:59.8646550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 2022-09-27T15:35:59.8695013Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 2022-09-27T15:35:59.8716395Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 2022-09-27T15:35:59.8747058Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 2022-09-27T15:35:59.8751948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 2022-09-27T15:35:59.9091932Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 2022-09-27T15:35:59.9100529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 2022-09-27T15:35:59.9196698Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 2022-09-27T15:35:59.9200512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 2022-09-27T15:35:59.9525107Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 2022-09-27T15:35:59.9531437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 2022-09-27T15:35:59.9643367Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 2022-09-27T15:35:59.9650639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 2022-09-27T15:35:59.9925990Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 2022-09-27T15:35:59.9928390Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 2022-09-27T15:35:59.9947740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 2022-09-27T15:35:59.9953080Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool 2022-09-27T15:36:00.0109801Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 2022-09-27T15:36:00.0111768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool 2022-09-27T15:36:00.0402542Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool 2022-09-27T15:36:00.0403287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 2022-09-27T15:36:00.0481906Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 2022-09-27T15:36:00.0512507Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 2022-09-27T15:36:00.0587853Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 2022-09-27T15:36:00.0591135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 2022-09-27T15:36:00.0838084Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 2022-09-27T15:36:00.0842167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 2022-09-27T15:36:00.1035341Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 2022-09-27T15:36:00.1037856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 2022-09-27T15:36:00.1270777Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 2022-09-27T15:36:00.1272892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 2022-09-27T15:36:00.1484620Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 2022-09-27T15:36:00.1486408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 2022-09-27T15:36:00.1715994Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 2022-09-27T15:36:00.1717715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 2022-09-27T15:36:00.1916952Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 2022-09-27T15:36:00.1918751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 2022-09-27T15:36:00.2163392Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 2022-09-27T15:36:00.2164491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 2022-09-27T15:36:00.2254540Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 2022-09-27T15:36:00.2273591Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 2022-09-27T15:36:00.2347441Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 2022-09-27T15:36:00.2350259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 2022-09-27T15:36:00.2656727Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 2022-09-27T15:36:00.2662986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 2022-09-27T15:36:00.2794720Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 2022-09-27T15:36:00.2802295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 2022-09-27T15:36:00.2932624Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 2022-09-27T15:36:00.2945760Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool 2022-09-27T15:36:00.3069986Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 2022-09-27T15:36:00.3074873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 2022-09-27T15:36:00.3192671Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 2022-09-27T15:36:00.3220940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 2022-09-27T15:36:00.3512079Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 2022-09-27T15:36:00.3517756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 2022-09-27T15:36:00.3635358Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 2022-09-27T15:36:00.3675527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 2022-09-27T15:36:00.3968734Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 2022-09-27T15:36:00.3973875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool 2022-09-27T15:36:00.4005966Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool 2022-09-27T15:36:00.4026909Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 2022-09-27T15:36:00.4071309Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:36:00.4106027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 2022-09-27T15:36:00.4393806Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 2022-09-27T15:36:00.4399252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 2022-09-27T15:36:00.4515548Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 2022-09-27T15:36:00.4553978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:00.4794877Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:00.4838398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 2022-09-27T15:36:00.4951859Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 2022-09-27T15:36:00.4984246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool 2022-09-27T15:36:00.5280595Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool 2022-09-27T15:36:00.5288351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 2022-09-27T15:36:00.5395318Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 2022-09-27T15:36:00.5434970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:00.5713921Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:00.5722147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 2022-09-27T15:36:00.5729896Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 2022-09-27T15:36:00.5751084Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:36:00.5885715Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:36:00.5889874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:00.6116607Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:00.6167495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 2022-09-27T15:36:00.6275729Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 2022-09-27T15:36:00.6302503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 2022-09-27T15:36:00.6558383Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 2022-09-27T15:36:00.6602462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 2022-09-27T15:36:00.6714557Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 2022-09-27T15:36:00.6748799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 2022-09-27T15:36:00.6772724Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 2022-09-27T15:36:00.6786820Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 2022-09-27T15:36:00.7032585Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 2022-09-27T15:36:00.7078927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 2022-09-27T15:36:00.7153342Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 2022-09-27T15:36:00.7185636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 2022-09-27T15:36:00.7475253Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 2022-09-27T15:36:00.7506427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 2022-09-27T15:36:00.7634663Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 2022-09-27T15:36:00.7663636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 2022-09-27T15:36:00.7819674Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 2022-09-27T15:36:00.7829262Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:36:00.7916889Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:36:00.7946949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 2022-09-27T15:36:00.8075559Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 2022-09-27T15:36:00.8104463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 2022-09-27T15:36:00.8358536Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 2022-09-27T15:36:00.8401244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 2022-09-27T15:36:00.8516721Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 2022-09-27T15:36:00.8541928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 2022-09-27T15:36:00.8793679Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 2022-09-27T15:36:00.8841114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:00.8953470Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:00.8979261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:00.9235365Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:00.9262333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool 2022-09-27T15:36:00.9349296Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool 2022-09-27T15:36:00.9356112Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 2022-09-27T15:36:00.9391345Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 2022-09-27T15:36:00.9419084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:36:00.9674872Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:36:00.9704641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 2022-09-27T15:36:00.9876314Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 2022-09-27T15:36:00.9903349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 2022-09-27T15:36:00.9936588Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 2022-09-27T15:36:00.9947069Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:36:01.0116610Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:36:01.0147016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 2022-09-27T15:36:01.0229592Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 2022-09-27T15:36:01.0238362Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 2022-09-27T15:36:01.0312807Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 2022-09-27T15:36:01.0346072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 2022-09-27T15:36:01.0556019Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 2022-09-27T15:36:01.0582644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 2022-09-27T15:36:01.0752167Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 2022-09-27T15:36:01.0791233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:01.0997744Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:01.1036177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 2022-09-27T15:36:01.1195998Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 2022-09-27T15:36:01.1224715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:36:01.1438771Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:36:01.1479177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 2022-09-27T15:36:01.1567401Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 2022-09-27T15:36:01.1578963Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:36:01.1633128Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:36:01.1660603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:36:01.1689334Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:36:01.1697139Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 2022-09-27T15:36:01.1877666Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 2022-09-27T15:36:01.1917064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 2022-09-27T15:36:01.2076318Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 2022-09-27T15:36:01.2103035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 2022-09-27T15:36:01.2319119Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 2022-09-27T15:36:01.2361391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 2022-09-27T15:36:01.2518012Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 2022-09-27T15:36:01.2544541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool 2022-09-27T15:36:01.2758656Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool 2022-09-27T15:36:01.2796656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 2022-09-27T15:36:01.2955716Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 2022-09-27T15:36:01.2984251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 2022-09-27T15:36:01.3002443Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 2022-09-27T15:36:01.3008451Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 2022-09-27T15:36:01.3196659Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 2022-09-27T15:36:01.3244517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 2022-09-27T15:36:01.3394623Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 2022-09-27T15:36:01.3422645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 2022-09-27T15:36:01.3598562Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 2022-09-27T15:36:01.3615640Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:36:01.3676684Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:36:01.3722102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 2022-09-27T15:36:01.3832427Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 2022-09-27T15:36:01.3862180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 2022-09-27T15:36:01.4118543Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 2022-09-27T15:36:01.4162935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 2022-09-27T15:36:01.4275213Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 2022-09-27T15:36:01.4306367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 2022-09-27T15:36:01.4309682Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 2022-09-27T15:36:01.4317482Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 2022-09-27T15:36:01.4553797Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 2022-09-27T15:36:01.4582478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool 2022-09-27T15:36:01.4713328Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool 2022-09-27T15:36:01.4745465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 2022-09-27T15:36:01.5037729Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 2022-09-27T15:36:01.5077823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 2022-09-27T15:36:01.5154527Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 2022-09-27T15:36:01.5184268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 2022-09-27T15:36:01.5479740Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 2022-09-27T15:36:01.5522645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 2022-09-27T15:36:01.5634740Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 2022-09-27T15:36:01.5674961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 2022-09-27T15:36:01.5679817Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:36:01.5690555Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 2022-09-27T15:36:01.5697682Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:36:01.5705718Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 2022-09-27T15:36:01.5917736Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 2022-09-27T15:36:01.5960222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 2022-09-27T15:36:01.6074452Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 2022-09-27T15:36:01.6103375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:01.6359477Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:01.6399212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 2022-09-27T15:36:01.6554060Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 2022-09-27T15:36:01.6581525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool 2022-09-27T15:36:01.6799081Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool 2022-09-27T15:36:01.6835100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 2022-09-27T15:36:01.6959328Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 2022-09-27T15:36:01.6969308Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 2022-09-27T15:36:01.6991325Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 2022-09-27T15:36:01.7019959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 2022-09-27T15:36:01.7237432Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 2022-09-27T15:36:01.7270705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 2022-09-27T15:36:01.7434185Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 2022-09-27T15:36:01.7468652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 2022-09-27T15:36:01.7678077Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 2022-09-27T15:36:01.7721673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 2022-09-27T15:36:01.7914060Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 2022-09-27T15:36:01.7947436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 2022-09-27T15:36:01.8099412Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 2022-09-27T15:36:01.8122383Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:36:01.8154933Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 2022-09-27T15:36:01.8191155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 2022-09-27T15:36:01.8353630Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 2022-09-27T15:36:01.8374374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 2022-09-27T15:36:01.8393931Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 2022-09-27T15:36:01.8395146Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 2022-09-27T15:36:01.8601194Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 2022-09-27T15:36:01.8647674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 2022-09-27T15:36:01.8835059Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 2022-09-27T15:36:01.8868569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 2022-09-27T15:36:01.9078124Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 2022-09-27T15:36:01.9122370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 2022-09-27T15:36:01.9275514Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 2022-09-27T15:36:01.9301700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 2022-09-27T15:36:01.9518089Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 2022-09-27T15:36:01.9559550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 2022-09-27T15:36:01.9718644Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 2022-09-27T15:36:01.9739646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 2022-09-27T15:36:01.9753789Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 2022-09-27T15:36:01.9759429Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 2022-09-27T15:36:01.9957777Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool 2022-09-27T15:36:01.9992552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 2022-09-27T15:36:02.0159081Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 2022-09-27T15:36:02.0194710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool 2022-09-27T15:36:02.0395385Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool 2022-09-27T15:36:02.0424873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 2022-09-27T15:36:02.0595081Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 2022-09-27T15:36:02.0626384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 2022-09-27T15:36:02.0836493Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 2022-09-27T15:36:02.0870535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:02.1015640Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:02.1028089Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 2022-09-27T15:36:02.1073456Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 2022-09-27T15:36:02.1111695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 2022-09-27T15:36:02.1252999Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 2022-09-27T15:36:02.1262225Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool 2022-09-27T15:36:02.1272027Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 2022-09-27T15:36:02.1299807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 2022-09-27T15:36:02.1516812Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 2022-09-27T15:36:02.1559541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 2022-09-27T15:36:02.1715351Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 2022-09-27T15:36:02.1744644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 2022-09-27T15:36:02.1953214Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 2022-09-27T15:36:02.1982365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 2022-09-27T15:36:02.2195364Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 2022-09-27T15:36:02.2228479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 2022-09-27T15:36:02.2399514Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 2022-09-27T15:36:02.2441499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 2022-09-27T15:36:02.2635026Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 2022-09-27T15:36:02.2667279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 2022-09-27T15:36:02.2835688Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 2022-09-27T15:36:02.2863200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 2022-09-27T15:36:02.3080249Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 2022-09-27T15:36:02.3124975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 2022-09-27T15:36:02.3319197Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 2022-09-27T15:36:02.3354481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 2022-09-27T15:36:02.3466658Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 2022-09-27T15:36:02.3477414Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 2022-09-27T15:36:02.3511262Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 2022-09-27T15:36:02.3540238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 2022-09-27T15:36:02.3800244Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 2022-09-27T15:36:02.3842967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool 2022-09-27T15:36:02.3993593Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool 2022-09-27T15:36:02.4002353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 2022-09-27T15:36:02.4012231Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 2022-09-27T15:36:02.4024904Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 2022-09-27T15:36:02.4278989Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 2022-09-27T15:36:02.4316699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 2022-09-27T15:36:02.4435184Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 2022-09-27T15:36:02.4478178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool 2022-09-27T15:36:02.4717003Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool 2022-09-27T15:36:02.4746649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 2022-09-27T15:36:02.4875278Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 2022-09-27T15:36:02.4905355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 2022-09-27T15:36:02.5157861Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 2022-09-27T15:36:02.5200926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 2022-09-27T15:36:02.5318938Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 2022-09-27T15:36:02.5357746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 2022-09-27T15:36:02.5493995Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 2022-09-27T15:36:02.5502529Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 2022-09-27T15:36:02.5633229Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 2022-09-27T15:36:02.5662269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 2022-09-27T15:36:02.5752467Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 2022-09-27T15:36:02.5784206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 2022-09-27T15:36:02.6115507Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 2022-09-27T15:36:02.6148721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 2022-09-27T15:36:02.6192174Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 2022-09-27T15:36:02.6225104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 2022-09-27T15:36:02.6410986Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 2022-09-27T15:36:02.6421447Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 2022-09-27T15:36:02.6555191Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 2022-09-27T15:36:02.6587418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 2022-09-27T15:36:02.6676954Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 2022-09-27T15:36:02.6721881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 2022-09-27T15:36:02.6995369Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 2022-09-27T15:36:02.7021994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 2022-09-27T15:36:02.7111969Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 2022-09-27T15:36:02.7148292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 2022-09-27T15:36:02.7475980Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 2022-09-27T15:36:02.7505987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool 2022-09-27T15:36:02.7551672Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool 2022-09-27T15:36:02.7585345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 2022-09-27T15:36:02.7636017Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 2022-09-27T15:36:02.7643218Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 2022-09-27T15:36:02.7953883Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 2022-09-27T15:36:02.7985655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 2022-09-27T15:36:02.8031218Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 2022-09-27T15:36:02.8055371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool 2022-09-27T15:36:02.8395377Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool 2022-09-27T15:36:02.8423168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 2022-09-27T15:36:02.8519558Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 2022-09-27T15:36:02.8562864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 2022-09-27T15:36:02.8712074Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 2022-09-27T15:36:02.8720079Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 2022-09-27T15:36:02.8832622Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 2022-09-27T15:36:02.8870771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 2022-09-27T15:36:02.8989165Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 2022-09-27T15:36:02.9001498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 2022-09-27T15:36:02.9143739Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 2022-09-27T15:36:02.9154335Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 2022-09-27T15:36:02.9275738Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 2022-09-27T15:36:02.9335646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 2022-09-27T15:36:02.9394701Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 2022-09-27T15:36:02.9434714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 2022-09-27T15:36:02.9715121Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 2022-09-27T15:36:02.9754908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 2022-09-27T15:36:02.9835002Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 2022-09-27T15:36:02.9879017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 2022-09-27T15:36:03.0132135Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 2022-09-27T15:36:03.0142373Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 2022-09-27T15:36:03.0188183Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 2022-09-27T15:36:03.0192231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 2022-09-27T15:36:03.0272121Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 2022-09-27T15:36:03.0302164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 2022-09-27T15:36:03.0594524Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 2022-09-27T15:36:03.0628808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 2022-09-27T15:36:03.0711913Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 2022-09-27T15:36:03.0739905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 2022-09-27T15:36:03.0921215Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 2022-09-27T15:36:03.0930981Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 2022-09-27T15:36:03.1030710Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 2022-09-27T15:36:03.1057659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool 2022-09-27T15:36:03.1153229Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool 2022-09-27T15:36:03.1185109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 2022-09-27T15:36:03.1475265Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 2022-09-27T15:36:03.1505131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 2022-09-27T15:36:03.1592185Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 2022-09-27T15:36:03.1624385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 2022-09-27T15:36:03.1714352Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 2022-09-27T15:36:03.1725413Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 2022-09-27T15:36:03.1737903Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 2022-09-27T15:36:03.1745523Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 2022-09-27T15:36:03.1914038Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 2022-09-27T15:36:03.1945716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 2022-09-27T15:36:03.2036176Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 2022-09-27T15:36:03.2064036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool 2022-09-27T15:36:03.2355321Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool 2022-09-27T15:36:03.2386339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 2022-09-27T15:36:03.2416948Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 2022-09-27T15:36:03.2425506Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 2022-09-27T15:36:03.2470271Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 2022-09-27T15:36:03.2497193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 2022-09-27T15:36:03.2793718Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 2022-09-27T15:36:03.2822198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 2022-09-27T15:36:03.2912224Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 2022-09-27T15:36:03.2938654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 2022-09-27T15:36:03.3233075Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 2022-09-27T15:36:03.3265075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 2022-09-27T15:36:03.3344434Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 2022-09-27T15:36:03.3353384Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 2022-09-27T15:36:03.3354649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 2022-09-27T15:36:03.3385274Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 2022-09-27T15:36:03.3733265Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 2022-09-27T15:36:03.3791706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 2022-09-27T15:36:03.3803585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 2022-09-27T15:36:03.3838204Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 2022-09-27T15:36:03.4187884Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 2022-09-27T15:36:03.4196556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 2022-09-27T15:36:03.4203821Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 2022-09-27T15:36:03.4209954Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 2022-09-27T15:36:03.4232778Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 2022-09-27T15:36:03.4275833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 2022-09-27T15:36:03.4284258Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 2022-09-27T15:36:03.4376304Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 2022-09-27T15:36:03.4386423Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 2022-09-27T15:36:03.4589973Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 2022-09-27T15:36:03.4623774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 2022-09-27T15:36:03.4631608Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 2022-09-27T15:36:03.4701886Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool 2022-09-27T15:36:03.4717269Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool 2022-09-27T15:36:03.4743711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 2022-09-27T15:36:03.5073318Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 2022-09-27T15:36:03.5108701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool 2022-09-27T15:36:03.5201011Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool 2022-09-27T15:36:03.5202260Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 2022-09-27T15:36:03.5228748Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 2022-09-27T15:36:03.5229538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 2022-09-27T15:36:03.5512323Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 2022-09-27T15:36:03.5546843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 2022-09-27T15:36:03.5613027Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 2022-09-27T15:36:03.5664162Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 2022-09-27T15:36:03.5668278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 2022-09-27T15:36:03.5683491Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 2022-09-27T15:36:03.5980191Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 2022-09-27T15:36:03.5984453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 2022-09-27T15:36:03.6028965Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 2022-09-27T15:36:03.6069013Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 2022-09-27T15:36:03.6092318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 2022-09-27T15:36:03.6103297Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 2022-09-27T15:36:03.6392342Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 2022-09-27T15:36:03.6419570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 2022-09-27T15:36:03.6471698Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 2022-09-27T15:36:03.6510408Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 2022-09-27T15:36:03.6544120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:03.6556337Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:03.6782926Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 2022-09-27T15:36:03.6793020Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 2022-09-27T15:36:03.6830215Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 2022-09-27T15:36:03.6853459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 2022-09-27T15:36:03.6909460Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 2022-09-27T15:36:03.6949988Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 2022-09-27T15:36:03.6983094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool 2022-09-27T15:36:03.6986256Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool 2022-09-27T15:36:03.7271812Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 2022-09-27T15:36:03.7295505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 2022-09-27T15:36:03.7350750Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 2022-09-27T15:36:03.7390012Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 2022-09-27T15:36:03.7414896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:36:03.7433463Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:36:03.7714728Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 2022-09-27T15:36:03.7742842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 2022-09-27T15:36:03.7834022Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 2022-09-27T15:36:03.7837994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:36:03.7862629Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 2022-09-27T15:36:03.7905878Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:36:03.8195583Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 2022-09-27T15:36:03.8226509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 2022-09-27T15:36:03.8273328Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 2022-09-27T15:36:03.8274943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 2022-09-27T15:36:03.8300172Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 2022-09-27T15:36:03.8360776Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 2022-09-27T15:36:03.8635293Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 2022-09-27T15:36:03.8663747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:03.8712678Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:03.8725876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 2022-09-27T15:36:03.8733643Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 2022-09-27T15:36:03.8744283Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 2022-09-27T15:36:03.8753738Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 2022-09-27T15:36:03.8807687Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 2022-09-27T15:36:03.9074418Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 2022-09-27T15:36:03.9108693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool 2022-09-27T15:36:03.9150847Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool 2022-09-27T15:36:03.9180312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 2022-09-27T15:36:03.9191403Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 2022-09-27T15:36:03.9256608Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 2022-09-27T15:36:03.9514874Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 2022-09-27T15:36:03.9545290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 2022-09-27T15:36:03.9592383Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 2022-09-27T15:36:03.9619339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 2022-09-27T15:36:03.9633530Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 2022-09-27T15:36:03.9698642Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 2022-09-27T15:36:03.9953921Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 2022-09-27T15:36:03.9984554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 2022-09-27T15:36:04.0031109Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 2022-09-27T15:36:04.0063142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 2022-09-27T15:36:04.0075318Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 2022-09-27T15:36:04.0215923Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 2022-09-27T15:36:04.0435053Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 2022-09-27T15:36:04.0466984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 2022-09-27T15:36:04.0480336Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 2022-09-27T15:36:04.0517237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 2022-09-27T15:36:04.0523879Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 2022-09-27T15:36:04.0655860Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool 2022-09-27T15:36:04.0668482Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool 2022-09-27T15:36:04.0675822Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 2022-09-27T15:36:04.0874418Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:36:04.0900300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 2022-09-27T15:36:04.0916324Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:36:04.0927577Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 2022-09-27T15:36:04.0951329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:36:04.0960512Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 2022-09-27T15:36:04.1103229Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:36:04.1111591Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 2022-09-27T15:36:04.1314755Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:36:04.1338551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 2022-09-27T15:36:04.1350761Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:36:04.1359825Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 2022-09-27T15:36:04.1389928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 2022-09-27T15:36:04.1395670Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 2022-09-27T15:36:04.1546892Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 2022-09-27T15:36:04.1559663Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 2022-09-27T15:36:04.1754261Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 2022-09-27T15:36:04.1769797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 2022-09-27T15:36:04.1784087Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 2022-09-27T15:36:04.1793290Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 2022-09-27T15:36:04.1818936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool 2022-09-27T15:36:04.1870022Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool 2022-09-27T15:36:04.1989521Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 2022-09-27T15:36:04.2018410Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 2022-09-27T15:36:04.2195766Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 2022-09-27T15:36:04.2233609Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 2022-09-27T15:36:04.2234530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 2022-09-27T15:36:04.2261541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 2022-09-27T15:36:04.2268945Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 2022-09-27T15:36:04.2350591Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 2022-09-27T15:36:04.2429649Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 2022-09-27T15:36:04.2496186Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:36:04.2674241Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 2022-09-27T15:36:04.2674651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 2022-09-27T15:36:04.2686139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 2022-09-27T15:36:04.2712943Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 2022-09-27T15:36:04.2789705Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 2022-09-27T15:36:04.2894122Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 2022-09-27T15:36:04.3111025Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 2022-09-27T15:36:04.3112939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 2022-09-27T15:36:04.3135422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 2022-09-27T15:36:04.3141879Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 2022-09-27T15:36:04.3230450Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 2022-09-27T15:36:04.3342784Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 2022-09-27T15:36:04.3554033Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 2022-09-27T15:36:04.3555006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 2022-09-27T15:36:04.3583748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 2022-09-27T15:36:04.3585837Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 2022-09-27T15:36:04.3669659Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 2022-09-27T15:36:04.3770332Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 2022-09-27T15:36:04.3993885Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 2022-09-27T15:36:04.3995076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 2022-09-27T15:36:04.4019654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 2022-09-27T15:36:04.4025941Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 2022-09-27T15:36:04.4109789Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 2022-09-27T15:36:04.4213477Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 2022-09-27T15:36:04.4431237Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 2022-09-27T15:36:04.4436244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 2022-09-27T15:36:04.4456702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 2022-09-27T15:36:04.4463476Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 2022-09-27T15:36:04.4550048Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 2022-09-27T15:36:04.4652247Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 2022-09-27T15:36:04.4875132Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 2022-09-27T15:36:04.4875776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 2022-09-27T15:36:04.4903738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 2022-09-27T15:36:04.4905973Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 2022-09-27T15:36:04.4992279Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 2022-09-27T15:36:04.5100386Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 2022-09-27T15:36:04.5314680Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 2022-09-27T15:36:04.5315361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 2022-09-27T15:36:04.5339503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 2022-09-27T15:36:04.5345819Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 2022-09-27T15:36:04.5415844Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 2022-09-27T15:36:04.5424146Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:36:04.5430561Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:36:04.5532339Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 2022-09-27T15:36:04.5750490Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 2022-09-27T15:36:04.5753514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 2022-09-27T15:36:04.5778173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 2022-09-27T15:36:04.5784845Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 2022-09-27T15:36:04.5868980Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 2022-09-27T15:36:04.5989630Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 2022-09-27T15:36:04.6190360Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 2022-09-27T15:36:04.6192728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 2022-09-27T15:36:04.6213031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:04.6220914Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 2022-09-27T15:36:04.6308758Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:04.6428225Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 2022-09-27T15:36:04.6633747Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 2022-09-27T15:36:04.6634542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:04.6662663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 2022-09-27T15:36:04.6665283Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 2022-09-27T15:36:04.6750297Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:04.6876110Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 2022-09-27T15:36:04.7069907Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 2022-09-27T15:36:04.7072213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool 2022-09-27T15:36:04.7095080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 2022-09-27T15:36:04.7101020Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 2022-09-27T15:36:04.7188663Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool 2022-09-27T15:36:04.7314605Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 2022-09-27T15:36:04.7514091Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 2022-09-27T15:36:04.7514868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 2022-09-27T15:36:04.7543063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 2022-09-27T15:36:04.7545704Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 2022-09-27T15:36:04.7629596Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 2022-09-27T15:36:04.7748366Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 2022-09-27T15:36:04.7954559Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 2022-09-27T15:36:04.7955139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 2022-09-27T15:36:04.7976622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 2022-09-27T15:36:04.7979910Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 2022-09-27T15:36:04.8070026Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 2022-09-27T15:36:04.8188049Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 2022-09-27T15:36:04.8353453Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 2022-09-27T15:36:04.8361567Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:36:04.8391057Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:36:04.8391679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 2022-09-27T15:36:04.8416587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 2022-09-27T15:36:04.8418671Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 2022-09-27T15:36:04.8508878Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 2022-09-27T15:36:04.8718530Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 2022-09-27T15:36:04.8831301Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 2022-09-27T15:36:04.8832014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 2022-09-27T15:36:04.8856865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 2022-09-27T15:36:04.8859593Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 2022-09-27T15:36:04.8949936Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 2022-09-27T15:36:04.9161873Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 2022-09-27T15:36:04.9272177Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 2022-09-27T15:36:04.9272879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 2022-09-27T15:36:04.9296822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 2022-09-27T15:36:04.9303524Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 2022-09-27T15:36:04.9390195Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 2022-09-27T15:36:04.9602340Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 2022-09-27T15:36:04.9713570Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 2022-09-27T15:36:04.9715618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 2022-09-27T15:36:04.9739894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 2022-09-27T15:36:04.9742681Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 2022-09-27T15:36:04.9830207Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 2022-09-27T15:36:05.0056159Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 2022-09-27T15:36:05.0152783Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 2022-09-27T15:36:05.0153245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 2022-09-27T15:36:05.0181076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 2022-09-27T15:36:05.0184243Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 2022-09-27T15:36:05.0270481Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 2022-09-27T15:36:05.0465695Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 2022-09-27T15:36:05.0592739Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 2022-09-27T15:36:05.0593131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 2022-09-27T15:36:05.0619716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 2022-09-27T15:36:05.0623071Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 2022-09-27T15:36:05.0710659Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 2022-09-27T15:36:05.0904777Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 2022-09-27T15:36:05.1033965Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 2022-09-27T15:36:05.1034621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 2022-09-27T15:36:05.1062052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 2022-09-27T15:36:05.1064786Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 2022-09-27T15:36:05.1151333Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 2022-09-27T15:36:05.1261596Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 2022-09-27T15:36:05.1267915Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:36:05.1474707Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:36:05.1475338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 2022-09-27T15:36:05.1503058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 2022-09-27T15:36:05.1506391Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 2022-09-27T15:36:05.1945270Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 2022-09-27T15:36:05.2017040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 2022-09-27T15:36:05.2018951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 2022-09-27T15:36:05.2025428Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 2022-09-27T15:36:05.2388642Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 2022-09-27T15:36:05.2396096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool 2022-09-27T15:36:05.2417315Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool 2022-09-27T15:36:05.2419457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 2022-09-27T15:36:05.2796451Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 2022-09-27T15:36:05.2840676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 2022-09-27T15:36:05.2862953Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 2022-09-27T15:36:05.2864450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 2022-09-27T15:36:05.3236559Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 2022-09-27T15:36:05.3275323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 2022-09-27T15:36:05.3287000Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 2022-09-27T15:36:05.3335871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:05.3676324Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:05.3704256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 2022-09-27T15:36:05.3714827Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 2022-09-27T15:36:05.3751582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 2022-09-27T15:36:05.4116055Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 2022-09-27T15:36:05.4154291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 2022-09-27T15:36:05.4169705Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 2022-09-27T15:36:05.4208625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 2022-09-27T15:36:05.4370889Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 2022-09-27T15:36:05.4377285Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 2022-09-27T15:36:05.4553009Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 2022-09-27T15:36:05.4583119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 2022-09-27T15:36:05.4599080Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 2022-09-27T15:36:05.4968333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 2022-09-27T15:36:05.4990343Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:36:05.5009608Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:36:05.5035198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 2022-09-27T15:36:05.5495899Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 2022-09-27T15:36:05.5501137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 2022-09-27T15:36:05.5912617Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 2022-09-27T15:36:05.5916799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 2022-09-27T15:36:05.6203921Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 2022-09-27T15:36:05.6229967Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 2022-09-27T15:36:05.6351889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 2022-09-27T15:36:05.6359526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 2022-09-27T15:36:05.6756857Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 2022-09-27T15:36:05.6809459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 2022-09-27T15:36:05.7280947Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 2022-09-27T15:36:05.7286404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 2022-09-27T15:36:05.7751519Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 2022-09-27T15:36:05.7780285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:05.8191037Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:05.8198941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool 2022-09-27T15:36:05.8353218Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool 2022-09-27T15:36:05.8374131Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 2022-09-27T15:36:05.8641870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 2022-09-27T15:36:05.8642761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 2022-09-27T15:36:05.9075328Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 2022-09-27T15:36:05.9081973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 2022-09-27T15:36:05.9257291Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 2022-09-27T15:36:05.9272167Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 2022-09-27T15:36:05.9340574Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 2022-09-27T15:36:05.9357394Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:36:05.9514798Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:36:05.9524804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 2022-09-27T15:36:05.9952650Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 2022-09-27T15:36:05.9955753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 2022-09-27T15:36:06.0391529Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 2022-09-27T15:36:06.0394575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 2022-09-27T15:36:06.0764646Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 2022-09-27T15:36:06.0788420Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 2022-09-27T15:36:06.0831632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 2022-09-27T15:36:06.0833933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 2022-09-27T15:36:06.1275173Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 2022-09-27T15:36:06.1277287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 2022-09-27T15:36:06.1676439Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 2022-09-27T15:36:06.1702993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 2022-09-27T15:36:06.2072697Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 2022-09-27T15:36:06.2087651Z [gw1] [ 40%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 2022-09-27T15:36:06.2112870Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 2022-09-27T15:36:06.2154831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 2022-09-27T15:36:06.2594651Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 2022-09-27T15:36:06.2596846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 2022-09-27T15:36:06.2723089Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 2022-09-27T15:36:06.2741508Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 2022-09-27T15:36:06.3036595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 2022-09-27T15:36:06.3045432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 2022-09-27T15:36:06.3479953Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 2022-09-27T15:36:06.3488357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 2022-09-27T15:36:06.3681137Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 2022-09-27T15:36:06.3697290Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:36:06.3916404Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 2022-09-27T15:36:06.3925166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool 2022-09-27T15:36:06.4392102Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool 2022-09-27T15:36:06.4401260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 2022-09-27T15:36:06.4448646Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 2022-09-27T15:36:06.4473752Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 2022-09-27T15:36:06.4524085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 2022-09-27T15:36:06.4544393Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 2022-09-27T15:36:06.4873756Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 2022-09-27T15:36:06.4882784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 2022-09-27T15:36:06.4947162Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 2022-09-27T15:36:06.4965644Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 2022-09-27T15:36:06.5273416Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 2022-09-27T15:36:06.5309984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 2022-09-27T15:36:06.5339259Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 2022-09-27T15:36:06.5390384Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 2022-09-27T15:36:06.5752487Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 2022-09-27T15:36:06.5760749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 2022-09-27T15:36:06.5802063Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 2022-09-27T15:36:06.5874272Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 2022-09-27T15:36:06.6044348Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 2022-09-27T15:36:06.6059045Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 2022-09-27T15:36:06.6199673Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 2022-09-27T15:36:06.6207437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 2022-09-27T15:36:06.6566249Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 2022-09-27T15:36:06.6631056Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 2022-09-27T15:36:06.6639040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 2022-09-27T15:36:06.6711456Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 2022-09-27T15:36:06.6860341Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 2022-09-27T15:36:06.6883956Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 2022-09-27T15:36:06.7108065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool 2022-09-27T15:36:06.7116292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 2022-09-27T15:36:06.7211927Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 2022-09-27T15:36:06.7236531Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 2022-09-27T15:36:06.7357366Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 2022-09-27T15:36:06.7552249Z [gw0] [ 40%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 2022-09-27T15:36:06.7560610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 2022-09-27T15:36:06.7754322Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 2022-09-27T15:36:06.7763997Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 2022-09-27T15:36:06.7998382Z [gw0] [ 40%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 2022-09-27T15:36:06.8007473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 2022-09-27T15:36:06.8193066Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 2022-09-27T15:36:06.8193679Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 2022-09-27T15:36:06.8395927Z [gw0] [ 40%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 2022-09-27T15:36:06.8426889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 2022-09-27T15:36:06.8631405Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 2022-09-27T15:36:06.8875647Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 2022-09-27T15:36:06.8903415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 2022-09-27T15:36:06.9231046Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 2022-09-27T15:36:06.9264660Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 2022-09-27T15:36:06.9311083Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 2022-09-27T15:36:06.9317828Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool 2022-09-27T15:36:06.9345246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:06.9353477Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:06.9832335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 2022-09-27T15:36:06.9840623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool 2022-09-27T15:36:06.9918155Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool 2022-09-27T15:36:06.9941257Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 2022-09-27T15:36:07.0245775Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 2022-09-27T15:36:07.0272295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:07.0714335Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:07.0722252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:07.1200331Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:07.1208689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:07.1632608Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:07.1640969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 2022-09-27T15:36:07.2081024Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 2022-09-27T15:36:07.2088970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 2022-09-27T15:36:07.2402122Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 2022-09-27T15:36:07.2429014Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 2022-09-27T15:36:07.2548571Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool 2022-09-27T15:36:07.2555709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 2022-09-27T15:36:07.3034684Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 2022-09-27T15:36:07.3045818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 2022-09-27T15:36:07.3490454Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 2022-09-27T15:36:07.3497667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 2022-09-27T15:36:07.3921340Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 2022-09-27T15:36:07.3922304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 2022-09-27T15:36:07.3986767Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 2022-09-27T15:36:07.4018607Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 2022-09-27T15:36:07.4239434Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 2022-09-27T15:36:07.4266614Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 2022-09-27T15:36:07.4354574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 2022-09-27T15:36:07.4361266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 2022-09-27T15:36:07.4798382Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 2022-09-27T15:36:07.4803823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:07.5248278Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:07.5292207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 2022-09-27T15:36:07.5754549Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 2022-09-27T15:36:07.5765576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 2022-09-27T15:36:07.6211820Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 2022-09-27T15:36:07.6222817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 2022-09-27T15:36:07.6638814Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 2022-09-27T15:36:07.6650543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 2022-09-27T15:36:07.7074793Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 2022-09-27T15:36:07.7084386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 2022-09-27T15:36:07.7560016Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 2022-09-27T15:36:07.7569452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 2022-09-27T15:36:07.8001461Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 2022-09-27T15:36:07.8011204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:07.8445355Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:07.8454909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 2022-09-27T15:36:07.8813636Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 2022-09-27T15:36:07.8872218Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool 2022-09-27T15:36:07.8872772Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 2022-09-27T15:36:07.8878242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 2022-09-27T15:36:07.8998926Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 2022-09-27T15:36:07.9023604Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 2022-09-27T15:36:07.9317114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 2022-09-27T15:36:07.9319592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 2022-09-27T15:36:07.9795431Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 2022-09-27T15:36:07.9796089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 2022-09-27T15:36:08.0236254Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 2022-09-27T15:36:08.0237220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 2022-09-27T15:36:08.0685025Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 2022-09-27T15:36:08.0685838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 2022-09-27T15:36:08.1123794Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 2022-09-27T15:36:08.1124482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 2022-09-27T15:36:08.1184793Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 2022-09-27T15:36:08.1209366Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 2022-09-27T15:36:08.1435312Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 2022-09-27T15:36:08.1451223Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 2022-09-27T15:36:08.1561595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 2022-09-27T15:36:08.1593162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 2022-09-27T15:36:08.2037649Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 2022-09-27T15:36:08.2042492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 2022-09-27T15:36:08.2480372Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 2022-09-27T15:36:08.2481070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 2022-09-27T15:36:08.2919748Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 2022-09-27T15:36:08.2920434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 2022-09-27T15:36:08.3398209Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 2022-09-27T15:36:08.3399002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:08.3844282Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:08.3845003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:36:08.4290532Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:36:08.4291247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:36:08.4291922Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:36:08.4314421Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 2022-09-27T15:36:08.4676373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 2022-09-27T15:36:08.4713918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 2022-09-27T15:36:08.5157988Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 2022-09-27T15:36:08.5158718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 2022-09-27T15:36:08.5599126Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 2022-09-27T15:36:08.5599867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 2022-09-27T15:36:08.6082143Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 2022-09-27T15:36:08.6082964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 2022-09-27T15:36:08.6520679Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 2022-09-27T15:36:08.6521306Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 2022-09-27T15:36:08.6521891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 2022-09-27T15:36:08.6528044Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 2022-09-27T15:36:08.6996595Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 2022-09-27T15:36:08.6997185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 2022-09-27T15:36:08.7284578Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 2022-09-27T15:36:08.7317437Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 2022-09-27T15:36:08.7333842Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 2022-09-27T15:36:08.7352019Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 2022-09-27T15:36:08.7475905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 2022-09-27T15:36:08.7476477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 2022-09-27T15:36:08.7919636Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 2022-09-27T15:36:08.7920350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 2022-09-27T15:36:08.8408430Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 2022-09-27T15:36:08.8409179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 2022-09-27T15:36:08.8836024Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 2022-09-27T15:36:08.8836677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 2022-09-27T15:36:08.9276068Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 2022-09-27T15:36:08.9276713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 2022-09-27T15:36:08.9359910Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 2022-09-27T15:36:08.9376594Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 2022-09-27T15:36:08.9716320Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 2022-09-27T15:36:08.9716914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 2022-09-27T15:36:09.0018257Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 2022-09-27T15:36:09.0043571Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 2022-09-27T15:36:09.0153524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 2022-09-27T15:36:09.0154075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 2022-09-27T15:36:09.0595997Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 2022-09-27T15:36:09.0596633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 2022-09-27T15:36:09.1043233Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 2022-09-27T15:36:09.1044150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 2022-09-27T15:36:09.1476700Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 2022-09-27T15:36:09.1477359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:09.1939559Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:09.1940233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 2022-09-27T15:36:09.2346683Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 2022-09-27T15:36:09.2357643Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 2022-09-27T15:36:09.2358314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 2022-09-27T15:36:09.2374901Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 2022-09-27T15:36:09.2757740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 2022-09-27T15:36:09.2799839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 2022-09-27T15:36:09.2852569Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 2022-09-27T15:36:09.2862777Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 2022-09-27T15:36:09.3247041Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 2022-09-27T15:36:09.3247614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 2022-09-27T15:36:09.3497911Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 2022-09-27T15:36:09.3528473Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 2022-09-27T15:36:09.3714617Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 2022-09-27T15:36:09.3715243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 2022-09-27T15:36:09.4167562Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 2022-09-27T15:36:09.4168224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 2022-09-27T15:36:09.4593370Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 2022-09-27T15:36:09.4594058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 2022-09-27T15:36:09.4640054Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 2022-09-27T15:36:09.4664633Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 2022-09-27T15:36:09.5047087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 2022-09-27T15:36:09.5047713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 2022-09-27T15:36:09.5474636Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 2022-09-27T15:36:09.5475292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 2022-09-27T15:36:09.5882603Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 2022-09-27T15:36:09.5899651Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 2022-09-27T15:36:09.5910246Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 2022-09-27T15:36:09.5912859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 2022-09-27T15:36:09.6357278Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 2022-09-27T15:36:09.6358053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 2022-09-27T15:36:09.6454974Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 2022-09-27T15:36:09.6466521Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 2022-09-27T15:36:09.6794364Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 2022-09-27T15:36:09.6795287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 2022-09-27T15:36:09.7285581Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 2022-09-27T15:36:09.7286248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool 2022-09-27T15:36:09.7326217Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool 2022-09-27T15:36:09.7340083Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 2022-09-27T15:36:09.7714459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 2022-09-27T15:36:09.7715063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 2022-09-27T15:36:09.8195886Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 2022-09-27T15:36:09.8196576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 2022-09-27T15:36:09.8633026Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 2022-09-27T15:36:09.8633690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 2022-09-27T15:36:09.8648057Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 2022-09-27T15:36:09.8660830Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 2022-09-27T15:36:09.9070395Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 2022-09-27T15:36:09.9070968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 2022-09-27T15:36:09.9551270Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 2022-09-27T15:36:09.9552251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 2022-09-27T15:36:09.9955606Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 2022-09-27T15:36:09.9987783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 2022-09-27T15:36:10.0439995Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 2022-09-27T15:36:10.0440669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 2022-09-27T15:36:10.0875595Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 2022-09-27T15:36:10.0876240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 2022-09-27T15:36:10.0889883Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 2022-09-27T15:36:10.0899805Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 2022-09-27T15:36:10.1319581Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 2022-09-27T15:36:10.1320306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 2022-09-27T15:36:10.1558757Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 2022-09-27T15:36:10.1743084Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 2022-09-27T15:36:10.1753164Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 2022-09-27T15:36:10.1756408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 2022-09-27T15:36:10.2239366Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 2022-09-27T15:36:10.2240522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:10.2714207Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:10.2715324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool 2022-09-27T15:36:10.3152662Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool 2022-09-27T15:36:10.3153928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 2022-09-27T15:36:10.3631518Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 2022-09-27T15:36:10.3636487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 2022-09-27T15:36:10.4073005Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 2022-09-27T15:36:10.4078147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 2022-09-27T15:36:10.4098861Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 2022-09-27T15:36:10.4120416Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 2022-09-27T15:36:10.4553341Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 2022-09-27T15:36:10.4562479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 2022-09-27T15:36:10.4744603Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 2022-09-27T15:36:10.4762619Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 2022-09-27T15:36:10.4992709Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 2022-09-27T15:36:10.4997204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 2022-09-27T15:36:10.5008065Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 2022-09-27T15:36:10.5268684Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 2022-09-27T15:36:10.5285251Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool 2022-09-27T15:36:10.5302946Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 2022-09-27T15:36:10.5393927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool 2022-09-27T15:36:10.5428220Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool 2022-09-27T15:36:10.5430548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 2022-09-27T15:36:10.5711268Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 2022-09-27T15:36:10.5841648Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 2022-09-27T15:36:10.5851264Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 2022-09-27T15:36:10.5874648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 2022-09-27T15:36:10.5890779Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 2022-09-27T15:36:10.5906092Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 2022-09-27T15:36:10.6153946Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 2022-09-27T15:36:10.6313457Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 2022-09-27T15:36:10.6320146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 2022-09-27T15:36:10.6351096Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 2022-09-27T15:36:10.6593862Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 2022-09-27T15:36:10.6768464Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 2022-09-27T15:36:10.6771861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 2022-09-27T15:36:10.6833956Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 2022-09-27T15:36:10.7055596Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 2022-09-27T15:36:10.7190962Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 2022-09-27T15:36:10.7193574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 2022-09-27T15:36:10.7256972Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 2022-09-27T15:36:10.7534653Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 2022-09-27T15:36:10.7540391Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 2022-09-27T15:36:10.7559105Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 2022-09-27T15:36:10.7626503Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 2022-09-27T15:36:10.7630878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 2022-09-27T15:36:10.7759625Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 2022-09-27T15:36:10.8050157Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 2022-09-27T15:36:10.8068670Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 2022-09-27T15:36:10.8073170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool 2022-09-27T15:36:10.8187705Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool 2022-09-27T15:36:10.8516386Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 2022-09-27T15:36:10.8517058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 2022-09-27T15:36:10.8527119Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 2022-09-27T15:36:10.8832265Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 2022-09-27T15:36:10.8953911Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 2022-09-27T15:36:10.8954653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 2022-09-27T15:36:10.8963882Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 2022-09-27T15:36:10.9000416Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 2022-09-27T15:36:10.9020436Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 2022-09-27T15:36:10.9247558Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 2022-09-27T15:36:10.9262185Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool 2022-09-27T15:36:10.9296579Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 2022-09-27T15:36:10.9390316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 2022-09-27T15:36:10.9394723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 2022-09-27T15:36:10.9401564Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 2022-09-27T15:36:10.9630229Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 2022-09-27T15:36:10.9835171Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 2022-09-27T15:36:10.9838962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 2022-09-27T15:36:10.9909504Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 2022-09-27T15:36:11.0049532Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 2022-09-27T15:36:11.0279154Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 2022-09-27T15:36:11.0283542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 2022-09-27T15:36:11.0350459Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 2022-09-27T15:36:11.0390540Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:36:11.0410973Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 2022-09-27T15:36:11.0556465Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool 2022-09-27T15:36:11.0713940Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:36:11.0717946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 2022-09-27T15:36:11.0831390Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 2022-09-27T15:36:11.0914283Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool 2022-09-27T15:36:11.1154804Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool 2022-09-27T15:36:11.1161078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 2022-09-27T15:36:11.1228994Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 2022-09-27T15:36:11.1362228Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 2022-09-27T15:36:11.1599096Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 2022-09-27T15:36:11.1599773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 2022-09-27T15:36:11.1631000Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 2022-09-27T15:36:11.1818067Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 2022-09-27T15:36:11.2035408Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 2022-09-27T15:36:11.2041302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 2022-09-27T15:36:11.2109930Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 2022-09-27T15:36:11.2312940Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 2022-09-27T15:36:11.2474577Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 2022-09-27T15:36:11.2479133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 2022-09-27T15:36:11.2510265Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 2022-09-27T15:36:11.2625219Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 2022-09-27T15:36:11.2648061Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool 2022-09-27T15:36:11.2721011Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 2022-09-27T15:36:11.2914241Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 2022-09-27T15:36:11.2919472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:11.2990463Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:11.3107500Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 2022-09-27T15:36:11.3396344Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 2022-09-27T15:36:11.3396983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool 2022-09-27T15:36:11.3429626Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool 2022-09-27T15:36:11.3582546Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 2022-09-27T15:36:11.3877241Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 2022-09-27T15:36:11.3877890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 2022-09-27T15:36:11.3908274Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 2022-09-27T15:36:11.4022362Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 2022-09-27T15:36:11.4155411Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 2022-09-27T15:36:11.4174087Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 2022-09-27T15:36:11.4315463Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 2022-09-27T15:36:11.4316092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 2022-09-27T15:36:11.4320792Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 2022-09-27T15:36:11.4435432Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 2022-09-27T15:36:11.4754066Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 2022-09-27T15:36:11.4755872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 2022-09-27T15:36:11.4788431Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 2022-09-27T15:36:11.4894548Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 2022-09-27T15:36:11.5196713Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 2022-09-27T15:36:11.5199860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 2022-09-27T15:36:11.5204658Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 2022-09-27T15:36:11.5335748Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 2022-09-27T15:36:11.5633612Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 2022-09-27T15:36:11.5638561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 2022-09-27T15:36:11.5650962Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 2022-09-27T15:36:11.5659863Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 2022-09-27T15:36:11.5846748Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 2022-09-27T15:36:11.5866930Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 2022-09-27T15:36:11.6034797Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 2022-09-27T15:36:11.6072246Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool 2022-09-27T15:36:11.6074754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 2022-09-27T15:36:11.6089016Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 2022-09-27T15:36:11.6359290Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool 2022-09-27T15:36:11.6383538Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 2022-09-27T15:36:11.6472966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 2022-09-27T15:36:11.6475649Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 2022-09-27T15:36:11.6514170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 2022-09-27T15:36:11.6528379Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 2022-09-27T15:36:11.6916084Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 2022-09-27T15:36:11.6919877Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 2022-09-27T15:36:11.6956996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 2022-09-27T15:36:11.6970566Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 2022-09-27T15:36:11.7274225Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 2022-09-27T15:36:11.7296973Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 2022-09-27T15:36:11.7372184Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 2022-09-27T15:36:11.7377710Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 2022-09-27T15:36:11.7391134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 2022-09-27T15:36:11.7401473Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 2022-09-27T15:36:11.7871394Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 2022-09-27T15:36:11.7876778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 2022-09-27T15:36:11.7884002Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 2022-09-27T15:36:11.7890649Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 2022-09-27T15:36:11.8312877Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 2022-09-27T15:36:11.8319094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 2022-09-27T15:36:11.8332931Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 2022-09-27T15:36:11.8338703Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 2022-09-27T15:36:11.8755572Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 2022-09-27T15:36:11.8761805Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 2022-09-27T15:36:11.8768707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool 2022-09-27T15:36:11.8778395Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool 2022-09-27T15:36:11.8791659Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 2022-09-27T15:36:11.8813370Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 2022-09-27T15:36:11.9191822Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 2022-09-27T15:36:11.9198536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 2022-09-27T15:36:11.9211478Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 2022-09-27T15:36:11.9216751Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 2022-09-27T15:36:11.9636002Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 2022-09-27T15:36:11.9652484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 2022-09-27T15:36:11.9660171Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 2022-09-27T15:36:11.9665612Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 2022-09-27T15:36:12.0037006Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 2022-09-27T15:36:12.0063662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 2022-09-27T15:36:12.0072412Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 2022-09-27T15:36:12.0117414Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 2022-09-27T15:36:12.0555183Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 2022-09-27T15:36:12.0563778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 2022-09-27T15:36:12.0570710Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 2022-09-27T15:36:12.0575660Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 2022-09-27T15:36:12.0639816Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 2022-09-27T15:36:12.0670807Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 2022-09-27T15:36:12.1025986Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 2022-09-27T15:36:12.1036122Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 2022-09-27T15:36:12.1042289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 2022-09-27T15:36:12.1471976Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 2022-09-27T15:36:12.1478209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 2022-09-27T15:36:12.1911892Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 2022-09-27T15:36:12.1917718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 2022-09-27T15:36:12.2334893Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 2022-09-27T15:36:12.2352605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 2022-09-27T15:36:12.2385755Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 2022-09-27T15:36:12.2413552Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 2022-09-27T15:36:12.2793599Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 2022-09-27T15:36:12.2798842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 2022-09-27T15:36:12.3234515Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 2022-09-27T15:36:12.3240447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 2022-09-27T15:36:12.3680038Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 2022-09-27T15:36:12.3691906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:12.4042073Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:12.4069301Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 2022-09-27T15:36:12.4120925Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 2022-09-27T15:36:12.4129017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool 2022-09-27T15:36:12.4166161Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool 2022-09-27T15:36:12.4273675Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 2022-09-27T15:36:12.4553861Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool 2022-09-27T15:36:12.4563083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 2022-09-27T15:36:12.5008554Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 2022-09-27T15:36:12.5021292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 2022-09-27T15:36:12.5433387Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 2022-09-27T15:36:12.5443411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 2022-09-27T15:36:12.5875424Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 2022-09-27T15:36:12.5885236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 2022-09-27T15:36:12.6314673Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 2022-09-27T15:36:12.6324789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 2022-09-27T15:36:12.6524484Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 2022-09-27T15:36:12.6567786Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 2022-09-27T15:36:12.6754862Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool 2022-09-27T15:36:12.6764411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 2022-09-27T15:36:12.7193732Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 2022-09-27T15:36:12.7202974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 2022-09-27T15:36:12.7636861Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 2022-09-27T15:36:12.7649778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 2022-09-27T15:36:12.8072602Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 2022-09-27T15:36:12.8081780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 2022-09-27T15:36:12.8523408Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 2022-09-27T15:36:12.8537410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 2022-09-27T15:36:12.8968813Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 2022-09-27T15:36:12.8981215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 2022-09-27T15:36:12.9027870Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 2022-09-27T15:36:12.9053005Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool 2022-09-27T15:36:12.9393585Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 2022-09-27T15:36:12.9403223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool 2022-09-27T15:36:12.9816553Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool 2022-09-27T15:36:12.9852890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 2022-09-27T15:36:13.0249243Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 2022-09-27T15:36:13.0265740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 2022-09-27T15:36:13.0276539Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool 2022-09-27T15:36:13.0300552Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 2022-09-27T15:36:13.0429735Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 2022-09-27T15:36:13.0502357Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 2022-09-27T15:36:13.0700866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 2022-09-27T15:36:13.0711557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 2022-09-27T15:36:13.1122110Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 2022-09-27T15:36:13.1154188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 2022-09-27T15:36:13.1608832Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 2022-09-27T15:36:13.1617448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 2022-09-27T15:36:13.2032387Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 2022-09-27T15:36:13.2041418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 2022-09-27T15:36:13.2463044Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 2022-09-27T15:36:13.2474946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 2022-09-27T15:36:13.2914164Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 2022-09-27T15:36:13.2924071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 2022-09-27T15:36:13.3358333Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 2022-09-27T15:36:13.3367757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 2022-09-27T15:36:13.3792636Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 2022-09-27T15:36:13.3801847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:13.4235142Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:13.4244787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool 2022-09-27T15:36:13.4670316Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool 2022-09-27T15:36:13.4679180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 2022-09-27T15:36:13.5120867Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 2022-09-27T15:36:13.5130028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 2022-09-27T15:36:13.5554832Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 2022-09-27T15:36:13.5556097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 2022-09-27T15:36:13.5998487Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 2022-09-27T15:36:13.5999264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 2022-09-27T15:36:13.6441264Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 2022-09-27T15:36:13.6442107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 2022-09-27T15:36:13.6851424Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 2022-09-27T15:36:13.6875558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 2022-09-27T15:36:13.7320840Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 2022-09-27T15:36:13.7321526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 2022-09-27T15:36:13.7759460Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 2022-09-27T15:36:13.7760156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 2022-09-27T15:36:13.7937390Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 2022-09-27T15:36:13.7958224Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 2022-09-27T15:36:13.8195752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 2022-09-27T15:36:13.8204337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 2022-09-27T15:36:13.8633657Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 2022-09-27T15:36:13.8641987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 2022-09-27T15:36:13.9079523Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 2022-09-27T15:36:13.9090779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool 2022-09-27T15:36:13.9514788Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool 2022-09-27T15:36:13.9522955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 2022-09-27T15:36:13.9955733Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 2022-09-27T15:36:13.9959683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 2022-09-27T15:36:14.0065164Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 2022-09-27T15:36:14.0087587Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 2022-09-27T15:36:14.0371190Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 2022-09-27T15:36:14.0395511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 2022-09-27T15:36:14.0825738Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 2022-09-27T15:36:14.0829191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 2022-09-27T15:36:14.1246342Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 2022-09-27T15:36:14.1277139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 2022-09-27T15:36:14.1714125Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 2022-09-27T15:36:14.1722641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 2022-09-27T15:36:14.2153545Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 2022-09-27T15:36:14.2162007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 2022-09-27T15:36:14.2580675Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 2022-09-27T15:36:14.2611752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 2022-09-27T15:36:14.2708951Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 2022-09-27T15:36:14.2733614Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 2022-09-27T15:36:14.3034658Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 2022-09-27T15:36:14.3042811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 2022-09-27T15:36:14.3475231Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 2022-09-27T15:36:14.3483507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:14.3954258Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:14.3974132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool 2022-09-27T15:36:14.4401528Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool 2022-09-27T15:36:14.4409822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:14.4833549Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:14.4841732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:14.5269414Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:14.5277313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 2022-09-27T15:36:14.5716202Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 2022-09-27T15:36:14.5724436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 2022-09-27T15:36:14.6153399Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 2022-09-27T15:36:14.6162014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 2022-09-27T15:36:14.6596693Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 2022-09-27T15:36:14.6607241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 2022-09-27T15:36:14.7039835Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 2022-09-27T15:36:14.7047670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 2022-09-27T15:36:14.7086803Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 2022-09-27T15:36:14.7106020Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 2022-09-27T15:36:14.7477622Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 2022-09-27T15:36:14.7487961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 2022-09-27T15:36:14.7913530Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 2022-09-27T15:36:14.7922559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:14.8399363Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:14.8407133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 2022-09-27T15:36:14.8835759Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 2022-09-27T15:36:14.8845536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool 2022-09-27T15:36:14.9276018Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool 2022-09-27T15:36:14.9286119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 2022-09-27T15:36:14.9430323Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 2022-09-27T15:36:14.9451958Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 2022-09-27T15:36:14.9707461Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 2022-09-27T15:36:14.9712691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 2022-09-27T15:36:15.0156244Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 2022-09-27T15:36:15.0165314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 2022-09-27T15:36:15.0493768Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 2022-09-27T15:36:15.0531328Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 2022-09-27T15:36:15.0569152Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 2022-09-27T15:36:15.0593460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 2022-09-27T15:36:15.0594036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 2022-09-27T15:36:15.0635887Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 2022-09-27T15:36:15.1034981Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 2022-09-27T15:36:15.1035586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 2022-09-27T15:36:15.1327833Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 2022-09-27T15:36:15.1345144Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 2022-09-27T15:36:15.1485550Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 2022-09-27T15:36:15.1486315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 2022-09-27T15:36:15.1914869Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 2022-09-27T15:36:15.1915555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 2022-09-27T15:36:15.2271061Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 2022-09-27T15:36:15.2282045Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 2022-09-27T15:36:15.2356261Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 2022-09-27T15:36:15.2356893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 2022-09-27T15:36:15.2837595Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 2022-09-27T15:36:15.2838688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 2022-09-27T15:36:15.3281574Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 2022-09-27T15:36:15.3282244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 2022-09-27T15:36:15.3359673Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 2022-09-27T15:36:15.3389500Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 2022-09-27T15:36:15.3675962Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 2022-09-27T15:36:15.3719983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:15.4163740Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:15.4164440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool 2022-09-27T15:36:15.4573277Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool 2022-09-27T15:36:15.4603731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 2022-09-27T15:36:15.5071737Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 2022-09-27T15:36:15.5082405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 2022-09-27T15:36:15.5518308Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 2022-09-27T15:36:15.5526894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 2022-09-27T15:36:15.5566430Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 2022-09-27T15:36:15.5590533Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 2022-09-27T15:36:15.6001676Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 2022-09-27T15:36:15.6012070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 2022-09-27T15:36:15.6200424Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 2022-09-27T15:36:15.6244167Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 2022-09-27T15:36:15.6434130Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 2022-09-27T15:36:15.6439008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 2022-09-27T15:36:15.6666865Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 2022-09-27T15:36:15.6700321Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 2022-09-27T15:36:15.6850716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 2022-09-27T15:36:15.6876037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 2022-09-27T15:36:15.7321107Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 2022-09-27T15:36:15.7323090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 2022-09-27T15:36:15.7507855Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 2022-09-27T15:36:15.7537792Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 2022-09-27T15:36:15.7755607Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 2022-09-27T15:36:15.7762579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 2022-09-27T15:36:15.8195696Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 2022-09-27T15:36:15.8202867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 2022-09-27T15:36:15.8635354Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 2022-09-27T15:36:15.8640719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 2022-09-27T15:36:15.8765769Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 2022-09-27T15:36:15.8788218Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 2022-09-27T15:36:15.9078103Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 2022-09-27T15:36:15.9084608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 2022-09-27T15:36:15.9528756Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 2022-09-27T15:36:15.9533808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool 2022-09-27T15:36:15.9994407Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool 2022-09-27T15:36:15.9999874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 2022-09-27T15:36:16.0232361Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 2022-09-27T15:36:16.0268710Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 2022-09-27T15:36:16.0476382Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 2022-09-27T15:36:16.0476978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 2022-09-27T15:36:16.0920047Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 2022-09-27T15:36:16.0920707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 2022-09-27T15:36:16.1354151Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 2022-09-27T15:36:16.1354811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 2022-09-27T15:36:16.1801480Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 2022-09-27T15:36:16.1812585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 2022-09-27T15:36:16.2198593Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 2022-09-27T15:36:16.2233302Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 2022-09-27T15:36:16.2244996Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 2022-09-27T15:36:16.2250533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 2022-09-27T15:36:16.2591613Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 2022-09-27T15:36:16.2614917Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 2022-09-27T15:36:16.2712713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 2022-09-27T15:36:16.2720922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 2022-09-27T15:36:16.2959717Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 2022-09-27T15:36:16.2995688Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 2022-09-27T15:36:16.3157800Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 2022-09-27T15:36:16.3165729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 2022-09-27T15:36:16.3596353Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 2022-09-27T15:36:16.3631589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 2022-09-27T15:36:16.4072229Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 2022-09-27T15:36:16.4080011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 2022-09-27T15:36:16.4514634Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 2022-09-27T15:36:16.4522569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:16.4916043Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:16.4943574Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 2022-09-27T15:36:16.4956394Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 2022-09-27T15:36:16.4961425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool 2022-09-27T15:36:16.5399767Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool 2022-09-27T15:36:16.5410030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 2022-09-27T15:36:16.5752236Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 2022-09-27T15:36:16.5785026Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 2022-09-27T15:36:16.5837035Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool 2022-09-27T15:36:16.5843481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 2022-09-27T15:36:16.6284096Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 2022-09-27T15:36:16.6294036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 2022-09-27T15:36:16.6718626Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 2022-09-27T15:36:16.6726245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 2022-09-27T15:36:16.7154846Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 2022-09-27T15:36:16.7160405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 2022-09-27T15:36:16.7493516Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 2022-09-27T15:36:16.7510604Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 2022-09-27T15:36:16.7635580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 2022-09-27T15:36:16.7637166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 2022-09-27T15:36:16.8048273Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 2022-09-27T15:36:16.8077833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 2022-09-27T15:36:16.8516765Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 2022-09-27T15:36:16.8524818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 2022-09-27T15:36:16.8577123Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 2022-09-27T15:36:16.8598759Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 2022-09-27T15:36:16.8961572Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 2022-09-27T15:36:16.8970474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 2022-09-27T15:36:16.9394422Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 2022-09-27T15:36:16.9405419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 2022-09-27T15:36:16.9807976Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 2022-09-27T15:36:16.9835363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 2022-09-27T15:36:17.0271553Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 2022-09-27T15:36:17.0282608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 2022-09-27T15:36:17.0706856Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 2022-09-27T15:36:17.0717482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 2022-09-27T15:36:17.1144770Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 2022-09-27T15:36:17.1155647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 2022-09-27T15:36:17.1503239Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 2022-09-27T15:36:17.1523509Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 2022-09-27T15:36:17.1577359Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 2022-09-27T15:36:17.1588728Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 2022-09-27T15:36:17.1593281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 2022-09-27T15:36:17.1614530Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 2022-09-27T15:36:17.1757273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 2022-09-27T15:36:17.1776378Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool 2022-09-27T15:36:17.1995851Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 2022-09-27T15:36:17.2026832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 2022-09-27T15:36:17.2437120Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 2022-09-27T15:36:17.2470023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 2022-09-27T15:36:17.2906357Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 2022-09-27T15:36:17.2917152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 2022-09-27T15:36:17.3389076Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 2022-09-27T15:36:17.3401128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 2022-09-27T15:36:17.3825883Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 2022-09-27T15:36:17.3835750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 2022-09-27T15:36:17.4264503Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 2022-09-27T15:36:17.4274814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 2022-09-27T15:36:17.4550075Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 2022-09-27T15:36:17.4575702Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 2022-09-27T15:36:17.4703984Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool 2022-09-27T15:36:17.4710640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 2022-09-27T15:36:17.5150994Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 2022-09-27T15:36:17.5157211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 2022-09-27T15:36:17.5584555Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 2022-09-27T15:36:17.5594165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 2022-09-27T15:36:17.6024620Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 2022-09-27T15:36:17.6036489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 2022-09-27T15:36:17.6454109Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 2022-09-27T15:36:17.6482328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 2022-09-27T15:36:17.6908942Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 2022-09-27T15:36:17.6920175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 2022-09-27T15:36:17.7386956Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 2022-09-27T15:36:17.7399029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 2022-09-27T15:36:17.7833725Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 2022-09-27T15:36:17.7845056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 2022-09-27T15:36:17.8260984Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 2022-09-27T15:36:17.8323991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool 2022-09-27T15:36:17.8331446Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool 2022-09-27T15:36:17.8352929Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 2022-09-27T15:36:17.8610926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 2022-09-27T15:36:17.8635559Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool 2022-09-27T15:36:17.8711271Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 2022-09-27T15:36:17.8719781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 2022-09-27T15:36:17.9166380Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 2022-09-27T15:36:17.9174352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 2022-09-27T15:36:17.9565471Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 2022-09-27T15:36:17.9605173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 2022-09-27T15:36:18.0073872Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 2022-09-27T15:36:18.0083182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 2022-09-27T15:36:18.0513589Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 2022-09-27T15:36:18.0522662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 2022-09-27T15:36:18.0542515Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 2022-09-27T15:36:18.0561997Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 2022-09-27T15:36:18.0960542Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 2022-09-27T15:36:18.0961197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 2022-09-27T15:36:18.1395167Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 2022-09-27T15:36:18.1409353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 2022-09-27T15:36:18.1833064Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 2022-09-27T15:36:18.1842383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 2022-09-27T15:36:18.2274049Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 2022-09-27T15:36:18.2285528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 2022-09-27T15:36:18.2709015Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 2022-09-27T15:36:18.2717424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 2022-09-27T15:36:18.3153311Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 2022-09-27T15:36:18.3161637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 2022-09-27T15:36:18.3593015Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 2022-09-27T15:36:18.3601511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:18.4038498Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:18.4047174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool 2022-09-27T15:36:18.4515254Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool 2022-09-27T15:36:18.4525678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 2022-09-27T15:36:18.4953342Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 2022-09-27T15:36:18.4961896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 2022-09-27T15:36:18.5392296Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 2022-09-27T15:36:18.5400556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 2022-09-27T15:36:18.5699809Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 2022-09-27T15:36:18.5759207Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 2022-09-27T15:36:18.5854251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 2022-09-27T15:36:18.5854885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 2022-09-27T15:36:18.6284751Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 2022-09-27T15:36:18.6285551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 2022-09-27T15:36:18.6719004Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 2022-09-27T15:36:18.6719753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 2022-09-27T15:36:18.6763499Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 2022-09-27T15:36:18.6777146Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 2022-09-27T15:36:18.7156041Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 2022-09-27T15:36:18.7163725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 2022-09-27T15:36:18.7593879Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 2022-09-27T15:36:18.7603477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 2022-09-27T15:36:18.7652307Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 2022-09-27T15:36:18.7675390Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 2022-09-27T15:36:18.8034648Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 2022-09-27T15:36:18.8045228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 2022-09-27T15:36:18.8476980Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 2022-09-27T15:36:18.8487730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 2022-09-27T15:36:18.8896065Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 2022-09-27T15:36:18.8926503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 2022-09-27T15:36:18.9364855Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 2022-09-27T15:36:18.9377457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 2022-09-27T15:36:18.9426535Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 2022-09-27T15:36:18.9443033Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 2022-09-27T15:36:18.9764696Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 2022-09-27T15:36:18.9818554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool 2022-09-27T15:36:19.0241759Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool 2022-09-27T15:36:19.0252857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 2022-09-27T15:36:19.0679346Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 2022-09-27T15:36:19.0691940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 2022-09-27T15:36:19.1118495Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 2022-09-27T15:36:19.1130331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 2022-09-27T15:36:19.1556217Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 2022-09-27T15:36:19.1557205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 2022-09-27T15:36:19.1881719Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 2022-09-27T15:36:19.1914158Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 2022-09-27T15:36:19.1995754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 2022-09-27T15:36:19.1996483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 2022-09-27T15:36:19.2321745Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 2022-09-27T15:36:19.2349073Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 2022-09-27T15:36:19.2431281Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 2022-09-27T15:36:19.2436127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 2022-09-27T15:36:19.2889294Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 2022-09-27T15:36:19.2901060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 2022-09-27T15:36:19.3356100Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 2022-09-27T15:36:19.3362958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 2022-09-27T15:36:19.3802135Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 2022-09-27T15:36:19.3809998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 2022-09-27T15:36:19.4248850Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 2022-09-27T15:36:19.4256960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 2022-09-27T15:36:19.4532922Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 2022-09-27T15:36:19.4546611Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 2022-09-27T15:36:19.4722177Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 2022-09-27T15:36:19.4727448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:19.4756513Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:19.4777072Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 2022-09-27T15:36:19.5203035Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 2022-09-27T15:36:19.5211581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool 2022-09-27T15:36:19.5675371Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool 2022-09-27T15:36:19.5685766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 2022-09-27T15:36:19.5997739Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 2022-09-27T15:36:19.6034466Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 2022-09-27T15:36:19.6129167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 2022-09-27T15:36:19.6142281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 2022-09-27T15:36:19.6353715Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 2022-09-27T15:36:19.6369841Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 2022-09-27T15:36:19.6552220Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 2022-09-27T15:36:19.6561809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 2022-09-27T15:36:19.7008634Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 2022-09-27T15:36:19.7015935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 2022-09-27T15:36:19.7165449Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 2022-09-27T15:36:19.7192928Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 2022-09-27T15:36:19.7443361Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 2022-09-27T15:36:19.7449415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 2022-09-27T15:36:19.7877251Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 2022-09-27T15:36:19.7884145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 2022-09-27T15:36:19.8314791Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 2022-09-27T15:36:19.8325441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 2022-09-27T15:36:19.8660992Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 2022-09-27T15:36:19.8683322Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 2022-09-27T15:36:19.8753364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 2022-09-27T15:36:19.8763260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 2022-09-27T15:36:19.9029322Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 2022-09-27T15:36:19.9056397Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 2022-09-27T15:36:19.9190096Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 2022-09-27T15:36:19.9199651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 2022-09-27T15:36:19.9634513Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 2022-09-27T15:36:19.9645115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 2022-09-27T15:36:20.0084925Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 2022-09-27T15:36:20.0097150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 2022-09-27T15:36:20.0519388Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 2022-09-27T15:36:20.0532292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 2022-09-27T15:36:20.0793636Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 2022-09-27T15:36:20.0811653Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 2022-09-27T15:36:20.0902004Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 2022-09-27T15:36:20.0922472Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 2022-09-27T15:36:20.0929281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 2022-09-27T15:36:20.0966255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 2022-09-27T15:36:20.1312261Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 2022-09-27T15:36:20.1347989Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 2022-09-27T15:36:20.1397027Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 2022-09-27T15:36:20.1397658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 2022-09-27T15:36:20.1834976Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 2022-09-27T15:36:20.1841443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 2022-09-27T15:36:20.2283775Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 2022-09-27T15:36:20.2290633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool 2022-09-27T15:36:20.2483930Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool 2022-09-27T15:36:20.2512016Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 2022-09-27T15:36:20.2715276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 2022-09-27T15:36:20.2725946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 2022-09-27T15:36:20.3206506Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 2022-09-27T15:36:20.3215945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 2022-09-27T15:36:20.3422526Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 2022-09-27T15:36:20.3496542Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 2022-09-27T15:36:20.3642463Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 2022-09-27T15:36:20.3652181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 2022-09-27T15:36:20.4085505Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 2022-09-27T15:36:20.4096468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 2022-09-27T15:36:20.4218312Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 2022-09-27T15:36:20.4256810Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 2022-09-27T15:36:20.4524631Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 2022-09-27T15:36:20.4539274Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 2022-09-27T15:36:20.4549543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 2022-09-27T15:36:20.4559846Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 2022-09-27T15:36:20.4637445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 2022-09-27T15:36:20.4650371Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 2022-09-27T15:36:20.4957066Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 2022-09-27T15:36:20.4959136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 2022-09-27T15:36:20.5022916Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 2022-09-27T15:36:20.5057594Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 2022-09-27T15:36:20.5228367Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 2022-09-27T15:36:20.5259970Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 2022-09-27T15:36:20.5394675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool 2022-09-27T15:36:20.5400006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 2022-09-27T15:36:20.5425822Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 2022-09-27T15:36:20.5553532Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool 2022-09-27T15:36:20.5566572Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 2022-09-27T15:36:20.5674541Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 2022-09-27T15:36:20.5847168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 2022-09-27T15:36:20.5848049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 2022-09-27T15:36:20.6006582Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 2022-09-27T15:36:20.6134342Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 2022-09-27T15:36:20.6285881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 2022-09-27T15:36:20.6289736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 2022-09-27T15:36:20.6525380Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 2022-09-27T15:36:20.6562161Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 2022-09-27T15:36:20.6598746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 2022-09-27T15:36:20.6615152Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 2022-09-27T15:36:20.6711583Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 2022-09-27T15:36:20.6712192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 2022-09-27T15:36:20.7159696Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 2022-09-27T15:36:20.7160356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:20.7377268Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:20.7556106Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 2022-09-27T15:36:20.7556736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 2022-09-27T15:36:20.7587765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool 2022-09-27T15:36:20.7839921Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool 2022-09-27T15:36:20.8077199Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 2022-09-27T15:36:20.8077944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 2022-09-27T15:36:20.8090649Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 2022-09-27T15:36:20.8196880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 2022-09-27T15:36:20.8218157Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 2022-09-27T15:36:20.8227348Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 2022-09-27T15:36:20.8481216Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 2022-09-27T15:36:20.8481940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 2022-09-27T15:36:20.8525977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 2022-09-27T15:36:20.8647467Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 2022-09-27T15:36:20.8960391Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 2022-09-27T15:36:20.8960990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 2022-09-27T15:36:20.8961576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 2022-09-27T15:36:20.9097329Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 2022-09-27T15:36:20.9399337Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 2022-09-27T15:36:20.9400266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 2022-09-27T15:36:20.9402870Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 2022-09-27T15:36:20.9488064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 2022-09-27T15:36:20.9837398Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 2022-09-27T15:36:20.9838024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 2022-09-27T15:36:20.9841028Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 2022-09-27T15:36:20.9905986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 2022-09-27T15:36:20.9927882Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 2022-09-27T15:36:20.9931894Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 2022-09-27T15:36:21.0285901Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 2022-09-27T15:36:21.0289253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 2022-09-27T15:36:21.0294528Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 2022-09-27T15:36:21.0364987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 2022-09-27T15:36:21.0384551Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 2022-09-27T15:36:21.0389101Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool 2022-09-27T15:36:21.0673010Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 2022-09-27T15:36:21.0707911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 2022-09-27T15:36:21.0790763Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 2022-09-27T15:36:21.1155501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 2022-09-27T15:36:21.1196167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 2022-09-27T15:36:21.1674702Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 2022-09-27T15:36:21.1678949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 2022-09-27T15:36:21.1970632Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 2022-09-27T15:36:21.2071138Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 2022-09-27T15:36:21.2161267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool 2022-09-27T15:36:21.2163910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 2022-09-27T15:36:21.2642686Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 2022-09-27T15:36:21.2645316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 2022-09-27T15:36:21.2652499Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 2022-09-27T15:36:21.2662982Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool 2022-09-27T15:36:21.2874362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 2022-09-27T15:36:21.2884761Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 2022-09-27T15:36:21.2922280Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 2022-09-27T15:36:21.3068914Z [gw1] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 2022-09-27T15:36:21.3072840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 2022-09-27T15:36:21.3347117Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 2022-09-27T15:36:21.3360405Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 2022-09-27T15:36:21.3365928Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool 2022-09-27T15:36:21.3373017Z [gw1] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool 2022-09-27T15:36:21.3415997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 2022-09-27T15:36:21.3429124Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool 2022-09-27T15:36:21.3511744Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 2022-09-27T15:36:21.3517456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 2022-09-27T15:36:21.3752111Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 2022-09-27T15:36:21.3793154Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 2022-09-27T15:36:21.3950876Z [gw1] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 2022-09-27T15:36:21.3957374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 2022-09-27T15:36:21.4090214Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 2022-09-27T15:36:21.4104814Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 2022-09-27T15:36:21.4240265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 2022-09-27T15:36:21.4246346Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 2022-09-27T15:36:21.4392665Z [gw1] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 2022-09-27T15:36:21.4399143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 2022-09-27T15:36:21.4633311Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 2022-09-27T15:36:21.4669523Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 2022-09-27T15:36:21.4794134Z [gw1] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 2022-09-27T15:36:21.4807139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool 2022-09-27T15:36:21.4821258Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 2022-09-27T15:36:21.4833386Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool 2022-09-27T15:36:21.5073697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 2022-09-27T15:36:21.5117434Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 2022-09-27T15:36:21.5231672Z [gw1] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 2022-09-27T15:36:21.5263530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 2022-09-27T15:36:21.5370885Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 2022-09-27T15:36:21.5375880Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 2022-09-27T15:36:21.5509997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 2022-09-27T15:36:21.5543592Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 2022-09-27T15:36:21.5670368Z [gw1] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 2022-09-27T15:36:21.5695603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 2022-09-27T15:36:21.5954437Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 2022-09-27T15:36:21.6006198Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 2022-09-27T15:36:21.6113013Z [gw1] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 2022-09-27T15:36:21.6143947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 2022-09-27T15:36:21.6186343Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 2022-09-27T15:36:21.6198163Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 2022-09-27T15:36:21.6395303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 2022-09-27T15:36:21.6445242Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 2022-09-27T15:36:21.6553939Z [gw1] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 2022-09-27T15:36:21.6587050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 2022-09-27T15:36:21.6760318Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 2022-09-27T15:36:21.6771250Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 2022-09-27T15:36:21.6834303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 2022-09-27T15:36:21.6877754Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 2022-09-27T15:36:21.6993384Z [gw1] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 2022-09-27T15:36:21.7022727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 2022-09-27T15:36:21.7273717Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 2022-09-27T15:36:21.7314565Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 2022-09-27T15:36:21.7351480Z [gw1] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 2022-09-27T15:36:21.7359138Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 2022-09-27T15:36:21.7431423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 2022-09-27T15:36:21.7462624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 2022-09-27T15:36:21.7714241Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 2022-09-27T15:36:21.7755781Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 2022-09-27T15:36:21.7872143Z [gw1] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 2022-09-27T15:36:21.7886767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 2022-09-27T15:36:21.7894112Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 2022-09-27T15:36:21.7909497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 2022-09-27T15:36:21.8155714Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 2022-09-27T15:36:21.8341025Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 2022-09-27T15:36:21.8356108Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 2022-09-27T15:36:21.8396307Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 2022-09-27T15:36:21.8399426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 2022-09-27T15:36:21.8410982Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 2022-09-27T15:36:21.8430976Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 2022-09-27T15:36:21.8442127Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 2022-09-27T15:36:21.8592358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 2022-09-27T15:36:21.8838537Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool 2022-09-27T15:36:21.8842575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 2022-09-27T15:36:21.8866843Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool 2022-09-27T15:36:21.9036901Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 2022-09-27T15:36:21.9256092Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 2022-09-27T15:36:21.9267667Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 2022-09-27T15:36:21.9276038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 2022-09-27T15:36:21.9299019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 2022-09-27T15:36:21.9313694Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 2022-09-27T15:36:21.9471843Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 2022-09-27T15:36:21.9715455Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 2022-09-27T15:36:21.9729077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:21.9750598Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 2022-09-27T15:36:21.9955266Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:22.0156640Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 2022-09-27T15:36:22.0186319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool 2022-09-27T15:36:22.0217449Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool 2022-09-27T15:36:22.0394601Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 2022-09-27T15:36:22.0635263Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 2022-09-27T15:36:22.0646047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 2022-09-27T15:36:22.0671658Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 2022-09-27T15:36:22.0832386Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 2022-09-27T15:36:22.1060925Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 2022-09-27T15:36:22.1076275Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 2022-09-27T15:36:22.1108917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 2022-09-27T15:36:22.1259410Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 2022-09-27T15:36:22.1268921Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 2022-09-27T15:36:22.1275685Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 2022-09-27T15:36:22.1513350Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 2022-09-27T15:36:22.1561404Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 2022-09-27T15:36:22.1572300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 2022-09-27T15:36:22.1709802Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 2022-09-27T15:36:22.1944212Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 2022-09-27T15:36:22.1955098Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 2022-09-27T15:36:22.1985630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 2022-09-27T15:36:22.2154703Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 2022-09-27T15:36:22.2436828Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 2022-09-27T15:36:22.2440854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 2022-09-27T15:36:22.2444601Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 2022-09-27T15:36:22.2593052Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 2022-09-27T15:36:22.2655275Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 2022-09-27T15:36:22.2707744Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 2022-09-27T15:36:22.2890161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 2022-09-27T15:36:22.2894544Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 2022-09-27T15:36:22.2912063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 2022-09-27T15:36:22.3033650Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 2022-09-27T15:36:22.3295830Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 2022-09-27T15:36:22.3352756Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 2022-09-27T15:36:22.3385349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 2022-09-27T15:36:22.3472240Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 2022-09-27T15:36:22.3511505Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 2022-09-27T15:36:22.3794652Z [gw1] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 2022-09-27T15:36:22.3828947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 2022-09-27T15:36:22.3912303Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 2022-09-27T15:36:22.3956463Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 2022-09-27T15:36:22.4272174Z [gw1] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 2022-09-27T15:36:22.4302103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 2022-09-27T15:36:22.4351371Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 2022-09-27T15:36:22.4392004Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 2022-09-27T15:36:22.4755859Z [gw1] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 2022-09-27T15:36:22.4787015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:36:22.4800676Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:36:22.4833652Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 2022-09-27T15:36:22.4907604Z [gw1] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 2022-09-27T15:36:22.4915005Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 2022-09-27T15:36:22.5195754Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 2022-09-27T15:36:22.5224788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 2022-09-27T15:36:22.5235870Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 2022-09-27T15:36:22.5282127Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 2022-09-27T15:36:22.5635975Z [gw1] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 2022-09-27T15:36:22.5664343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 2022-09-27T15:36:22.5680264Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 2022-09-27T15:36:22.5726239Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 2022-09-27T15:36:22.6078199Z [gw1] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 2022-09-27T15:36:22.6087949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 2022-09-27T15:36:22.6100800Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 2022-09-27T15:36:22.6113506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 2022-09-27T15:36:22.6124198Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 2022-09-27T15:36:22.6159682Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 2022-09-27T15:36:22.6511787Z [gw1] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 2022-09-27T15:36:22.6541036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 2022-09-27T15:36:22.6578853Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 2022-09-27T15:36:22.6586036Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 2022-09-27T15:36:22.6895888Z [gw1] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 2022-09-27T15:36:22.6903014Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 2022-09-27T15:36:22.7036193Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 2022-09-27T15:36:22.7038010Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 2022-09-27T15:36:22.7042029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 2022-09-27T15:36:22.7046913Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 2022-09-27T15:36:22.7461302Z [gw1] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 2022-09-27T15:36:22.7466162Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 2022-09-27T15:36:22.7467631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 2022-09-27T15:36:22.7524821Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 2022-09-27T15:36:22.7917765Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 2022-09-27T15:36:22.7918360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 2022-09-27T15:36:22.7945500Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool 2022-09-27T15:36:22.8002552Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 2022-09-27T15:36:22.8357201Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool 2022-09-27T15:36:22.8357941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 2022-09-27T15:36:22.8402087Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 2022-09-27T15:36:22.8454978Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 2022-09-27T15:36:22.8830045Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 2022-09-27T15:36:22.8835483Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 2022-09-27T15:36:22.8841522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:22.8876672Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:22.9208857Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 2022-09-27T15:36:22.9215998Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 2022-09-27T15:36:22.9233763Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 2022-09-27T15:36:22.9237083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 2022-09-27T15:36:22.9265592Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 2022-09-27T15:36:22.9325339Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 2022-09-27T15:36:22.9552702Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 2022-09-27T15:36:22.9563701Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 2022-09-27T15:36:22.9694895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 2022-09-27T15:36:22.9704129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 2022-09-27T15:36:22.9708931Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 2022-09-27T15:36:22.9764061Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 2022-09-27T15:36:23.0138520Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 2022-09-27T15:36:23.0144190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 2022-09-27T15:36:23.0153483Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 2022-09-27T15:36:23.0215927Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 2022-09-27T15:36:23.0556884Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 2022-09-27T15:36:23.0557513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 2022-09-27T15:36:23.0586732Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 2022-09-27T15:36:23.0637548Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 2022-09-27T15:36:23.0995838Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 2022-09-27T15:36:23.1001327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 2022-09-27T15:36:23.1026902Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 2022-09-27T15:36:23.1065567Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 2022-09-27T15:36:23.1435502Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 2022-09-27T15:36:23.1440245Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 2022-09-27T15:36:23.1466126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 2022-09-27T15:36:23.1509991Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 2022-09-27T15:36:23.1531713Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 2022-09-27T15:36:23.1542903Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 2022-09-27T15:36:23.1902488Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 2022-09-27T15:36:23.1904684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 2022-09-27T15:36:23.1908182Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 2022-09-27T15:36:23.1949224Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 2022-09-27T15:36:23.2317530Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 2022-09-27T15:36:23.2322786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 2022-09-27T15:36:23.2350005Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 2022-09-27T15:36:23.2392841Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 2022-09-27T15:36:23.2753584Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 2022-09-27T15:36:23.2796665Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 2022-09-27T15:36:23.2824970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool 2022-09-27T15:36:23.2830561Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 2022-09-27T15:36:23.2976715Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool 2022-09-27T15:36:23.2989276Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 2022-09-27T15:36:23.3194532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 2022-09-27T15:36:23.3232539Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 2022-09-27T15:36:23.3385087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 2022-09-27T15:36:23.3755567Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 2022-09-27T15:36:23.3761323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 2022-09-27T15:36:23.3946166Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 2022-09-27T15:36:23.3961841Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 2022-09-27T15:36:23.4237265Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 2022-09-27T15:36:23.4245238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 2022-09-27T15:36:23.4285220Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 2022-09-27T15:36:23.4312142Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 2022-09-27T15:36:23.4721047Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool 2022-09-27T15:36:23.4726760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 2022-09-27T15:36:23.4910190Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 2022-09-27T15:36:23.4931459Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool 2022-09-27T15:36:23.5194225Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 2022-09-27T15:36:23.5200094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 2022-09-27T15:36:23.5523020Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 2022-09-27T15:36:23.5542471Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 2022-09-27T15:36:23.5671448Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 2022-09-27T15:36:23.5676202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 2022-09-27T15:36:23.6159585Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 2022-09-27T15:36:23.6165018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 2022-09-27T15:36:23.6204471Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 2022-09-27T15:36:23.6236065Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 2022-09-27T15:36:23.6346164Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 2022-09-27T15:36:23.6360203Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 2022-09-27T15:36:23.6638503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 2022-09-27T15:36:23.6643961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 2022-09-27T15:36:23.6948673Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 2022-09-27T15:36:23.6968903Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 2022-09-27T15:36:23.7038374Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 2022-09-27T15:36:23.7075060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 2022-09-27T15:36:23.7299794Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 2022-09-27T15:36:23.7396970Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 2022-09-27T15:36:23.7557626Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 2022-09-27T15:36:23.7565477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 2022-09-27T15:36:23.7956491Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 2022-09-27T15:36:23.7972711Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 2022-09-27T15:36:23.8027237Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 2022-09-27T15:36:23.8028037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 2022-09-27T15:36:23.8114203Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 2022-09-27T15:36:23.8124434Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 2022-09-27T15:36:23.8467245Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 2022-09-27T15:36:23.8468399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:23.8516269Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:23.8540090Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 2022-09-27T15:36:23.8811656Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 2022-09-27T15:36:23.8949750Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 2022-09-27T15:36:23.8950350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool 2022-09-27T15:36:23.8960744Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool 2022-09-27T15:36:23.9243122Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 2022-09-27T15:36:23.9390353Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 2022-09-27T15:36:23.9391080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 2022-09-27T15:36:23.9433760Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 2022-09-27T15:36:23.9701904Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 2022-09-27T15:36:23.9714550Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 2022-09-27T15:36:23.9832477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 2022-09-27T15:36:23.9833072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 2022-09-27T15:36:23.9892131Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 2022-09-27T15:36:23.9923665Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 2022-09-27T15:36:24.0272411Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 2022-09-27T15:36:24.0273085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 2022-09-27T15:36:24.0414611Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 2022-09-27T15:36:24.0426862Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 2022-09-27T15:36:24.0605315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool 2022-09-27T15:36:24.0634980Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 2022-09-27T15:36:24.0710966Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 2022-09-27T15:36:24.0711574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 2022-09-27T15:36:24.0951960Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 2022-09-27T15:36:24.0963207Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool 2022-09-27T15:36:24.1152053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 2022-09-27T15:36:24.1152673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 2022-09-27T15:36:24.1593799Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 2022-09-27T15:36:24.1594457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 2022-09-27T15:36:24.1672315Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 2022-09-27T15:36:24.1684333Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 2022-09-27T15:36:24.1737052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 2022-09-27T15:36:24.1763007Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 2022-09-27T15:36:24.2034131Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 2022-09-27T15:36:24.2042472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 2022-09-27T15:36:24.2216144Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 2022-09-27T15:36:24.2232402Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 2022-09-27T15:36:24.2441348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 2022-09-27T15:36:24.2458985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 2022-09-27T15:36:24.2471654Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 2022-09-27T15:36:24.2480738Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 2022-09-27T15:36:24.2701400Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 2022-09-27T15:36:24.2715954Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 2022-09-27T15:36:24.2769517Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 2022-09-27T15:36:24.2784174Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 2022-09-27T15:36:24.2909977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 2022-09-27T15:36:24.2914439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 2022-09-27T15:36:24.3249232Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 2022-09-27T15:36:24.3272761Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 2022-09-27T15:36:24.3319445Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool 2022-09-27T15:36:24.3332527Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 2022-09-27T15:36:24.3387102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 2022-09-27T15:36:24.3391854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 2022-09-27T15:36:24.3830201Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 2022-09-27T15:36:24.3830860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 2022-09-27T15:36:24.3841931Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 2022-09-27T15:36:24.3857111Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool 2022-09-27T15:36:24.3859360Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 2022-09-27T15:36:24.3873606Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 2022-09-27T15:36:24.4316628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 2022-09-27T15:36:24.4317223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 2022-09-27T15:36:24.4421566Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 2022-09-27T15:36:24.4435242Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 2022-09-27T15:36:24.4462740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 2022-09-27T15:36:24.4488923Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 2022-09-27T15:36:24.4751092Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 2022-09-27T15:36:24.4751659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool 2022-09-27T15:36:24.4854599Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool 2022-09-27T15:36:24.4911248Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 2022-09-27T15:36:24.5148588Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 2022-09-27T15:36:24.5150825Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 2022-09-27T15:36:24.5228269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 2022-09-27T15:36:24.5229453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 2022-09-27T15:36:24.5447822Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 2022-09-27T15:36:24.5460763Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 2022-09-27T15:36:24.5509001Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 2022-09-27T15:36:24.5521425Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 2022-09-27T15:36:24.5677470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 2022-09-27T15:36:24.5678934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 2022-09-27T15:36:24.6114343Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 2022-09-27T15:36:24.6116887Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 2022-09-27T15:36:24.6118771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 2022-09-27T15:36:24.6122713Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 2022-09-27T15:36:24.6238576Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 2022-09-27T15:36:24.6252346Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 2022-09-27T15:36:24.6552466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool 2022-09-27T15:36:24.6553321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 2022-09-27T15:36:24.6585021Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 2022-09-27T15:36:24.6605060Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 2022-09-27T15:36:24.6636447Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 2022-09-27T15:36:24.6650169Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 2022-09-27T15:36:24.6877302Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool 2022-09-27T15:36:24.6891673Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool 2022-09-27T15:36:24.6989216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 2022-09-27T15:36:24.6992077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 2022-09-27T15:36:24.7020208Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 2022-09-27T15:36:24.7041249Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 2022-09-27T15:36:24.7398065Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 2022-09-27T15:36:24.7398710Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 2022-09-27T15:36:24.7429122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 2022-09-27T15:36:24.7478320Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 2022-09-27T15:36:24.7705933Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 2022-09-27T15:36:24.7721503Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 2022-09-27T15:36:24.7835638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 2022-09-27T15:36:24.7850705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 2022-09-27T15:36:24.7874503Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 2022-09-27T15:36:24.7911910Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 2022-09-27T15:36:24.8071432Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 2022-09-27T15:36:24.8083575Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool 2022-09-27T15:36:24.8311262Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 2022-09-27T15:36:24.8315209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 2022-09-27T15:36:24.8319115Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 2022-09-27T15:36:24.8336865Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 2022-09-27T15:36:24.8541991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 2022-09-27T15:36:24.8571276Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 2022-09-27T15:36:24.8750258Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 2022-09-27T15:36:24.8753052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 2022-09-27T15:36:24.8935826Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 2022-09-27T15:36:24.8953481Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 2022-09-27T15:36:24.9253607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 2022-09-27T15:36:24.9254235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 2022-09-27T15:36:24.9299405Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 2022-09-27T15:36:24.9329127Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 2022-09-27T15:36:24.9551296Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 2022-09-27T15:36:24.9568065Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 2022-09-27T15:36:24.9671746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 2022-09-27T15:36:24.9672339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 2022-09-27T15:36:25.0068104Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 2022-09-27T15:36:25.0086743Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 2022-09-27T15:36:25.0089022Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 2022-09-27T15:36:25.0115705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:25.0188010Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:25.0198220Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 2022-09-27T15:36:25.0360231Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 2022-09-27T15:36:25.0373079Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 2022-09-27T15:36:25.0593929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 2022-09-27T15:36:25.0594875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool 2022-09-27T15:36:25.1022507Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool 2022-09-27T15:36:25.1029055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 2022-09-27T15:36:25.1073530Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 2022-09-27T15:36:25.1087949Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 2022-09-27T15:36:25.1210447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 2022-09-27T15:36:25.1220010Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 2022-09-27T15:36:25.1433705Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 2022-09-27T15:36:25.1458860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 2022-09-27T15:36:25.1621678Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 2022-09-27T15:36:25.1634221Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 2022-09-27T15:36:25.1697844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 2022-09-27T15:36:25.1715737Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 2022-09-27T15:36:25.1909129Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 2022-09-27T15:36:25.1912968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 2022-09-27T15:36:25.2109016Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 2022-09-27T15:36:25.2119061Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 2022-09-27T15:36:25.2316500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 2022-09-27T15:36:25.2324977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 2022-09-27T15:36:25.2336734Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 2022-09-27T15:36:25.2348031Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 2022-09-27T15:36:25.2617972Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 2022-09-27T15:36:25.2629051Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 2022-09-27T15:36:25.2765733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool 2022-09-27T15:36:25.2800954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 2022-09-27T15:36:25.3192800Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 2022-09-27T15:36:25.3234449Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool 2022-09-27T15:36:25.3237863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 2022-09-27T15:36:25.3243502Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 2022-09-27T15:36:25.3246707Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 2022-09-27T15:36:25.3274064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 2022-09-27T15:36:25.3685330Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 2022-09-27T15:36:25.3689640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 2022-09-27T15:36:25.3894426Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 2022-09-27T15:36:25.3912309Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 2022-09-27T15:36:25.4000886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 2022-09-27T15:36:25.4019101Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 2022-09-27T15:36:25.4109396Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 2022-09-27T15:36:25.4111013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 2022-09-27T15:36:25.4571276Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 2022-09-27T15:36:25.4579790Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 2022-09-27T15:36:25.4593749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 2022-09-27T15:36:25.4604095Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 2022-09-27T15:36:25.4995822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 2022-09-27T15:36:25.5042280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 2022-09-27T15:36:25.5101458Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 2022-09-27T15:36:25.5123571Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 2022-09-27T15:36:25.5510587Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 2022-09-27T15:36:25.5511642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 2022-09-27T15:36:25.5563537Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 2022-09-27T15:36:25.5584522Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 2022-09-27T15:36:25.5954621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 2022-09-27T15:36:25.5955292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 2022-09-27T15:36:25.6116810Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 2022-09-27T15:36:25.6133472Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 2022-09-27T15:36:25.6367927Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 2022-09-27T15:36:25.6390221Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 2022-09-27T15:36:25.6394196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool 2022-09-27T15:36:25.6399788Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool 2022-09-27T15:36:25.6773019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 2022-09-27T15:36:25.6786002Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 2022-09-27T15:36:25.6830143Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool 2022-09-27T15:36:25.6833066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 2022-09-27T15:36:25.7092443Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 2022-09-27T15:36:25.7111383Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 2022-09-27T15:36:25.7271844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 2022-09-27T15:36:25.7274929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 2022-09-27T15:36:25.7716259Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 2022-09-27T15:36:25.7718872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 2022-09-27T15:36:25.7846685Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 2022-09-27T15:36:25.7864486Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 2022-09-27T15:36:25.7892870Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 2022-09-27T15:36:25.7916044Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 2022-09-27T15:36:25.8128201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 2022-09-27T15:36:25.8160650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 2022-09-27T15:36:25.8598304Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 2022-09-27T15:36:25.8598982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 2022-09-27T15:36:25.8765981Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 2022-09-27T15:36:25.8784118Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 2022-09-27T15:36:25.8870540Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 2022-09-27T15:36:25.8897176Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 2022-09-27T15:36:25.9032842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 2022-09-27T15:36:25.9033529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 2022-09-27T15:36:25.9479491Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 2022-09-27T15:36:25.9480184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 2022-09-27T15:36:25.9831488Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 2022-09-27T15:36:25.9847821Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 2022-09-27T15:36:25.9913820Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 2022-09-27T15:36:25.9914507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 2022-09-27T15:36:26.0247074Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 2022-09-27T15:36:26.0271345Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 2022-09-27T15:36:26.0351747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 2022-09-27T15:36:26.0352347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 2022-09-27T15:36:26.0842314Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 2022-09-27T15:36:26.0843052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 2022-09-27T15:36:26.0861218Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 2022-09-27T15:36:26.0878852Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 2022-09-27T15:36:26.1134736Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 2022-09-27T15:36:26.1146599Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool 2022-09-27T15:36:26.1164189Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 2022-09-27T15:36:26.1183086Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 2022-09-27T15:36:26.1270415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 2022-09-27T15:36:26.1274094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 2022-09-27T15:36:26.1753977Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 2022-09-27T15:36:26.1758483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:26.2018947Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:26.2043844Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 2022-09-27T15:36:26.2199959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 2022-09-27T15:36:26.2204191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool 2022-09-27T15:36:26.2284533Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool 2022-09-27T15:36:26.2590901Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 2022-09-27T15:36:26.2634496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 2022-09-27T15:36:26.2638121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:36:26.2764385Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:36:26.3038393Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 2022-09-27T15:36:26.3042157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 2022-09-27T15:36:26.3071241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 2022-09-27T15:36:26.3218649Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 2022-09-27T15:36:26.3509358Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 2022-09-27T15:36:26.3513847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:36:26.3517696Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:36:26.3729213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 2022-09-27T15:36:26.3950137Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 2022-09-27T15:36:26.3955323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 2022-09-27T15:36:26.3955979Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 2022-09-27T15:36:26.4186455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 2022-09-27T15:36:26.4390907Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 2022-09-27T15:36:26.4393315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 2022-09-27T15:36:26.4468223Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 2022-09-27T15:36:26.4676785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 2022-09-27T15:36:26.4830680Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 2022-09-27T15:36:26.4839726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 2022-09-27T15:36:26.4849052Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 2022-09-27T15:36:26.4957283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 2022-09-27T15:36:26.5268583Z [gw2] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 2022-09-27T15:36:26.5282874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 2022-09-27T15:36:26.5293382Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 2022-09-27T15:36:26.5302605Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 2022-09-27T15:36:26.5309421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 2022-09-27T15:36:26.5486174Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool 2022-09-27T15:36:26.5712448Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 2022-09-27T15:36:26.5721069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 2022-09-27T15:36:26.5730287Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 2022-09-27T15:36:26.5943149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 2022-09-27T15:36:26.6164800Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 2022-09-27T15:36:26.6174174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 2022-09-27T15:36:26.6184985Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 2022-09-27T15:36:26.6188091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 2022-09-27T15:36:26.6510512Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 2022-09-27T15:36:26.6524660Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 2022-09-27T15:36:26.6595913Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 2022-09-27T15:36:26.6599819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 2022-09-27T15:36:26.6619315Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 2022-09-27T15:36:26.6629290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool 2022-09-27T15:36:26.7033873Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool 2022-09-27T15:36:26.7037772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:36:26.7118846Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:36:26.7124543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 2022-09-27T15:36:26.7448623Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 2022-09-27T15:36:26.7466521Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool 2022-09-27T15:36:26.7476149Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 2022-09-27T15:36:26.7477871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 2022-09-27T15:36:26.7538187Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 2022-09-27T15:36:26.7539955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 2022-09-27T15:36:26.7951522Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 2022-09-27T15:36:26.7953616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool 2022-09-27T15:36:26.8015169Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool 2022-09-27T15:36:26.8017025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 2022-09-27T15:36:26.8398629Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 2022-09-27T15:36:26.8401181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 2022-09-27T15:36:26.8438384Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 2022-09-27T15:36:26.8439078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 2022-09-27T15:36:26.8835858Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 2022-09-27T15:36:26.8836668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 2022-09-27T15:36:26.8874355Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 2022-09-27T15:36:26.8874989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 2022-09-27T15:36:26.9277383Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 2022-09-27T15:36:26.9278473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 2022-09-27T15:36:26.9315867Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 2022-09-27T15:36:26.9316752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 2022-09-27T15:36:26.9722633Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 2022-09-27T15:36:26.9723522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 2022-09-27T15:36:26.9743841Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 2022-09-27T15:36:26.9745737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 2022-09-27T15:36:27.0156369Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 2022-09-27T15:36:27.0157025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 2022-09-27T15:36:27.0167532Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 2022-09-27T15:36:27.0195625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 2022-09-27T15:36:27.0597969Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 2022-09-27T15:36:27.0598612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 2022-09-27T15:36:27.0628827Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 2022-09-27T15:36:27.0629430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 2022-09-27T15:36:27.1039728Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 2022-09-27T15:36:27.1040486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 2022-09-27T15:36:27.1069821Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 2022-09-27T15:36:27.1073454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 2022-09-27T15:36:27.1430774Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 2022-09-27T15:36:27.1445648Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 2022-09-27T15:36:27.1472369Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 2022-09-27T15:36:27.1486290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 2022-09-27T15:36:27.1489129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 2022-09-27T15:36:27.1921049Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 2022-09-27T15:36:27.1922144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 2022-09-27T15:36:27.2351551Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 2022-09-27T15:36:27.2352279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 2022-09-27T15:36:27.2799425Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 2022-09-27T15:36:27.2800139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 2022-09-27T15:36:27.2900315Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 2022-09-27T15:36:27.2918828Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 2022-09-27T15:36:27.3232752Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 2022-09-27T15:36:27.3233417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:27.3640445Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:27.3677415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool 2022-09-27T15:36:27.4112356Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool 2022-09-27T15:36:27.4114241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 2022-09-27T15:36:27.4513823Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 2022-09-27T15:36:27.4549541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 2022-09-27T15:36:27.4991082Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 2022-09-27T15:36:27.4995893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 2022-09-27T15:36:27.5158222Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 2022-09-27T15:36:27.5185145Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 2022-09-27T15:36:27.5474066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool 2022-09-27T15:36:27.5479359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 2022-09-27T15:36:27.5915500Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 2022-09-27T15:36:27.5920669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 2022-09-27T15:36:27.6372649Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 2022-09-27T15:36:27.6377842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 2022-09-27T15:36:27.6798354Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 2022-09-27T15:36:27.6803475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 2022-09-27T15:36:27.7233088Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 2022-09-27T15:36:27.7240244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 2022-09-27T15:36:27.7676861Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 2022-09-27T15:36:27.7684641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 2022-09-27T15:36:27.8118257Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 2022-09-27T15:36:27.8126344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 2022-09-27T15:36:27.8208288Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 2022-09-27T15:36:27.8230804Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 2022-09-27T15:36:27.8432583Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 2022-09-27T15:36:27.8451507Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 2022-09-27T15:36:27.8528312Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 2022-09-27T15:36:27.8553974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 2022-09-27T15:36:27.8998023Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 2022-09-27T15:36:27.8998714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 2022-09-27T15:36:27.9436620Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 2022-09-27T15:36:27.9437241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 2022-09-27T15:36:27.9502244Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 2022-09-27T15:36:27.9529206Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool 2022-09-27T15:36:27.9851530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 2022-09-27T15:36:27.9882384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 2022-09-27T15:36:28.0316502Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 2022-09-27T15:36:28.0320655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 2022-09-27T15:36:28.0744689Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 2022-09-27T15:36:28.0762316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 2022-09-27T15:36:28.1162322Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 2022-09-27T15:36:28.1209655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 2022-09-27T15:36:28.1636699Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 2022-09-27T15:36:28.1645548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:28.2073146Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:28.2083620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 2022-09-27T15:36:28.2521641Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 2022-09-27T15:36:28.2532380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 2022-09-27T15:36:28.2955164Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 2022-09-27T15:36:28.2965899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 2022-09-27T15:36:28.2994136Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 2022-09-27T15:36:28.3017606Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 2022-09-27T15:36:28.3372311Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 2022-09-27T15:36:28.3409037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 2022-09-27T15:36:28.3838580Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 2022-09-27T15:36:28.3849675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 2022-09-27T15:36:28.4273525Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 2022-09-27T15:36:28.4283917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:36:28.4714091Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:36:28.4725404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 2022-09-27T15:36:28.4803810Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 2022-09-27T15:36:28.4827276Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 2022-09-27T15:36:28.5154735Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 2022-09-27T15:36:28.5165205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 2022-09-27T15:36:28.5603486Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 2022-09-27T15:36:28.5615122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 2022-09-27T15:36:28.6034846Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 2022-09-27T15:36:28.6047198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 2022-09-27T15:36:28.6477807Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 2022-09-27T15:36:28.6487648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 2022-09-27T15:36:28.6915845Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 2022-09-27T15:36:28.6925197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:28.7354348Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:28.7363967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:36:28.7782695Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:36:28.7837454Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 2022-09-27T15:36:28.7838086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:36:28.7858581Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:36:28.8273788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 2022-09-27T15:36:28.8284555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:36:28.8517988Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:36:28.8534894Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 2022-09-27T15:36:28.8677470Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 2022-09-27T15:36:28.8711900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:36:28.9191246Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:36:28.9192759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:36:28.9542141Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:36:28.9563100Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 2022-09-27T15:36:28.9645729Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 2022-09-27T15:36:28.9653868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 2022-09-27T15:36:29.0071389Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 2022-09-27T15:36:29.0082086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool 2022-09-27T15:36:29.0516505Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool 2022-09-27T15:36:29.0525562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 2022-09-27T15:36:29.0991473Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 2022-09-27T15:36:29.1002294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 2022-09-27T15:36:29.1474177Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 2022-09-27T15:36:29.1484837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 2022-09-27T15:36:29.1875300Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 2022-09-27T15:36:29.1887479Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 2022-09-27T15:36:29.1897041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 2022-09-27T15:36:29.1915286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 2022-09-27T15:36:29.2360073Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 2022-09-27T15:36:29.2370725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 2022-09-27T15:36:29.2763870Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 2022-09-27T15:36:29.2798388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 2022-09-27T15:36:29.2921257Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 2022-09-27T15:36:29.2940661Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 2022-09-27T15:36:29.3222191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 2022-09-27T15:36:29.3244404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 2022-09-27T15:36:29.3678669Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 2022-09-27T15:36:29.3689207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 2022-09-27T15:36:29.4113945Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 2022-09-27T15:36:29.4124723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 2022-09-27T15:36:29.4316760Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 2022-09-27T15:36:29.4332220Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 2022-09-27T15:36:29.4564196Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 2022-09-27T15:36:29.4569449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 2022-09-27T15:36:29.4996373Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 2022-09-27T15:36:29.5002077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 2022-09-27T15:36:29.5246386Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 2022-09-27T15:36:29.5259036Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 2022-09-27T15:36:29.5428119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 2022-09-27T15:36:29.5433764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:29.5853652Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:29.5877704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool 2022-09-27T15:36:29.5888227Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool 2022-09-27T15:36:29.5905914Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 2022-09-27T15:36:29.6313017Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 2022-09-27T15:36:29.6322402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 2022-09-27T15:36:29.6751244Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 2022-09-27T15:36:29.6760183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 2022-09-27T15:36:29.6878568Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 2022-09-27T15:36:29.6903492Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 2022-09-27T15:36:29.7174417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 2022-09-27T15:36:29.7194231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 2022-09-27T15:36:29.7611373Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 2022-09-27T15:36:29.7635389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 2022-09-27T15:36:29.8074576Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 2022-09-27T15:36:29.8075373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 2022-09-27T15:36:29.8521143Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 2022-09-27T15:36:29.8522806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 2022-09-27T15:36:29.8631143Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 2022-09-27T15:36:29.8649323Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 2022-09-27T15:36:29.8955124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 2022-09-27T15:36:29.8955848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 2022-09-27T15:36:29.9334908Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 2022-09-27T15:36:29.9393307Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 2022-09-27T15:36:29.9399715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 2022-09-27T15:36:29.9414792Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 2022-09-27T15:36:29.9571970Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 2022-09-27T15:36:29.9594994Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 2022-09-27T15:36:29.9814757Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 2022-09-27T15:36:29.9835963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 2022-09-27T15:36:30.0280214Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 2022-09-27T15:36:30.0322688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.0740017Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.0753564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 2022-09-27T15:36:30.0885916Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 2022-09-27T15:36:30.0913342Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 2022-09-27T15:36:30.1194254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 2022-09-27T15:36:30.1194837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 2022-09-27T15:36:30.1636569Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 2022-09-27T15:36:30.1637221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool 2022-09-27T15:36:30.2113516Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool 2022-09-27T15:36:30.2115136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 2022-09-27T15:36:30.2554882Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 2022-09-27T15:36:30.2555554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 2022-09-27T15:36:30.2995012Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 2022-09-27T15:36:30.2995685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 2022-09-27T15:36:30.3110378Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 2022-09-27T15:36:30.3122532Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 2022-09-27T15:36:30.3428061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 2022-09-27T15:36:30.3428901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 2022-09-27T15:36:30.3849526Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 2022-09-27T15:36:30.3878037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 2022-09-27T15:36:30.3878718Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 2022-09-27T15:36:30.3891783Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 2022-09-27T15:36:30.4134543Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 2022-09-27T15:36:30.4146673Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 2022-09-27T15:36:30.4313800Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 2022-09-27T15:36:30.4314372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 2022-09-27T15:36:30.4755192Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 2022-09-27T15:36:30.4755850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 2022-09-27T15:36:30.5197184Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 2022-09-27T15:36:30.5197851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 2022-09-27T15:36:30.5233458Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 2022-09-27T15:36:30.5258366Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 2022-09-27T15:36:30.5646658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 2022-09-27T15:36:30.5681032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 2022-09-27T15:36:30.6115919Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 2022-09-27T15:36:30.6116567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 2022-09-27T15:36:30.6543683Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 2022-09-27T15:36:30.6559719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 2022-09-27T15:36:30.7034604Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 2022-09-27T15:36:30.7035281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:30.7474821Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:30.7475485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool 2022-09-27T15:36:30.7920806Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool 2022-09-27T15:36:30.7921477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 2022-09-27T15:36:30.8153597Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 2022-09-27T15:36:30.8162670Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 2022-09-27T15:36:30.8395743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool 2022-09-27T15:36:30.8396370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 2022-09-27T15:36:30.8530311Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 2022-09-27T15:36:30.8550569Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 2022-09-27T15:36:30.8830388Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 2022-09-27T15:36:30.8837023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 2022-09-27T15:36:30.9281164Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 2022-09-27T15:36:30.9291946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 2022-09-27T15:36:30.9383054Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 2022-09-27T15:36:30.9401071Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 2022-09-27T15:36:30.9746481Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 2022-09-27T15:36:30.9754757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 2022-09-27T15:36:31.0202665Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 2022-09-27T15:36:31.0213032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 2022-09-27T15:36:31.0639314Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 2022-09-27T15:36:31.0639969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 2022-09-27T15:36:31.1074866Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 2022-09-27T15:36:31.1075543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 2022-09-27T15:36:31.1086808Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 2022-09-27T15:36:31.1102950Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool 2022-09-27T15:36:31.1508058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 2022-09-27T15:36:31.1515988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 2022-09-27T15:36:31.1956093Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 2022-09-27T15:36:31.1956752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 2022-09-27T15:36:31.2104292Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 2022-09-27T15:36:31.2135601Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 2022-09-27T15:36:31.2397136Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 2022-09-27T15:36:31.2397738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 2022-09-27T15:36:31.2804986Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 2022-09-27T15:36:31.2834445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 2022-09-27T15:36:31.3425367Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 2022-09-27T15:36:31.3426015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool 2022-09-27T15:36:31.3835199Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool 2022-09-27T15:36:31.3835875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 2022-09-27T15:36:31.4270582Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 2022-09-27T15:36:31.4271382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 2022-09-27T15:36:31.4290169Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 2022-09-27T15:36:31.4308464Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 2022-09-27T15:36:31.4716395Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 2022-09-27T15:36:31.4717108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 2022-09-27T15:36:31.5147577Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 2022-09-27T15:36:31.5148528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 2022-09-27T15:36:31.5595984Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 2022-09-27T15:36:31.5596813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 2022-09-27T15:36:31.6034775Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 2022-09-27T15:36:31.6035405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 2022-09-27T15:36:31.6507357Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 2022-09-27T15:36:31.6509503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 2022-09-27T15:36:31.6620514Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 2022-09-27T15:36:31.6644405Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 2022-09-27T15:36:31.6948404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 2022-09-27T15:36:31.6960651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 2022-09-27T15:36:31.7007585Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 2022-09-27T15:36:31.7031561Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 2022-09-27T15:36:31.7356681Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 2022-09-27T15:36:31.7394280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 2022-09-27T15:36:31.7641781Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 2022-09-27T15:36:31.7663125Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 2022-09-27T15:36:31.7810240Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 2022-09-27T15:36:31.7846222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 2022-09-27T15:36:31.8239685Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 2022-09-27T15:36:31.8280496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 2022-09-27T15:36:31.8676300Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 2022-09-27T15:36:31.8712461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:31.9116528Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:31.9155996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool 2022-09-27T15:36:31.9565126Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool 2022-09-27T15:36:31.9598479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:36:32.0031844Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:36:32.0041157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:36:32.0082250Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:36:32.0110770Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 2022-09-27T15:36:32.0470429Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 2022-09-27T15:36:32.0480698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:36:32.0915511Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:36:32.0926597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 2022-09-27T15:36:32.1333909Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 2022-09-27T15:36:32.1343052Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 2022-09-27T15:36:32.1359216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 2022-09-27T15:36:32.1359846Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool 2022-09-27T15:36:32.1797011Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 2022-09-27T15:36:32.1798317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 2022-09-27T15:36:32.2236919Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 2022-09-27T15:36:32.2238040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.2368362Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.2391365Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 2022-09-27T15:36:32.2688307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 2022-09-27T15:36:32.2689567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.3077753Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.3121788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.3143396Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.3158917Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 2022-09-27T15:36:32.3558811Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 2022-09-27T15:36:32.3594218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 2022-09-27T15:36:32.4008627Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 2022-09-27T15:36:32.4026413Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool 2022-09-27T15:36:32.4036441Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 2022-09-27T15:36:32.4071095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:36:32.4476020Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:36:32.4512687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 2022-09-27T15:36:32.4586267Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 2022-09-27T15:36:32.4611619Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 2022-09-27T15:36:32.4915958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 2022-09-27T15:36:32.4961315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool 2022-09-27T15:36:32.5056014Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool 2022-09-27T15:36:32.5074950Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 2022-09-27T15:36:32.5356893Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 2022-09-27T15:36:32.5393706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 2022-09-27T15:36:32.5835960Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 2022-09-27T15:36:32.5870398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 2022-09-27T15:36:32.6275507Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 2022-09-27T15:36:32.6307887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 2022-09-27T15:36:32.6321228Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 2022-09-27T15:36:32.6338597Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 2022-09-27T15:36:32.6715800Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 2022-09-27T15:36:32.6751765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 2022-09-27T15:36:32.7107520Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 2022-09-27T15:36:32.7124996Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 2022-09-27T15:36:32.7159829Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 2022-09-27T15:36:32.7160493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 2022-09-27T15:36:32.7231374Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 2022-09-27T15:36:32.7236829Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 2022-09-27T15:36:32.7596493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 2022-09-27T15:36:32.7632137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 2022-09-27T15:36:32.8036209Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 2022-09-27T15:36:32.8056749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 2022-09-27T15:36:32.8077314Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 2022-09-27T15:36:32.8084977Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 2022-09-27T15:36:32.8475411Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 2022-09-27T15:36:32.8516606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 2022-09-27T15:36:32.8957729Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 2022-09-27T15:36:32.8976708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 2022-09-27T15:36:32.8993570Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 2022-09-27T15:36:32.9020475Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 2022-09-27T15:36:32.9246897Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 2022-09-27T15:36:32.9395330Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 2022-09-27T15:36:32.9443046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 2022-09-27T15:36:32.9457232Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 2022-09-27T15:36:32.9658516Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool 2022-09-27T15:36:32.9847371Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool 2022-09-27T15:36:32.9915074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 2022-09-27T15:36:32.9922652Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 2022-09-27T15:36:33.0118932Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 2022-09-27T15:36:33.0296364Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 2022-09-27T15:36:33.0310791Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 2022-09-27T15:36:33.0320495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:33.0328277Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:33.0364335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 2022-09-27T15:36:33.0568406Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 2022-09-27T15:36:33.0587372Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 2022-09-27T15:36:33.0644922Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 2022-09-27T15:36:33.0743584Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 2022-09-27T15:36:33.0748348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool 2022-09-27T15:36:33.0791170Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool 2022-09-27T15:36:33.1014075Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 2022-09-27T15:36:33.1153330Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 2022-09-27T15:36:33.1193470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:33.1232999Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:33.1622983Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 2022-09-27T15:36:33.1636804Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 2022-09-27T15:36:33.1644766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:33.1671704Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:33.2059663Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 2022-09-27T15:36:33.2074277Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 2022-09-27T15:36:33.2084605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:33.2089791Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:33.2193851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 2022-09-27T15:36:33.2206851Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 2022-09-27T15:36:33.2513639Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 2022-09-27T15:36:33.2519574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 2022-09-27T15:36:33.2612311Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 2022-09-27T15:36:33.2646106Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 2022-09-27T15:36:33.2993535Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 2022-09-27T15:36:33.2999623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.3125767Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.3139981Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 2022-09-27T15:36:33.3435423Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 2022-09-27T15:36:33.3463470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.3535999Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.3564471Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 2022-09-27T15:36:33.3915214Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 2022-09-27T15:36:33.3939855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 2022-09-27T15:36:33.4012804Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 2022-09-27T15:36:33.4021270Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 2022-09-27T15:36:33.4031840Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 2022-09-27T15:36:33.4270193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 2022-09-27T15:36:33.4353591Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 2022-09-27T15:36:33.4382156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 2022-09-27T15:36:33.4397010Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 2022-09-27T15:36:33.4710745Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 2022-09-27T15:36:33.4792507Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 2022-09-27T15:36:33.4822163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 2022-09-27T15:36:33.4881974Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 2022-09-27T15:36:33.5035664Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 2022-09-27T15:36:33.5056302Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 2022-09-27T15:36:33.5147268Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 2022-09-27T15:36:33.5174531Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 2022-09-27T15:36:33.5230927Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 2022-09-27T15:36:33.5258311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.5510690Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.5598655Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool 2022-09-27T15:36:33.5674532Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool 2022-09-27T15:36:33.5703090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.5954728Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.6028076Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 2022-09-27T15:36:33.6044790Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 2022-09-27T15:36:33.6086418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 2022-09-27T15:36:33.6112825Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 2022-09-27T15:36:33.6140757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 2022-09-27T15:36:33.6471777Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 2022-09-27T15:36:33.6537034Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 2022-09-27T15:36:33.6555081Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 2022-09-27T15:36:33.6592904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool 2022-09-27T15:36:33.6911443Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool 2022-09-27T15:36:33.6957727Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 2022-09-27T15:36:33.6996059Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 2022-09-27T15:36:33.7025846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 2022-09-27T15:36:33.7351124Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 2022-09-27T15:36:33.7385594Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 2022-09-27T15:36:33.7432526Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 2022-09-27T15:36:33.7466568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 2022-09-27T15:36:33.7762859Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 2022-09-27T15:36:33.7776693Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 2022-09-27T15:36:33.7787685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 2022-09-27T15:36:33.7839500Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 2022-09-27T15:36:33.7912584Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 2022-09-27T15:36:33.7945737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 2022-09-27T15:36:33.8230894Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 2022-09-27T15:36:33.8270071Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 2022-09-27T15:36:33.8353649Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 2022-09-27T15:36:33.8388564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 2022-09-27T15:36:33.8594865Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 2022-09-27T15:36:33.8693025Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 2022-09-27T15:36:33.8793211Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 2022-09-27T15:36:33.8828467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 2022-09-27T15:36:33.9136419Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 2022-09-27T15:36:33.9141047Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 2022-09-27T15:36:33.9303131Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 2022-09-27T15:36:33.9308413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 2022-09-27T15:36:33.9576657Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 2022-09-27T15:36:33.9577344Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 2022-09-27T15:36:33.9700350Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 2022-09-27T15:36:33.9714697Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 2022-09-27T15:36:33.9722258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 2022-09-27T15:36:33.9746508Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 2022-09-27T15:36:34.0012501Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 2022-09-27T15:36:34.0015188Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 2022-09-27T15:36:34.0183675Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 2022-09-27T15:36:34.0188058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 2022-09-27T15:36:34.0428358Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 2022-09-27T15:36:34.0445998Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 2022-09-27T15:36:34.0624760Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 2022-09-27T15:36:34.0628849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 2022-09-27T15:36:34.0789991Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 2022-09-27T15:36:34.0963854Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:36:34.1064540Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:36:34.1068391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 2022-09-27T15:36:34.1231352Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 2022-09-27T15:36:34.1375874Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool 2022-09-27T15:36:34.1509371Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool 2022-09-27T15:36:34.1512863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 2022-09-27T15:36:34.1745473Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 2022-09-27T15:36:34.1883719Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 2022-09-27T15:36:34.1948809Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 2022-09-27T15:36:34.1952447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:34.2230744Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:34.2395205Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 2022-09-27T15:36:34.2401314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool 2022-09-27T15:36:34.2441560Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool 2022-09-27T15:36:34.2490389Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 2022-09-27T15:36:34.2513578Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 2022-09-27T15:36:34.2551026Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 2022-09-27T15:36:34.2832540Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 2022-09-27T15:36:34.2838658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 2022-09-27T15:36:34.2950880Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 2022-09-27T15:36:34.2994069Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 2022-09-27T15:36:34.3205938Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 2022-09-27T15:36:34.3276075Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 2022-09-27T15:36:34.3316173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 2022-09-27T15:36:34.3455234Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 2022-09-27T15:36:34.3673469Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 2022-09-27T15:36:34.3770936Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 2022-09-27T15:36:34.3795872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 2022-09-27T15:36:34.3874611Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 2022-09-27T15:36:34.4156011Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 2022-09-27T15:36:34.4253462Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 2022-09-27T15:36:34.4276923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 2022-09-27T15:36:34.4313853Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 2022-09-27T15:36:34.4571190Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 2022-09-27T15:36:34.4713238Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 2022-09-27T15:36:34.4720060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 2022-09-27T15:36:34.4754174Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 2022-09-27T15:36:34.4965994Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 2022-09-27T15:36:34.5154242Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 2022-09-27T15:36:34.5161326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.5271242Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.5279163Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 2022-09-27T15:36:34.5291995Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 2022-09-27T15:36:34.5339860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool 2022-09-27T15:36:34.5595902Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 2022-09-27T15:36:34.5596887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.5632434Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.5785311Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 2022-09-27T15:36:34.5985632Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 2022-09-27T15:36:34.6005137Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 2022-09-27T15:36:34.6038991Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 2022-09-27T15:36:34.6073550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.6109763Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.6258355Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 2022-09-27T15:36:34.6507052Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 2022-09-27T15:36:34.6508776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 2022-09-27T15:36:34.6632164Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 2022-09-27T15:36:34.6634116Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:36:34.6947082Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:36:34.6949134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 2022-09-27T15:36:34.6991556Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 2022-09-27T15:36:34.7064999Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool 2022-09-27T15:36:34.7390424Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool 2022-09-27T15:36:34.7391107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 2022-09-27T15:36:34.7431183Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 2022-09-27T15:36:34.7526381Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 2022-09-27T15:36:34.7828129Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 2022-09-27T15:36:34.7830345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:36:34.7946975Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:36:34.7962520Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 2022-09-27T15:36:34.8267674Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 2022-09-27T15:36:34.8271218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool 2022-09-27T15:36:34.8310745Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool 2022-09-27T15:36:34.8408645Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 2022-09-27T15:36:34.8708249Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 2022-09-27T15:36:34.8742789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 2022-09-27T15:36:34.8752348Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 2022-09-27T15:36:34.8841155Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 2022-09-27T15:36:34.9186008Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 2022-09-27T15:36:34.9191456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 2022-09-27T15:36:34.9231221Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 2022-09-27T15:36:34.9314491Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 2022-09-27T15:36:34.9497838Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 2022-09-27T15:36:34.9518232Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 2022-09-27T15:36:34.9622790Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 2022-09-27T15:36:34.9625483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 2022-09-27T15:36:34.9752504Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 2022-09-27T15:36:34.9762511Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 2022-09-27T15:36:35.0070827Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 2022-09-27T15:36:35.0072491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 2022-09-27T15:36:35.0114117Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 2022-09-27T15:36:35.0198719Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 2022-09-27T15:36:35.0246713Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 2022-09-27T15:36:35.0270043Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool 2022-09-27T15:36:35.0552931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 2022-09-27T15:36:35.0558101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 2022-09-27T15:36:35.0593800Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 2022-09-27T15:36:35.0663941Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 2022-09-27T15:36:35.0954497Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 2022-09-27T15:36:35.0982517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 2022-09-27T15:36:35.1068492Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 2022-09-27T15:36:35.1114112Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 2022-09-27T15:36:35.1472810Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 2022-09-27T15:36:35.1477125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 2022-09-27T15:36:35.1513007Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 2022-09-27T15:36:35.1591287Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 2022-09-27T15:36:35.1914910Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 2022-09-27T15:36:35.1917813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 2022-09-27T15:36:35.1955579Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 2022-09-27T15:36:35.2035633Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 2022-09-27T15:36:35.2351897Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 2022-09-27T15:36:35.2355959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 2022-09-27T15:36:35.2392569Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 2022-09-27T15:36:35.2527070Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 2022-09-27T15:36:35.2831861Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 2022-09-27T15:36:35.2840386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 2022-09-27T15:36:35.2854707Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 2022-09-27T15:36:35.2873717Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 2022-09-27T15:36:35.2884153Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 2022-09-27T15:36:35.2995048Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 2022-09-27T15:36:35.3168576Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 2022-09-27T15:36:35.3182353Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 2022-09-27T15:36:35.3265885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 2022-09-27T15:36:35.3272065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 2022-09-27T15:36:35.3386803Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 2022-09-27T15:36:35.3425914Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 2022-09-27T15:36:35.3710092Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 2022-09-27T15:36:35.3716783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:35.3753208Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:35.3897429Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 2022-09-27T15:36:35.4151961Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 2022-09-27T15:36:35.4157907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:36:35.4303488Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:36:35.4308517Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 2022-09-27T15:36:35.4589910Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 2022-09-27T15:36:35.4595669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:36:35.4749165Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:36:35.4756515Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 2022-09-27T15:36:35.5036936Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 2022-09-27T15:36:35.5045332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:36:35.5149923Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:36:35.5393182Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 2022-09-27T15:36:35.5471242Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 2022-09-27T15:36:35.5478558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:36:35.5510779Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:36:35.5777900Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 2022-09-27T15:36:35.5904634Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 2022-09-27T15:36:35.5911810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:36:35.5949897Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:36:35.6266928Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 2022-09-27T15:36:35.6346505Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 2022-09-27T15:36:35.6354199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.6394014Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.6664798Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 2022-09-27T15:36:35.6754512Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 2022-09-27T15:36:35.6772590Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 2022-09-27T15:36:35.6787409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 2022-09-27T15:36:35.6789876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.6835685Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.6858197Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 2022-09-27T15:36:35.6906908Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 2022-09-27T15:36:35.7076452Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 2022-09-27T15:36:35.7231623Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 2022-09-27T15:36:35.7239564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:36:35.7270868Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:36:35.7506793Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 2022-09-27T15:36:35.7676416Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 2022-09-27T15:36:35.7677054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:36:35.7712855Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:36:35.8111983Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 2022-09-27T15:36:35.8119486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.8145017Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.8167789Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 2022-09-27T15:36:35.8476954Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool 2022-09-27T15:36:35.8570992Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool 2022-09-27T15:36:35.8593081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.8600947Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.9072645Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 2022-09-27T15:36:35.9073257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.9341203Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.9381132Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 2022-09-27T15:36:35.9488606Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 2022-09-27T15:36:35.9510145Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:36:35.9890357Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:36:35.9912478Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 2022-09-27T15:36:35.9925260Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 2022-09-27T15:36:35.9939603Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 2022-09-27T15:36:35.9956362Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 2022-09-27T15:36:35.9972653Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 2022-09-27T15:36:36.0394327Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 2022-09-27T15:36:36.0404323Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 2022-09-27T15:36:36.0422400Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 2022-09-27T15:36:36.0432386Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 2022-09-27T15:36:36.0781588Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 2022-09-27T15:36:36.0796253Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 2022-09-27T15:36:36.0839949Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 2022-09-27T15:36:36.0848840Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 2022-09-27T15:36:36.1200649Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 2022-09-27T15:36:36.1234160Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 2022-09-27T15:36:36.1275328Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:36.1282974Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:36.1640139Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 2022-09-27T15:36:36.1673249Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 2022-09-27T15:36:36.1713660Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:36:36.1721801Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:36:36.1956288Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 2022-09-27T15:36:36.1973631Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 2022-09-27T15:36:36.2031670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 2022-09-27T15:36:36.2151209Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 2022-09-27T15:36:36.2152298Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.2206105Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.2594309Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 2022-09-27T15:36:36.2597873Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.2648568Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.2665036Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 2022-09-27T15:36:36.3069344Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 2022-09-27T15:36:36.3268412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 2022-09-27T15:36:36.3423334Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 2022-09-27T15:36:36.3658324Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 2022-09-27T15:36:36.3680046Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 2022-09-27T15:36:36.3951834Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 2022-09-27T15:36:36.3977982Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 2022-09-27T15:36:36.4368619Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 2022-09-27T15:36:36.4467745Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 2022-09-27T15:36:36.5156641Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 2022-09-27T15:36:36.5189882Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 2022-09-27T15:36:36.5955329Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool 2022-09-27T15:36:36.6068584Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool 2022-09-27T15:36:36.6423966Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 2022-09-27T15:36:36.6441481Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 2022-09-27T15:36:36.6647976Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 2022-09-27T15:36:36.6753769Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 2022-09-27T15:36:36.6976630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 2022-09-27T15:36:36.6994136Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 2022-09-27T15:36:36.7878975Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 2022-09-27T15:36:36.7952744Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 2022-09-27T15:36:36.8775423Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 2022-09-27T15:36:36.8816866Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 2022-09-27T15:36:36.9097371Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 2022-09-27T15:36:36.9119439Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 2022-09-27T15:36:36.9369831Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 2022-09-27T15:36:36.9381478Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 2022-09-27T15:36:36.9701642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 2022-09-27T15:36:36.9722388Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 2022-09-27T15:36:37.0368238Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 2022-09-27T15:36:37.0397326Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 2022-09-27T15:36:37.0570474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 2022-09-27T15:36:37.0603991Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 2022-09-27T15:36:37.1158769Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 2022-09-27T15:36:37.1177052Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 2022-09-27T15:36:37.1546915Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 2022-09-27T15:36:37.1590880Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 2022-09-27T15:36:37.2231812Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 2022-09-27T15:36:37.2265332Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 2022-09-27T15:36:37.2636947Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 2022-09-27T15:36:37.2671131Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 2022-09-27T15:36:37.3068145Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 2022-09-27T15:36:37.3110827Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 2022-09-27T15:36:37.3169213Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 2022-09-27T15:36:37.3612276Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 2022-09-27T15:36:37.3616277Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool 2022-09-27T15:36:37.4065437Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool 2022-09-27T15:36:37.4068719Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 2022-09-27T15:36:37.4089984Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 2022-09-27T15:36:37.4120484Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 2022-09-27T15:36:37.4516149Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 2022-09-27T15:36:37.4519563Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 2022-09-27T15:36:37.4942139Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 2022-09-27T15:36:37.4945482Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 2022-09-27T15:36:37.5059524Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 2022-09-27T15:36:37.5075424Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 2022-09-27T15:36:37.5384733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 2022-09-27T15:36:37.5390673Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 2022-09-27T15:36:37.5758182Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 2022-09-27T15:36:37.5824517Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 2022-09-27T15:36:37.5881806Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 2022-09-27T15:36:37.5900199Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 2022-09-27T15:36:37.6262440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 2022-09-27T15:36:37.6265609Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 2022-09-27T15:36:37.6698537Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 2022-09-27T15:36:37.6699114Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 2022-09-27T15:36:37.7042192Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 2022-09-27T15:36:37.7057130Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 2022-09-27T15:36:37.7135383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 2022-09-27T15:36:37.7139879Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 2022-09-27T15:36:37.7575775Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 2022-09-27T15:36:37.7581407Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 2022-09-27T15:36:37.8018728Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 2022-09-27T15:36:37.8023303Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 2022-09-27T15:36:37.8460402Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 2022-09-27T15:36:37.8466672Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 2022-09-27T15:36:37.8899518Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 2022-09-27T15:36:37.8903923Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 2022-09-27T15:36:37.9336385Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 2022-09-27T15:36:37.9340554Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool 2022-09-27T15:36:37.9742968Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool 2022-09-27T15:36:37.9763158Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 2022-09-27T15:36:37.9782498Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 2022-09-27T15:36:37.9788023Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 2022-09-27T15:36:37.9880465Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 2022-09-27T15:36:37.9896091Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 2022-09-27T15:36:38.0226978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 2022-09-27T15:36:38.0227528Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 2022-09-27T15:36:38.0670945Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 2022-09-27T15:36:38.0671553Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 2022-09-27T15:36:38.0838946Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 2022-09-27T15:36:38.0852859Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 2022-09-27T15:36:38.1149715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 2022-09-27T15:36:38.1150280Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 2022-09-27T15:36:38.1581051Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 2022-09-27T15:36:38.1592863Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 2022-09-27T15:36:38.1619722Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 2022-09-27T15:36:38.1638612Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 2022-09-27T15:36:38.1996773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 2022-09-27T15:36:38.2062230Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 2022-09-27T15:36:38.2435138Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 2022-09-27T15:36:38.2490924Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 2022-09-27T15:36:38.2758254Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 2022-09-27T15:36:38.2772329Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 2022-09-27T15:36:38.2983699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 2022-09-27T15:36:38.2984422Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 2022-09-27T15:36:38.3416375Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 2022-09-27T15:36:38.3416980Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 2022-09-27T15:36:38.3851388Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 2022-09-27T15:36:38.3851965Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 2022-09-27T15:36:38.3868308Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 2022-09-27T15:36:38.3884286Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 2022-09-27T15:36:38.4288860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 2022-09-27T15:36:38.4289438Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 2022-09-27T15:36:38.4749317Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 2022-09-27T15:36:38.5010644Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 2022-09-27T15:36:38.5111416Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 2022-09-27T15:36:38.5249169Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool 2022-09-27T15:36:38.5284368Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 2022-09-27T15:36:38.5391382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 2022-09-27T15:36:38.5589664Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool 2022-09-27T15:36:38.5683396Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 2022-09-27T15:36:38.5713312Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 2022-09-27T15:36:38.6056162Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 2022-09-27T15:36:38.6085481Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 2022-09-27T15:36:38.6672180Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 2022-09-27T15:36:38.6703140Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 2022-09-27T15:36:38.7094196Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 2022-09-27T15:36:38.7112156Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 2022-09-27T15:36:38.7226774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 2022-09-27T15:36:38.7237673Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 2022-09-27T15:36:38.7503122Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 2022-09-27T15:36:38.7790325Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 2022-09-27T15:36:38.8053314Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 2022-09-27T15:36:38.8070477Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 2022-09-27T15:36:38.8096446Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 2022-09-27T15:36:38.8150113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 2022-09-27T15:36:38.8174474Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 2022-09-27T15:36:38.8191950Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 2022-09-27T15:36:38.8801842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 2022-09-27T15:36:38.8871056Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 2022-09-27T15:36:38.9300317Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 2022-09-27T15:36:38.9325871Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 2022-09-27T15:36:38.9616570Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 2022-09-27T15:36:38.9829547Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 2022-09-27T15:36:39.0039164Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 2022-09-27T15:36:39.0062301Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 2022-09-27T15:36:39.0200354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 2022-09-27T15:36:39.0217838Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 2022-09-27T15:36:39.0656286Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 2022-09-27T15:36:39.0679711Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 2022-09-27T15:36:39.0692453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool 2022-09-27T15:36:39.0748674Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 2022-09-27T15:36:39.1235530Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 2022-09-27T15:36:39.1314376Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 2022-09-27T15:36:39.1319435Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 2022-09-27T15:36:39.1739942Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 2022-09-27T15:36:39.1745498Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool 2022-09-27T15:36:39.2167610Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool 2022-09-27T15:36:39.2173625Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 2022-09-27T15:36:39.2580251Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 2022-09-27T15:36:39.2611893Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 2022-09-27T15:36:39.2872857Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 2022-09-27T15:36:39.2893808Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 2022-09-27T15:36:39.2959318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool 2022-09-27T15:36:39.2986779Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool 2022-09-27T15:36:39.3059514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 2022-09-27T15:36:39.3067126Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 2022-09-27T15:36:39.3536840Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 2022-09-27T15:36:39.3543626Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 2022-09-27T15:36:39.3975905Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 2022-09-27T15:36:39.3981852Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 2022-09-27T15:36:39.4086213Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 2022-09-27T15:36:39.4111566Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 2022-09-27T15:36:39.4448312Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 2022-09-27T15:36:39.4452897Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 2022-09-27T15:36:39.4961124Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 2022-09-27T15:36:39.4961833Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 2022-09-27T15:36:39.5344720Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 2022-09-27T15:36:39.5372478Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 2022-09-27T15:36:39.5818059Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 2022-09-27T15:36:39.5818667Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 2022-09-27T15:36:39.6037553Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 2022-09-27T15:36:39.6048220Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool 2022-09-27T15:36:39.6260393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 2022-09-27T15:36:39.6260921Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 2022-09-27T15:36:39.6701821Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 2022-09-27T15:36:39.6702400Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 2022-09-27T15:36:39.7124657Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 2022-09-27T15:36:39.7125260Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu 2022-09-27T15:36:39.7591790Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu 2022-09-27T15:36:39.7605250Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu 2022-09-27T15:36:39.8038023Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu 2022-09-27T15:36:39.8038648Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu 2022-09-27T15:36:39.8440693Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu 2022-09-27T15:36:39.8441255Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu 2022-09-27T15:36:39.8651144Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu 2022-09-27T15:36:39.8671033Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 2022-09-27T15:36:39.8917396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 2022-09-27T15:36:39.8917998Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu 2022-09-27T15:36:39.9312942Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu 2022-09-27T15:36:39.9323510Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu 2022-09-27T15:36:39.9758797Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu 2022-09-27T15:36:39.9768875Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu 2022-09-27T15:36:40.0197003Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu 2022-09-27T15:36:40.0207793Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu 2022-09-27T15:36:40.0639320Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu 2022-09-27T15:36:40.0650702Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu 2022-09-27T15:36:40.1108692Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu 2022-09-27T15:36:40.1118930Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu 2022-09-27T15:36:40.1571197Z [gw1] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu 2022-09-27T15:36:40.1582498Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu 2022-09-27T15:36:40.1745510Z [gw1] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu 2022-09-27T15:36:40.1758934Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 2022-09-27T15:36:40.1845273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 2022-09-27T15:36:40.1871922Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 2022-09-27T15:36:40.1916487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 2022-09-27T15:36:40.1935810Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 2022-09-27T15:36:40.2017705Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 2022-09-27T15:36:40.2022616Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu 2022-09-27T15:36:40.2452287Z [gw1] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu 2022-09-27T15:36:40.2458086Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu 2022-09-27T15:36:40.2908220Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu 2022-09-27T15:36:40.2912381Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu 2022-09-27T15:36:40.3112003Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu 2022-09-27T15:36:40.3145105Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 2022-09-27T15:36:40.3357037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 2022-09-27T15:36:40.3365859Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu 2022-09-27T15:36:40.3758613Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu 2022-09-27T15:36:40.3766267Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu 2022-09-27T15:36:40.4197944Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu 2022-09-27T15:36:40.4206436Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu 2022-09-27T15:36:40.4645822Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu 2022-09-27T15:36:40.4653184Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu 2022-09-27T15:36:40.5098573Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu 2022-09-27T15:36:40.5100644Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu 2022-09-27T15:36:40.5287339Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu 2022-09-27T15:36:40.5311865Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 2022-09-27T15:36:40.5552050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 2022-09-27T15:36:40.5576301Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu 2022-09-27T15:36:40.5756517Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu 2022-09-27T15:36:40.5772169Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 2022-09-27T15:36:40.5970653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 2022-09-27T15:36:40.5972441Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu 2022-09-27T15:36:40.6403475Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu 2022-09-27T15:36:40.6505128Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu 2022-09-27T15:36:40.6543242Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu 2022-09-27T15:36:40.6583917Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 2022-09-27T15:36:40.6849128Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 2022-09-27T15:36:40.6903763Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu 2022-09-27T15:36:40.6943586Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu 2022-09-27T15:36:40.6983568Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 2022-09-27T15:36:40.7089558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 2022-09-27T15:36:40.7104460Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 2022-09-27T15:36:40.7285621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 2022-09-27T15:36:40.7291211Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu 2022-09-27T15:36:40.7725855Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu 2022-09-27T15:36:40.7732399Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu 2022-09-27T15:36:40.8163447Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu 2022-09-27T15:36:40.8170530Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu 2022-09-27T15:36:40.8324573Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu 2022-09-27T15:36:40.8348613Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 2022-09-27T15:36:40.8611437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 2022-09-27T15:36:40.8617620Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu 2022-09-27T15:36:40.8632604Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu 2022-09-27T15:36:40.8751713Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 2022-09-27T15:36:40.8845698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 2022-09-27T15:36:40.8860893Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 2022-09-27T15:36:40.8992230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 2022-09-27T15:36:40.9033162Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu 2022-09-27T15:36:40.9060661Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu 2022-09-27T15:36:40.9268343Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 2022-09-27T15:36:40.9431982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool 2022-09-27T15:36:40.9466260Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu 2022-09-27T15:36:40.9633177Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu 2022-09-27T15:36:40.9676260Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool 2022-09-27T15:36:40.9872830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 2022-09-27T15:36:40.9910695Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu 2022-09-27T15:36:41.0160054Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu 2022-09-27T15:36:41.0174244Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 2022-09-27T15:36:41.0361789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 2022-09-27T15:36:41.0367510Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu 2022-09-27T15:36:41.0495242Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu 2022-09-27T15:36:41.0510973Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 2022-09-27T15:36:41.0535871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 2022-09-27T15:36:41.0591669Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 2022-09-27T15:36:41.0805718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 2022-09-27T15:36:41.0809899Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu 2022-09-27T15:36:41.1013370Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu 2022-09-27T15:36:41.1191403Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 2022-09-27T15:36:41.1237105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 2022-09-27T15:36:41.1242453Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu 2022-09-27T15:36:41.1465370Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu 2022-09-27T15:36:41.1611983Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 2022-09-27T15:36:41.1633154Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 2022-09-27T15:36:41.1680432Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 2022-09-27T15:36:41.1685192Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu 2022-09-27T15:36:41.1714395Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu 2022-09-27T15:36:41.1968186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 2022-09-27T15:36:41.1992325Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 2022-09-27T15:36:41.2041244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 2022-09-27T15:36:41.2111578Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 2022-09-27T15:36:41.2138682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 2022-09-27T15:36:41.2146710Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu 2022-09-27T15:36:41.2561544Z [gw1] [ 46%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu 2022-09-27T15:36:41.2570831Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu 2022-09-27T15:36:41.2626032Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu 2022-09-27T15:36:41.2655815Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 2022-09-27T15:36:41.3019641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 2022-09-27T15:36:41.3028579Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu 2022-09-27T15:36:41.3413809Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu 2022-09-27T15:36:41.3426800Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 2022-09-27T15:36:41.3470514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 2022-09-27T15:36:41.3483985Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu 2022-09-27T15:36:41.3493385Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu 2022-09-27T15:36:41.3512700Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 2022-09-27T15:36:41.3805961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 2022-09-27T15:36:41.3869345Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 2022-09-27T15:36:41.3878596Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu 2022-09-27T15:36:41.3904187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 2022-09-27T15:36:41.4111932Z [gw1] [ 46%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu 2022-09-27T15:36:41.4223566Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 2022-09-27T15:36:41.4330357Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 2022-09-27T15:36:41.4335190Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu 2022-09-27T15:36:41.4483937Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu 2022-09-27T15:36:41.4492240Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 2022-09-27T15:36:41.4562854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:36:41.4766191Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:36:41.4770623Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu 2022-09-27T15:36:41.4913152Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu 2022-09-27T15:36:41.5005609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool 2022-09-27T15:36:41.5195769Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool 2022-09-27T15:36:41.5198953Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu 2022-09-27T15:36:41.5384749Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu 2022-09-27T15:36:41.5459644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:36:41.5637281Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:36:41.5639028Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu 2022-09-27T15:36:41.5684739Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu 2022-09-27T15:36:41.5701593Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 2022-09-27T15:36:41.5796270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool 2022-09-27T15:36:41.5818496Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 2022-09-27T15:36:41.5847092Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 2022-09-27T15:36:41.5875615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:36:41.6039779Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:36:41.6082439Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu 2022-09-27T15:36:41.6212773Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu 2022-09-27T15:36:41.6302577Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 2022-09-27T15:36:41.6302960Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool 2022-09-27T15:36:41.6334152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:36:41.6384725Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:36:41.6470422Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool 2022-09-27T15:36:41.6505599Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu 2022-09-27T15:36:41.6715850Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu 2022-09-27T15:36:41.6716486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 2022-09-27T15:36:41.6780653Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 2022-09-27T15:36:41.6913105Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 2022-09-27T15:36:41.6953332Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu 2022-09-27T15:36:41.7151131Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu 2022-09-27T15:36:41.7226737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 2022-09-27T15:36:41.7354884Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 2022-09-27T15:36:41.7422406Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu 2022-09-27T15:36:41.7456414Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu 2022-09-27T15:36:41.7466278Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool 2022-09-27T15:36:41.7477913Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 2022-09-27T15:36:41.7478553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 2022-09-27T15:36:41.7593235Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 2022-09-27T15:36:41.7665677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 2022-09-27T15:36:41.7795098Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 2022-09-27T15:36:41.7828494Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu 2022-09-27T15:36:41.8034360Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu 2022-09-27T15:36:41.8106027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 2022-09-27T15:36:41.8272566Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 2022-09-27T15:36:41.8291824Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu 2022-09-27T15:36:41.8301668Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 2022-09-27T15:36:41.8424172Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 2022-09-27T15:36:41.8436994Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 2022-09-27T15:36:41.8471144Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu 2022-09-27T15:36:41.8539182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 2022-09-27T15:36:41.8717306Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 2022-09-27T15:36:41.8717905Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu 2022-09-27T15:36:41.8774903Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 2022-09-27T15:36:41.8845870Z [gw1] [ 46%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu 2022-09-27T15:36:41.8955834Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 2022-09-27T15:36:41.9035863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 2022-09-27T15:36:41.9155949Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 2022-09-27T15:36:41.9156587Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu 2022-09-27T15:36:41.9241814Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 2022-09-27T15:36:41.9286559Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu 2022-09-27T15:36:41.9392304Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 2022-09-27T15:36:41.9460100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 2022-09-27T15:36:41.9593155Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 2022-09-27T15:36:41.9593903Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 2022-09-27T15:36:41.9644955Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu 2022-09-27T15:36:41.9725561Z [gw1] [ 46%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu 2022-09-27T15:36:41.9831155Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 2022-09-27T15:36:41.9897776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:36:42.0034435Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:36:42.0035011Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu 2022-09-27T15:36:42.0095627Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 2022-09-27T15:36:42.0166288Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu 2022-09-27T15:36:42.0318990Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 2022-09-27T15:36:42.0473728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool 2022-09-27T15:36:42.0487344Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu 2022-09-27T15:36:42.0494122Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool 2022-09-27T15:36:42.0511230Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 2022-09-27T15:36:42.0830038Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu 2022-09-27T15:36:42.0980696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 2022-09-27T15:36:42.0986315Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu 2022-09-27T15:36:42.1073333Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu 2022-09-27T15:36:42.1268257Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 2022-09-27T15:36:42.1278158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 2022-09-27T15:36:42.1296089Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 2022-09-27T15:36:42.1352019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 2022-09-27T15:36:42.1378080Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 2022-09-27T15:36:42.1414635Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu 2022-09-27T15:36:42.1752674Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu 2022-09-27T15:36:42.1804672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 2022-09-27T15:36:42.1848700Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu 2022-09-27T15:36:42.1959298Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu 2022-09-27T15:36:42.2190468Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 2022-09-27T15:36:42.2279665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 2022-09-27T15:36:42.2285192Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu 2022-09-27T15:36:42.2451566Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu 2022-09-27T15:36:42.2723604Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 2022-09-27T15:36:42.2727852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 2022-09-27T15:36:42.2732190Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu 2022-09-27T15:36:42.3025619Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu 2022-09-27T15:36:42.3095193Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 2022-09-27T15:36:42.3164167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 2022-09-27T15:36:42.3166846Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:36:42.3394912Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:36:42.3591135Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 2022-09-27T15:36:42.3628313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:36:42.3772693Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu 2022-09-27T15:36:42.3881059Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:36:42.3980989Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu 2022-09-27T15:36:42.4050668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool 2022-09-27T15:36:42.4051319Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:36:42.4511673Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:36:42.4550231Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:36:42.4570304Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool 2022-09-27T15:36:42.4716708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 2022-09-27T15:36:42.4777303Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:36:42.4833570Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 2022-09-27T15:36:42.4852857Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 2022-09-27T15:36:42.4928526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 2022-09-27T15:36:42.4929064Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu 2022-09-27T15:36:42.5013979Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu 2022-09-27T15:36:42.5367051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 2022-09-27T15:36:42.5368049Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu 2022-09-27T15:36:42.5410044Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu 2022-09-27T15:36:42.5430765Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 2022-09-27T15:36:42.5582900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 2022-09-27T15:36:42.5597118Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 2022-09-27T15:36:42.5799154Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool 2022-09-27T15:36:42.5801317Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu 2022-09-27T15:36:42.5883683Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu 2022-09-27T15:36:42.5901155Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 2022-09-27T15:36:42.6154434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 2022-09-27T15:36:42.6234705Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 2022-09-27T15:36:42.6299853Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu 2022-09-27T15:36:42.6334857Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu 2022-09-27T15:36:42.6693190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 2022-09-27T15:36:42.6696660Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu 2022-09-27T15:36:42.6967761Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu 2022-09-27T15:36:42.6977614Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 2022-09-27T15:36:42.7013464Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 2022-09-27T15:36:42.7137824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 2022-09-27T15:36:42.7140628Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu 2022-09-27T15:36:42.7145613Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu 2022-09-27T15:36:42.7551521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 2022-09-27T15:36:42.7570095Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 2022-09-27T15:36:42.7570652Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu 2022-09-27T15:36:42.7711451Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu 2022-09-27T15:36:42.8006169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 2022-09-27T15:36:42.8009175Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu 2022-09-27T15:36:42.8189844Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu 2022-09-27T15:36:42.8211471Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 2022-09-27T15:36:42.8438756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool 2022-09-27T15:36:42.8446694Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu 2022-09-27T15:36:42.8566334Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu 2022-09-27T15:36:42.8582139Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool 2022-09-27T15:36:42.8643829Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 2022-09-27T15:36:42.8666973Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool 2022-09-27T15:36:42.8871621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 2022-09-27T15:36:42.8878321Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu 2022-09-27T15:36:42.8997082Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu 2022-09-27T15:36:42.9073207Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 2022-09-27T15:36:42.9316420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 2022-09-27T15:36:42.9321030Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu 2022-09-27T15:36:42.9392756Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu 2022-09-27T15:36:42.9404833Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 2022-09-27T15:36:42.9554753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 2022-09-27T15:36:42.9574766Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 2022-09-27T15:36:42.9715356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 2022-09-27T15:36:42.9755808Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu 2022-09-27T15:36:43.0152227Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu 2022-09-27T15:36:43.0178905Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu 2022-09-27T15:36:43.0197422Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu 2022-09-27T15:36:43.0224732Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 2022-09-27T15:36:43.0591380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 2022-09-27T15:36:43.0622372Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu 2022-09-27T15:36:43.0649849Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu 2022-09-27T15:36:43.0675833Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 2022-09-27T15:36:43.1035719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 2022-09-27T15:36:43.1068666Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu 2022-09-27T15:36:43.1189261Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu 2022-09-27T15:36:43.1202164Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 2022-09-27T15:36:43.1390310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 2022-09-27T15:36:43.1416924Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 2022-09-27T15:36:43.1512970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 2022-09-27T15:36:43.1520076Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu 2022-09-27T15:36:43.1971844Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu 2022-09-27T15:36:43.1980368Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu 2022-09-27T15:36:43.2120373Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu 2022-09-27T15:36:43.2148871Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 2022-09-27T15:36:43.2420005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:36:43.2429225Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu 2022-09-27T15:36:43.2789838Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu 2022-09-27T15:36:43.2847365Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 2022-09-27T15:36:43.2854198Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu 2022-09-27T15:36:43.2865091Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu 2022-09-27T15:36:43.2873457Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 2022-09-27T15:36:43.2886164Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:36:43.3076930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool 2022-09-27T15:36:43.3309132Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool 2022-09-27T15:36:43.3318195Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu 2022-09-27T15:36:43.3338076Z [gw1] [ 46%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu 2022-09-27T15:36:43.3474515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 2022-09-27T15:36:43.3711340Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 2022-09-27T15:36:43.3719959Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu 2022-09-27T15:36:43.3776866Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu 2022-09-27T15:36:43.3909964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 2022-09-27T15:36:43.4156359Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 2022-09-27T15:36:43.4165047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 2022-09-27T15:36:43.4209839Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 2022-09-27T15:36:43.4395197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 2022-09-27T15:36:43.4408577Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 2022-09-27T15:36:43.4421485Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 2022-09-27T15:36:43.4595323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 2022-09-27T15:36:43.4604040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 2022-09-27T15:36:43.4651945Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 2022-09-27T15:36:43.4834796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 2022-09-27T15:36:43.5039998Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 2022-09-27T15:36:43.5049328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 2022-09-27T15:36:43.5192560Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 2022-09-27T15:36:43.5201759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 2022-09-27T15:36:43.5399916Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 2022-09-27T15:36:43.5412676Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 2022-09-27T15:36:43.5476254Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 2022-09-27T15:36:43.5484827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 2022-09-27T15:36:43.5529115Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 2022-09-27T15:36:43.5648391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 2022-09-27T15:36:43.5921421Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 2022-09-27T15:36:43.5931724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 2022-09-27T15:36:43.6036227Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 2022-09-27T15:36:43.6093132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 2022-09-27T15:36:43.6409137Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 2022-09-27T15:36:43.6419251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 2022-09-27T15:36:43.6429830Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 2022-09-27T15:36:43.6592398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 2022-09-27T15:36:43.6841017Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 2022-09-27T15:36:43.6852304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 2022-09-27T15:36:43.6864221Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 2022-09-27T15:36:43.6953001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 2022-09-27T15:36:43.6969338Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 2022-09-27T15:36:43.7049544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 2022-09-27T15:36:43.7274926Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 2022-09-27T15:36:43.7284527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 2022-09-27T15:36:43.7296276Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 2022-09-27T15:36:43.7801070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool 2022-09-27T15:36:43.7802457Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool 2022-09-27T15:36:43.7803806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 2022-09-27T15:36:43.7804985Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 2022-09-27T15:36:43.8140584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 2022-09-27T15:36:43.8156554Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 2022-09-27T15:36:43.8164893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 2022-09-27T15:36:43.8232183Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 2022-09-27T15:36:43.8599155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 2022-09-27T15:36:43.8608467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 2022-09-27T15:36:43.8728492Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 2022-09-27T15:36:43.8780029Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 2022-09-27T15:36:43.9037376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 2022-09-27T15:36:43.9047062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 2022-09-27T15:36:43.9105122Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 2022-09-27T15:36:43.9146950Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 2022-09-27T15:36:43.9166490Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 2022-09-27T15:36:43.9285462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 2022-09-27T15:36:43.9468528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 2022-09-27T15:36:43.9473685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.9531697Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.9670340Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 2022-09-27T15:36:43.9746210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 2022-09-27T15:36:43.9767548Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 2022-09-27T15:36:43.9912062Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 2022-09-27T15:36:43.9916783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 2022-09-27T15:36:43.9985260Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 2022-09-27T15:36:44.0149611Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 2022-09-27T15:36:44.0346634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 2022-09-27T15:36:44.0351482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 2022-09-27T15:36:44.0507692Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 2022-09-27T15:36:44.0592319Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 2022-09-27T15:36:44.0792617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 2022-09-27T15:36:44.0793250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 2022-09-27T15:36:44.1019268Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 2022-09-27T15:36:44.1050655Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 2022-09-27T15:36:44.1235115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 2022-09-27T15:36:44.1238849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 2022-09-27T15:36:44.1497667Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 2022-09-27T15:36:44.1526950Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 2022-09-27T15:36:44.1677593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 2022-09-27T15:36:44.1678399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.1804051Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.1824142Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 2022-09-27T15:36:44.1903137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:36:44.1977907Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:36:44.2003078Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 2022-09-27T15:36:44.2103282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool 2022-09-27T15:36:44.2108594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 2022-09-27T15:36:44.2269326Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 2022-09-27T15:36:44.2323654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool 2022-09-27T15:36:44.2514987Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool 2022-09-27T15:36:44.2541601Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool 2022-09-27T15:36:44.2549897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 2022-09-27T15:36:44.2556343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 2022-09-27T15:36:44.2747267Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 2022-09-27T15:36:44.2771671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 2022-09-27T15:36:44.2902430Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 2022-09-27T15:36:44.2992297Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 2022-09-27T15:36:44.2997718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 2022-09-27T15:36:44.3005376Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 2022-09-27T15:36:44.3030086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 2022-09-27T15:36:44.3047957Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 2022-09-27T15:36:44.3186884Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 2022-09-27T15:36:44.3208982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 2022-09-27T15:36:44.3263651Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 2022-09-27T15:36:44.3390187Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 2022-09-27T15:36:44.3417766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 2022-09-27T15:36:44.3429037Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 2022-09-27T15:36:44.3559457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 2022-09-27T15:36:44.3669842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 2022-09-27T15:36:44.3692020Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 2022-09-27T15:36:44.3848397Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 2022-09-27T15:36:44.3872442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 2022-09-27T15:36:44.3890119Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 2022-09-27T15:36:44.3997031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 2022-09-27T15:36:44.4080124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 2022-09-27T15:36:44.4256002Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 2022-09-27T15:36:44.4271469Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 2022-09-27T15:36:44.4305257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 2022-09-27T15:36:44.4317028Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 2022-09-27T15:36:44.4452975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 2022-09-27T15:36:44.4523818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 2022-09-27T15:36:44.4710675Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 2022-09-27T15:36:44.4754727Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 2022-09-27T15:36:44.4762512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 2022-09-27T15:36:44.4775429Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 2022-09-27T15:36:44.4950504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 2022-09-27T15:36:44.4958711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 2022-09-27T15:36:44.5084367Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 2022-09-27T15:36:44.5102428Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 2022-09-27T15:36:44.5188350Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 2022-09-27T15:36:44.5197189Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 2022-09-27T15:36:44.5204159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool 2022-09-27T15:36:44.5216436Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool 2022-09-27T15:36:44.5429050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 2022-09-27T15:36:44.5435414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 2022-09-27T15:36:44.5578428Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 2022-09-27T15:36:44.5629234Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 2022-09-27T15:36:44.5636369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 2022-09-27T15:36:44.5639626Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 2022-09-27T15:36:44.5849364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 2022-09-27T15:36:44.5881035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 2022-09-27T15:36:44.5910774Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 2022-09-27T15:36:44.6056957Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 2022-09-27T15:36:44.6072485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 2022-09-27T15:36:44.6079916Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 2022-09-27T15:36:44.6316042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 2022-09-27T15:36:44.6316591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 2022-09-27T15:36:44.6337139Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 2022-09-27T15:36:44.6503646Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 2022-09-27T15:36:44.6511239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 2022-09-27T15:36:44.6522174Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 2022-09-27T15:36:44.6649814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool 2022-09-27T15:36:44.6674996Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool 2022-09-27T15:36:44.6769720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 2022-09-27T15:36:44.6951307Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 2022-09-27T15:36:44.6954614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 2022-09-27T15:36:44.6969441Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 2022-09-27T15:36:44.7073366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 2022-09-27T15:36:44.7148296Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 2022-09-27T15:36:44.7209130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 2022-09-27T15:36:44.7226982Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 2022-09-27T15:36:44.7240265Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 2022-09-27T15:36:44.7389420Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 2022-09-27T15:36:44.7391394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 2022-09-27T15:36:44.7404085Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 2022-09-27T15:36:44.7499948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 2022-09-27T15:36:44.7555966Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 2022-09-27T15:36:44.7673135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:36:44.7832952Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:36:44.7835502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 2022-09-27T15:36:44.7851846Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 2022-09-27T15:36:44.7982751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 2022-09-27T15:36:44.8055525Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 2022-09-27T15:36:44.8137226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool 2022-09-27T15:36:44.8309712Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool 2022-09-27T15:36:44.8310342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 2022-09-27T15:36:44.8316486Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 2022-09-27T15:36:44.8454739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 2022-09-27T15:36:44.8557625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 2022-09-27T15:36:44.8567549Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 2022-09-27T15:36:44.8758331Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 2022-09-27T15:36:44.8789018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 2022-09-27T15:36:44.8804889Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 2022-09-27T15:36:44.8871354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 2022-09-27T15:36:44.9008596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 2022-09-27T15:36:44.9243414Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 2022-09-27T15:36:44.9273182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 2022-09-27T15:36:44.9355663Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 2022-09-27T15:36:44.9368864Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 2022-09-27T15:36:44.9378331Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 2022-09-27T15:36:44.9385904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 2022-09-27T15:36:44.9470171Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 2022-09-27T15:36:44.9504926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 2022-09-27T15:36:44.9706334Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 2022-09-27T15:36:44.9713857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:44.9724904Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:44.9802917Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 2022-09-27T15:36:44.9923370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 2022-09-27T15:36:44.9935872Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 2022-09-27T15:36:45.0042401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 2022-09-27T15:36:45.0138349Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 2022-09-27T15:36:45.0145847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool 2022-09-27T15:36:45.0294738Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool 2022-09-27T15:36:45.0391461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 2022-09-27T15:36:45.0439743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool 2022-09-27T15:36:45.0582591Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 2022-09-27T15:36:45.0584386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 2022-09-27T15:36:45.0678016Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 2022-09-27T15:36:45.0732391Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool 2022-09-27T15:36:45.0840013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 2022-09-27T15:36:45.0850867Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 2022-09-27T15:36:45.1025545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 2022-09-27T15:36:45.1027728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 2022-09-27T15:36:45.1047947Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 2022-09-27T15:36:45.1173490Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 2022-09-27T15:36:45.1286907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 2022-09-27T15:36:45.1293819Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 2022-09-27T15:36:45.1453304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 2022-09-27T15:36:45.1476474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 2022-09-27T15:36:45.1534826Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 2022-09-27T15:36:45.1600619Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 2022-09-27T15:36:45.1628074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 2022-09-27T15:36:45.1648506Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 2022-09-27T15:36:45.1721757Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 2022-09-27T15:36:45.1736089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 2022-09-27T15:36:45.1793805Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 2022-09-27T15:36:45.1880148Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 2022-09-27T15:36:45.1921412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 2022-09-27T15:36:45.1970400Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 2022-09-27T15:36:45.2154609Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 2022-09-27T15:36:45.2155192Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool 2022-09-27T15:36:45.2163158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 2022-09-27T15:36:45.2206956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 2022-09-27T15:36:45.2275892Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 2022-09-27T15:36:45.2357975Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool 2022-09-27T15:36:45.2358597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 2022-09-27T15:36:45.2412765Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 2022-09-27T15:36:45.2514431Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 2022-09-27T15:36:45.2519713Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 2022-09-27T15:36:45.2594986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 2022-09-27T15:36:45.2659833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 2022-09-27T15:36:45.2795574Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 2022-09-27T15:36:45.2796249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 2022-09-27T15:36:45.2802610Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 2022-09-27T15:36:45.2826821Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 2022-09-27T15:36:45.2969455Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 2022-09-27T15:36:45.2974542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 2022-09-27T15:36:45.3097649Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 2022-09-27T15:36:45.3105768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 2022-09-27T15:36:45.3117184Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 2022-09-27T15:36:45.3217586Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 2022-09-27T15:36:45.3240402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 2022-09-27T15:36:45.3346613Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 2022-09-27T15:36:45.3395439Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 2022-09-27T15:36:45.3400192Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 2022-09-27T15:36:45.3518326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:36:45.3547589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 2022-09-27T15:36:45.3592700Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 2022-09-27T15:36:45.3631498Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:36:45.3655923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 2022-09-27T15:36:45.3724576Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 2022-09-27T15:36:45.3832669Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 2022-09-27T15:36:45.3833231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool 2022-09-27T15:36:45.3956042Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 2022-09-27T15:36:45.3990393Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 2022-09-27T15:36:45.4011954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool 2022-09-27T15:36:45.4111578Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool 2022-09-27T15:36:45.4144316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 2022-09-27T15:36:45.4193079Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 2022-09-27T15:36:45.4271245Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool 2022-09-27T15:36:45.4311709Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 2022-09-27T15:36:45.4370400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 2022-09-27T15:36:45.4430683Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 2022-09-27T15:36:45.4497353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 2022-09-27T15:36:45.4551926Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 2022-09-27T15:36:45.4576019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 2022-09-27T15:36:45.4586592Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 2022-09-27T15:36:45.4709409Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 2022-09-27T15:36:45.4750765Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 2022-09-27T15:36:45.4803582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 2022-09-27T15:36:45.4870195Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 2022-09-27T15:36:45.4929463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 2022-09-27T15:36:45.4992361Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 2022-09-27T15:36:45.5013948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool 2022-09-27T15:36:45.5026595Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 2022-09-27T15:36:45.5150933Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool 2022-09-27T15:36:45.5191548Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 2022-09-27T15:36:45.5239643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 2022-09-27T15:36:45.5310434Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 2022-09-27T15:36:45.5378836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 2022-09-27T15:36:45.5431278Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 2022-09-27T15:36:45.5465606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 2022-09-27T15:36:45.5519970Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 2022-09-27T15:36:45.5590304Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 2022-09-27T15:36:45.5671707Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 2022-09-27T15:36:45.5681165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 2022-09-27T15:36:45.5751033Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 2022-09-27T15:36:45.5862051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 2022-09-27T15:36:45.5913014Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 2022-09-27T15:36:45.5949797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 2022-09-27T15:36:45.5963382Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 2022-09-27T15:36:45.6031558Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 2022-09-27T15:36:45.6121397Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 2022-09-27T15:36:45.6151132Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 2022-09-27T15:36:45.6190853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 2022-09-27T15:36:45.6341506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 2022-09-27T15:36:45.6386157Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 2022-09-27T15:36:45.6398093Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 2022-09-27T15:36:45.6421161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 2022-09-27T15:36:45.6470713Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 2022-09-27T15:36:45.6555189Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 2022-09-27T15:36:45.6590204Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 2022-09-27T15:36:45.6629750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 2022-09-27T15:36:45.6772723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 2022-09-27T15:36:45.6818898Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 2022-09-27T15:36:45.6869538Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 2022-09-27T15:36:45.6890739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 2022-09-27T15:36:45.6909760Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 2022-09-27T15:36:45.6992089Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 2022-09-27T15:36:45.7029566Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 2022-09-27T15:36:45.7069026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 2022-09-27T15:36:45.7203303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 2022-09-27T15:36:45.7262523Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 2022-09-27T15:36:45.7354811Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 2022-09-27T15:36:45.7355407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 2022-09-27T15:36:45.7378033Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 2022-09-27T15:36:45.7515743Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 2022-09-27T15:36:45.7516380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 2022-09-27T15:36:45.7701345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 2022-09-27T15:36:45.7851236Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 2022-09-27T15:36:45.7879514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 2022-09-27T15:36:45.7957779Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 2022-09-27T15:36:45.8182359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 2022-09-27T15:36:45.8278440Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 2022-09-27T15:36:45.8313442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 2022-09-27T15:36:45.8470390Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 2022-09-27T15:36:45.8572251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 2022-09-27T15:36:45.8584633Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 2022-09-27T15:36:45.8593485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool 2022-09-27T15:36:45.8753956Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 2022-09-27T15:36:45.8795259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 2022-09-27T15:36:45.8948743Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 2022-09-27T15:36:45.9001484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 2022-09-27T15:36:45.9271226Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 2022-09-27T15:36:45.9274201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 2022-09-27T15:36:45.9348584Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 2022-09-27T15:36:45.9714057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool 2022-09-27T15:36:45.9716980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:46.0551110Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:46.0559763Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool 2022-09-27T15:36:46.0561787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 2022-09-27T15:36:46.0562546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool 2022-09-27T15:36:46.0748387Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool 2022-09-27T15:36:46.0749076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:46.1191851Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:46.1195780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:46.1634707Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:46.1637913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 2022-09-27T15:36:46.1904309Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 2022-09-27T15:36:46.1920346Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 2022-09-27T15:36:46.2071788Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool 2022-09-27T15:36:46.2074414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 2022-09-27T15:36:46.2512627Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 2022-09-27T15:36:46.2515786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 2022-09-27T15:36:46.2952899Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 2022-09-27T15:36:46.2956384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 2022-09-27T15:36:46.3396901Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 2022-09-27T15:36:46.3397579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 2022-09-27T15:36:46.3877283Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 2022-09-27T15:36:46.3877917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 2022-09-27T15:36:46.3927545Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 2022-09-27T15:36:46.3956963Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 2022-09-27T15:36:46.4314336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 2022-09-27T15:36:46.4314945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:46.4714340Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:46.4750559Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool 2022-09-27T15:36:46.4753477Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 2022-09-27T15:36:46.4755289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 2022-09-27T15:36:46.5133994Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 2022-09-27T15:36:46.5158882Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool 2022-09-27T15:36:46.5232822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 2022-09-27T15:36:46.5234589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool 2022-09-27T15:36:46.5676699Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool 2022-09-27T15:36:46.5678534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 2022-09-27T15:36:46.6154194Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 2022-09-27T15:36:46.6156035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 2022-09-27T15:36:46.6586772Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 2022-09-27T15:36:46.6588728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 2022-09-27T15:36:46.7039036Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 2022-09-27T15:36:46.7041112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 2022-09-27T15:36:46.7514049Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 2022-09-27T15:36:46.7516142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 2022-09-27T15:36:46.7950791Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 2022-09-27T15:36:46.7952837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 2022-09-27T15:36:46.8393581Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 2022-09-27T15:36:46.8395677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 2022-09-27T15:36:46.8833150Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 2022-09-27T15:36:46.8835503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 2022-09-27T15:36:46.9271590Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 2022-09-27T15:36:46.9284970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 2022-09-27T15:36:46.9293848Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 2022-09-27T15:36:46.9307680Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 2022-09-27T15:36:46.9699089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 2022-09-27T15:36:46.9710451Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 2022-09-27T15:36:46.9758445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 2022-09-27T15:36:46.9759048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 2022-09-27T15:36:47.0184521Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 2022-09-27T15:36:47.0203395Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 2022-09-27T15:36:47.0204014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 2022-09-27T15:36:47.0204606Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 2022-09-27T15:36:47.0635693Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 2022-09-27T15:36:47.0636287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:47.1035066Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:47.1069912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool 2022-09-27T15:36:47.1519193Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool 2022-09-27T15:36:47.1519854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 2022-09-27T15:36:47.2272654Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 2022-09-27T15:36:47.2273356Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 2022-09-27T15:36:47.2515901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 2022-09-27T15:36:47.2516464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 2022-09-27T15:36:47.2876750Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 2022-09-27T15:36:47.2877436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 2022-09-27T15:36:47.2986962Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 2022-09-27T15:36:47.3016913Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 2022-09-27T15:36:47.3345157Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 2022-09-27T15:36:47.3346324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 2022-09-27T15:36:47.3794292Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 2022-09-27T15:36:47.3804370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 2022-09-27T15:36:47.4223104Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 2022-09-27T15:36:47.4235385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 2022-09-27T15:36:47.4676671Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 2022-09-27T15:36:47.4708413Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 2022-09-27T15:36:47.4721319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 2022-09-27T15:36:47.4734400Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 2022-09-27T15:36:47.5189771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 2022-09-27T15:36:47.5200013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 2022-09-27T15:36:47.5634388Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 2022-09-27T15:36:47.5643414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 2022-09-27T15:36:47.6077983Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 2022-09-27T15:36:47.6087555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 2022-09-27T15:36:47.6177179Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 2022-09-27T15:36:47.6197506Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 2022-09-27T15:36:47.6559852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 2022-09-27T15:36:47.6566152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 2022-09-27T15:36:47.6691362Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 2022-09-27T15:36:47.6716373Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 2022-09-27T15:36:47.6989631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 2022-09-27T15:36:47.6995861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 2022-09-27T15:36:47.7473021Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 2022-09-27T15:36:47.7482790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 2022-09-27T15:36:47.7954419Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 2022-09-27T15:36:47.7964729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 2022-09-27T15:36:47.8128857Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 2022-09-27T15:36:47.8161447Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 2022-09-27T15:36:47.8439843Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 2022-09-27T15:36:47.8448620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 2022-09-27T15:36:47.8714364Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 2022-09-27T15:36:47.8727051Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 2022-09-27T15:36:47.8871206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 2022-09-27T15:36:47.8879437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 2022-09-27T15:36:47.9359003Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 2022-09-27T15:36:47.9368538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:47.9795211Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:47.9804667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 2022-09-27T15:36:48.0108680Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 2022-09-27T15:36:48.0121156Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 2022-09-27T15:36:48.0232238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 2022-09-27T15:36:48.0240453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 2022-09-27T15:36:48.0552556Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 2022-09-27T15:36:48.0579021Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 2022-09-27T15:36:48.0586767Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 2022-09-27T15:36:48.0600155Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 2022-09-27T15:36:48.0670276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 2022-09-27T15:36:48.0678385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 2022-09-27T15:36:48.1147384Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 2022-09-27T15:36:48.1156334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 2022-09-27T15:36:48.1230280Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 2022-09-27T15:36:48.1245304Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 2022-09-27T15:36:48.1635164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 2022-09-27T15:36:48.1644199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 2022-09-27T15:36:48.2081132Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 2022-09-27T15:36:48.2109838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool 2022-09-27T15:36:48.2593545Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool 2022-09-27T15:36:48.2603267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 2022-09-27T15:36:48.3040492Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 2022-09-27T15:36:48.3053447Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 2022-09-27T15:36:48.3228671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 2022-09-27T15:36:48.3237238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 2022-09-27T15:36:48.3673661Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 2022-09-27T15:36:48.3683502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 2022-09-27T15:36:48.4112776Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 2022-09-27T15:36:48.4122209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 2022-09-27T15:36:48.4193400Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 2022-09-27T15:36:48.4207235Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 2022-09-27T15:36:48.4531435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 2022-09-27T15:36:48.4550126Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 2022-09-27T15:36:48.4559800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 2022-09-27T15:36:48.4571601Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 2022-09-27T15:36:48.4982633Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 2022-09-27T15:36:48.4991289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 2022-09-27T15:36:48.5429120Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 2022-09-27T15:36:48.5438393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 2022-09-27T15:36:48.5907973Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 2022-09-27T15:36:48.5917538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 2022-09-27T15:36:48.6179870Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 2022-09-27T15:36:48.6202584Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 2022-09-27T15:36:48.6350054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 2022-09-27T15:36:48.6358294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 2022-09-27T15:36:48.6412108Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 2022-09-27T15:36:48.6436653Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 2022-09-27T15:36:48.6798674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 2022-09-27T15:36:48.6808010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 2022-09-27T15:36:48.7223491Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 2022-09-27T15:36:48.7234670Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 2022-09-27T15:36:48.7243019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:48.7254034Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:48.7669158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool 2022-09-27T15:36:48.7679250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool 2022-09-27T15:36:48.7832213Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool 2022-09-27T15:36:48.7845735Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool 2022-09-27T15:36:48.8114437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 2022-09-27T15:36:48.8123367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 2022-09-27T15:36:48.8424171Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 2022-09-27T15:36:48.8451738Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 2022-09-27T15:36:48.8548495Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 2022-09-27T15:36:48.8557017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 2022-09-27T15:36:48.8865955Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 2022-09-27T15:36:48.8891392Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 2022-09-27T15:36:48.8992245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 2022-09-27T15:36:48.9001147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 2022-09-27T15:36:48.9441348Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 2022-09-27T15:36:48.9452835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 2022-09-27T15:36:48.9874215Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 2022-09-27T15:36:48.9885266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 2022-09-27T15:36:49.0179134Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 2022-09-27T15:36:49.0205013Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 2022-09-27T15:36:49.0348777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 2022-09-27T15:36:49.0357469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 2022-09-27T15:36:49.0414908Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 2022-09-27T15:36:49.0429051Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 2022-09-27T15:36:49.0785173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:36:49.0793746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 2022-09-27T15:36:49.1227761Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 2022-09-27T15:36:49.1236640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 2022-09-27T15:36:49.1405865Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 2022-09-27T15:36:49.1431746Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 2022-09-27T15:36:49.1708690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 2022-09-27T15:36:49.1717692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 2022-09-27T15:36:49.1971729Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 2022-09-27T15:36:49.1996228Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 2022-09-27T15:36:49.2147620Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 2022-09-27T15:36:49.2156081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 2022-09-27T15:36:49.2313668Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 2022-09-27T15:36:49.2325753Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 2022-09-27T15:36:49.2593986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 2022-09-27T15:36:49.2603408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 2022-09-27T15:36:49.2916088Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 2022-09-27T15:36:49.2928590Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 2022-09-27T15:36:49.3071814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 2022-09-27T15:36:49.3080787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool 2022-09-27T15:36:49.3512674Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool 2022-09-27T15:36:49.3522005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 2022-09-27T15:36:49.3532773Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 2022-09-27T15:36:49.3542460Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 2022-09-27T15:36:49.3954308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 2022-09-27T15:36:49.3961152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 2022-09-27T15:36:49.4222576Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 2022-09-27T15:36:49.4253713Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 2022-09-27T15:36:49.4376155Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 2022-09-27T15:36:49.4398968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 2022-09-27T15:36:49.4664236Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 2022-09-27T15:36:49.4690329Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 2022-09-27T15:36:49.4834805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 2022-09-27T15:36:49.4840966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 2022-09-27T15:36:49.4924532Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 2022-09-27T15:36:49.4961958Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 2022-09-27T15:36:49.5275605Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 2022-09-27T15:36:49.5280475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 2022-09-27T15:36:49.5590057Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 2022-09-27T15:36:49.5623878Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 2022-09-27T15:36:49.5682563Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 2022-09-27T15:36:49.5706496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 2022-09-27T15:36:49.5811066Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 2022-09-27T15:36:49.5831625Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:36:49.5985442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:36:49.6009423Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 2022-09-27T15:36:49.6188942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 2022-09-27T15:36:49.6189679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 2022-09-27T15:36:49.6198625Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 2022-09-27T15:36:49.6221193Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 2022-09-27T15:36:49.6557701Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 2022-09-27T15:36:49.6570820Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 2022-09-27T15:36:49.6621022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 2022-09-27T15:36:49.6626508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 2022-09-27T15:36:49.6660332Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 2022-09-27T15:36:49.6679026Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 2022-09-27T15:36:49.6955310Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 2022-09-27T15:36:49.7073006Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 2022-09-27T15:36:49.7076686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 2022-09-27T15:36:49.7120050Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 2022-09-27T15:36:49.7164595Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 2022-09-27T15:36:49.7167883Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 2022-09-27T15:36:49.7423918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 2022-09-27T15:36:49.7505605Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 2022-09-27T15:36:49.7510003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 2022-09-27T15:36:49.7672006Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 2022-09-27T15:36:49.7805343Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:36:49.7830389Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:36:49.7843475Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 2022-09-27T15:36:49.7950642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 2022-09-27T15:36:49.7952536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:49.8005578Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:49.8068396Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 2022-09-27T15:36:49.8198461Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:36:49.8272857Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:36:49.8399286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool 2022-09-27T15:36:49.8401945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool 2022-09-27T15:36:49.8441406Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool 2022-09-27T15:36:49.8563674Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool 2022-09-27T15:36:49.8664593Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:36:49.8713051Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:36:49.8831887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 2022-09-27T15:36:49.8836494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 2022-09-27T15:36:49.8890692Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 2022-09-27T15:36:49.8959278Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 2022-09-27T15:36:49.9107532Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:36:49.9229917Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:36:49.9241529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 2022-09-27T15:36:49.9276307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 2022-09-27T15:36:49.9347499Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 2022-09-27T15:36:49.9355216Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 2022-09-27T15:36:49.9444445Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:36:49.9463323Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:36:49.9548299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:36:49.9596560Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:36:49.9673999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 2022-09-27T15:36:49.9702609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 2022-09-27T15:36:49.9727042Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 2022-09-27T15:36:49.9831726Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 2022-09-27T15:36:50.0006822Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:36:50.0031766Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:36:50.0112702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 2022-09-27T15:36:50.0141670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 2022-09-27T15:36:50.0170090Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 2022-09-27T15:36:50.0271367Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 2022-09-27T15:36:50.0446319Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:36:50.0471371Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:36:50.0553665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 2022-09-27T15:36:50.0591469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 2022-09-27T15:36:50.0612319Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 2022-09-27T15:36:50.0712433Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 2022-09-27T15:36:50.0867658Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:36:50.0911290Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:36:50.0992185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 2022-09-27T15:36:50.1022036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 2022-09-27T15:36:50.1038950Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 2022-09-27T15:36:50.1151133Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 2022-09-27T15:36:50.1310281Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:36:50.1352772Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:36:50.1432481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 2022-09-27T15:36:50.1460697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 2022-09-27T15:36:50.1514467Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 2022-09-27T15:36:50.1590867Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 2022-09-27T15:36:50.1739398Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:36:50.1790530Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:36:50.1870757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 2022-09-27T15:36:50.1900015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 2022-09-27T15:36:50.1940936Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 2022-09-27T15:36:50.2030163Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 2022-09-27T15:36:50.2078408Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:36:50.2085169Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:36:50.2178036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:36:50.2231068Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:36:50.2311719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 2022-09-27T15:36:50.2341528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 2022-09-27T15:36:50.2385645Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 2022-09-27T15:36:50.2511527Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 2022-09-27T15:36:50.2664145Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:36:50.2676701Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:36:50.2792010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 2022-09-27T15:36:50.2819684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 2022-09-27T15:36:50.2834297Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 2022-09-27T15:36:50.2990530Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 2022-09-27T15:36:50.3111381Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:36:50.3169644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 2022-09-27T15:36:50.3172877Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:36:50.3230714Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 2022-09-27T15:36:50.3258663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 2022-09-27T15:36:50.3471140Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 2022-09-27T15:36:50.3551575Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:36:50.3604027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool 2022-09-27T15:36:50.3626977Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool 2022-09-27T15:36:50.3671075Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:36:50.3698490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 2022-09-27T15:36:50.3951497Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 2022-09-27T15:36:50.4031814Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:36:50.4089112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 2022-09-27T15:36:50.4111015Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 2022-09-27T15:36:50.4128859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 2022-09-27T15:36:50.4140967Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:36:50.4326387Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 2022-09-27T15:36:50.4336926Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:36:50.4431308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:36:50.4472034Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:36:50.4529101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 2022-09-27T15:36:50.4552035Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 2022-09-27T15:36:50.4581480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 2022-09-27T15:36:50.4613002Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 2022-09-27T15:36:50.4914902Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:36:50.4915550Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:36:50.4981682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 2022-09-27T15:36:50.5031110Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 2022-09-27T15:36:50.5060826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 2022-09-27T15:36:50.5083105Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 2022-09-27T15:36:50.5351620Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:36:50.5352732Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:36:50.5414867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 2022-09-27T15:36:50.5471598Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 2022-09-27T15:36:50.5505394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 2022-09-27T15:36:50.5521750Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 2022-09-27T15:36:50.5794757Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:36:50.5867539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 2022-09-27T15:36:50.5870839Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:36:50.5913440Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 2022-09-27T15:36:50.6169146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:50.6174713Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:36:50.6233193Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:50.6297480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 2022-09-27T15:36:50.6312329Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 2022-09-27T15:36:50.6352736Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:36:50.6386467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 2022-09-27T15:36:50.6470707Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 2022-09-27T15:36:50.6672398Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:36:50.6723476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 2022-09-27T15:36:50.6742317Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:36:50.6751668Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 2022-09-27T15:36:50.6756529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool 2022-09-27T15:36:50.6818188Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:36:50.6822277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 2022-09-27T15:36:50.6909406Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 2022-09-27T15:36:50.7113713Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:36:50.7164790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 2022-09-27T15:36:50.7192099Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 2022-09-27T15:36:50.7232101Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:36:50.7261485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 2022-09-27T15:36:50.7349285Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 2022-09-27T15:36:50.7554863Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:36:50.7610481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 2022-09-27T15:36:50.7632988Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 2022-09-27T15:36:50.7715633Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:36:50.7744161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 2022-09-27T15:36:50.7793529Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 2022-09-27T15:36:50.7992977Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:36:50.8051848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 2022-09-27T15:36:50.8112743Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 2022-09-27T15:36:50.8160011Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:36:50.8169903Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool 2022-09-27T15:36:50.8191919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 2022-09-27T15:36:50.8223042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 2022-09-27T15:36:50.8261905Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 2022-09-27T15:36:50.8432478Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:36:50.8487349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 2022-09-27T15:36:50.8550609Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 2022-09-27T15:36:50.8671722Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 2022-09-27T15:36:50.8702337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 2022-09-27T15:36:50.8987022Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 2022-09-27T15:36:50.8989481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool 2022-09-27T15:36:50.9000999Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool 2022-09-27T15:36:50.9012996Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 2022-09-27T15:36:50.9113572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 2022-09-27T15:36:50.9143029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool 2022-09-27T15:36:50.9355182Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool 2022-09-27T15:36:50.9412467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 2022-09-27T15:36:50.9635661Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 2022-09-27T15:36:50.9638870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 2022-09-27T15:36:50.9897794Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 2022-09-27T15:36:50.9900615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 2022-09-27T15:36:51.0109244Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 2022-09-27T15:36:51.0119366Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 2022-09-27T15:36:51.0120089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 2022-09-27T15:36:51.0131537Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 2022-09-27T15:36:51.0349954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 2022-09-27T15:36:51.0371623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 2022-09-27T15:36:51.0591865Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 2022-09-27T15:36:51.0594113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 2022-09-27T15:36:51.0795092Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 2022-09-27T15:36:51.0850994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 2022-09-27T15:36:51.1075700Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 2022-09-27T15:36:51.1078217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 2022-09-27T15:36:51.1181626Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 2022-09-27T15:36:51.1198879Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 2022-09-27T15:36:51.1328865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 2022-09-27T15:36:51.1330992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 2022-09-27T15:36:51.1507122Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 2022-09-27T15:36:51.1509504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 2022-09-27T15:36:51.1772281Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 2022-09-27T15:36:51.1774511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 2022-09-27T15:36:51.1850132Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 2022-09-27T15:36:51.1862202Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 2022-09-27T15:36:51.1987702Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool 2022-09-27T15:36:51.1989940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 2022-09-27T15:36:51.2250819Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 2022-09-27T15:36:51.2253070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 2022-09-27T15:36:51.2313717Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 2022-09-27T15:36:51.2331940Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 2022-09-27T15:36:51.2468836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 2022-09-27T15:36:51.2471069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 2022-09-27T15:36:51.2739631Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 2022-09-27T15:36:51.2742042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 2022-09-27T15:36:51.2911591Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 2022-09-27T15:36:51.2946316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 2022-09-27T15:36:51.3181653Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 2022-09-27T15:36:51.3183240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 2022-09-27T15:36:51.3391321Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 2022-09-27T15:36:51.3393111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:51.3456138Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:51.3474102Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 2022-09-27T15:36:51.3630357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool 2022-09-27T15:36:51.3631783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 2022-09-27T15:36:51.3830845Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 2022-09-27T15:36:51.3831906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool 2022-09-27T15:36:51.3946167Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool 2022-09-27T15:36:51.3958191Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool 2022-09-27T15:36:51.4107721Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 2022-09-27T15:36:51.4271147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 2022-09-27T15:36:51.4271965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 2022-09-27T15:36:51.4710810Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 2022-09-27T15:36:51.4711953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 2022-09-27T15:36:51.5154819Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 2022-09-27T15:36:51.5155818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 2022-09-27T15:36:51.5627110Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 2022-09-27T15:36:51.5627781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 2022-09-27T15:36:51.6072850Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 2022-09-27T15:36:51.6073571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 2022-09-27T15:36:51.6511131Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 2022-09-27T15:36:51.6511746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 2022-09-27T15:36:51.6992241Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 2022-09-27T15:36:51.6992946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 2022-09-27T15:36:51.7432268Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 2022-09-27T15:36:51.7433319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 2022-09-27T15:36:51.7835544Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 2022-09-27T15:36:51.7871068Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool 2022-09-27T15:36:51.7908383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 2022-09-27T15:36:51.7913149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 2022-09-27T15:36:51.8353640Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 2022-09-27T15:36:51.8355265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool 2022-09-27T15:36:51.8792352Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool 2022-09-27T15:36:51.8793982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 2022-09-27T15:36:51.9266096Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 2022-09-27T15:36:51.9267735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 2022-09-27T15:36:51.9708014Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 2022-09-27T15:36:51.9709860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 2022-09-27T15:36:52.0152628Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 2022-09-27T15:36:52.0154350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 2022-09-27T15:36:52.0320807Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 2022-09-27T15:36:52.0332919Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 2022-09-27T15:36:52.0633319Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 2022-09-27T15:36:52.0634954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 2022-09-27T15:36:52.1071607Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 2022-09-27T15:36:52.1073325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 2022-09-27T15:36:52.1512228Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 2022-09-27T15:36:52.1513904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 2022-09-27T15:36:52.1954901Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 2022-09-27T15:36:52.1956541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 2022-09-27T15:36:52.2426155Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 2022-09-27T15:36:52.2434218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.2912808Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.2923420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool 2022-09-27T15:36:52.3351900Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool 2022-09-27T15:36:52.3357434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 2022-09-27T15:36:52.3651353Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 2022-09-27T15:36:52.3753917Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 2022-09-27T15:36:52.3824624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool 2022-09-27T15:36:52.3829600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 2022-09-27T15:36:52.4270930Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 2022-09-27T15:36:52.4275926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 2022-09-27T15:36:52.4317725Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 2022-09-27T15:36:52.4343693Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 2022-09-27T15:36:52.4753467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 2022-09-27T15:36:52.4758165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 2022-09-27T15:36:52.5101157Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 2022-09-27T15:36:52.5128598Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 2022-09-27T15:36:52.5152953Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 2022-09-27T15:36:52.5189306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 2022-09-27T15:36:52.5674171Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 2022-09-27T15:36:52.5682973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 2022-09-27T15:36:52.6112591Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 2022-09-27T15:36:52.6121931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 2022-09-27T15:36:52.6546478Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 2022-09-27T15:36:52.6548111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 2022-09-27T15:36:52.7026468Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 2022-09-27T15:36:52.7028113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 2022-09-27T15:36:52.7475164Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 2022-09-27T15:36:52.7476849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool 2022-09-27T15:36:52.7954043Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool 2022-09-27T15:36:52.7955776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 2022-09-27T15:36:52.8394315Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 2022-09-27T15:36:52.8396317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 2022-09-27T15:36:52.8872010Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 2022-09-27T15:36:52.8872973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 2022-09-27T15:36:52.9354796Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 2022-09-27T15:36:52.9356104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 2022-09-27T15:36:52.9833540Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 2022-09-27T15:36:52.9834889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 2022-09-27T15:36:52.9905859Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 2022-09-27T15:36:52.9941418Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 2022-09-27T15:36:53.0096945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 2022-09-27T15:36:53.0110262Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool 2022-09-27T15:36:53.0224535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 2022-09-27T15:36:53.0245910Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 2022-09-27T15:36:53.0311109Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 2022-09-27T15:36:53.0311917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 2022-09-27T15:36:53.0765949Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 2022-09-27T15:36:53.0766993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 2022-09-27T15:36:53.1206583Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 2022-09-27T15:36:53.1207679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 2022-09-27T15:36:53.1669942Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 2022-09-27T15:36:53.1670742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 2022-09-27T15:36:53.2147832Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 2022-09-27T15:36:53.2149757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 2022-09-27T15:36:53.2592308Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 2022-09-27T15:36:53.2593510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:53.3069163Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:53.3070280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool 2022-09-27T15:36:53.3513269Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool 2022-09-27T15:36:53.3516980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 2022-09-27T15:36:53.3989972Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 2022-09-27T15:36:53.3994765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 2022-09-27T15:36:53.4297200Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 2022-09-27T15:36:53.4314847Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 2022-09-27T15:36:53.4400226Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 2022-09-27T15:36:53.4436707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 2022-09-27T15:36:53.4790535Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 2022-09-27T15:36:53.4822326Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 2022-09-27T15:36:53.4837567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 2022-09-27T15:36:53.4872256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 2022-09-27T15:36:53.5321724Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 2022-09-27T15:36:53.5329533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 2022-09-27T15:36:53.5751315Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 2022-09-27T15:36:53.5761214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 2022-09-27T15:36:53.6231165Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 2022-09-27T15:36:53.6240627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 2022-09-27T15:36:53.6672791Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 2022-09-27T15:36:53.6679964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 2022-09-27T15:36:53.7107193Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 2022-09-27T15:36:53.7112805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 2022-09-27T15:36:53.7554875Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 2022-09-27T15:36:53.7557584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 2022-09-27T15:36:53.7576827Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 2022-09-27T15:36:53.7594706Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 2022-09-27T15:36:53.8002126Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 2022-09-27T15:36:53.8003037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 2022-09-27T15:36:53.8432108Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 2022-09-27T15:36:53.8432781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 2022-09-27T15:36:53.8926516Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 2022-09-27T15:36:53.8927226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 2022-09-27T15:36:53.9104672Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 2022-09-27T15:36:53.9147461Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 2022-09-27T15:36:53.9351379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 2022-09-27T15:36:53.9352028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 2022-09-27T15:36:53.9750108Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 2022-09-27T15:36:53.9766374Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 2022-09-27T15:36:53.9793477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 2022-09-27T15:36:53.9832236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 2022-09-27T15:36:54.0167138Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 2022-09-27T15:36:54.0184473Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 2022-09-27T15:36:54.0236040Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 2022-09-27T15:36:54.0266287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 2022-09-27T15:36:54.0753016Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 2022-09-27T15:36:54.0759092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 2022-09-27T15:36:54.1194955Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 2022-09-27T15:36:54.1204594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 2022-09-27T15:36:54.1673052Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 2022-09-27T15:36:54.1682163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 2022-09-27T15:36:54.2151165Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 2022-09-27T15:36:54.2161539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:54.2633217Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:54.2643309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 2022-09-27T15:36:54.2855880Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 2022-09-27T15:36:54.2882289Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 2022-09-27T15:36:54.3069985Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 2022-09-27T15:36:54.3079273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 2022-09-27T15:36:54.3512177Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 2022-09-27T15:36:54.3522066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 2022-09-27T15:36:54.3955313Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 2022-09-27T15:36:54.3964373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 2022-09-27T15:36:54.4392745Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 2022-09-27T15:36:54.4401990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 2022-09-27T15:36:54.4831801Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 2022-09-27T15:36:54.4841110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 2022-09-27T15:36:54.4852758Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 2022-09-27T15:36:54.4874584Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 2022-09-27T15:36:54.5271743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool 2022-09-27T15:36:54.5277304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 2022-09-27T15:36:54.5755357Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 2022-09-27T15:36:54.5759457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 2022-09-27T15:36:54.6062091Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 2022-09-27T15:36:54.6090676Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 2022-09-27T15:36:54.6197276Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 2022-09-27T15:36:54.6208786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 2022-09-27T15:36:54.6235964Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 2022-09-27T15:36:54.6632269Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 2022-09-27T15:36:54.6665656Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool 2022-09-27T15:36:54.6683402Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool 2022-09-27T15:36:54.6687517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool 2022-09-27T15:36:54.7116441Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool 2022-09-27T15:36:54.7121686Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 2022-09-27T15:36:54.7132946Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 2022-09-27T15:36:54.7137494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 2022-09-27T15:36:54.7551478Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 2022-09-27T15:36:54.7564128Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 2022-09-27T15:36:54.7609243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 2022-09-27T15:36:54.7655970Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 2022-09-27T15:36:54.7944658Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 2022-09-27T15:36:54.8028324Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 2022-09-27T15:36:54.8043439Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 2022-09-27T15:36:54.8082741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 2022-09-27T15:36:54.8429918Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 2022-09-27T15:36:54.8453798Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 2022-09-27T15:36:54.8550727Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 2022-09-27T15:36:54.8555922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 2022-09-27T15:36:54.8569887Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 2022-09-27T15:36:54.8588445Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool 2022-09-27T15:36:54.8867880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 2022-09-27T15:36:54.8895605Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 2022-09-27T15:36:54.8993663Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 2022-09-27T15:36:54.8996721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 2022-09-27T15:36:54.9349405Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 2022-09-27T15:36:54.9384144Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 2022-09-27T15:36:54.9466047Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 2022-09-27T15:36:54.9470184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 2022-09-27T15:36:54.9728838Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 2022-09-27T15:36:54.9731548Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 2022-09-27T15:36:54.9747280Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 2022-09-27T15:36:54.9799194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 2022-09-27T15:36:54.9943063Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 2022-09-27T15:36:54.9944723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 2022-09-27T15:36:55.0230232Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 2022-09-27T15:36:55.0285704Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 2022-09-27T15:36:55.0388692Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 2022-09-27T15:36:55.0389902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 2022-09-27T15:36:55.0710144Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 2022-09-27T15:36:55.0714900Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 2022-09-27T15:36:55.0826705Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 2022-09-27T15:36:55.0829854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 2022-09-27T15:36:55.1189963Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 2022-09-27T15:36:55.1204984Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 2022-09-27T15:36:55.1277353Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 2022-09-27T15:36:55.1311846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 2022-09-27T15:36:55.1591839Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 2022-09-27T15:36:55.1683719Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 2022-09-27T15:36:55.1762631Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 2022-09-27T15:36:55.1792854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:55.2033704Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:55.2196472Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 2022-09-27T15:36:55.2215552Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 2022-09-27T15:36:55.2230855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 2022-09-27T15:36:55.2269056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool 2022-09-27T15:36:55.2717250Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool 2022-09-27T15:36:55.2717939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:36:55.3200056Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:36:55.3201279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:36:55.3631958Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:36:55.3632794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 2022-09-27T15:36:55.4065468Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 2022-09-27T15:36:55.4066176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 2022-09-27T15:36:55.4474609Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 2022-09-27T15:36:55.4508613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 2022-09-27T15:36:55.4983424Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 2022-09-27T15:36:55.4989808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 2022-09-27T15:36:55.5424215Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 2022-09-27T15:36:55.5428604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 2022-09-27T15:36:55.5850473Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 2022-09-27T15:36:55.5876117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 2022-09-27T15:36:55.6066455Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 2022-09-27T15:36:55.6099376Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 2022-09-27T15:36:55.6291849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 2022-09-27T15:36:55.6321165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 2022-09-27T15:36:55.6750447Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 2022-09-27T15:36:55.6756295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:36:55.7199092Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:36:55.7238384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 2022-09-27T15:36:55.7687360Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 2022-09-27T15:36:55.7693558Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 2022-09-27T15:36:55.7715802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool 2022-09-27T15:36:55.7728875Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool 2022-09-27T15:36:55.7788197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 2022-09-27T15:36:55.7801520Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 2022-09-27T15:36:55.8161792Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool 2022-09-27T15:36:55.8164970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 2022-09-27T15:36:55.8633459Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 2022-09-27T15:36:55.8637625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 2022-09-27T15:36:55.9074183Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 2022-09-27T15:36:55.9079692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 2022-09-27T15:36:55.9512424Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 2022-09-27T15:36:55.9517711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 2022-09-27T15:36:55.9988039Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 2022-09-27T15:36:55.9993532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 2022-09-27T15:36:56.0431564Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 2022-09-27T15:36:56.0441358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 2022-09-27T15:36:56.0854303Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 2022-09-27T15:36:56.0882595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 2022-09-27T15:36:56.1353789Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 2022-09-27T15:36:56.1367249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 2022-09-27T15:36:56.1377066Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 2022-09-27T15:36:56.1386156Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool 2022-09-27T15:36:56.1618936Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 2022-09-27T15:36:56.1652165Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 2022-09-27T15:36:56.1791552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 2022-09-27T15:36:56.1792134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 2022-09-27T15:36:56.2210411Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 2022-09-27T15:36:56.2235562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:56.2672264Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:56.2681864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool 2022-09-27T15:36:56.3120195Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool 2022-09-27T15:36:56.3130837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 2022-09-27T15:36:56.3600846Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 2022-09-27T15:36:56.3609043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 2022-09-27T15:36:56.4035940Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 2022-09-27T15:36:56.4042058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 2022-09-27T15:36:56.4471197Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 2022-09-27T15:36:56.4476937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.4909402Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.4917984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 2022-09-27T15:36:56.5392339Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 2022-09-27T15:36:56.5401023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 2022-09-27T15:36:56.5465354Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 2022-09-27T15:36:56.5489300Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 2022-09-27T15:36:56.5823824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 2022-09-27T15:36:56.5835807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 2022-09-27T15:36:56.6312919Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 2022-09-27T15:36:56.6322681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 2022-09-27T15:36:56.6753304Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 2022-09-27T15:36:56.6760141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 2022-09-27T15:36:56.7167910Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 2022-09-27T15:36:56.7188941Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 2022-09-27T15:36:56.7220469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 2022-09-27T15:36:56.7232918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 2022-09-27T15:36:56.7714907Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 2022-09-27T15:36:56.7721286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool 2022-09-27T15:36:56.8193129Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool 2022-09-27T15:36:56.8202511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 2022-09-27T15:36:56.8674608Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 2022-09-27T15:36:56.8685052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 2022-09-27T15:36:56.9113737Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 2022-09-27T15:36:56.9123787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 2022-09-27T15:36:56.9177137Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 2022-09-27T15:36:56.9203863Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 2022-09-27T15:36:56.9593308Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 2022-09-27T15:36:56.9603724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 2022-09-27T15:36:57.0030903Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 2022-09-27T15:36:57.0040851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 2022-09-27T15:36:57.0508935Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 2022-09-27T15:36:57.0517580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 2022-09-27T15:36:57.0990581Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 2022-09-27T15:36:57.0999939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 2022-09-27T15:36:57.1295064Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 2022-09-27T15:36:57.1317020Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 2022-09-27T15:36:57.1472057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 2022-09-27T15:36:57.1476849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 2022-09-27T15:36:57.1951131Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 2022-09-27T15:36:57.1958182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 2022-09-27T15:36:57.2390153Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 2022-09-27T15:36:57.2400464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:57.2772143Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:57.2788226Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 2022-09-27T15:36:57.2825955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 2022-09-27T15:36:57.2847345Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 2022-09-27T15:36:57.2879386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool 2022-09-27T15:36:57.3315929Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool 2022-09-27T15:36:57.3316675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:36:57.3317278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:57.3369344Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:57.3711086Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:36:57.3757333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool 2022-09-27T15:36:57.3757963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:57.4076740Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:57.4151163Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool 2022-09-27T15:36:57.4213505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:36:57.4231459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 2022-09-27T15:36:57.4437878Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 2022-09-27T15:36:57.4593170Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:36:57.4638003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:36:57.4673468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 2022-09-27T15:36:57.4835950Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 2022-09-27T15:36:57.5156614Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:36:57.5157235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 2022-09-27T15:36:57.5157807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 2022-09-27T15:36:57.5217275Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 2022-09-27T15:36:57.5599483Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 2022-09-27T15:36:57.5600203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 2022-09-27T15:36:57.5600891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 2022-09-27T15:36:57.5655719Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 2022-09-27T15:36:57.5990366Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 2022-09-27T15:36:57.6069379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 2022-09-27T15:36:57.6076295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 2022-09-27T15:36:57.6085281Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 2022-09-27T15:36:57.6430453Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 2022-09-27T15:36:57.6530022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 2022-09-27T15:36:57.6539811Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 2022-09-27T15:36:57.6582277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.6871077Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.6988265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 2022-09-27T15:36:57.7002035Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 2022-09-27T15:36:57.7007252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:57.7309059Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:57.7382086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 2022-09-27T15:36:57.7437161Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 2022-09-27T15:36:57.7444996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 2022-09-27T15:36:57.7749378Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 2022-09-27T15:36:57.7820566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 2022-09-27T15:36:57.7832480Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 2022-09-27T15:36:57.7864691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool 2022-09-27T15:36:57.8113494Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool 2022-09-27T15:36:57.8264144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:36:57.8309892Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:36:57.8318877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 2022-09-27T15:36:57.8590655Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 2022-09-27T15:36:57.8712937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:36:57.8783435Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:36:57.8791300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 2022-09-27T15:36:57.9034281Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 2022-09-27T15:36:57.9152961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool 2022-09-27T15:36:57.9226914Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool 2022-09-27T15:36:57.9235301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 2022-09-27T15:36:57.9473430Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 2022-09-27T15:36:57.9590583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 2022-09-27T15:36:57.9602068Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 2022-09-27T15:36:57.9613651Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 2022-09-27T15:36:57.9632855Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 2022-09-27T15:36:57.9674727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 2022-09-27T15:36:58.0029815Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 2022-09-27T15:36:58.0076636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 2022-09-27T15:36:58.0081777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 2022-09-27T15:36:58.0116921Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 2022-09-27T15:36:58.0178883Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 2022-09-27T15:36:58.0193193Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 2022-09-27T15:36:58.0470840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 2022-09-27T15:36:58.0547295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 2022-09-27T15:36:58.0557886Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 2022-09-27T15:36:58.0610202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 2022-09-27T15:36:58.0875266Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 2022-09-27T15:36:58.0996533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 2022-09-27T15:36:58.1004742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 2022-09-27T15:36:58.1026751Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 2022-09-27T15:36:58.1430946Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 2022-09-27T15:36:58.1436956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 2022-09-27T15:36:58.1476805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:58.1493288Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:58.1795077Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 2022-09-27T15:36:58.1889812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 2022-09-27T15:36:58.1910608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool 2022-09-27T15:36:58.1922828Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool 2022-09-27T15:36:58.2350956Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 2022-09-27T15:36:58.2365504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 2022-09-27T15:36:58.2370870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 2022-09-27T15:36:58.2417120Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 2022-09-27T15:36:58.2756020Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 2022-09-27T15:36:58.2760045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 2022-09-27T15:36:58.2792461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 2022-09-27T15:36:58.2872358Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 2022-09-27T15:36:58.3194788Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 2022-09-27T15:36:58.3237973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 2022-09-27T15:36:58.3347804Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 2022-09-27T15:36:58.3436640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 2022-09-27T15:36:58.3653509Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 2022-09-27T15:36:58.3669101Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 2022-09-27T15:36:58.3670897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 2022-09-27T15:36:58.3680469Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 2022-09-27T15:36:58.3685875Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 2022-09-27T15:36:58.3808077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 2022-09-27T15:36:58.4072449Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 2022-09-27T15:36:58.4097262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 2022-09-27T15:36:58.4186173Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 2022-09-27T15:36:58.4393668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 2022-09-27T15:36:58.4544030Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 2022-09-27T15:36:58.4547006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 2022-09-27T15:36:58.4587325Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 2022-09-27T15:36:58.4868098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool 2022-09-27T15:36:58.4965636Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool 2022-09-27T15:36:58.4997875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:58.5002946Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:58.5378080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 2022-09-27T15:36:58.5437305Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 2022-09-27T15:36:58.5438863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.5473703Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.5750227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 2022-09-27T15:36:58.5872425Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 2022-09-27T15:36:58.5873011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool 2022-09-27T15:36:58.6029608Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool 2022-09-27T15:36:58.6212958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 2022-09-27T15:36:58.6315337Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 2022-09-27T15:36:58.6315935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 2022-09-27T15:36:58.6468442Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 2022-09-27T15:36:58.6713143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 2022-09-27T15:36:58.6756073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 2022-09-27T15:36:58.6759114Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 2022-09-27T15:36:58.6871234Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 2022-09-27T15:36:58.7192190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 2022-09-27T15:36:58.7192768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 2022-09-27T15:36:58.7267037Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 2022-09-27T15:36:58.7312253Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 2022-09-27T15:36:58.7339517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 2022-09-27T15:36:58.7359261Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 2022-09-27T15:36:58.7644380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 2022-09-27T15:36:58.7644985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 2022-09-27T15:36:58.7802120Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 2022-09-27T15:36:58.7833283Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 2022-09-27T15:36:58.8078356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 2022-09-27T15:36:58.8078960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 2022-09-27T15:36:58.8372631Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 2022-09-27T15:36:58.8386160Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 2022-09-27T15:36:58.8517040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 2022-09-27T15:36:58.8517937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 2022-09-27T15:36:58.8950995Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 2022-09-27T15:36:58.8954342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 2022-09-27T15:36:58.8959719Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 2022-09-27T15:36:58.9070719Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 2022-09-27T15:36:58.9392096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 2022-09-27T15:36:58.9395463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 2022-09-27T15:36:58.9482543Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 2022-09-27T15:36:58.9517450Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 2022-09-27T15:36:58.9558163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 2022-09-27T15:36:58.9574803Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 2022-09-27T15:36:58.9833953Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 2022-09-27T15:36:58.9840639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 2022-09-27T15:36:59.0004533Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 2022-09-27T15:36:59.0041813Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 2022-09-27T15:36:59.0275529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 2022-09-27T15:36:59.0282501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:59.0545257Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:59.0569700Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 2022-09-27T15:36:59.0705962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 2022-09-27T15:36:59.0712085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool 2022-09-27T15:36:59.1151664Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool 2022-09-27T15:36:59.1160778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 2022-09-27T15:36:59.1564830Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 2022-09-27T15:36:59.1612432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 2022-09-27T15:36:59.2028668Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 2022-09-27T15:36:59.2037115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.2472496Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.2482079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 2022-09-27T15:36:59.2825960Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 2022-09-27T15:36:59.2843938Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 2022-09-27T15:36:59.2875596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 2022-09-27T15:36:59.2925265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 2022-09-27T15:36:59.3048591Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 2022-09-27T15:36:59.3083379Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 2022-09-27T15:36:59.3325139Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 2022-09-27T15:36:59.3374590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 2022-09-27T15:36:59.3800725Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 2022-09-27T15:36:59.3813395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 2022-09-27T15:36:59.4163890Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 2022-09-27T15:36:59.4188585Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 2022-09-27T15:36:59.4267189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 2022-09-27T15:36:59.4278766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 2022-09-27T15:36:59.4288468Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 2022-09-27T15:36:59.4297317Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 2022-09-27T15:36:59.4682414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 2022-09-27T15:36:59.4691382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 2022-09-27T15:36:59.5152084Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 2022-09-27T15:36:59.5181079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 2022-09-27T15:36:59.5517189Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 2022-09-27T15:36:59.5622645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 2022-09-27T15:36:59.6066403Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 2022-09-27T15:36:59.6066934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 2022-09-27T15:36:59.6511566Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 2022-09-27T15:36:59.7325268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 2022-09-27T15:36:59.7374591Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 2022-09-27T15:36:59.8516459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 2022-09-27T15:36:59.8532370Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 2022-09-27T15:36:59.8639937Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 2022-09-27T15:36:59.8652024Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 2022-09-27T15:37:00.0013857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 2022-09-27T15:37:00.0023973Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 2022-09-27T15:37:00.1015544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 2022-09-27T15:37:00.1025590Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 2022-09-27T15:37:00.2183179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 2022-09-27T15:37:00.2212288Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 2022-09-27T15:37:00.2869749Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 2022-09-27T15:37:00.2892896Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 2022-09-27T15:37:00.4032874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 2022-09-27T15:37:00.4073153Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 2022-09-27T15:37:00.4967570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 2022-09-27T15:37:00.4992000Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 2022-09-27T15:37:00.6394019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 2022-09-27T15:37:00.6401282Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 2022-09-27T15:37:00.6810195Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 2022-09-27T15:37:00.6835345Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 2022-09-27T15:37:00.8588891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool 2022-09-27T15:37:00.8614347Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool 2022-09-27T15:37:00.8640415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 2022-09-27T15:37:00.8670178Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 2022-09-27T15:37:01.0415190Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 2022-09-27T15:37:01.0444863Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 2022-09-27T15:37:01.0949406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 2022-09-27T15:37:01.0972818Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 2022-09-27T15:37:01.2273574Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 2022-09-27T15:37:01.2298169Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 2022-09-27T15:37:01.3013237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 2022-09-27T15:37:01.3050315Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 2022-09-27T15:37:01.4217678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool 2022-09-27T15:37:01.4233940Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 2022-09-27T15:37:01.4300819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 2022-09-27T15:37:01.4326109Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 2022-09-27T15:37:01.4798895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 2022-09-27T15:37:01.4815933Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 2022-09-27T15:37:01.5263901Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:37:01.5280366Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 2022-09-27T15:37:01.6472640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 2022-09-27T15:37:01.6562225Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 2022-09-27T15:37:01.7026595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 2022-09-27T15:37:01.7060202Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 2022-09-27T15:37:01.8136355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 2022-09-27T15:37:01.8152767Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 2022-09-27T15:37:01.8430400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 2022-09-27T15:37:01.8478640Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 2022-09-27T15:37:01.9512938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 2022-09-27T15:37:01.9519712Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool 2022-09-27T15:37:01.9974064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 2022-09-27T15:37:01.9989163Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 2022-09-27T15:37:02.0084176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 2022-09-27T15:37:02.0109709Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 2022-09-27T15:37:02.0915084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 2022-09-27T15:37:02.0948637Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 2022-09-27T15:37:02.2150969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 2022-09-27T15:37:02.2184087Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 2022-09-27T15:37:02.2488764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 2022-09-27T15:37:02.2517014Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 2022-09-27T15:37:02.3456542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 2022-09-27T15:37:02.3486161Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:37:02.4027313Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool 2022-09-27T15:37:02.4058597Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 2022-09-27T15:37:02.4216402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 2022-09-27T15:37:02.4242872Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 2022-09-27T15:37:02.5142460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 2022-09-27T15:37:02.5189960Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 2022-09-27T15:37:02.6045473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 2022-09-27T15:37:02.6079892Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 2022-09-27T15:37:02.6147089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 2022-09-27T15:37:02.6160412Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool 2022-09-27T15:37:02.7519390Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 2022-09-27T15:37:02.7538054Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 2022-09-27T15:37:02.8138140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 2022-09-27T15:37:02.8166962Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 2022-09-27T15:37:02.9439760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 2022-09-27T15:37:02.9468047Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 2022-09-27T15:37:02.9556142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 2022-09-27T15:37:02.9588473Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 2022-09-27T15:37:03.2401293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 2022-09-27T15:37:03.2418310Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 2022-09-27T15:37:03.4757729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 2022-09-27T15:37:03.4810405Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 2022-09-27T15:37:03.6274865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 2022-09-27T15:37:03.6306300Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 2022-09-27T15:37:03.6442866Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 2022-09-27T15:37:03.6459194Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 2022-09-27T15:37:03.7474874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 2022-09-27T15:37:03.7501867Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 2022-09-27T15:37:03.8462480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 2022-09-27T15:37:03.8488152Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 2022-09-27T15:37:04.0448352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 2022-09-27T15:37:04.0466690Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 2022-09-27T15:37:04.3318736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 2022-09-27T15:37:04.3341317Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 2022-09-27T15:37:04.3709286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 2022-09-27T15:37:04.3734417Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 2022-09-27T15:37:04.3915950Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 2022-09-27T15:37:04.3934646Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 2022-09-27T15:37:04.5400651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 2022-09-27T15:37:04.5428192Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 2022-09-27T15:37:04.7804023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool 2022-09-27T15:37:04.7846672Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool 2022-09-27T15:37:05.2709595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 2022-09-27T15:37:05.2733766Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 2022-09-27T15:37:05.3606963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 2022-09-27T15:37:05.3663751Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 2022-09-27T15:37:05.4037687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 2022-09-27T15:37:05.4077286Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 2022-09-27T15:37:05.5915390Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 2022-09-27T15:37:05.5941653Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 2022-09-27T15:37:05.6650357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 2022-09-27T15:37:05.6675528Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 2022-09-27T15:37:05.8503603Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 2022-09-27T15:37:05.8528854Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 2022-09-27T15:37:05.9784836Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 2022-09-27T15:37:05.9827414Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 2022-09-27T15:37:06.0367400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 2022-09-27T15:37:06.0407167Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 2022-09-27T15:37:06.2205579Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 2022-09-27T15:37:06.2251982Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 2022-09-27T15:37:06.3477485Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 2022-09-27T15:37:06.3508911Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 2022-09-27T15:37:06.4054733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 2022-09-27T15:37:06.4094099Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 2022-09-27T15:37:06.4327745Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 2022-09-27T15:37:06.4550634Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 2022-09-27T15:37:06.4623740Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool 2022-09-27T15:37:06.4991358Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool 2022-09-27T15:37:06.5092114Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 2022-09-27T15:37:06.5431537Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 2022-09-27T15:37:06.5530382Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 2022-09-27T15:37:06.5910825Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 2022-09-27T15:37:06.5964396Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 2022-09-27T15:37:06.6348085Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 2022-09-27T15:37:06.6380262Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 2022-09-27T15:37:06.6789577Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 2022-09-27T15:37:06.6831834Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 2022-09-27T15:37:06.7231685Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 2022-09-27T15:37:06.7286386Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 2022-09-27T15:37:06.7671363Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 2022-09-27T15:37:06.7708836Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 2022-09-27T15:37:06.8107196Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 2022-09-27T15:37:06.8118261Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 2022-09-27T15:37:06.8131688Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 2022-09-27T15:37:06.8160079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 2022-09-27T15:37:06.8397586Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 2022-09-27T15:37:06.8412075Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 2022-09-27T15:37:06.8561453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 2022-09-27T15:37:06.8578897Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 2022-09-27T15:37:06.8990988Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 2022-09-27T15:37:06.9038474Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 2022-09-27T15:37:06.9430783Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 2022-09-27T15:37:06.9483125Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 2022-09-27T15:37:06.9871520Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 2022-09-27T15:37:07.0439739Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:37:07.0470900Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 2022-09-27T15:37:07.1341038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 2022-09-27T15:37:07.1367622Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 2022-09-27T15:37:07.2587960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 2022-09-27T15:37:07.2605748Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:37:07.4650171Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 2022-09-27T15:37:07.4665516Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 2022-09-27T15:37:07.5013540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 2022-09-27T15:37:07.5037974Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 2022-09-27T15:37:07.5275871Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 2022-09-27T15:37:07.5301544Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 2022-09-27T15:37:07.7431794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 2022-09-27T15:37:07.7455204Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 2022-09-27T15:37:07.8616316Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 2022-09-27T15:37:07.8656256Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 2022-09-27T15:37:07.9982243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 2022-09-27T15:37:08.0013598Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 2022-09-27T15:37:08.2292522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 2022-09-27T15:37:08.2315427Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 2022-09-27T15:37:08.3025689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool 2022-09-27T15:37:08.3047575Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 2022-09-27T15:37:08.3641945Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool 2022-09-27T15:37:08.3665922Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 2022-09-27T15:37:08.6067520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 2022-09-27T15:37:08.6093532Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool 2022-09-27T15:37:08.7641651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 2022-09-27T15:37:08.7678619Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool 2022-09-27T15:37:09.0198585Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 2022-09-27T15:37:09.0217585Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 2022-09-27T15:37:09.1408742Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 2022-09-27T15:37:09.1445439Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 2022-09-27T15:37:09.4352009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 2022-09-27T15:37:09.4394999Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 2022-09-27T15:37:09.6124410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 2022-09-27T15:37:09.6164706Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 2022-09-27T15:37:09.6553342Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 2022-09-27T15:37:09.6596977Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 2022-09-27T15:37:09.8607486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 2022-09-27T15:37:09.8650549Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 2022-09-27T15:37:10.0322133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 2022-09-27T15:37:10.0349573Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 2022-09-27T15:37:10.0732318Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 2022-09-27T15:37:10.0758220Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 2022-09-27T15:37:10.2867391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 2022-09-27T15:37:10.2893063Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 2022-09-27T15:37:10.4249292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 2022-09-27T15:37:10.4264249Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 2022-09-27T15:37:10.4728714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:37:10.4755173Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 2022-09-27T15:37:10.4874850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 2022-09-27T15:37:10.4895325Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 2022-09-27T15:37:10.6628554Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 2022-09-27T15:37:10.6655569Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 2022-09-27T15:37:10.7534482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 2022-09-27T15:37:10.7561173Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 2022-09-27T15:37:10.7609373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 2022-09-27T15:37:10.7634815Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 2022-09-27T15:37:10.9969978Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 2022-09-27T15:37:11.0019477Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 2022-09-27T15:37:11.0839575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 2022-09-27T15:37:11.0860201Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 2022-09-27T15:37:11.1444476Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 2022-09-27T15:37:11.1551594Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 2022-09-27T15:37:11.3360005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool 2022-09-27T15:37:11.3390748Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool 2022-09-27T15:37:11.4132700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 2022-09-27T15:37:11.4155772Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 2022-09-27T15:37:11.4648695Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 2022-09-27T15:37:11.4678974Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 2022-09-27T15:37:11.6882107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 2022-09-27T15:37:11.6994568Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 2022-09-27T15:37:11.8216600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 2022-09-27T15:37:11.8261548Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 2022-09-27T15:37:11.9054919Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 2022-09-27T15:37:11.9082117Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 2022-09-27T15:37:12.0196975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 2022-09-27T15:37:12.0228902Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 2022-09-27T15:37:12.2277353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 2022-09-27T15:37:12.2362027Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 2022-09-27T15:37:12.2647273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 2022-09-27T15:37:12.2671692Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 2022-09-27T15:37:12.3773147Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 2022-09-27T15:37:12.3803470Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 2022-09-27T15:37:12.5945461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 2022-09-27T15:37:12.5974368Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 2022-09-27T15:37:12.6032508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 2022-09-27T15:37:12.6052744Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 2022-09-27T15:37:12.6471960Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 2022-09-27T15:37:12.6494066Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:37:12.7898335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool 2022-09-27T15:37:12.7931745Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 2022-09-27T15:37:12.8539799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 2022-09-27T15:37:12.8566769Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 2022-09-27T15:37:12.9624807Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 2022-09-27T15:37:12.9660953Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 2022-09-27T15:37:12.9674892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 2022-09-27T15:37:12.9687988Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool 2022-09-27T15:37:13.0522737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 2022-09-27T15:37:13.0564765Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 2022-09-27T15:37:13.2291680Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 2022-09-27T15:37:13.2325263Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 2022-09-27T15:37:13.4011632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 2022-09-27T15:37:13.4031632Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 2022-09-27T15:37:13.4128145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 2022-09-27T15:37:13.4552057Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 2022-09-27T15:37:13.4565589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool 2022-09-27T15:37:13.4962801Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool 2022-09-27T15:37:13.5118411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 2022-09-27T15:37:13.5395498Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 2022-09-27T15:37:13.5445903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 2022-09-27T15:37:13.5461418Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 2022-09-27T15:37:13.5498300Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 2022-09-27T15:37:13.5832616Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 2022-09-27T15:37:13.5917090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 2022-09-27T15:37:13.6361761Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 2022-09-27T15:37:13.6640098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 2022-09-27T15:37:13.6910901Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 2022-09-27T15:37:13.6928721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 2022-09-27T15:37:13.7379227Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 2022-09-27T15:37:13.7389540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 2022-09-27T15:37:13.7817923Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 2022-09-27T15:37:13.7828216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 2022-09-27T15:37:13.8232267Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 2022-09-27T15:37:13.8262192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 2022-09-27T15:37:13.8671785Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 2022-09-27T15:37:13.8727217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 2022-09-27T15:37:13.9116524Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 2022-09-27T15:37:13.9210962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 2022-09-27T15:37:13.9555361Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 2022-09-27T15:37:13.9643933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 2022-09-27T15:37:13.9997136Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 2022-09-27T15:37:14.1241225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 2022-09-27T15:37:14.1276228Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 2022-09-27T15:37:14.1357007Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 2022-09-27T15:37:14.1420898Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 2022-09-27T15:37:14.3714791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool 2022-09-27T15:37:14.3760755Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool 2022-09-27T15:37:14.6557268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 2022-09-27T15:37:14.6582468Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 2022-09-27T15:37:14.8050842Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 2022-09-27T15:37:14.8062919Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 2022-09-27T15:37:14.9443705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 2022-09-27T15:37:14.9472852Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 2022-09-27T15:37:15.0943562Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 2022-09-27T15:37:15.0973012Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 2022-09-27T15:37:15.1311087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 2022-09-27T15:37:15.1351741Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 2022-09-27T15:37:15.2575550Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 2022-09-27T15:37:15.2607570Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 2022-09-27T15:37:15.4096888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 2022-09-27T15:37:15.4125262Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 2022-09-27T15:37:15.5272684Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 2022-09-27T15:37:15.5321277Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 2022-09-27T15:37:15.6646775Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 2022-09-27T15:37:15.6697951Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 2022-09-27T15:37:15.6977997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 2022-09-27T15:37:15.6999453Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 2022-09-27T15:37:15.8145459Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 2022-09-27T15:37:15.8171635Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 2022-09-27T15:37:15.9110823Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 2022-09-27T15:37:15.9137129Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 2022-09-27T15:37:15.9262426Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 2022-09-27T15:37:15.9288129Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 2022-09-27T15:37:16.0151738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 2022-09-27T15:37:16.0179046Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 2022-09-27T15:37:16.0209206Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 2022-09-27T15:37:16.0283147Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 2022-09-27T15:37:16.0298290Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 2022-09-27T15:37:16.0622911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 2022-09-27T15:37:16.0632315Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool 2022-09-27T15:37:16.1108052Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool 2022-09-27T15:37:16.1117537Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 2022-09-27T15:37:16.1582840Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 2022-09-27T15:37:16.1592825Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 2022-09-27T15:37:16.2063958Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 2022-09-27T15:37:16.2073709Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 2022-09-27T15:37:16.2089210Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 2022-09-27T15:37:16.2096871Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 2022-09-27T15:37:16.2540879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 2022-09-27T15:37:16.2548929Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 2022-09-27T15:37:16.2884583Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 2022-09-27T15:37:16.2897056Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 2022-09-27T15:37:16.3018451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 2022-09-27T15:37:16.3026153Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 2022-09-27T15:37:16.3461020Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 2022-09-27T15:37:16.3471015Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 2022-09-27T15:37:16.3677987Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 2022-09-27T15:37:16.3699023Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 2022-09-27T15:37:16.3939469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 2022-09-27T15:37:16.3944817Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 2022-09-27T15:37:16.4381089Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 2022-09-27T15:37:16.4386801Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 2022-09-27T15:37:16.4539410Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 2022-09-27T15:37:16.4559785Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 2022-09-27T15:37:16.4855254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 2022-09-27T15:37:16.4860248Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 2022-09-27T15:37:16.4950926Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 2022-09-27T15:37:16.4970393Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 2022-09-27T15:37:16.5296147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 2022-09-27T15:37:16.5299257Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 2022-09-27T15:37:16.5368551Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 2022-09-27T15:37:16.5390969Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 2022-09-27T15:37:16.5746150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 2022-09-27T15:37:16.5754453Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 2022-09-27T15:37:16.6128184Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 2022-09-27T15:37:16.6157099Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 2022-09-27T15:37:16.6162033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 2022-09-27T15:37:16.6187595Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:37:16.6744104Z [gw0] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:37:16.6746081Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool 2022-09-27T15:37:16.6973581Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool 2022-09-27T15:37:16.6999990Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 2022-09-27T15:37:16.7186155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool 2022-09-27T15:37:16.7195921Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 2022-09-27T15:37:16.7623592Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 2022-09-27T15:37:16.7634298Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 2022-09-27T15:37:16.8063030Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 2022-09-27T15:37:16.8073347Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 2022-09-27T15:37:16.8234917Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 2022-09-27T15:37:16.8260029Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool 2022-09-27T15:37:16.8499641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 2022-09-27T15:37:16.8520315Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 2022-09-27T15:37:16.8943407Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 2022-09-27T15:37:16.8953603Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 2022-09-27T15:37:16.9383052Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 2022-09-27T15:37:16.9393326Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 2022-09-27T15:37:16.9823967Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 2022-09-27T15:37:16.9834403Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 2022-09-27T15:37:17.0302970Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 2022-09-27T15:37:17.0313230Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 2022-09-27T15:37:17.0789067Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 2022-09-27T15:37:17.0799321Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 2022-09-27T15:37:17.1100720Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 2022-09-27T15:37:17.1127197Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 2022-09-27T15:37:17.1232637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 2022-09-27T15:37:17.1241437Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 2022-09-27T15:37:17.1665182Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 2022-09-27T15:37:17.1675118Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 2022-09-27T15:37:17.2193095Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 2022-09-27T15:37:17.2245958Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 2022-09-27T15:37:17.2670415Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 2022-09-27T15:37:17.2690109Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool 2022-09-27T15:37:17.3108037Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool 2022-09-27T15:37:17.3133629Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 2022-09-27T15:37:17.3590275Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 2022-09-27T15:37:17.3631220Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 2022-09-27T15:37:17.4031118Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 2022-09-27T15:37:17.4070738Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 2022-09-27T15:37:17.4202877Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 2022-09-27T15:37:17.4223770Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 2022-09-27T15:37:17.4468079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 2022-09-27T15:37:17.4482436Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 2022-09-27T15:37:17.4915814Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 2022-09-27T15:37:17.4983856Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 2022-09-27T15:37:17.5315246Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 2022-09-27T15:37:17.5351211Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 2022-09-27T15:37:17.5372011Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 2022-09-27T15:37:17.5414813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 2022-09-27T15:37:17.5625309Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 2022-09-27T15:37:17.5643232Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 2022-09-27T15:37:17.5867444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 2022-09-27T15:37:17.5885142Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 2022-09-27T15:37:17.6311317Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 2022-09-27T15:37:17.6332313Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 2022-09-27T15:37:17.6743408Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 2022-09-27T15:37:17.6761648Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 2022-09-27T15:37:17.7151883Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 2022-09-27T15:37:17.7218988Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 2022-09-27T15:37:17.7241975Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 2022-09-27T15:37:17.7254130Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 2022-09-27T15:37:17.7582869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 2022-09-27T15:37:17.7656749Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 2022-09-27T15:37:17.7825312Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 2022-09-27T15:37:17.7850652Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 2022-09-27T15:37:17.8071234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 2022-09-27T15:37:17.8090932Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 2022-09-27T15:37:17.8434410Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 2022-09-27T15:37:17.8514210Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool 2022-09-27T15:37:17.8525310Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool 2022-09-27T15:37:17.8534987Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 2022-09-27T15:37:17.8873228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 2022-09-27T15:37:17.8959106Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 2022-09-27T15:37:17.9313560Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 2022-09-27T15:37:17.9401705Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 2022-09-27T15:37:17.9727199Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 2022-09-27T15:37:17.9740083Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 2022-09-27T15:37:17.9791890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 2022-09-27T15:37:17.9845878Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 2022-09-27T15:37:17.9869896Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 2022-09-27T15:37:17.9884486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 2022-09-27T15:37:18.0311436Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 2022-09-27T15:37:18.0332300Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 2022-09-27T15:37:18.0414837Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 2022-09-27T15:37:18.0436825Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 2022-09-27T15:37:18.0674621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 2022-09-27T15:37:18.0766499Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 2022-09-27T15:37:18.0943215Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 2022-09-27T15:37:18.0954669Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 2022-09-27T15:37:18.1115725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 2022-09-27T15:37:18.1219783Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 2022-09-27T15:37:18.1235303Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 2022-09-27T15:37:18.1317261Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 2022-09-27T15:37:18.1328492Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 2022-09-27T15:37:18.1391436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 2022-09-27T15:37:18.1557091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool 2022-09-27T15:37:18.1638953Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 2022-09-27T15:37:18.1720689Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 2022-09-27T15:37:18.1777946Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool 2022-09-27T15:37:18.1789193Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 2022-09-27T15:37:18.1831118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 2022-09-27T15:37:18.1992648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 2022-09-27T15:37:18.2024295Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 2022-09-27T15:37:18.2038605Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 2022-09-27T15:37:18.2083568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 2022-09-27T15:37:18.2158784Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 2022-09-27T15:37:18.2271697Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 2022-09-27T15:37:18.2531089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 2022-09-27T15:37:18.2536355Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 2022-09-27T15:37:18.2569907Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 2022-09-27T15:37:18.2710388Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 2022-09-27T15:37:18.2726319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 2022-09-27T15:37:18.2743022Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 2022-09-27T15:37:18.2871359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 2022-09-27T15:37:18.2950023Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 2022-09-27T15:37:18.2981443Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 2022-09-27T15:37:18.3152277Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 2022-09-27T15:37:18.3228173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 2022-09-27T15:37:18.3239101Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 2022-09-27T15:37:18.3312103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 2022-09-27T15:37:18.3413419Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 2022-09-27T15:37:18.3415862Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 2022-09-27T15:37:18.3589589Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 2022-09-27T15:37:18.3749882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 2022-09-27T15:37:18.3816849Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 2022-09-27T15:37:18.3839479Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 2022-09-27T15:37:18.3914105Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 2022-09-27T15:37:18.3919058Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 2022-09-27T15:37:18.4029623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 2022-09-27T15:37:18.4190052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 2022-09-27T15:37:18.4243113Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool 2022-09-27T15:37:18.4279489Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 2022-09-27T15:37:18.4470459Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool 2022-09-27T15:37:18.4596522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 2022-09-27T15:37:18.4608363Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 2022-09-27T15:37:18.4635179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:37:18.4719659Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 2022-09-27T15:37:18.4741302Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 2022-09-27T15:37:18.4915872Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 2022-09-27T15:37:18.5074583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 2022-09-27T15:37:18.5178546Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 2022-09-27T15:37:18.5205811Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 2022-09-27T15:37:18.5351028Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 2022-09-27T15:37:18.5511105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 2022-09-27T15:37:18.5630061Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 2022-09-27T15:37:18.5730853Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 2022-09-27T15:37:18.5744289Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:37:18.5801058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool 2022-09-27T15:37:18.5837257Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 2022-09-27T15:37:18.5991036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 2022-09-27T15:37:18.6067900Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 2022-09-27T15:37:18.6352058Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 2022-09-27T15:37:18.6356833Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 2022-09-27T15:37:18.6430807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 2022-09-27T15:37:18.6505677Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 2022-09-27T15:37:18.6620956Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 2022-09-27T15:37:18.6790218Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 2022-09-27T15:37:18.6866760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:37:18.6877699Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool 2022-09-27T15:37:18.6946648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:37:18.6972121Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 2022-09-27T15:37:18.7312038Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 2022-09-27T15:37:18.7395655Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 2022-09-27T15:37:18.7755949Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 2022-09-27T15:37:18.7845775Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 2022-09-27T15:37:18.8002630Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 2022-09-27T15:37:18.8013328Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:37:18.8107623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:37:18.8116850Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:37:18.8192318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 2022-09-27T15:37:18.8278800Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 2022-09-27T15:37:18.8634953Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 2022-09-27T15:37:18.8721271Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 2022-09-27T15:37:18.9074593Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 2022-09-27T15:37:18.9145508Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 2022-09-27T15:37:18.9171379Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:37:18.9196500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 2022-09-27T15:37:18.9219938Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 2022-09-27T15:37:18.9228407Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 2022-09-27T15:37:18.9512170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 2022-09-27T15:37:19.0360342Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 2022-09-27T15:37:19.0377181Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 2022-09-27T15:37:19.0536872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 2022-09-27T15:37:19.0550421Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 2022-09-27T15:37:19.2378761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 2022-09-27T15:37:19.2404380Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 2022-09-27T15:37:19.2529349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 2022-09-27T15:37:19.2557221Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 2022-09-27T15:37:19.3532669Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 2022-09-27T15:37:19.3547698Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 2022-09-27T15:37:19.4817977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 2022-09-27T15:37:19.4842346Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 2022-09-27T15:37:19.5098978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 2022-09-27T15:37:19.5127667Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 2022-09-27T15:37:19.6054909Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 2022-09-27T15:37:19.6071014Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 2022-09-27T15:37:19.7143548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 2022-09-27T15:37:19.7154557Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 2022-09-27T15:37:19.9196205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 2022-09-27T15:37:19.9221147Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 2022-09-27T15:37:19.9510240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:37:19.9523943Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 2022-09-27T15:37:19.9850596Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:37:19.9875126Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 2022-09-27T15:37:20.0996150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool 2022-09-27T15:37:20.1008987Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:37:20.2285517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 2022-09-27T15:37:20.2311211Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 2022-09-27T15:37:20.2977220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool 2022-09-27T15:37:20.2999173Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool 2022-09-27T15:37:20.3791958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 2022-09-27T15:37:20.3807267Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:37:20.3850103Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 2022-09-27T15:37:20.3871489Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 2022-09-27T15:37:20.4050129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 2022-09-27T15:37:20.4080063Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool 2022-09-27T15:37:20.4702789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 2022-09-27T15:37:20.4728971Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 2022-09-27T15:37:20.5623838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 2022-09-27T15:37:20.5649267Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 2022-09-27T15:37:20.6441217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 2022-09-27T15:37:20.6473630Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 2022-09-27T15:37:20.7258330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 2022-09-27T15:37:20.7282717Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 2022-09-27T15:37:20.7711741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 2022-09-27T15:37:20.7741959Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 2022-09-27T15:37:20.8070068Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 2022-09-27T15:37:20.8096655Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 2022-09-27T15:37:20.8833316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 2022-09-27T15:37:20.8860179Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 2022-09-27T15:37:20.9568530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 2022-09-27T15:37:20.9595151Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 2022-09-27T15:37:21.0286866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 2022-09-27T15:37:21.0316194Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 2022-09-27T15:37:21.1060900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 2022-09-27T15:37:21.1085549Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 2022-09-27T15:37:21.1803352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 2022-09-27T15:37:21.1830995Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 2022-09-27T15:37:21.2600365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 2022-09-27T15:37:21.2638780Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 2022-09-27T15:37:21.2684867Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:37:21.3110370Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:37:21.3118521Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:37:21.3548389Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:37:21.3558767Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:37:21.4031470Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:37:21.4940621Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:37:21.4995016Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 2022-09-27T15:37:21.9971078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 2022-09-27T15:37:21.9997636Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:37:22.3620247Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 2022-09-27T15:37:22.3647553Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 2022-09-27T15:37:22.5322502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 2022-09-27T15:37:22.5346801Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 2022-09-27T15:37:23.1540248Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 2022-09-27T15:37:23.1566487Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 2022-09-27T15:37:23.2507965Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:37:23.2535903Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:37:23.3172756Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:37:23.3197241Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:37:23.3847547Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:37:23.3870307Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:37:23.4067487Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:37:23.4088422Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 2022-09-27T15:37:23.5909572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool 2022-09-27T15:37:23.5935497Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 2022-09-27T15:37:23.7693082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 2022-09-27T15:37:23.7715817Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:37:24.0317092Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 2022-09-27T15:37:24.0332505Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 2022-09-27T15:37:24.0474339Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 2022-09-27T15:37:24.0489876Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 2022-09-27T15:37:24.0499495Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 2022-09-27T15:37:24.0506612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 2022-09-27T15:37:24.3477290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 2022-09-27T15:37:24.3632973Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 2022-09-27T15:37:24.5039472Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:37:24.5051965Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 2022-09-27T15:37:24.5958886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 2022-09-27T15:37:24.6023759Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool 2022-09-27T15:37:24.7510902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 2022-09-27T15:37:24.7533523Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:37:24.9027890Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:37:24.9040477Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 2022-09-27T15:37:25.1369890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 2022-09-27T15:37:25.1405805Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:37:25.5998589Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:37:25.6038253Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:37:25.9152646Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:37:25.9193823Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 2022-09-27T15:37:26.2449879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 2022-09-27T15:37:26.2484469Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:37:26.6587371Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:37:26.6632861Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 2022-09-27T15:37:26.7423324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 2022-09-27T15:37:26.7458089Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:37:27.2842972Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:37:27.2869721Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 2022-09-27T15:37:27.3127949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 2022-09-27T15:37:27.3146788Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:37:27.3745568Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:37:27.3780580Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 2022-09-27T15:37:27.7845726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 2022-09-27T15:37:27.7884456Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:37:28.0775792Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:37:28.0816187Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 2022-09-27T15:37:28.2881327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 2022-09-27T15:37:28.2921691Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:37:28.4997893Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:37:28.5022553Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 2022-09-27T15:37:28.7398787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 2022-09-27T15:37:28.7437267Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:37:28.9492336Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:37:28.9518753Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 2022-09-27T15:37:29.1296577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 2022-09-27T15:37:29.1338332Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 2022-09-27T15:37:29.1976096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 2022-09-27T15:37:29.2005034Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:37:29.3354396Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:37:29.3383526Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:37:29.4568553Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:37:29.4607349Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:37:29.6323782Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:37:29.6350321Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:37:29.6796745Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:37:29.6826240Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:37:29.7170296Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:37:29.7233674Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:37:29.7721057Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:37:29.7766253Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:37:29.8309146Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:37:29.8336808Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 2022-09-27T15:37:29.8395348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 2022-09-27T15:37:29.8410835Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:37:29.8736956Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:37:29.8911675Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:37:29.9118772Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:37:29.9351468Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:37:30.0195861Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:37:30.0255600Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:37:30.0306638Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:37:30.0711687Z [gw0] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:37:30.1417677Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:37:30.1559659Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:37:30.1640904Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:37:30.1657678Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 2022-09-27T15:37:30.1975704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 2022-09-27T15:37:30.1993293Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:37:30.2366932Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:37:30.2487935Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:37:30.2727823Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:37:30.2758389Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 2022-09-27T15:37:30.2852760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 2022-09-27T15:37:30.2912826Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:37:30.6441054Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:37:30.6465969Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 2022-09-27T15:37:30.6498903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 2022-09-27T15:37:30.6513090Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:37:30.6712828Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:37:30.6877838Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 2022-09-27T15:37:30.7490232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 2022-09-27T15:37:30.7516923Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 2022-09-27T15:37:30.8945591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 2022-09-27T15:37:30.8946178Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 2022-09-27T15:37:30.9225664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 2022-09-27T15:37:30.9226349Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:37:30.9692837Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:37:30.9744322Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 2022-09-27T15:37:31.0239016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 2022-09-27T15:37:31.0343078Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 2022-09-27T15:37:31.0627009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 2022-09-27T15:37:31.0647799Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:37:31.2193244Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:37:31.2218289Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:37:31.2613923Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:37:31.2627008Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 2022-09-27T15:37:31.3400480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 2022-09-27T15:37:31.3426523Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:37:31.3964845Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:37:31.3990026Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 2022-09-27T15:37:31.5222042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 2022-09-27T15:37:31.5248086Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:37:31.6000545Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:37:31.6108532Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 2022-09-27T15:37:31.6841275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 2022-09-27T15:37:31.6871160Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:37:31.7167822Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:37:31.7187307Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 2022-09-27T15:37:31.7893390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 2022-09-27T15:37:31.7917801Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:37:31.8440879Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 2022-09-27T15:37:31.8560456Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 2022-09-27T15:37:31.8819566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 2022-09-27T15:37:31.9071736Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 2022-09-27T15:37:31.9103724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool 2022-09-27T15:37:31.9511808Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool 2022-09-27T15:37:31.9556010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 2022-09-27T15:37:31.9951490Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 2022-09-27T15:37:31.9986330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 2022-09-27T15:37:32.0394021Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 2022-09-27T15:37:32.0435948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 2022-09-27T15:37:32.0830191Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 2022-09-27T15:37:32.0846262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 2022-09-27T15:37:32.1270711Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 2022-09-27T15:37:32.1286368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 2022-09-27T15:37:32.1639478Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 2022-09-27T15:37:32.1732809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 2022-09-27T15:37:32.2076952Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 2022-09-27T15:37:32.2169428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 2022-09-27T15:37:32.2413259Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 2022-09-27T15:37:32.2425946Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 2022-09-27T15:37:32.2591163Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 2022-09-27T15:37:32.2622929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 2022-09-27T15:37:32.3032003Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 2022-09-27T15:37:32.3075850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 2022-09-27T15:37:32.3405979Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 2022-09-27T15:37:32.3510928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 2022-09-27T15:37:32.3909570Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 2022-09-27T15:37:32.3936409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 2022-09-27T15:37:32.4349950Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 2022-09-27T15:37:32.4377574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:37:32.4752648Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:37:32.4815211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool 2022-09-27T15:37:32.5230746Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool 2022-09-27T15:37:32.5285293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 2022-09-27T15:37:32.5712447Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 2022-09-27T15:37:32.5764721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 2022-09-27T15:37:32.6151200Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 2022-09-27T15:37:32.6194417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 2022-09-27T15:37:32.6566934Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 2022-09-27T15:37:32.6636497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 2022-09-27T15:37:32.7030359Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 2022-09-27T15:37:32.7046699Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 2022-09-27T15:37:32.7057690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 2022-09-27T15:37:32.7099288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 2022-09-27T15:37:32.7472083Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 2022-09-27T15:37:32.7681855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 2022-09-27T15:37:32.7909606Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 2022-09-27T15:37:32.7946445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 2022-09-27T15:37:32.7962594Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 2022-09-27T15:37:32.7991250Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 2022-09-27T15:37:32.8272556Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:37:32.8294731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 2022-09-27T15:37:32.8373069Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:37:32.8508575Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 2022-09-27T15:37:32.8630216Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:37:32.8659240Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:37:32.8672722Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 2022-09-27T15:37:32.8819281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 2022-09-27T15:37:32.8828534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 2022-09-27T15:37:32.8992194Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 2022-09-27T15:37:32.9098598Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:37:32.9170830Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:37:32.9277702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 2022-09-27T15:37:32.9313096Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 2022-09-27T15:37:32.9596087Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:37:32.9687405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 2022-09-27T15:37:32.9752502Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 2022-09-27T15:37:32.9761572Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:37:33.0033419Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:37:33.0120400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 2022-09-27T15:37:33.0138075Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:37:33.0190715Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 2022-09-27T15:37:33.0481056Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:37:33.0493028Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:37:33.0573106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool 2022-09-27T15:37:33.0634007Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool 2022-09-27T15:37:33.0985029Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:37:33.0993711Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:37:33.1011968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 2022-09-27T15:37:33.1070992Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 2022-09-27T15:37:33.1334998Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:37:33.1452415Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:37:33.1458239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 2022-09-27T15:37:33.1510465Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 2022-09-27T15:37:33.1870907Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:37:33.1898801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 2022-09-27T15:37:33.1927128Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 2022-09-27T15:37:33.1950959Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:37:33.2310787Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:37:33.2331536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 2022-09-27T15:37:33.2432175Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 2022-09-27T15:37:33.2512598Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:37:33.2751049Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:37:33.2774682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 2022-09-27T15:37:33.2833152Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 2022-09-27T15:37:33.2912695Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:37:33.3190971Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:37:33.3222147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 2022-09-27T15:37:33.3362725Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 2022-09-27T15:37:33.3453149Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:37:33.3602165Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:37:33.3658984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 2022-09-27T15:37:33.3995377Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 2022-09-27T15:37:33.4094438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 2022-09-27T15:37:33.4108078Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:37:33.4119110Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 2022-09-27T15:37:33.4270927Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:37:33.4291117Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 2022-09-27T15:37:33.4509800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 2022-09-27T15:37:33.4516696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 2022-09-27T15:37:33.4608150Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 2022-09-27T15:37:33.4665483Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:37:33.4699834Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:37:33.4951594Z [gw0] [ 51%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:37:33.4970443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 2022-09-27T15:37:33.5076404Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 2022-09-27T15:37:33.5116848Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:37:33.5431529Z [gw0] [ 51%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:37:33.5432183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 2022-09-27T15:37:33.5511745Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 2022-09-27T15:37:33.5829927Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:37:33.5848413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 2022-09-27T15:37:33.6309357Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 2022-09-27T15:37:33.6320810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool 2022-09-27T15:37:33.6715139Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool 2022-09-27T15:37:33.6811968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 2022-09-27T15:37:33.7272252Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 2022-09-27T15:37:33.7301872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 2022-09-27T15:37:33.7752077Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 2022-09-27T15:37:33.7778460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 2022-09-27T15:37:33.8191310Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 2022-09-27T15:37:33.8213287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 2022-09-27T15:37:33.8671437Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 2022-09-27T15:37:33.8695925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 2022-09-27T15:37:33.9111813Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 2022-09-27T15:37:33.9136172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 2022-09-27T15:37:33.9185077Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 2022-09-27T15:37:33.9205642Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 2022-09-27T15:37:33.9552256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 2022-09-27T15:37:33.9577502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 2022-09-27T15:37:33.9991079Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 2022-09-27T15:37:34.0007216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 2022-09-27T15:37:34.0396156Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 2022-09-27T15:37:34.0498440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 2022-09-27T15:37:34.0836202Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 2022-09-27T15:37:34.0939843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 2022-09-27T15:37:34.1272138Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 2022-09-27T15:37:34.1364440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 2022-09-27T15:37:34.1801969Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 2022-09-27T15:37:34.1806860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 2022-09-27T15:37:34.2252087Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 2022-09-27T15:37:34.2256554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool 2022-09-27T15:37:34.2490711Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool 2022-09-27T15:37:34.2506438Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 2022-09-27T15:37:34.2633593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 2022-09-27T15:37:34.2738159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 2022-09-27T15:37:34.3074642Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 2022-09-27T15:37:34.3087911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 2022-09-27T15:37:34.3108091Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:37:34.3164212Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:37:34.3514169Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 2022-09-27T15:37:34.3604927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 2022-09-27T15:37:34.3990193Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 2022-09-27T15:37:34.4073033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 2022-09-27T15:37:34.4475095Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 2022-09-27T15:37:34.4569731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 2022-09-27T15:37:34.4951367Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 2022-09-27T15:37:34.5039161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 2022-09-27T15:37:34.5495000Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 2022-09-27T15:37:34.5525274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 2022-09-27T15:37:34.5912989Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 2022-09-27T15:37:34.5999090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 2022-09-27T15:37:34.6431216Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 2022-09-27T15:37:34.6449222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 2022-09-27T15:37:34.6582552Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 2022-09-27T15:37:34.6593388Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:37:34.6850439Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:37:34.6923569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 2022-09-27T15:37:34.7314083Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 2022-09-27T15:37:34.7405090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 2022-09-27T15:37:34.7412110Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 2022-09-27T15:37:34.7420189Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 2022-09-27T15:37:34.7756939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool 2022-09-27T15:37:35.0781633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 2022-09-27T15:37:35.0792439Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:37:35.1192882Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:37:35.1225408Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool 2022-09-27T15:37:35.2194765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 2022-09-27T15:37:35.2221649Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 2022-09-27T15:37:35.6468495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 2022-09-27T15:37:35.6490158Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 2022-09-27T15:37:35.7432724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 2022-09-27T15:37:35.7458755Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 2022-09-27T15:37:35.7630245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 2022-09-27T15:37:35.7654272Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:37:36.3498383Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:37:36.3533716Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:37:36.3651903Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:37:36.3684262Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 2022-09-27T15:37:36.4967295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 2022-09-27T15:37:36.4979562Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 2022-09-27T15:37:36.8513661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:37:36.8541969Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 2022-09-27T15:37:36.8675194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 2022-09-27T15:37:36.8699678Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:37:36.8760620Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:37:36.8785326Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:37:37.0659964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 2022-09-27T15:37:37.0676180Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 2022-09-27T15:37:37.0897723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 2022-09-27T15:37:37.0923395Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 2022-09-27T15:37:37.3885990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 2022-09-27T15:37:37.3908106Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 2022-09-27T15:37:37.4496639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:37:37.4522876Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:37:37.4820224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:37:37.4846329Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 2022-09-27T15:37:37.4928159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 2022-09-27T15:37:37.4953031Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:37:37.4963667Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:37:37.4992188Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:37:37.5380386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:37:37.5430999Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:37:37.7856517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:37:37.7881424Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:37:37.9977869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 2022-09-27T15:37:37.9994001Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 2022-09-27T15:37:38.0534588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 2022-09-27T15:37:38.0550434Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 2022-09-27T15:37:38.0587925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 2022-09-27T15:37:38.0615125Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:37:38.3497327Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:37:38.3544126Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 2022-09-27T15:37:38.4021606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:37:38.4041955Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:37:38.4263889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:37:38.4551191Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:37:38.4815143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:37:38.5071329Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:37:38.6420826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:37:38.6539624Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 2022-09-27T15:37:38.7901413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 2022-09-27T15:37:38.7920484Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:37:38.8684795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 2022-09-27T15:37:38.8703908Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 2022-09-27T15:37:38.9963137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 2022-09-27T15:37:38.9979945Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:37:39.0201351Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:37:39.0228708Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 2022-09-27T15:37:39.0939205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:37:39.0948797Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 2022-09-27T15:37:39.1171107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 2022-09-27T15:37:39.1196818Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 2022-09-27T15:37:39.3100920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 2022-09-27T15:37:39.3135099Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:37:39.4023192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:37:39.4071255Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 2022-09-27T15:37:39.6329120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool 2022-09-27T15:37:39.6481075Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:37:39.7549445Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:37:39.7586223Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:37:39.7756566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:37:39.7779441Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 2022-09-27T15:37:39.7909845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 2022-09-27T15:37:39.7932062Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool 2022-09-27T15:37:40.2417336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 2022-09-27T15:37:40.2436125Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:37:40.4498994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:37:40.4540534Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 2022-09-27T15:37:40.4730510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 2022-09-27T15:37:40.4765592Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:37:40.4910525Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:37:40.4932415Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 2022-09-27T15:37:40.6356430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 2022-09-27T15:37:40.6390718Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:37:40.7997839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:37:40.8033256Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:37:41.0361795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:37:41.0396379Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:37:41.0881670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:37:41.0926020Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 2022-09-27T15:37:41.1557370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 2022-09-27T15:37:41.1593219Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:37:41.2440709Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:37:41.2473184Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:37:41.2898080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:37:41.2938208Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 2022-09-27T15:37:41.4395884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 2022-09-27T15:37:41.4438526Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:37:41.5546949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:37:41.5588277Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 2022-09-27T15:37:41.6193941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 2022-09-27T15:37:41.6225061Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:37:41.7311923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:37:41.7352516Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 2022-09-27T15:37:41.7958721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool 2022-09-27T15:37:41.7982869Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:37:41.8020808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:37:41.8046652Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:37:41.8534855Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:37:41.8554057Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 2022-09-27T15:37:42.1097984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 2022-09-27T15:37:42.1129573Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 2022-09-27T15:37:42.2065498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 2022-09-27T15:37:42.2079231Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:37:42.2917937Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:37:42.2928740Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 2022-09-27T15:37:42.2939686Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool 2022-09-27T15:37:42.2974462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 2022-09-27T15:37:42.5166520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 2022-09-27T15:37:42.5187990Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:37:42.5776876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:37:42.5809468Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 2022-09-27T15:37:42.6130024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 2022-09-27T15:37:42.6290305Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:37:42.8496086Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:37:42.8514323Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:37:42.8747786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:37:42.8771810Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 2022-09-27T15:37:43.1710001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 2022-09-27T15:37:43.1728611Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 2022-09-27T15:37:43.2279817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool 2022-09-27T15:37:43.2434643Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:37:43.2881513Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:37:43.2908092Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:37:43.3751496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:37:43.3777881Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:37:43.4207535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:37:43.4232672Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:37:43.4400709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:37:43.4426427Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool 2022-09-27T15:37:43.4722899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 2022-09-27T15:37:43.4753071Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:37:43.4840916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:37:43.4999724Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 2022-09-27T15:37:43.5308960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 2022-09-27T15:37:43.5335258Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:37:43.5631265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:37:43.5831637Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:37:43.6319549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:37:43.6332941Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:37:43.6598342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:37:43.6617182Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:37:43.6634024Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:37:43.6795990Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:37:43.6914959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:37:43.7272868Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:37:43.7361845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:37:43.7712691Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:37:43.8265235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:37:43.8379443Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:37:43.8746202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:37:43.8791710Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:37:43.9158021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:37:43.9232627Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:37:44.0991463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:37:44.1021542Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 2022-09-27T15:37:44.1364854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 2022-09-27T15:37:44.1381373Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:37:44.1567180Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:37:44.1583702Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 2022-09-27T15:37:44.5200101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 2022-09-27T15:37:44.5297444Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:37:44.5885229Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:37:44.5901462Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 2022-09-27T15:37:44.6326031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 2022-09-27T15:37:44.6356793Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 2022-09-27T15:37:44.8446399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 2022-09-27T15:37:44.8478758Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:37:44.8639768Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 2022-09-27T15:37:44.8668504Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 2022-09-27T15:37:45.1028368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 2022-09-27T15:37:45.1041410Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 2022-09-27T15:37:45.1577534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 2022-09-27T15:37:45.1624333Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 2022-09-27T15:37:45.1927720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 2022-09-27T15:37:45.1936514Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:37:45.2277231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:37:45.2303687Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 2022-09-27T15:37:45.4241752Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 2022-09-27T15:37:45.4287560Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 2022-09-27T15:37:45.4532678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 2022-09-27T15:37:45.4552368Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 2022-09-27T15:37:45.6292925Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 2022-09-27T15:37:45.6325613Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:37:45.6526173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:37:45.6540981Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 2022-09-27T15:37:45.6769331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 2022-09-27T15:37:45.6782554Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 2022-09-27T15:37:45.6955167Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 2022-09-27T15:37:45.6975014Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 2022-09-27T15:37:45.8649869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 2022-09-27T15:37:45.8677480Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 2022-09-27T15:37:45.8775741Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 2022-09-27T15:37:45.8809610Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 2022-09-27T15:37:46.0048717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 2022-09-27T15:37:46.0086874Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 2022-09-27T15:37:46.1111711Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 2022-09-27T15:37:46.1267881Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:37:46.1471451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:37:46.1560346Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 2022-09-27T15:37:46.2254263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 2022-09-27T15:37:46.2267356Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 2022-09-27T15:37:46.2713801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 2022-09-27T15:37:46.2745607Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 2022-09-27T15:37:46.4146968Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:37:46.4177184Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 2022-09-27T15:37:46.4350410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 2022-09-27T15:37:46.4373668Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:37:46.5344473Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:37:46.5366511Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:37:46.5591769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:37:46.5605643Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 2022-09-27T15:37:46.7276789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool 2022-09-27T15:37:46.7312262Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool 2022-09-27T15:37:46.7328372Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:37:46.7336218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 2022-09-27T15:37:46.8735027Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 2022-09-27T15:37:46.8759804Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:37:46.9035717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:37:46.9059877Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 2022-09-27T15:37:46.9798951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 2022-09-27T15:37:46.9909171Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 2022-09-27T15:37:47.0347694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 2022-09-27T15:37:47.0378875Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 2022-09-27T15:37:47.1374303Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 2022-09-27T15:37:47.1401624Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 2022-09-27T15:37:47.2017689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 2022-09-27T15:37:47.2039023Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:37:47.2484566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:37:47.2507508Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 2022-09-27T15:37:47.4601773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 2022-09-27T15:37:47.4619491Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 2022-09-27T15:37:47.4907785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 2022-09-27T15:37:47.4944408Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 2022-09-27T15:37:47.5220203Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:37:47.5246528Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:37:47.5440475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:37:47.5453468Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 2022-09-27T15:37:47.6228911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 2022-09-27T15:37:47.6254892Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 2022-09-27T15:37:47.7311017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 2022-09-27T15:37:47.7343464Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 2022-09-27T15:37:47.8423946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 2022-09-27T15:37:47.8451007Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 2022-09-27T15:37:47.8719252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 2022-09-27T15:37:47.8733704Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:37:48.0057761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 2022-09-27T15:37:48.0102318Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 2022-09-27T15:37:48.0178661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 2022-09-27T15:37:48.0325194Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:37:48.1336152Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:37:48.1371779Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 2022-09-27T15:37:48.2321906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 2022-09-27T15:37:48.2368313Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 2022-09-27T15:37:48.4606130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 2022-09-27T15:37:48.4645296Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 2022-09-27T15:37:48.4744790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 2022-09-27T15:37:48.4787086Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:37:48.4874306Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:37:48.4893591Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 2022-09-27T15:37:48.5550301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:37:48.5583609Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:37:48.6054828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:37:48.6153031Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:37:48.6379542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:37:48.6413664Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 2022-09-27T15:37:48.6585243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 2022-09-27T15:37:48.6606794Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:37:48.6732013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:37:48.6770706Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 2022-09-27T15:37:48.6913470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 2022-09-27T15:37:48.6984503Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:37:48.7061492Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 2022-09-27T15:37:48.7170921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:37:48.7192793Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:37:48.7385349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool 2022-09-27T15:37:48.7531079Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool 2022-09-27T15:37:48.7626938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:37:48.7667995Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:37:48.7913972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 2022-09-27T15:37:48.7988896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:37:48.8054677Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 2022-09-27T15:37:48.8070925Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:37:48.8281593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 2022-09-27T15:37:48.8428414Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 2022-09-27T15:37:48.8475327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:37:48.8589373Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:37:48.8722394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 2022-09-27T15:37:48.8871680Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 2022-09-27T15:37:48.8957481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:37:48.8993590Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:37:48.9189854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 2022-09-27T15:37:48.9231200Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 2022-09-27T15:37:48.9253436Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:37:48.9272526Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:37:48.9395334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:37:48.9471828Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:37:48.9755961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 2022-09-27T15:37:48.9785947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:37:48.9912221Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 2022-09-27T15:37:48.9925847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 2022-09-27T15:37:49.0195706Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:37:49.0272612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:37:49.0350760Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 2022-09-27T15:37:49.0363857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 2022-09-27T15:37:49.0647839Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:37:49.0655221Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 2022-09-27T15:37:49.0762272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:37:49.0910479Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:37:49.1028069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 2022-09-27T15:37:49.1189230Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 2022-09-27T15:37:49.1243036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:37:49.1388281Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:37:49.1476485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 2022-09-27T15:37:49.1637094Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 2022-09-27T15:37:49.1871196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:37:49.1945348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 2022-09-27T15:37:49.2351715Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 2022-09-27T15:37:49.2419737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 2022-09-27T15:37:49.2536058Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 2022-09-27T15:37:49.2566860Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:37:49.2713258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:37:49.3365128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 2022-09-27T15:37:49.3386699Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:37:49.5379169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:37:49.5399967Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 2022-09-27T15:37:49.5927971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 2022-09-27T15:37:49.5950368Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:37:50.1078327Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:37:50.1106463Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 2022-09-27T15:37:50.1513042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 2022-09-27T15:37:50.1535243Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:37:50.3183556Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:37:50.3206288Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:37:50.6841739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:37:50.6868500Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:37:50.8438054Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:37:50.8479163Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 2022-09-27T15:37:50.9002873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 2022-09-27T15:37:50.9029978Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:37:51.2395858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:37:51.2425512Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:37:51.3704656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:37:51.3721303Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:37:51.5650146Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:37:51.5676416Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 2022-09-27T15:37:51.9871447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 2022-09-27T15:37:51.9889619Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:37:52.2911928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:37:52.2940544Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 2022-09-27T15:37:52.4543251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 2022-09-27T15:37:52.4569632Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:37:52.8836400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:37:52.8879342Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:37:53.0036614Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:37:53.0069523Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 2022-09-27T15:37:53.0323626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 2022-09-27T15:37:53.0392497Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 2022-09-27T15:37:53.0830783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool 2022-09-27T15:37:53.0859582Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:37:53.5238750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:37:53.5277406Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool 2022-09-27T15:37:53.6291152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 2022-09-27T15:37:53.6433143Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 2022-09-27T15:37:53.7375021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 2022-09-27T15:37:53.7405454Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:37:53.8215264Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:37:53.8244140Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:37:53.8683513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:37:53.8706841Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 2022-09-27T15:37:54.0694124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 2022-09-27T15:37:54.0732643Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:37:54.2927837Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:37:54.2950739Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:37:54.3391210Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:37:54.3420561Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 2022-09-27T15:37:54.4634461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 2022-09-27T15:37:54.4664353Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 2022-09-27T15:37:54.4997849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 2022-09-27T15:37:54.5020060Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:37:54.5199816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:37:54.5222459Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:37:54.6823256Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:37:54.6863722Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 2022-09-27T15:37:54.7904504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 2022-09-27T15:37:54.7926080Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:37:55.0276757Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:37:55.0303829Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 2022-09-27T15:37:55.1751511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 2022-09-27T15:37:55.1776226Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:37:55.2944026Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:37:55.2983442Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 2022-09-27T15:37:55.3299001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 2022-09-27T15:37:55.3334500Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:37:55.4072093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:37:55.4229273Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 2022-09-27T15:37:55.5060209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 2022-09-27T15:37:55.5093992Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:37:55.7564473Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:37:55.7582211Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 2022-09-27T15:37:55.7702314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 2022-09-27T15:37:55.7739488Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:37:55.9691537Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:37:55.9738435Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 2022-09-27T15:37:56.0838114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 2022-09-27T15:37:56.0873190Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:37:56.1103408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:37:56.1114023Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 2022-09-27T15:37:56.1121847Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:37:56.1158592Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:37:56.2900483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:37:56.2918787Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:37:56.4167843Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:37:56.4199282Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 2022-09-27T15:37:56.6399322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 2022-09-27T15:37:56.6448947Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:37:56.8871681Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:37:56.8898753Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:37:56.9202381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:37:56.9246061Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:37:56.9951392Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:37:56.9985608Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 2022-09-27T15:37:57.1091195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 2022-09-27T15:37:57.1118240Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:37:57.2364673Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:37:57.2400481Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:37:57.3733404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:37:57.3767958Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:37:57.3802458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:37:57.3823389Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:37:57.5856136Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:37:57.5866365Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 2022-09-27T15:37:57.6171857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 2022-09-27T15:37:57.6214183Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:37:57.7068755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:37:57.7092650Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:37:57.8025602Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:37:57.8060590Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:37:57.9318038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:37:57.9353149Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:37:58.0092393Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 2022-09-27T15:37:58.0126859Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:37:58.1708066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:37:58.1750276Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 2022-09-27T15:37:58.1773535Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 2022-09-27T15:37:58.1818814Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:37:58.2326671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:37:58.2364572Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 2022-09-27T15:37:58.2637039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 2022-09-27T15:37:58.2657353Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:37:58.3049656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 2022-09-27T15:37:58.3074561Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:37:58.4262203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:37:58.4280318Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 2022-09-27T15:37:58.4530029Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 2022-09-27T15:37:58.4552967Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:37:58.6809018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:37:58.6848758Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 2022-09-27T15:37:58.7464796Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 2022-09-27T15:37:58.7491947Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 2022-09-27T15:37:58.8867576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 2022-09-27T15:37:58.8889744Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:37:58.9694358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 2022-09-27T15:37:58.9725697Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 2022-09-27T15:37:59.1044685Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 2022-09-27T15:37:59.1061390Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 2022-09-27T15:37:59.1677196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 2022-09-27T15:37:59.1703191Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 2022-09-27T15:37:59.2574651Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 2022-09-27T15:37:59.2603761Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 2022-09-27T15:37:59.3030200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 2022-09-27T15:37:59.3069427Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 2022-09-27T15:37:59.3154637Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 2022-09-27T15:37:59.3166665Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 2022-09-27T15:37:59.3184726Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 2022-09-27T15:37:59.3528746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 2022-09-27T15:37:59.3533998Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool 2022-09-27T15:37:59.4011966Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool 2022-09-27T15:37:59.4016740Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 2022-09-27T15:37:59.4447488Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 2022-09-27T15:37:59.4452127Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 2022-09-27T15:37:59.4682366Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 2022-09-27T15:37:59.4704768Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 2022-09-27T15:37:59.4894563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 2022-09-27T15:37:59.4899618Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 2022-09-27T15:37:59.5332795Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 2022-09-27T15:37:59.5342172Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 2022-09-27T15:37:59.5772823Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 2022-09-27T15:37:59.5781123Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 2022-09-27T15:37:59.6209242Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 2022-09-27T15:37:59.6215442Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 2022-09-27T15:37:59.6640111Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 2022-09-27T15:37:59.6646818Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 2022-09-27T15:37:59.6917862Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 2022-09-27T15:37:59.6938237Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 2022-09-27T15:37:59.7077554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 2022-09-27T15:37:59.7082064Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 2022-09-27T15:37:59.7525164Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 2022-09-27T15:37:59.7529975Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 2022-09-27T15:37:59.8009521Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 2022-09-27T15:37:59.8014342Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 2022-09-27T15:37:59.8488349Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 2022-09-27T15:37:59.8495909Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 2022-09-27T15:37:59.8510213Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 2022-09-27T15:37:59.8530480Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 2022-09-27T15:37:59.8674377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 2022-09-27T15:37:59.8697936Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 2022-09-27T15:37:59.8944497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 2022-09-27T15:37:59.9871077Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 2022-09-27T15:37:59.9910027Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 2022-09-27T15:38:00.0630813Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool 2022-09-27T15:38:00.0669295Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool 2022-09-27T15:38:00.0726403Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 2022-09-27T15:38:00.0749927Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 2022-09-27T15:38:00.1794643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 2022-09-27T15:38:00.1812754Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 2022-09-27T15:38:00.1888805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:38:00.1928504Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 2022-09-27T15:38:00.3274001Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 2022-09-27T15:38:00.3307948Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 2022-09-27T15:38:00.4270145Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 2022-09-27T15:38:00.4291087Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:38:00.4831089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:38:00.4843224Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 2022-09-27T15:38:00.5649582Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 2022-09-27T15:38:00.5681714Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 2022-09-27T15:38:00.6400000Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 2022-09-27T15:38:00.6428643Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 2022-09-27T15:38:00.6490050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool 2022-09-27T15:38:00.6514867Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 2022-09-27T15:38:00.7342786Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 2022-09-27T15:38:00.7365021Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 2022-09-27T15:38:00.8025999Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 2022-09-27T15:38:00.8057663Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 2022-09-27T15:38:00.8742434Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 2022-09-27T15:38:00.8776793Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 2022-09-27T15:38:00.9445845Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 2022-09-27T15:38:00.9483348Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 2022-09-27T15:38:00.9666506Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 2022-09-27T15:38:00.9785466Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:38:01.0201009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 2022-09-27T15:38:01.0253380Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 2022-09-27T15:38:01.0958719Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 2022-09-27T15:38:01.0997839Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 2022-09-27T15:38:01.2860522Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 2022-09-27T15:38:01.2901139Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 2022-09-27T15:38:01.2995328Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 2022-09-27T15:38:01.3019646Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool 2022-09-27T15:38:01.3970495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 2022-09-27T15:38:01.3998790Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 2022-09-27T15:38:01.6793149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 2022-09-27T15:38:01.6833374Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 2022-09-27T15:38:01.7597026Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 2022-09-27T15:38:01.7637203Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 2022-09-27T15:38:01.8548331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 2022-09-27T15:38:01.8567946Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 2022-09-27T15:38:02.1278971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:38:02.1305341Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:38:02.3740067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:38:02.3772780Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 2022-09-27T15:38:02.4868257Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 2022-09-27T15:38:02.4893490Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:38:02.7273056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:38:02.7454293Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 2022-09-27T15:38:02.7697234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 2022-09-27T15:38:02.7727144Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 2022-09-27T15:38:02.9245209Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 2022-09-27T15:38:02.9303739Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:38:03.0779031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:38:03.0820323Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 2022-09-27T15:38:03.2323529Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 2022-09-27T15:38:03.2995041Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 2022-09-27T15:38:03.3793709Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 2022-09-27T15:38:03.3818528Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 2022-09-27T15:38:03.3937054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 2022-09-27T15:38:03.3980224Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 2022-09-27T15:38:03.6495842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 2022-09-27T15:38:03.6527326Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 2022-09-27T15:38:03.6828536Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 2022-09-27T15:38:03.6871432Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:38:03.8167477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:38:03.8193127Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 2022-09-27T15:38:03.9822335Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 2022-09-27T15:38:03.9887058Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 2022-09-27T15:38:04.1033680Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 2022-09-27T15:38:04.1054421Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 2022-09-27T15:38:04.1229399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 2022-09-27T15:38:04.1249396Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 2022-09-27T15:38:04.2762116Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 2022-09-27T15:38:04.2788016Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 2022-09-27T15:38:04.4630396Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 2022-09-27T15:38:04.4667537Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:38:04.5058731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:38:04.5094913Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 2022-09-27T15:38:04.5874371Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 2022-09-27T15:38:04.5897440Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 2022-09-27T15:38:04.7468168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 2022-09-27T15:38:04.7556120Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 2022-09-27T15:38:05.2096100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 2022-09-27T15:38:05.2246891Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 2022-09-27T15:38:05.2874314Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 2022-09-27T15:38:05.2913132Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:38:05.4037016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:38:05.4065428Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 2022-09-27T15:38:05.6502438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 2022-09-27T15:38:05.6523233Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 2022-09-27T15:38:05.9333984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 2022-09-27T15:38:05.9359091Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:38:06.0959622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:38:06.0975425Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 2022-09-27T15:38:06.4624806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 2022-09-27T15:38:06.4671657Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 2022-09-27T15:38:06.6500949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 2022-09-27T15:38:06.6546954Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:38:06.8554382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:38:06.8590306Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 2022-09-27T15:38:06.9129244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 2022-09-27T15:38:06.9151789Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 2022-09-27T15:38:07.3265143Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 2022-09-27T15:38:07.3289966Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:38:07.5335350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:38:07.5361547Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 2022-09-27T15:38:07.6495810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 2022-09-27T15:38:07.6682414Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:38:07.7580217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:38:07.7604059Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 2022-09-27T15:38:08.0214593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:38:08.0238357Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:38:08.2492764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:38:08.2516748Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:38:08.2863924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:38:08.2895418Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 2022-09-27T15:38:08.4756450Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 2022-09-27T15:38:08.4784064Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:38:08.6761414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:38:08.6787090Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:38:08.8979798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:38:08.9007469Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:38:08.9542865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:38:08.9593113Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 2022-09-27T15:38:08.9822846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool 2022-09-27T15:38:08.9828166Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:38:09.2432803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:38:09.2455673Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:38:09.3077323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:38:09.3100755Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 2022-09-27T15:38:09.5672760Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 2022-09-27T15:38:09.5697807Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:38:09.5765269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:38:09.5856937Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool 2022-09-27T15:38:09.7169927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 2022-09-27T15:38:09.7202220Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:38:09.8985204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:38:09.9015430Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:38:09.9645575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:38:09.9740326Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 2022-09-27T15:38:10.1629142Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 2022-09-27T15:38:10.1652567Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:38:10.3228106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:38:10.3264624Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:38:10.4834961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:38:10.4908845Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:38:10.5179096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:38:10.5214515Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:38:10.7300629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:38:10.7350838Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 2022-09-27T15:38:10.7975438Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 2022-09-27T15:38:10.8012008Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:38:11.0081088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:38:11.0107353Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 2022-09-27T15:38:11.0634769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 2022-09-27T15:38:11.0663308Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:38:11.1178847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 2022-09-27T15:38:11.1213850Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 2022-09-27T15:38:11.1896875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 2022-09-27T15:38:11.1931054Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 2022-09-27T15:38:11.2042753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 2022-09-27T15:38:11.2079945Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 2022-09-27T15:38:11.2607369Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 2022-09-27T15:38:11.2629935Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 2022-09-27T15:38:11.3613508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 2022-09-27T15:38:11.3634574Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 2022-09-27T15:38:11.3952776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 2022-09-27T15:38:11.4190210Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 2022-09-27T15:38:11.4576850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 2022-09-27T15:38:11.4606155Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 2022-09-27T15:38:11.4681071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 2022-09-27T15:38:11.5085215Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 2022-09-27T15:38:11.5088415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool 2022-09-27T15:38:11.5390932Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool 2022-09-27T15:38:11.5416318Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 2022-09-27T15:38:11.5484822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 2022-09-27T15:38:11.5523340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 2022-09-27T15:38:11.5800046Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 2022-09-27T15:38:11.5816754Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:38:11.5975341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:38:11.5982961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 2022-09-27T15:38:11.6409164Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 2022-09-27T15:38:11.6409759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 2022-09-27T15:38:11.6611318Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 2022-09-27T15:38:11.6637684Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 2022-09-27T15:38:11.6852319Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 2022-09-27T15:38:11.6861299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 2022-09-27T15:38:11.7295972Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 2022-09-27T15:38:11.7303637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 2022-09-27T15:38:11.7739898Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 2022-09-27T15:38:11.7749853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 2022-09-27T15:38:11.8118371Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 2022-09-27T15:38:11.8183049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 2022-09-27T15:38:11.8611143Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 2022-09-27T15:38:11.8619209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 2022-09-27T15:38:11.9051053Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 2022-09-27T15:38:11.9055157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 2022-09-27T15:38:11.9200959Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 2022-09-27T15:38:11.9223655Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 2022-09-27T15:38:11.9434195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 2022-09-27T15:38:11.9483594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 2022-09-27T15:38:11.9630937Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 2022-09-27T15:38:11.9646258Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 2022-09-27T15:38:11.9921530Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 2022-09-27T15:38:11.9930534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 2022-09-27T15:38:12.0391496Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 2022-09-27T15:38:12.2341492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 2022-09-27T15:38:12.2381886Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 2022-09-27T15:38:12.4646856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool 2022-09-27T15:38:12.4676260Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 2022-09-27T15:38:12.5193728Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 2022-09-27T15:38:12.5235447Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool 2022-09-27T15:38:12.5984035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 2022-09-27T15:38:12.6110966Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 2022-09-27T15:38:12.7122176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 2022-09-27T15:38:12.7158307Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:38:12.7330579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:38:12.7375911Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 2022-09-27T15:38:12.9371175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 2022-09-27T15:38:12.9409840Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 2022-09-27T15:38:12.9731059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 2022-09-27T15:38:12.9753360Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 2022-09-27T15:38:13.0333410Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool 2022-09-27T15:38:13.0355353Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool 2022-09-27T15:38:13.1142384Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 2022-09-27T15:38:13.1167123Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 2022-09-27T15:38:13.1380769Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 2022-09-27T15:38:13.1413647Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 2022-09-27T15:38:13.2000791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 2022-09-27T15:38:13.2013444Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 2022-09-27T15:38:13.2471984Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 2022-09-27T15:38:13.2497251Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 2022-09-27T15:38:13.2618592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 2022-09-27T15:38:13.2671374Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 2022-09-27T15:38:13.2697475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 2022-09-27T15:38:13.2715816Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 2022-09-27T15:38:13.3069502Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 2022-09-27T15:38:13.3228422Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 2022-09-27T15:38:13.3527849Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 2022-09-27T15:38:13.3555425Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 2022-09-27T15:38:13.3609646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 2022-09-27T15:38:13.3631429Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 2022-09-27T15:38:13.4182741Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 2022-09-27T15:38:13.4281883Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 2022-09-27T15:38:13.4331446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 2022-09-27T15:38:13.4724864Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 2022-09-27T15:38:13.4738678Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 2022-09-27T15:38:13.4784974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 2022-09-27T15:38:13.4793129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 2022-09-27T15:38:13.5231169Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 2022-09-27T15:38:13.5241422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 2022-09-27T15:38:13.5672544Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 2022-09-27T15:38:13.5682096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 2022-09-27T15:38:13.5778946Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 2022-09-27T15:38:13.5804882Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:38:13.6150244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:38:13.6159031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 2022-09-27T15:38:13.6565902Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 2022-09-27T15:38:13.6596851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 2022-09-27T15:38:13.6697179Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 2022-09-27T15:38:13.6748842Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 2022-09-27T15:38:13.7034808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 2022-09-27T15:38:13.7035533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 2022-09-27T15:38:13.7471408Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 2022-09-27T15:38:13.7476279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 2022-09-27T15:38:13.7909461Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 2022-09-27T15:38:13.7915618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:13.8351015Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:13.8359536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool 2022-09-27T15:38:13.8685799Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool 2022-09-27T15:38:13.8702221Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 2022-09-27T15:38:13.8709666Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 2022-09-27T15:38:13.8781083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 2022-09-27T15:38:13.8793950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 2022-09-27T15:38:13.8800767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 2022-09-27T15:38:13.9269772Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 2022-09-27T15:38:13.9277913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 2022-09-27T15:38:13.9708233Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 2022-09-27T15:38:13.9716246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 2022-09-27T15:38:13.9869716Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 2022-09-27T15:38:13.9890164Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 2022-09-27T15:38:14.0190356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 2022-09-27T15:38:14.0198039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 2022-09-27T15:38:14.0671464Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 2022-09-27T15:38:14.0680237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 2022-09-27T15:38:14.0913273Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 2022-09-27T15:38:14.0937351Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 2022-09-27T15:38:14.1151593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 2022-09-27T15:38:14.1160184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 2022-09-27T15:38:14.1558333Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 2022-09-27T15:38:14.1601725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 2022-09-27T15:38:14.2031084Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 2022-09-27T15:38:14.2039622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 2022-09-27T15:38:14.2414805Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 2022-09-27T15:38:14.2472625Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 2022-09-27T15:38:14.2478944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 2022-09-27T15:38:14.2485767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 2022-09-27T15:38:14.2948874Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 2022-09-27T15:38:14.2957363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool 2022-09-27T15:38:14.3223813Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool 2022-09-27T15:38:14.3247688Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 2022-09-27T15:38:14.3358746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 2022-09-27T15:38:14.3387840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 2022-09-27T15:38:14.3849648Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 2022-09-27T15:38:14.3888869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 2022-09-27T15:38:14.4353428Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 2022-09-27T15:38:14.4362813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 2022-09-27T15:38:14.4792183Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 2022-09-27T15:38:14.4802670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 2022-09-27T15:38:14.5272379Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 2022-09-27T15:38:14.5282118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 2022-09-27T15:38:14.5316446Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 2022-09-27T15:38:14.5331442Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 2022-09-27T15:38:14.5483976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 2022-09-27T15:38:14.5506178Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:38:14.5749245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:38:14.5758576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 2022-09-27T15:38:14.6194471Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 2022-09-27T15:38:14.6195180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 2022-09-27T15:38:14.6782130Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 2022-09-27T15:38:14.6797759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 2022-09-27T15:38:14.6807815Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 2022-09-27T15:38:14.6816659Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 2022-09-27T15:38:14.7190475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 2022-09-27T15:38:14.7199250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:14.7674111Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:14.7682947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool 2022-09-27T15:38:14.8111691Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool 2022-09-27T15:38:14.8120913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 2022-09-27T15:38:14.8552111Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 2022-09-27T15:38:14.8558542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 2022-09-27T15:38:14.9031695Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 2022-09-27T15:38:14.9037589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 2022-09-27T15:38:14.9467997Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 2022-09-27T15:38:14.9473185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 2022-09-27T15:38:14.9911156Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 2022-09-27T15:38:14.9916842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 2022-09-27T15:38:15.0009787Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 2022-09-27T15:38:15.0030193Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:38:15.0058132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:38:15.0081676Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 2022-09-27T15:38:15.0390417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 2022-09-27T15:38:15.0395095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 2022-09-27T15:38:15.0837448Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 2022-09-27T15:38:15.0842847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 2022-09-27T15:38:15.1312388Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 2022-09-27T15:38:15.1317961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 2022-09-27T15:38:15.1468503Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 2022-09-27T15:38:15.1491847Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 2022-09-27T15:38:15.1792870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 2022-09-27T15:38:15.1798874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 2022-09-27T15:38:15.1907507Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 2022-09-27T15:38:15.1931371Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 2022-09-27T15:38:15.2231492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 2022-09-27T15:38:15.2243502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool 2022-09-27T15:38:15.2678828Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool 2022-09-27T15:38:15.2715790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 2022-09-27T15:38:15.3008158Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 2022-09-27T15:38:15.3032381Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 2022-09-27T15:38:15.3154252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 2022-09-27T15:38:15.3192873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 2022-09-27T15:38:15.3637004Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 2022-09-27T15:38:15.3641180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 2022-09-27T15:38:15.3648333Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 2022-09-27T15:38:15.3658947Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 2022-09-27T15:38:15.4114035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 2022-09-27T15:38:15.4119733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 2022-09-27T15:38:15.4178747Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 2022-09-27T15:38:15.4199482Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:38:15.4578267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:38:15.4590736Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 2022-09-27T15:38:15.4594618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 2022-09-27T15:38:15.4597662Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 2022-09-27T15:38:15.5068641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 2022-09-27T15:38:15.5075894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 2022-09-27T15:38:15.5345289Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 2022-09-27T15:38:15.5359647Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 2022-09-27T15:38:15.5507920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 2022-09-27T15:38:15.5516761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 2022-09-27T15:38:15.5988473Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 2022-09-27T15:38:15.5998174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 2022-09-27T15:38:15.6432539Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 2022-09-27T15:38:15.6442987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 2022-09-27T15:38:15.6666922Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 2022-09-27T15:38:15.6684301Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 2022-09-27T15:38:15.6910474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 2022-09-27T15:38:15.6911626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 2022-09-27T15:38:15.7355843Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 2022-09-27T15:38:15.7363192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 2022-09-27T15:38:15.7463438Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 2022-09-27T15:38:15.7479704Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 2022-09-27T15:38:15.7790150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 2022-09-27T15:38:15.7797128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:15.8283056Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:15.8293274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool 2022-09-27T15:38:15.8711883Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool 2022-09-27T15:38:15.8721094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 2022-09-27T15:38:15.9193001Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 2022-09-27T15:38:15.9203009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 2022-09-27T15:38:15.9446497Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 2022-09-27T15:38:15.9464463Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 2022-09-27T15:38:15.9675404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 2022-09-27T15:38:15.9676151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 2022-09-27T15:38:16.0112249Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 2022-09-27T15:38:16.0117181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 2022-09-27T15:38:16.0329356Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 2022-09-27T15:38:16.0351773Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 2022-09-27T15:38:16.0552773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 2022-09-27T15:38:16.0558386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 2022-09-27T15:38:16.0993621Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 2022-09-27T15:38:16.1032633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 2022-09-27T15:38:16.1511897Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 2022-09-27T15:38:16.1518278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 2022-09-27T15:38:16.1960098Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 2022-09-27T15:38:16.1964916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 2022-09-27T15:38:16.2432377Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 2022-09-27T15:38:16.2443511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 2022-09-27T15:38:16.2679997Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 2022-09-27T15:38:16.2721129Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:38:16.2847761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:38:16.2887819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 2022-09-27T15:38:16.3353866Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 2022-09-27T15:38:16.3367191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 2022-09-27T15:38:16.3835354Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 2022-09-27T15:38:16.3846152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 2022-09-27T15:38:16.4274806Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 2022-09-27T15:38:16.4285405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 2022-09-27T15:38:16.4716330Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 2022-09-27T15:38:16.4728294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 2022-09-27T15:38:16.5154890Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 2022-09-27T15:38:16.5166313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 2022-09-27T15:38:16.5594777Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 2022-09-27T15:38:16.5606247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 2022-09-27T15:38:16.6041073Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 2022-09-27T15:38:16.6051997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 2022-09-27T15:38:16.6515239Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 2022-09-27T15:38:16.6525547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 2022-09-27T15:38:16.6916671Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 2022-09-27T15:38:16.6962088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 2022-09-27T15:38:16.7393655Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 2022-09-27T15:38:16.7403620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 2022-09-27T15:38:16.7834320Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 2022-09-27T15:38:16.7846538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 2022-09-27T15:38:16.8268923Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 2022-09-27T15:38:16.8279109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 2022-09-27T15:38:16.8677980Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 2022-09-27T15:38:16.8711618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool 2022-09-27T15:38:16.8788088Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool 2022-09-27T15:38:16.8810705Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 2022-09-27T15:38:16.9192657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool 2022-09-27T15:38:16.9202314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 2022-09-27T15:38:16.9671823Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 2022-09-27T15:38:16.9681423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 2022-09-27T15:38:17.0114227Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 2022-09-27T15:38:17.0123899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 2022-09-27T15:38:17.0550654Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 2022-09-27T15:38:17.0559982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 2022-09-27T15:38:17.0991071Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 2022-09-27T15:38:17.1000646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 2022-09-27T15:38:17.1436429Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 2022-09-27T15:38:17.1446104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 2022-09-27T15:38:17.1562922Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 2022-09-27T15:38:17.1582283Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 2022-09-27T15:38:17.1781667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 2022-09-27T15:38:17.1795740Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:38:17.1864707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:38:17.1872991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 2022-09-27T15:38:17.2369008Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 2022-09-27T15:38:17.2376655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 2022-09-27T15:38:17.2793071Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 2022-09-27T15:38:17.2804346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:17.3275390Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:17.3285929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool 2022-09-27T15:38:17.3706810Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool 2022-09-27T15:38:17.3712545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 2022-09-27T15:38:17.4191766Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 2022-09-27T15:38:17.4196676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 2022-09-27T15:38:17.4631933Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 2022-09-27T15:38:17.4636609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 2022-09-27T15:38:17.5067166Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 2022-09-27T15:38:17.5075590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 2022-09-27T15:38:17.5509922Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 2022-09-27T15:38:17.5518304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 2022-09-27T15:38:17.5951776Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 2022-09-27T15:38:17.5952534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 2022-09-27T15:38:17.6395411Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 2022-09-27T15:38:17.6404536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 2022-09-27T15:38:17.6867227Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 2022-09-27T15:38:17.6873008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 2022-09-27T15:38:17.7352220Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 2022-09-27T15:38:17.7357584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 2022-09-27T15:38:17.7793620Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 2022-09-27T15:38:17.7798863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool 2022-09-27T15:38:17.8273202Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool 2022-09-27T15:38:17.8278649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 2022-09-27T15:38:17.8712178Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 2022-09-27T15:38:17.8716891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 2022-09-27T15:38:17.9118161Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 2022-09-27T15:38:17.9153716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 2022-09-27T15:38:17.9165990Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 2022-09-27T15:38:17.9228004Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:38:17.9580878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:38:17.9586591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 2022-09-27T15:38:18.0065692Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 2022-09-27T15:38:18.0074984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 2022-09-27T15:38:18.0556732Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 2022-09-27T15:38:18.0565851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 2022-09-27T15:38:18.1038042Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 2022-09-27T15:38:18.1047257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 2022-09-27T15:38:18.1391110Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 2022-09-27T15:38:18.1399661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:18.1831021Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:18.1836347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool 2022-09-27T15:38:18.2267126Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool 2022-09-27T15:38:18.2272511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 2022-09-27T15:38:18.2753259Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 2022-09-27T15:38:18.2759561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 2022-09-27T15:38:18.3232777Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 2022-09-27T15:38:18.3237738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 2022-09-27T15:38:18.3382957Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 2022-09-27T15:38:18.3399976Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 2022-09-27T15:38:18.3675530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 2022-09-27T15:38:18.3676138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 2022-09-27T15:38:18.4122165Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 2022-09-27T15:38:18.4125670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 2022-09-27T15:38:18.4395083Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 2022-09-27T15:38:18.4416064Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool 2022-09-27T15:38:18.4546715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 2022-09-27T15:38:18.4553288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 2022-09-27T15:38:18.4995092Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 2022-09-27T15:38:18.4995759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 2022-09-27T15:38:18.5434289Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 2022-09-27T15:38:18.5435024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 2022-09-27T15:38:18.5876466Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 2022-09-27T15:38:18.5877188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 2022-09-27T15:38:18.6304365Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 2022-09-27T15:38:18.6308754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 2022-09-27T15:38:18.6746106Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 2022-09-27T15:38:18.6746808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 2022-09-27T15:38:18.7206518Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 2022-09-27T15:38:18.7207199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 2022-09-27T15:38:18.7637239Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 2022-09-27T15:38:18.7637936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 2022-09-27T15:38:18.8110580Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 2022-09-27T15:38:18.8118410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:18.8546146Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:18.8552409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:38:18.8958001Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:38:18.8989216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:38:18.9119975Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:38:18.9136826Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:38:18.9426145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:38:18.9426879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 2022-09-27T15:38:18.9868617Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 2022-09-27T15:38:18.9869382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 2022-09-27T15:38:19.0276342Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 2022-09-27T15:38:19.0307038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 2022-09-27T15:38:19.0597490Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 2022-09-27T15:38:19.0617723Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 2022-09-27T15:38:19.0711672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 2022-09-27T15:38:19.0738988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 2022-09-27T15:38:19.1191276Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 2022-09-27T15:38:19.1200510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 2022-09-27T15:38:19.1673383Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 2022-09-27T15:38:19.1683036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 2022-09-27T15:38:19.2114395Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 2022-09-27T15:38:19.2123852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 2022-09-27T15:38:19.2552446Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 2022-09-27T15:38:19.2561961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 2022-09-27T15:38:19.2955775Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 2022-09-27T15:38:19.2982226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 2022-09-27T15:38:19.3433496Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 2022-09-27T15:38:19.3459555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:19.3872452Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:19.3900211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:38:19.4315488Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:38:19.4343102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:38:19.4755720Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:38:19.4783295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 2022-09-27T15:38:19.5194898Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 2022-09-27T15:38:19.5227698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 2022-09-27T15:38:19.5676252Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 2022-09-27T15:38:19.5703414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 2022-09-27T15:38:19.6112089Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 2022-09-27T15:38:19.6136674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 2022-09-27T15:38:19.6631384Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 2022-09-27T15:38:19.6640230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 2022-09-27T15:38:19.7073630Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 2022-09-27T15:38:19.7082529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 2022-09-27T15:38:19.7512185Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 2022-09-27T15:38:19.7521472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 2022-09-27T15:38:19.7647842Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 2022-09-27T15:38:19.7671169Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:38:19.7988615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:38:19.7997164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 2022-09-27T15:38:19.8430383Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 2022-09-27T15:38:19.8439144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 2022-09-27T15:38:19.8912468Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 2022-09-27T15:38:19.8922302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 2022-09-27T15:38:19.9352673Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 2022-09-27T15:38:19.9362403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 2022-09-27T15:38:19.9837230Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 2022-09-27T15:38:19.9847350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 2022-09-27T15:38:20.0315090Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 2022-09-27T15:38:20.0325133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 2022-09-27T15:38:20.0759290Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 2022-09-27T15:38:20.0798549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 2022-09-27T15:38:20.1053915Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 2022-09-27T15:38:20.1082370Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 2022-09-27T15:38:20.1276069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 2022-09-27T15:38:20.1276667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 2022-09-27T15:38:20.1693475Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 2022-09-27T15:38:20.1725309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 2022-09-27T15:38:20.2157339Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 2022-09-27T15:38:20.2158467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 2022-09-27T15:38:20.2601498Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 2022-09-27T15:38:20.2602268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 2022-09-27T15:38:20.3017280Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 2022-09-27T15:38:20.3021844Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 2022-09-27T15:38:20.3025780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 2022-09-27T15:38:20.3042020Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 2022-09-27T15:38:20.3513542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 2022-09-27T15:38:20.3514882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 2022-09-27T15:38:20.3962357Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 2022-09-27T15:38:20.3963122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 2022-09-27T15:38:20.4398021Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 2022-09-27T15:38:20.4398746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 2022-09-27T15:38:20.4802254Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 2022-09-27T15:38:20.4847325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 2022-09-27T15:38:20.5279709Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 2022-09-27T15:38:20.5280397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 2022-09-27T15:38:20.5720027Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 2022-09-27T15:38:20.5720731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 2022-09-27T15:38:20.5806524Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 2022-09-27T15:38:20.5838801Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 2022-09-27T15:38:20.6159218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 2022-09-27T15:38:20.6160007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:20.6603372Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:20.6604219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:38:20.7087590Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:38:20.7088619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:38:20.7230853Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:38:20.7254983Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:38:20.7525979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:38:20.7526738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 2022-09-27T15:38:20.7964976Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 2022-09-27T15:38:20.7965819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 2022-09-27T15:38:20.8397039Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 2022-09-27T15:38:20.8397745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 2022-09-27T15:38:20.8842158Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 2022-09-27T15:38:20.8842887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 2022-09-27T15:38:20.9282004Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 2022-09-27T15:38:20.9282683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 2022-09-27T15:38:20.9718088Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 2022-09-27T15:38:20.9718847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 2022-09-27T15:38:21.0159281Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 2022-09-27T15:38:21.0159987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 2022-09-27T15:38:21.0637583Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 2022-09-27T15:38:21.0638232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 2022-09-27T15:38:21.1078345Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 2022-09-27T15:38:21.1079136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 2022-09-27T15:38:21.1519959Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 2022-09-27T15:38:21.1520779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 2022-09-27T15:38:21.1958976Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 2022-09-27T15:38:21.1959879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 2022-09-27T15:38:21.2110492Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 2022-09-27T15:38:21.2128661Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 2022-09-27T15:38:21.2396930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 2022-09-27T15:38:21.2397581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 2022-09-27T15:38:21.2835761Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 2022-09-27T15:38:21.2836446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 2022-09-27T15:38:21.3318278Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 2022-09-27T15:38:21.3319006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 2022-09-27T15:38:21.3748926Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 2022-09-27T15:38:21.3749605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:21.4202145Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:21.4202829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 2022-09-27T15:38:21.4636537Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 2022-09-27T15:38:21.4637520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 2022-09-27T15:38:21.5076696Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 2022-09-27T15:38:21.5077362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 2022-09-27T15:38:21.5553034Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 2022-09-27T15:38:21.5562604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 2022-09-27T15:38:21.5992968Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 2022-09-27T15:38:21.6003118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 2022-09-27T15:38:21.6433888Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 2022-09-27T15:38:21.6443808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 2022-09-27T15:38:21.6551174Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 2022-09-27T15:38:21.6570020Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 2022-09-27T15:38:21.6685695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 2022-09-27T15:38:21.6704268Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 2022-09-27T15:38:21.6834821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 2022-09-27T15:38:21.6876869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 2022-09-27T15:38:21.7314398Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 2022-09-27T15:38:21.7318518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 2022-09-27T15:38:21.7722343Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 2022-09-27T15:38:21.7757373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 2022-09-27T15:38:21.7799583Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 2022-09-27T15:38:21.7815325Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:38:21.8193133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:38:21.8199041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 2022-09-27T15:38:21.8638554Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 2022-09-27T15:38:21.8643555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 2022-09-27T15:38:21.9073832Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 2022-09-27T15:38:21.9077658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool 2022-09-27T15:38:21.9514222Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool 2022-09-27T15:38:21.9518419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 2022-09-27T15:38:21.9953846Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 2022-09-27T15:38:21.9957812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 2022-09-27T15:38:22.0394397Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 2022-09-27T15:38:22.0398265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 2022-09-27T15:38:22.0690509Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 2022-09-27T15:38:22.0711301Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 2022-09-27T15:38:22.0834541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 2022-09-27T15:38:22.0838307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 2022-09-27T15:38:22.1267905Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 2022-09-27T15:38:22.1283930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 2022-09-27T15:38:22.1716984Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 2022-09-27T15:38:22.1724605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 2022-09-27T15:38:22.2154995Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 2022-09-27T15:38:22.2155676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 2022-09-27T15:38:22.2598281Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 2022-09-27T15:38:22.2598859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 2022-09-27T15:38:22.2609823Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 2022-09-27T15:38:22.2629581Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:38:22.3034884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:38:22.3035464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 2022-09-27T15:38:22.3523148Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 2022-09-27T15:38:22.3523814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:22.3956590Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:22.3957279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool 2022-09-27T15:38:22.4401983Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool 2022-09-27T15:38:22.4402649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 2022-09-27T15:38:22.4805519Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 2022-09-27T15:38:22.4842766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 2022-09-27T15:38:22.5273942Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 2022-09-27T15:38:22.5276830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 2022-09-27T15:38:22.5716180Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 2022-09-27T15:38:22.5729618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 2022-09-27T15:38:22.5739786Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 2022-09-27T15:38:22.5754770Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 2022-09-27T15:38:22.6160950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 2022-09-27T15:38:22.6171363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 2022-09-27T15:38:22.6567593Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 2022-09-27T15:38:22.6596430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 2022-09-27T15:38:22.7078329Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 2022-09-27T15:38:22.7087353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 2022-09-27T15:38:22.7518685Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 2022-09-27T15:38:22.7527764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 2022-09-27T15:38:22.7956903Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 2022-09-27T15:38:22.7965770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 2022-09-27T15:38:22.8091483Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 2022-09-27T15:38:22.8121435Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:38:22.8399472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:38:22.8400191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 2022-09-27T15:38:22.8831014Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 2022-09-27T15:38:22.8831676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool 2022-09-27T15:38:22.9252365Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool 2022-09-27T15:38:22.9278897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 2022-09-27T15:38:22.9752623Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 2022-09-27T15:38:22.9753293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 2022-09-27T15:38:23.0024759Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 2022-09-27T15:38:23.0050397Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 2022-09-27T15:38:23.0188009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 2022-09-27T15:38:23.0196650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 2022-09-27T15:38:23.0633343Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 2022-09-27T15:38:23.0642870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 2022-09-27T15:38:23.1074298Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 2022-09-27T15:38:23.1084739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 2022-09-27T15:38:23.1514094Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 2022-09-27T15:38:23.1523869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 2022-09-27T15:38:23.1956984Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 2022-09-27T15:38:23.1958203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 2022-09-27T15:38:23.2394753Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 2022-09-27T15:38:23.2395426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:23.2834830Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:23.2844821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool 2022-09-27T15:38:23.3273066Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool 2022-09-27T15:38:23.3284244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 2022-09-27T15:38:23.3634912Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 2022-09-27T15:38:23.3663530Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 2022-09-27T15:38:23.3709205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool 2022-09-27T15:38:23.3714371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 2022-09-27T15:38:23.4029722Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 2022-09-27T15:38:23.4050212Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 2022-09-27T15:38:23.4147489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 2022-09-27T15:38:23.4153012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 2022-09-27T15:38:23.4597890Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 2022-09-27T15:38:23.4606162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 2022-09-27T15:38:23.4834403Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 2022-09-27T15:38:23.4858126Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool 2022-09-27T15:38:23.5034164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 2022-09-27T15:38:23.5042608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 2022-09-27T15:38:23.5435925Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 2022-09-27T15:38:23.5464597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 2022-09-27T15:38:23.5522061Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 2022-09-27T15:38:23.5531831Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:38:23.5874214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:38:23.5916516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 2022-09-27T15:38:23.6041124Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 2022-09-27T15:38:23.6058187Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 2022-09-27T15:38:23.6316200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 2022-09-27T15:38:23.6345629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 2022-09-27T15:38:23.6756194Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 2022-09-27T15:38:23.6785416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool 2022-09-27T15:38:23.7194398Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool 2022-09-27T15:38:23.7215545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 2022-09-27T15:38:23.7234807Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 2022-09-27T15:38:23.7245539Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 2022-09-27T15:38:23.7719394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 2022-09-27T15:38:23.7725134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 2022-09-27T15:38:23.8191419Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 2022-09-27T15:38:23.8195754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 2022-09-27T15:38:23.8494400Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 2022-09-27T15:38:23.8515000Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 2022-09-27T15:38:23.8702581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 2022-09-27T15:38:23.8703197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 2022-09-27T15:38:23.9109976Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 2022-09-27T15:38:23.9115534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 2022-09-27T15:38:23.9589971Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 2022-09-27T15:38:23.9593932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 2022-09-27T15:38:23.9667291Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 2022-09-27T15:38:23.9690984Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 2022-09-27T15:38:24.0032033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 2022-09-27T15:38:24.0040225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 2022-09-27T15:38:24.0471597Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 2022-09-27T15:38:24.0481267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 2022-09-27T15:38:24.0898101Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 2022-09-27T15:38:24.0909128Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 2022-09-27T15:38:24.0916937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 2022-09-27T15:38:24.0942954Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 2022-09-27T15:38:24.1315521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 2022-09-27T15:38:24.1347531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:24.1415352Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:24.1437080Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:38:24.1760199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:38:24.1794260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool 2022-09-27T15:38:24.2142794Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool 2022-09-27T15:38:24.2163646Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 2022-09-27T15:38:24.2231449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 2022-09-27T15:38:24.2234938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 2022-09-27T15:38:24.2667547Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 2022-09-27T15:38:24.2670393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 2022-09-27T15:38:24.3107847Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 2022-09-27T15:38:24.3114792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 2022-09-27T15:38:24.3362832Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 2022-09-27T15:38:24.3382733Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 2022-09-27T15:38:24.3554178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 2022-09-27T15:38:24.3561151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 2022-09-27T15:38:24.3955091Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 2022-09-27T15:38:24.3983541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 2022-09-27T15:38:24.4397666Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 2022-09-27T15:38:24.4427523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 2022-09-27T15:38:24.4615544Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 2022-09-27T15:38:24.4641173Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 2022-09-27T15:38:24.4834876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 2022-09-27T15:38:24.4862973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 2022-09-27T15:38:24.5275252Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 2022-09-27T15:38:24.5302144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 2022-09-27T15:38:24.5755047Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 2022-09-27T15:38:24.5784152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 2022-09-27T15:38:24.5935677Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 2022-09-27T15:38:24.5968084Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 2022-09-27T15:38:24.6046832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 2022-09-27T15:38:24.6231625Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 2022-09-27T15:38:24.6232564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 2022-09-27T15:38:24.6471070Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 2022-09-27T15:38:24.6471660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 2022-09-27T15:38:24.6515050Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 2022-09-27T15:38:24.6531800Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 2022-09-27T15:38:24.6632097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 2022-09-27T15:38:24.6662947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool 2022-09-27T15:38:24.6754182Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool 2022-09-27T15:38:24.6761779Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:38:24.6830401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:38:24.6878496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 2022-09-27T15:38:24.7074439Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 2022-09-27T15:38:24.7103919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 2022-09-27T15:38:24.7272965Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 2022-09-27T15:38:24.7332960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 2022-09-27T15:38:24.7513785Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 2022-09-27T15:38:24.7543131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 2022-09-27T15:38:24.7714175Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 2022-09-27T15:38:24.7783332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 2022-09-27T15:38:24.7952213Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 2022-09-27T15:38:24.7979725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 2022-09-27T15:38:24.8152490Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 2022-09-27T15:38:24.8221556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 2022-09-27T15:38:24.8403173Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 2022-09-27T15:38:24.8430091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 2022-09-27T15:38:24.8660657Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 2022-09-27T15:38:24.8664002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 2022-09-27T15:38:24.8836153Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 2022-09-27T15:38:24.8875001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 2022-09-27T15:38:24.9090945Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 2022-09-27T15:38:24.9301293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 2022-09-27T15:38:24.9309469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 2022-09-27T15:38:24.9332243Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 2022-09-27T15:38:24.9514448Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 2022-09-27T15:38:24.9595923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool 2022-09-27T15:38:24.9745487Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool 2022-09-27T15:38:24.9754460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 2022-09-27T15:38:24.9974187Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 2022-09-27T15:38:25.0032534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 2022-09-27T15:38:25.0189009Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 2022-09-27T15:38:25.0197245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 2022-09-27T15:38:25.0411193Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 2022-09-27T15:38:25.0469908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 2022-09-27T15:38:25.0631528Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 2022-09-27T15:38:25.0638761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 2022-09-27T15:38:25.0851510Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 2022-09-27T15:38:25.0910777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 2022-09-27T15:38:25.1065251Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 2022-09-27T15:38:25.1071756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:25.1288203Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:25.1426624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 2022-09-27T15:38:25.1565014Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 2022-09-27T15:38:25.1572660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool 2022-09-27T15:38:25.1732155Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool 2022-09-27T15:38:25.1852736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 2022-09-27T15:38:25.1988509Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 2022-09-27T15:38:25.1995176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 2022-09-27T15:38:25.2235436Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 2022-09-27T15:38:25.2244338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 2022-09-27T15:38:25.2297317Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 2022-09-27T15:38:25.2314828Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:38:25.2431487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:38:25.2432209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 2022-09-27T15:38:25.2676165Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 2022-09-27T15:38:25.2676931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 2022-09-27T15:38:25.2874988Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 2022-09-27T15:38:25.2875608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 2022-09-27T15:38:25.3125103Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 2022-09-27T15:38:25.3125718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 2022-09-27T15:38:25.3315074Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 2022-09-27T15:38:25.3315684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 2022-09-27T15:38:25.3531113Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 2022-09-27T15:38:25.3558692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 2022-09-27T15:38:25.3752654Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 2022-09-27T15:38:25.3753247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 2022-09-27T15:38:25.3913179Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 2022-09-27T15:38:25.3986330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 2022-09-27T15:38:25.4194931Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 2022-09-27T15:38:25.4195523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 2022-09-27T15:38:25.4434421Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 2022-09-27T15:38:25.4441571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 2022-09-27T15:38:25.4628517Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 2022-09-27T15:38:25.4636656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 2022-09-27T15:38:25.4811470Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 2022-09-27T15:38:25.5073736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 2022-09-27T15:38:25.5074330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 2022-09-27T15:38:25.5520434Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 2022-09-27T15:38:25.5521087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 2022-09-27T15:38:25.5943240Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 2022-09-27T15:38:25.5995808Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 2022-09-27T15:38:25.5996395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:38:25.6017557Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:38:25.6433714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool 2022-09-27T15:38:25.6434314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 2022-09-27T15:38:25.6869684Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 2022-09-27T15:38:25.6870674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 2022-09-27T15:38:25.7309966Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 2022-09-27T15:38:25.7319790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:25.7755282Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:25.7765767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:38:25.8193473Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:38:25.8203962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:38:25.8321554Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:38:25.8341363Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool 2022-09-27T15:38:25.8629749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 2022-09-27T15:38:25.8639993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 2022-09-27T15:38:25.9063385Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 2022-09-27T15:38:25.9078603Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:38:25.9082551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool 2022-09-27T15:38:25.9099782Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool 2022-09-27T15:38:25.9201748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 2022-09-27T15:38:25.9551493Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 2022-09-27T15:38:25.9630462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 2022-09-27T15:38:25.9637388Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 2022-09-27T15:38:25.9703371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool 2022-09-27T15:38:25.9846914Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool 2022-09-27T15:38:25.9856630Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 2022-09-27T15:38:25.9952354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 2022-09-27T15:38:25.9986171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 2022-09-27T15:38:26.0030961Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 2022-09-27T15:38:26.0149614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 2022-09-27T15:38:26.0438567Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 2022-09-27T15:38:26.0478562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 2022-09-27T15:38:26.0485897Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 2022-09-27T15:38:26.0593045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 2022-09-27T15:38:26.0607654Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 2022-09-27T15:38:26.0620686Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 2022-09-27T15:38:26.0873752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 2022-09-27T15:38:26.0904972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 2022-09-27T15:38:26.1003053Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 2022-09-27T15:38:26.1006283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 2022-09-27T15:38:26.1358892Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 2022-09-27T15:38:26.1403452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 2022-09-27T15:38:26.1468619Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 2022-09-27T15:38:26.1499163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 2022-09-27T15:38:26.1828792Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 2022-09-27T15:38:26.1829796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 2022-09-27T15:38:26.1844904Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 2022-09-27T15:38:26.1950657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 2022-09-27T15:38:26.2272484Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 2022-09-27T15:38:26.2276516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 2022-09-27T15:38:26.2389026Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 2022-09-27T15:38:26.2427320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 2022-09-27T15:38:26.2712527Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 2022-09-27T15:38:26.2713165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 2022-09-27T15:38:26.2752086Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 2022-09-27T15:38:26.2856366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 2022-09-27T15:38:26.3151957Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 2022-09-27T15:38:26.3153713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 2022-09-27T15:38:26.3279341Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 2022-09-27T15:38:26.3340729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 2022-09-27T15:38:26.3559496Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 2022-09-27T15:38:26.3572791Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 2022-09-27T15:38:26.3593084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 2022-09-27T15:38:26.3633323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 2022-09-27T15:38:26.3745251Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 2022-09-27T15:38:26.3790501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 2022-09-27T15:38:26.4072187Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 2022-09-27T15:38:26.4073798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:26.4188330Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:26.4214119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 2022-09-27T15:38:26.4514475Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 2022-09-27T15:38:26.4515136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool 2022-09-27T15:38:26.4628899Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool 2022-09-27T15:38:26.4654845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 2022-09-27T15:38:26.4953611Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 2022-09-27T15:38:26.4956988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 2022-09-27T15:38:26.5069764Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 2022-09-27T15:38:26.5221486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 2022-09-27T15:38:26.5228353Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 2022-09-27T15:38:26.5242452Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 2022-09-27T15:38:26.5434673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 2022-09-27T15:38:26.5440357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 2022-09-27T15:38:26.5446714Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 2022-09-27T15:38:26.5610919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool 2022-09-27T15:38:26.5914011Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool 2022-09-27T15:38:26.5919666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 2022-09-27T15:38:26.5926622Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 2022-09-27T15:38:26.6044153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 2022-09-27T15:38:26.6381399Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 2022-09-27T15:38:26.6394838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 2022-09-27T15:38:26.6403056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 2022-09-27T15:38:26.6434691Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 2022-09-27T15:38:26.6448538Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 2022-09-27T15:38:26.6533191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 2022-09-27T15:38:26.6835804Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 2022-09-27T15:38:26.6839640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 2022-09-27T15:38:26.6867103Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 2022-09-27T15:38:26.6982060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 2022-09-27T15:38:26.7034889Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 2022-09-27T15:38:26.7048644Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 2022-09-27T15:38:26.7316179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 2022-09-27T15:38:26.7321583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 2022-09-27T15:38:26.7346917Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 2022-09-27T15:38:26.7464099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 2022-09-27T15:38:26.7757414Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 2022-09-27T15:38:26.7762558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 2022-09-27T15:38:26.7788263Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 2022-09-27T15:38:26.7911193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 2022-09-27T15:38:26.7920060Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 2022-09-27T15:38:26.7926990Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 2022-09-27T15:38:26.8152312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 2022-09-27T15:38:26.8197536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 2022-09-27T15:38:26.8199643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 2022-09-27T15:38:26.8356095Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 2022-09-27T15:38:26.8631701Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 2022-09-27T15:38:26.8641525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 2022-09-27T15:38:26.8643241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 2022-09-27T15:38:26.8666320Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 2022-09-27T15:38:26.8683623Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 2022-09-27T15:38:26.8805222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 2022-09-27T15:38:26.9032298Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 2022-09-27T15:38:26.9077851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 2022-09-27T15:38:26.9079467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 2022-09-27T15:38:26.9239541Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 2022-09-27T15:38:26.9418274Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 2022-09-27T15:38:26.9436310Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 2022-09-27T15:38:26.9546460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 2022-09-27T15:38:26.9556068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 2022-09-27T15:38:26.9557971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 2022-09-27T15:38:26.9685598Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 2022-09-27T15:38:26.9704271Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 2022-09-27T15:38:26.9719905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 2022-09-27T15:38:26.9952793Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 2022-09-27T15:38:26.9998260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 2022-09-27T15:38:26.9999911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool 2022-09-27T15:38:27.0071653Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool 2022-09-27T15:38:27.0078496Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 2022-09-27T15:38:27.0161881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 2022-09-27T15:38:27.0393733Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 2022-09-27T15:38:27.0394357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 2022-09-27T15:38:27.0424930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 2022-09-27T15:38:27.0566535Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 2022-09-27T15:38:27.0776015Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 2022-09-27T15:38:27.0787398Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 2022-09-27T15:38:27.0833068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 2022-09-27T15:38:27.0834877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 2022-09-27T15:38:27.0868122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 2022-09-27T15:38:27.0907718Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 2022-09-27T15:38:27.1350287Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 2022-09-27T15:38:27.1486584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool 2022-09-27T15:38:27.1496517Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 2022-09-27T15:38:27.1508760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 2022-09-27T15:38:27.1750644Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool 2022-09-27T15:38:27.1764759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 2022-09-27T15:38:27.1773761Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 2022-09-27T15:38:27.1828401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 2022-09-27T15:38:27.2072535Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 2022-09-27T15:38:27.2081374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 2022-09-27T15:38:27.2271420Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 2022-09-27T15:38:27.2279323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 2022-09-27T15:38:27.2513732Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 2022-09-27T15:38:27.2522957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 2022-09-27T15:38:27.2753936Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 2022-09-27T15:38:27.2765160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 2022-09-27T15:38:27.2954608Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 2022-09-27T15:38:27.2960594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 2022-09-27T15:38:27.3112777Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 2022-09-27T15:38:27.3200680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 2022-09-27T15:38:27.3360954Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 2022-09-27T15:38:27.3373562Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 2022-09-27T15:38:27.3391857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool 2022-09-27T15:38:27.3400043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 2022-09-27T15:38:27.3611165Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 2022-09-27T15:38:27.3688214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 2022-09-27T15:38:27.3829853Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 2022-09-27T15:38:27.3838509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 2022-09-27T15:38:27.4111315Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 2022-09-27T15:38:27.4120477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 2022-09-27T15:38:27.4307281Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 2022-09-27T15:38:27.4315883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 2022-09-27T15:38:27.4471709Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 2022-09-27T15:38:27.4552563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 2022-09-27T15:38:27.4747512Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 2022-09-27T15:38:27.4756159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 2022-09-27T15:38:27.4993398Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 2022-09-27T15:38:27.5002133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 2022-09-27T15:38:27.5191655Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 2022-09-27T15:38:27.5199978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:27.5435889Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:27.5443823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 2022-09-27T15:38:27.5563701Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 2022-09-27T15:38:27.5577211Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool 2022-09-27T15:38:27.5625868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 2022-09-27T15:38:27.5633495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool 2022-09-27T15:38:27.5849250Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool 2022-09-27T15:38:27.5858069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 2022-09-27T15:38:27.6072593Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 2022-09-27T15:38:27.6081282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 2022-09-27T15:38:27.6324006Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 2022-09-27T15:38:27.6332389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 2022-09-27T15:38:27.6509124Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 2022-09-27T15:38:27.6517004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 2022-09-27T15:38:27.6750127Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 2022-09-27T15:38:27.6993029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 2022-09-27T15:38:27.7002275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 2022-09-27T15:38:27.7345374Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 2022-09-27T15:38:27.7388061Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 2022-09-27T15:38:27.7431967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool 2022-09-27T15:38:27.7439722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 2022-09-27T15:38:27.7871068Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 2022-09-27T15:38:27.7879724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 2022-09-27T15:38:27.8134893Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 2022-09-27T15:38:27.8146539Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool 2022-09-27T15:38:27.8350653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 2022-09-27T15:38:27.8353808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 2022-09-27T15:38:27.8833216Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 2022-09-27T15:38:27.8838347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 2022-09-27T15:38:27.8914520Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 2022-09-27T15:38:27.8928214Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 2022-09-27T15:38:27.9045196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 2022-09-27T15:38:27.9066449Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 2022-09-27T15:38:27.9267982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 2022-09-27T15:38:27.9268792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 2022-09-27T15:38:27.9317943Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 2022-09-27T15:38:27.9351053Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 2022-09-27T15:38:27.9713044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 2022-09-27T15:38:27.9714777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 2022-09-27T15:38:27.9881002Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 2022-09-27T15:38:27.9898718Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 2022-09-27T15:38:28.0155525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 2022-09-27T15:38:28.0158914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 2022-09-27T15:38:28.0306162Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 2022-09-27T15:38:28.0323321Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 2022-09-27T15:38:28.0588439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 2022-09-27T15:38:28.0590096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 2022-09-27T15:38:28.0742920Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 2022-09-27T15:38:28.0763783Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 2022-09-27T15:38:28.1035575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 2022-09-27T15:38:28.1042681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool 2022-09-27T15:38:28.1186521Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool 2022-09-27T15:38:28.1211802Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 2022-09-27T15:38:28.1465370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 2022-09-27T15:38:28.1474576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 2022-09-27T15:38:28.1913394Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 2022-09-27T15:38:28.1926980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 2022-09-27T15:38:28.1954793Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 2022-09-27T15:38:28.1969904Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 2022-09-27T15:38:28.1998198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 2022-09-27T15:38:28.2013044Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 2022-09-27T15:38:28.2392944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 2022-09-27T15:38:28.2403753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 2022-09-27T15:38:28.2638673Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 2022-09-27T15:38:28.2653883Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 2022-09-27T15:38:28.2846687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 2022-09-27T15:38:28.2871187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 2022-09-27T15:38:28.3313089Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 2022-09-27T15:38:28.3322926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 2022-09-27T15:38:28.3628836Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 2022-09-27T15:38:28.3643363Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 2022-09-27T15:38:28.3732748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 2022-09-27T15:38:28.3750961Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 2022-09-27T15:38:28.3760181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 2022-09-27T15:38:28.3770057Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 2022-09-27T15:38:28.4193070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 2022-09-27T15:38:28.4202528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 2022-09-27T15:38:28.4217492Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 2022-09-27T15:38:28.4232911Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 2022-09-27T15:38:28.4588392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 2022-09-27T15:38:28.4597721Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 2022-09-27T15:38:28.4626152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 2022-09-27T15:38:28.4670899Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 2022-09-27T15:38:28.5071414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 2022-09-27T15:38:28.5083056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 2022-09-27T15:38:28.5495215Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 2022-09-27T15:38:28.5510944Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 2022-09-27T15:38:28.5516449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 2022-09-27T15:38:28.5529793Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 2022-09-27T15:38:28.5953325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 2022-09-27T15:38:28.5959169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:28.6392911Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:28.6398813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool 2022-09-27T15:38:28.6834637Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool 2022-09-27T15:38:28.6840724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 2022-09-27T15:38:28.6938160Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 2022-09-27T15:38:28.6959594Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 2022-09-27T15:38:28.7271842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 2022-09-27T15:38:28.7277572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 2022-09-27T15:38:28.7714182Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 2022-09-27T15:38:28.7719613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 2022-09-27T15:38:28.8152785Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 2022-09-27T15:38:28.8158274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 2022-09-27T15:38:28.8622826Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 2022-09-27T15:38:28.8632734Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 2022-09-27T15:38:28.8640982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 2022-09-27T15:38:28.8655354Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 2022-09-27T15:38:28.9072881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 2022-09-27T15:38:28.9081187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 2022-09-27T15:38:28.9518343Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 2022-09-27T15:38:28.9527829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 2022-09-27T15:38:28.9962652Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 2022-09-27T15:38:28.9971589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 2022-09-27T15:38:29.0397103Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 2022-09-27T15:38:29.0406268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 2022-09-27T15:38:29.0838179Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 2022-09-27T15:38:29.0846922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 2022-09-27T15:38:29.0892759Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 2022-09-27T15:38:29.0917174Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 2022-09-27T15:38:29.1272568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 2022-09-27T15:38:29.1282717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 2022-09-27T15:38:29.1709425Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 2022-09-27T15:38:29.1717526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool 2022-09-27T15:38:29.2153206Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool 2022-09-27T15:38:29.2163638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 2022-09-27T15:38:29.2300732Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 2022-09-27T15:38:29.2318545Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 2022-09-27T15:38:29.2574289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool 2022-09-27T15:38:29.2597749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 2022-09-27T15:38:29.3027492Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 2022-09-27T15:38:29.3029888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 2022-09-27T15:38:29.3048340Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 2022-09-27T15:38:29.3077244Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 2022-09-27T15:38:29.3474750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 2022-09-27T15:38:29.3482647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 2022-09-27T15:38:29.3920207Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 2022-09-27T15:38:29.3928953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 2022-09-27T15:38:29.4364249Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 2022-09-27T15:38:29.4372615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 2022-09-27T15:38:29.4794345Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 2022-09-27T15:38:29.4803028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 2022-09-27T15:38:29.5273099Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 2022-09-27T15:38:29.5282167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 2022-09-27T15:38:29.5507843Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 2022-09-27T15:38:29.5521418Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 2022-09-27T15:38:29.5709817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 2022-09-27T15:38:29.5717364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 2022-09-27T15:38:29.6143917Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 2022-09-27T15:38:29.6152232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 2022-09-27T15:38:29.6591716Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 2022-09-27T15:38:29.6599646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:29.6775204Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:29.6798367Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool 2022-09-27T15:38:29.7023036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 2022-09-27T15:38:29.7030208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool 2022-09-27T15:38:29.7464482Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool 2022-09-27T15:38:29.7472023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 2022-09-27T15:38:29.7916173Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 2022-09-27T15:38:29.7924393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 2022-09-27T15:38:29.8356547Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 2022-09-27T15:38:29.8365050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 2022-09-27T15:38:29.8615374Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 2022-09-27T15:38:29.8628127Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 2022-09-27T15:38:29.8802702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 2022-09-27T15:38:29.8811603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 2022-09-27T15:38:29.9241088Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 2022-09-27T15:38:29.9249978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 2022-09-27T15:38:29.9674086Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 2022-09-27T15:38:29.9682731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 2022-09-27T15:38:30.0106598Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 2022-09-27T15:38:30.0114036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 2022-09-27T15:38:30.0557789Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 2022-09-27T15:38:30.0566553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 2022-09-27T15:38:30.0993185Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 2022-09-27T15:38:30.1001602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 2022-09-27T15:38:30.1326208Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 2022-09-27T15:38:30.1337981Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 2022-09-27T15:38:30.1470094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 2022-09-27T15:38:30.1477679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:38:30.1601883Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:38:30.1630514Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 2022-09-27T15:38:30.1740869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 2022-09-27T15:38:30.1950476Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 2022-09-27T15:38:30.1954625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 2022-09-27T15:38:30.2149136Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 2022-09-27T15:38:30.2181910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool 2022-09-27T15:38:30.2431747Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool 2022-09-27T15:38:30.2436027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 2022-09-27T15:38:30.2627161Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 2022-09-27T15:38:30.2660553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 2022-09-27T15:38:30.2866893Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 2022-09-27T15:38:30.2871228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 2022-09-27T15:38:30.2991134Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 2022-09-27T15:38:30.3088244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 2022-09-27T15:38:30.3310211Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 2022-09-27T15:38:30.3314900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 2022-09-27T15:38:30.3473284Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 2022-09-27T15:38:30.3572098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 2022-09-27T15:38:30.3750055Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 2022-09-27T15:38:30.3753239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 2022-09-27T15:38:30.3803449Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 2022-09-27T15:38:30.3816128Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 2022-09-27T15:38:30.3987108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 2022-09-27T15:38:30.4010036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 2022-09-27T15:38:30.4184478Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 2022-09-27T15:38:30.4187037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 2022-09-27T15:38:30.4467749Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 2022-09-27T15:38:30.4483039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 2022-09-27T15:38:30.4667288Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 2022-09-27T15:38:30.4670149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 2022-09-27T15:38:30.4948622Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 2022-09-27T15:38:30.4971499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 2022-09-27T15:38:30.5151703Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 2022-09-27T15:38:30.5154075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 2022-09-27T15:38:30.5389540Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 2022-09-27T15:38:30.5427654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 2022-09-27T15:38:30.5731024Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 2022-09-27T15:38:30.5740694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 2022-09-27T15:38:30.5867281Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 2022-09-27T15:38:30.5895947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 2022-09-27T15:38:30.6068190Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 2022-09-27T15:38:30.6071303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 2022-09-27T15:38:30.6347945Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 2022-09-27T15:38:30.6372706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 2022-09-27T15:38:30.6546864Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 2022-09-27T15:38:30.6552802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:30.6848428Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:30.6853558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 2022-09-27T15:38:30.7022609Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 2022-09-27T15:38:30.7028355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 2022-09-27T15:38:30.7328825Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 2022-09-27T15:38:30.7335138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 2022-09-27T15:38:30.7507727Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 2022-09-27T15:38:30.7515434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 2022-09-27T15:38:30.7798723Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 2022-09-27T15:38:30.7807014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 2022-09-27T15:38:30.7948452Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 2022-09-27T15:38:30.7955995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 2022-09-27T15:38:30.8231999Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 2022-09-27T15:38:30.8239604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool 2022-09-27T15:38:30.8431978Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool 2022-09-27T15:38:30.8440157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 2022-09-27T15:38:30.8611483Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 2022-09-27T15:38:30.8624129Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 2022-09-27T15:38:30.8708912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 2022-09-27T15:38:30.8715713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 2022-09-27T15:38:30.8864339Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 2022-09-27T15:38:30.8871710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 2022-09-27T15:38:30.9169852Z [gw0] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 2022-09-27T15:38:30.9170504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 2022-09-27T15:38:30.9361007Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 2022-09-27T15:38:30.9361640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 2022-09-27T15:38:30.9603974Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 2022-09-27T15:38:30.9604585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 2022-09-27T15:38:30.9831451Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 2022-09-27T15:38:30.9838159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 2022-09-27T15:38:31.0078225Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 2022-09-27T15:38:31.0087365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 2022-09-27T15:38:31.0267387Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 2022-09-27T15:38:31.0273737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 2022-09-27T15:38:31.0552262Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 2022-09-27T15:38:31.0558188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 2022-09-27T15:38:31.0749369Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 2022-09-27T15:38:31.0755981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 2022-09-27T15:38:31.1030818Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 2022-09-27T15:38:31.1036502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 2022-09-27T15:38:31.1184727Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 2022-09-27T15:38:31.1190980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 2022-09-27T15:38:31.1462733Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 2022-09-27T15:38:31.1468971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 2022-09-27T15:38:31.1623155Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 2022-09-27T15:38:31.1629965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool 2022-09-27T15:38:31.1879052Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool 2022-09-27T15:38:31.1893933Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 2022-09-27T15:38:31.1946456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 2022-09-27T15:38:31.1953377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 2022-09-27T15:38:31.2108367Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 2022-09-27T15:38:31.2116233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 2022-09-27T15:38:31.2447920Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 2022-09-27T15:38:31.2456571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 2022-09-27T15:38:31.2591373Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 2022-09-27T15:38:31.2599884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 2022-09-27T15:38:31.2874864Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 2022-09-27T15:38:31.2883787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 2022-09-27T15:38:31.3032193Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 2022-09-27T15:38:31.3039786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 2022-09-27T15:38:31.3304100Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 2022-09-27T15:38:31.3311469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 2022-09-27T15:38:31.3472253Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 2022-09-27T15:38:31.3478103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 2022-09-27T15:38:31.3788981Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 2022-09-27T15:38:31.3957922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 2022-09-27T15:38:31.3965351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 2022-09-27T15:38:31.4400582Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 2022-09-27T15:38:31.4407169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 2022-09-27T15:38:31.4835423Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 2022-09-27T15:38:31.4842043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 2022-09-27T15:38:31.5315773Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 2022-09-27T15:38:31.5321620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:31.5789126Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:31.5794550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool 2022-09-27T15:38:31.6233792Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool 2022-09-27T15:38:31.6240167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 2022-09-27T15:38:31.6513000Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 2022-09-27T15:38:31.6533310Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 2022-09-27T15:38:31.6543712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 2022-09-27T15:38:31.6566799Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 2022-09-27T15:38:31.6671980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 2022-09-27T15:38:31.6678302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 2022-09-27T15:38:31.7119093Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 2022-09-27T15:38:31.7125412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 2022-09-27T15:38:31.7592880Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 2022-09-27T15:38:31.7599104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 2022-09-27T15:38:31.8045842Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 2022-09-27T15:38:31.8046546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 2022-09-27T15:38:31.8473915Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 2022-09-27T15:38:31.8474608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 2022-09-27T15:38:31.8914555Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 2022-09-27T15:38:31.8917780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 2022-09-27T15:38:31.9393037Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 2022-09-27T15:38:31.9396181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 2022-09-27T15:38:31.9878560Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 2022-09-27T15:38:31.9881863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool 2022-09-27T15:38:32.0078824Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool 2022-09-27T15:38:32.0103995Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 2022-09-27T15:38:32.0347200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 2022-09-27T15:38:32.0355259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 2022-09-27T15:38:32.0800440Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 2022-09-27T15:38:32.0809886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 2022-09-27T15:38:32.1127239Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 2022-09-27T15:38:32.1148398Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 2022-09-27T15:38:32.1235947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 2022-09-27T15:38:32.1241536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 2022-09-27T15:38:32.1720322Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 2022-09-27T15:38:32.1729971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 2022-09-27T15:38:32.2150734Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 2022-09-27T15:38:32.2157358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 2022-09-27T15:38:32.2595354Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 2022-09-27T15:38:32.2605088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 2022-09-27T15:38:32.3075782Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 2022-09-27T15:38:32.3086515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 2022-09-27T15:38:32.3528460Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 2022-09-27T15:38:32.3572431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 2022-09-27T15:38:32.3993519Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 2022-09-27T15:38:32.4004094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:32.4476540Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:32.4487579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool 2022-09-27T15:38:32.4955217Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool 2022-09-27T15:38:32.4966150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 2022-09-27T15:38:32.5074159Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 2022-09-27T15:38:32.5098958Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 2022-09-27T15:38:32.5390940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 2022-09-27T15:38:32.5399212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 2022-09-27T15:38:32.5751288Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 2022-09-27T15:38:32.5772372Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 2022-09-27T15:38:32.5834466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 2022-09-27T15:38:32.5842301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 2022-09-27T15:38:32.6279917Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 2022-09-27T15:38:32.6288010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 2022-09-27T15:38:32.6730706Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 2022-09-27T15:38:32.6736607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 2022-09-27T15:38:32.7083348Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 2022-09-27T15:38:32.7149839Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 2022-09-27T15:38:32.7160345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 2022-09-27T15:38:32.7165016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 2022-09-27T15:38:32.7638198Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 2022-09-27T15:38:32.7643990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 2022-09-27T15:38:32.8076988Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 2022-09-27T15:38:32.8085949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 2022-09-27T15:38:32.8533891Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 2022-09-27T15:38:32.8563889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 2022-09-27T15:38:32.8993450Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 2022-09-27T15:38:32.9002627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool 2022-09-27T15:38:32.9435986Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool 2022-09-27T15:38:32.9444443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 2022-09-27T15:38:32.9875790Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 2022-09-27T15:38:32.9886977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 2022-09-27T15:38:33.0316298Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 2022-09-27T15:38:33.0325117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 2022-09-27T15:38:33.0751803Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 2022-09-27T15:38:33.0761084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 2022-09-27T15:38:33.0889731Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 2022-09-27T15:38:33.0910935Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 2022-09-27T15:38:33.1222215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 2022-09-27T15:38:33.1227933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 2022-09-27T15:38:33.1718584Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 2022-09-27T15:38:33.1724900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 2022-09-27T15:38:33.2193813Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 2022-09-27T15:38:33.2206856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 2022-09-27T15:38:33.2254586Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 2022-09-27T15:38:33.2275413Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 2022-09-27T15:38:33.2319275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 2022-09-27T15:38:33.2330649Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 2022-09-27T15:38:33.2625633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 2022-09-27T15:38:33.2630791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 2022-09-27T15:38:33.3078644Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 2022-09-27T15:38:33.3084059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 2022-09-27T15:38:33.3551968Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 2022-09-27T15:38:33.3558742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 2022-09-27T15:38:33.3990312Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 2022-09-27T15:38:33.3995336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 2022-09-27T15:38:33.4467124Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 2022-09-27T15:38:33.4471818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:33.4912613Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:33.4917287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool 2022-09-27T15:38:33.5465305Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool 2022-09-27T15:38:33.5709718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:38:33.5831331Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:38:33.5833524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:38:33.6031698Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:38:33.6053916Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 2022-09-27T15:38:33.6269731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 2022-09-27T15:38:33.6275171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:38:33.6761083Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:38:33.6765944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 2022-09-27T15:38:33.7003526Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 2022-09-27T15:38:33.7029075Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 2022-09-27T15:38:33.7193933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool 2022-09-27T15:38:33.7200022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 2022-09-27T15:38:33.7636622Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 2022-09-27T15:38:33.7642441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 2022-09-27T15:38:33.8074167Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 2022-09-27T15:38:33.8080310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 2022-09-27T15:38:33.8396033Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 2022-09-27T15:38:33.8431607Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 2022-09-27T15:38:33.8548199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 2022-09-27T15:38:33.8552798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 2022-09-27T15:38:33.8989285Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 2022-09-27T15:38:33.8997798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 2022-09-27T15:38:33.9431246Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 2022-09-27T15:38:33.9439614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 2022-09-27T15:38:33.9876558Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 2022-09-27T15:38:33.9886811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:38:34.0009275Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:38:34.0027825Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 2022-09-27T15:38:34.0313503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 2022-09-27T15:38:34.0316415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 2022-09-27T15:38:34.0752176Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 2022-09-27T15:38:34.0761585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool 2022-09-27T15:38:34.1200491Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool 2022-09-27T15:38:34.1209555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 2022-09-27T15:38:34.1636613Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 2022-09-27T15:38:34.1647424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 2022-09-27T15:38:34.2112983Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 2022-09-27T15:38:34.2122579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 2022-09-27T15:38:34.2550116Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 2022-09-27T15:38:34.2559162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 2022-09-27T15:38:34.2987504Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 2022-09-27T15:38:34.2997090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 2022-09-27T15:38:34.3093935Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 2022-09-27T15:38:34.3119151Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool 2022-09-27T15:38:34.3434131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 2022-09-27T15:38:34.3443685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 2022-09-27T15:38:34.3912676Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 2022-09-27T15:38:34.3922346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 2022-09-27T15:38:34.4012908Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 2022-09-27T15:38:34.4035243Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 2022-09-27T15:38:34.4351720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 2022-09-27T15:38:34.4360844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 2022-09-27T15:38:34.4830830Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 2022-09-27T15:38:34.4840399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:34.5269379Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:34.5278740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool 2022-09-27T15:38:34.5711637Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool 2022-09-27T15:38:34.5721550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 2022-09-27T15:38:34.6070501Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 2022-09-27T15:38:34.6109547Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 2022-09-27T15:38:34.6185253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 2022-09-27T15:38:34.6190478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 2022-09-27T15:38:34.6355764Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 2022-09-27T15:38:34.6371270Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 2022-09-27T15:38:34.6630593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 2022-09-27T15:38:34.6636187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 2022-09-27T15:38:34.7070768Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 2022-09-27T15:38:34.7076267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 2022-09-27T15:38:34.7513927Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 2022-09-27T15:38:34.7522058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 2022-09-27T15:38:34.7953498Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 2022-09-27T15:38:34.7959036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 2022-09-27T15:38:34.8390261Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 2022-09-27T15:38:34.8399753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 2022-09-27T15:38:34.8831653Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 2022-09-27T15:38:34.8841441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 2022-09-27T15:38:34.9306277Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 2022-09-27T15:38:34.9315105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 2022-09-27T15:38:34.9548464Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 2022-09-27T15:38:34.9572816Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 2022-09-27T15:38:34.9754115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 2022-09-27T15:38:34.9764224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 2022-09-27T15:38:34.9973556Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 2022-09-27T15:38:34.9995671Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 2022-09-27T15:38:35.0231815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 2022-09-27T15:38:35.0240595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 2022-09-27T15:38:35.0713339Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 2022-09-27T15:38:35.0718932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 2022-09-27T15:38:35.1196496Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 2022-09-27T15:38:35.1202314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 2022-09-27T15:38:35.1633103Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 2022-09-27T15:38:35.1642842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 2022-09-27T15:38:35.2072693Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 2022-09-27T15:38:35.2082222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:35.2101533Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:35.2129106Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 2022-09-27T15:38:35.2505805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 2022-09-27T15:38:35.2514185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:38:35.2728317Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:38:35.2755189Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 2022-09-27T15:38:35.2986858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 2022-09-27T15:38:35.2995483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:38:35.3295125Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:38:35.3322189Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 2022-09-27T15:38:35.3450199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool 2022-09-27T15:38:35.3482150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 2022-09-27T15:38:35.3914208Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 2022-09-27T15:38:35.3925384Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool 2022-09-27T15:38:35.3932310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 2022-09-27T15:38:35.3940017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 2022-09-27T15:38:35.4388899Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 2022-09-27T15:38:35.4397817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 2022-09-27T15:38:35.4484638Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 2022-09-27T15:38:35.4548784Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 2022-09-27T15:38:35.4829634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 2022-09-27T15:38:35.4838551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:38:35.5124845Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:38:35.5145765Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 2022-09-27T15:38:35.5278274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 2022-09-27T15:38:35.5282811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool 2022-09-27T15:38:35.5381997Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool 2022-09-27T15:38:35.5394547Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 2022-09-27T15:38:35.5672888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 2022-09-27T15:38:35.5703542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 2022-09-27T15:38:35.5734884Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 2022-09-27T15:38:35.5759228Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 2022-09-27T15:38:35.6116186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 2022-09-27T15:38:35.6160199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 2022-09-27T15:38:35.6599227Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 2022-09-27T15:38:35.6608122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 2022-09-27T15:38:35.6769004Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 2022-09-27T15:38:35.6786503Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 2022-09-27T15:38:35.7023724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 2022-09-27T15:38:35.7031564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 2022-09-27T15:38:35.7452881Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 2022-09-27T15:38:35.7465198Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 2022-09-27T15:38:35.7484920Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 2022-09-27T15:38:35.7492989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 2022-09-27T15:38:35.7503516Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 2022-09-27T15:38:35.7514550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 2022-09-27T15:38:35.7903755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 2022-09-27T15:38:35.7912397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 2022-09-27T15:38:35.8351740Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 2022-09-27T15:38:35.8361224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 2022-09-27T15:38:35.8499386Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 2022-09-27T15:38:35.8513807Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 2022-09-27T15:38:35.8790429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 2022-09-27T15:38:35.8799529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 2022-09-27T15:38:35.9161527Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 2022-09-27T15:38:35.9178865Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 2022-09-27T15:38:35.9228488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 2022-09-27T15:38:35.9236264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 2022-09-27T15:38:35.9673072Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 2022-09-27T15:38:35.9682746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 2022-09-27T15:38:35.9809916Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 2022-09-27T15:38:35.9823858Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 2022-09-27T15:38:35.9869222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 2022-09-27T15:38:35.9892744Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 2022-09-27T15:38:36.0151367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 2022-09-27T15:38:36.0160291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:36.0205292Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:36.0225982Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 2022-09-27T15:38:36.0414163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 2022-09-27T15:38:36.0429644Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 2022-09-27T15:38:36.0590564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 2022-09-27T15:38:36.0598939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:38:36.1031544Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:38:36.1043438Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 2022-09-27T15:38:36.1051238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:38:36.1060693Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:38:36.1470863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 2022-09-27T15:38:36.1479942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:38:36.1914031Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:38:36.1922970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:38:36.2253935Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:38:36.2263756Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 2022-09-27T15:38:36.2344790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 2022-09-27T15:38:36.2352966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:38:36.2675820Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:38:36.2696949Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 2022-09-27T15:38:36.2794144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 2022-09-27T15:38:36.2807658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:38:36.2815128Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:38:36.2822938Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 2022-09-27T15:38:36.3239405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool 2022-09-27T15:38:36.3247789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:38:36.3346865Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:38:36.3366469Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool 2022-09-27T15:38:36.3735170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 2022-09-27T15:38:36.3783980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:38:36.3813044Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:38:36.3821832Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 2022-09-27T15:38:36.4119212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 2022-09-27T15:38:36.4124212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:38:36.4450627Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:38:36.4482934Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 2022-09-27T15:38:36.4549363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 2022-09-27T15:38:36.4553479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:38:36.4992796Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:38:36.4998237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:38:36.5040921Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:38:36.5055532Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 2022-09-27T15:38:36.5248932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 2022-09-27T15:38:36.5291716Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 2022-09-27T15:38:36.5432657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 2022-09-27T15:38:36.5445588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:38:36.5743248Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:38:36.5763057Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 2022-09-27T15:38:36.5871840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 2022-09-27T15:38:36.5877959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool 2022-09-27T15:38:36.6315288Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool 2022-09-27T15:38:36.6322535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 2022-09-27T15:38:36.6514552Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 2022-09-27T15:38:36.6528112Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 2022-09-27T15:38:36.6752475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 2022-09-27T15:38:36.6758236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 2022-09-27T15:38:36.7203122Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 2022-09-27T15:38:36.7210733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 2022-09-27T15:38:36.7357532Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 2022-09-27T15:38:36.7372094Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 2022-09-27T15:38:36.7631132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 2022-09-27T15:38:36.7636164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 2022-09-27T15:38:36.7879553Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 2022-09-27T15:38:36.7892590Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 2022-09-27T15:38:36.7969209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 2022-09-27T15:38:36.7994450Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 2022-09-27T15:38:36.8075587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool 2022-09-27T15:38:36.8081003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 2022-09-27T15:38:36.8221112Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 2022-09-27T15:38:36.8350134Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 2022-09-27T15:38:36.8513420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 2022-09-27T15:38:36.8515350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 2022-09-27T15:38:36.8694791Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 2022-09-27T15:38:36.8754294Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 2022-09-27T15:38:36.8957633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 2022-09-27T15:38:36.8962118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 2022-09-27T15:38:36.9390236Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 2022-09-27T15:38:36.9398544Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 2022-09-27T15:38:36.9403601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 2022-09-27T15:38:36.9410526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 2022-09-27T15:38:36.9842183Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 2022-09-27T15:38:36.9847264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 2022-09-27T15:38:36.9957810Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 2022-09-27T15:38:37.0120347Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 2022-09-27T15:38:37.0275637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 2022-09-27T15:38:37.0283579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 2022-09-27T15:38:37.0717744Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 2022-09-27T15:38:37.0725932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:37.0938441Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:37.0962016Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool 2022-09-27T15:38:37.1156011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 2022-09-27T15:38:37.1162012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:38:37.1260161Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:38:37.1275071Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 2022-09-27T15:38:37.1602263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool 2022-09-27T15:38:37.1609875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:38:37.2043881Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:38:37.2051090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:38:37.2220255Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:38:37.2245759Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 2022-09-27T15:38:37.2482214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 2022-09-27T15:38:37.2494717Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool 2022-09-27T15:38:37.2504179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:38:37.2551769Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:38:37.2925961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 2022-09-27T15:38:37.2938729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:38:37.3516692Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:38:37.3535915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:38:37.3694735Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:38:37.3715603Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 2022-09-27T15:38:37.3756438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 2022-09-27T15:38:37.3794935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:38:37.4050564Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:38:37.4093907Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 2022-09-27T15:38:37.4122561Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 2022-09-27T15:38:37.4232833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 2022-09-27T15:38:37.4241843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 2022-09-27T15:38:37.4249347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:38:37.4635341Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:38:37.4667832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:38:37.5074814Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:38:37.5102255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:38:37.5302860Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:38:37.5323784Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 2022-09-27T15:38:37.5335130Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 2022-09-27T15:38:37.5392360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 2022-09-27T15:38:37.5592282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 2022-09-27T15:38:37.5601441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:38:37.6035163Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:38:37.6048584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 2022-09-27T15:38:37.6516642Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 2022-09-27T15:38:37.6525668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool 2022-09-27T15:38:37.6806672Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool 2022-09-27T15:38:37.6824726Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 2022-09-27T15:38:37.6944123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 2022-09-27T15:38:37.6948646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 2022-09-27T15:38:37.7386587Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 2022-09-27T15:38:37.7392070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 2022-09-27T15:38:37.7454037Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 2022-09-27T15:38:37.7480487Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 2022-09-27T15:38:37.7794864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 2022-09-27T15:38:37.7837786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 2022-09-27T15:38:37.8235070Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 2022-09-27T15:38:37.8280802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 2022-09-27T15:38:37.8400105Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 2022-09-27T15:38:37.8419873Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 2022-09-27T15:38:37.8707415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 2022-09-27T15:38:37.8712415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 2022-09-27T15:38:37.9157168Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 2022-09-27T15:38:37.9162296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 2022-09-27T15:38:37.9198605Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 2022-09-27T15:38:37.9212816Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 2022-09-27T15:38:37.9632833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 2022-09-27T15:38:37.9640980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 2022-09-27T15:38:37.9986519Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 2022-09-27T15:38:38.0026952Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 2022-09-27T15:38:38.0067247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 2022-09-27T15:38:38.0072889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 2022-09-27T15:38:38.0234059Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 2022-09-27T15:38:38.0247636Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 2022-09-27T15:38:38.0512440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 2022-09-27T15:38:38.0518117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:38.0979734Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:38.0985719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool 2022-09-27T15:38:38.1253821Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool 2022-09-27T15:38:38.1266816Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 2022-09-27T15:38:38.1432439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 2022-09-27T15:38:38.1438472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 2022-09-27T15:38:38.1894076Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 2022-09-27T15:38:38.1912105Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 2022-09-27T15:38:38.1914630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 2022-09-27T15:38:38.1947437Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 2022-09-27T15:38:38.2355262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 2022-09-27T15:38:38.2357149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 2022-09-27T15:38:38.2791192Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 2022-09-27T15:38:38.2792504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 2022-09-27T15:38:38.3089759Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 2022-09-27T15:38:38.3106501Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 2022-09-27T15:38:38.3235080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 2022-09-27T15:38:38.3238015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 2022-09-27T15:38:38.3653984Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 2022-09-27T15:38:38.3665994Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 2022-09-27T15:38:38.3671090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 2022-09-27T15:38:38.3686572Z [gw0] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 2022-09-27T15:38:38.4154964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 2022-09-27T15:38:38.4160722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 2022-09-27T15:38:38.4593164Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 2022-09-27T15:38:38.4596530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 2022-09-27T15:38:38.4756813Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 2022-09-27T15:38:38.4770039Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 2022-09-27T15:38:38.5072771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 2022-09-27T15:38:38.5073348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 2022-09-27T15:38:38.5515413Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 2022-09-27T15:38:38.5516080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool 2022-09-27T15:38:38.5955434Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool 2022-09-27T15:38:38.5956078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 2022-09-27T15:38:38.5996472Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 2022-09-27T15:38:38.6008354Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 2022-09-27T15:38:38.6017930Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 2022-09-27T15:38:38.6021869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool 2022-09-27T15:38:38.6404861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 2022-09-27T15:38:38.6405522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 2022-09-27T15:38:38.6841470Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 2022-09-27T15:38:38.6842148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 2022-09-27T15:38:38.7028116Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 2022-09-27T15:38:38.7045273Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 2022-09-27T15:38:38.7280217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 2022-09-27T15:38:38.7280823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 2022-09-27T15:38:38.7598409Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 2022-09-27T15:38:38.7614677Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 2022-09-27T15:38:38.7716033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 2022-09-27T15:38:38.7716725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 2022-09-27T15:38:38.8046732Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 2022-09-27T15:38:38.8056508Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 2022-09-27T15:38:38.8166629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 2022-09-27T15:38:38.8167221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 2022-09-27T15:38:38.8295369Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 2022-09-27T15:38:38.8551758Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 2022-09-27T15:38:38.8594903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool 2022-09-27T15:38:38.8597217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 2022-09-27T15:38:38.8616400Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 2022-09-27T15:38:38.8627229Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool 2022-09-27T15:38:38.8740846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 2022-09-27T15:38:38.8995906Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool 2022-09-27T15:38:38.9029212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 2022-09-27T15:38:38.9039562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 2022-09-27T15:38:38.9297972Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 2022-09-27T15:38:38.9390913Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 2022-09-27T15:38:38.9469271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 2022-09-27T15:38:38.9471412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 2022-09-27T15:38:38.9697580Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 2022-09-27T15:38:38.9717930Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 2022-09-27T15:38:38.9723274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 2022-09-27T15:38:38.9908371Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 2022-09-27T15:38:38.9910820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 2022-09-27T15:38:38.9989836Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 2022-09-27T15:38:39.0245641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 2022-09-27T15:38:39.0353746Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 2022-09-27T15:38:39.0361527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 2022-09-27T15:38:39.0364183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 2022-09-27T15:38:39.0738798Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 2022-09-27T15:38:39.0792155Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 2022-09-27T15:38:39.0795726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:39.0803477Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:39.1176228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 2022-09-27T15:38:39.1197487Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 2022-09-27T15:38:39.1237858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 2022-09-27T15:38:39.1240474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool 2022-09-27T15:38:39.1273530Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool 2022-09-27T15:38:39.1298841Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 2022-09-27T15:38:39.1720264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 2022-09-27T15:38:39.1725921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 2022-09-27T15:38:39.1789329Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 2022-09-27T15:38:39.1816321Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 2022-09-27T15:38:39.2198339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 2022-09-27T15:38:39.2205161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 2022-09-27T15:38:39.2249525Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 2022-09-27T15:38:39.2273435Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 2022-09-27T15:38:39.2490508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 2022-09-27T15:38:39.2631699Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 2022-09-27T15:38:39.2637691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 2022-09-27T15:38:39.2732666Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 2022-09-27T15:38:39.2930295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 2022-09-27T15:38:39.2953486Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 2022-09-27T15:38:39.2978529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 2022-09-27T15:38:39.3069556Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 2022-09-27T15:38:39.3075196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 2022-09-27T15:38:39.3183361Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 2022-09-27T15:38:39.3454123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 2022-09-27T15:38:39.3527329Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 2022-09-27T15:38:39.3533827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 2022-09-27T15:38:39.3589442Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 2022-09-27T15:38:39.3752535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 2022-09-27T15:38:39.3768356Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 2022-09-27T15:38:39.3925110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 2022-09-27T15:38:39.3956015Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 2022-09-27T15:38:39.3961963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 2022-09-27T15:38:39.4029474Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 2022-09-27T15:38:39.4383414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 2022-09-27T15:38:39.4389121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 2022-09-27T15:38:39.4656177Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 2022-09-27T15:38:39.4680508Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 2022-09-27T15:38:39.4718886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool 2022-09-27T15:38:39.4739660Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 2022-09-27T15:38:39.4831475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 2022-09-27T15:38:39.4841774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 2022-09-27T15:38:39.5231391Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 2022-09-27T15:38:39.5250685Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool 2022-09-27T15:38:39.5253165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 2022-09-27T15:38:39.5285707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 2022-09-27T15:38:39.5685194Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 2022-09-27T15:38:39.5702387Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 2022-09-27T15:38:39.5714968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 2022-09-27T15:38:39.5716996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 2022-09-27T15:38:39.6099253Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 2022-09-27T15:38:39.6119107Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 2022-09-27T15:38:39.6272667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 2022-09-27T15:38:39.6281393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 2022-09-27T15:38:39.6402937Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 2022-09-27T15:38:39.6416183Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 2022-09-27T15:38:39.6515541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 2022-09-27T15:38:39.6566856Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 2022-09-27T15:38:39.6593259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 2022-09-27T15:38:39.6596051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 2022-09-27T15:38:39.7030149Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 2022-09-27T15:38:39.7032422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool 2022-09-27T15:38:39.7178813Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool 2022-09-27T15:38:39.7224150Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 2022-09-27T15:38:39.7474559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 2022-09-27T15:38:39.7476708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 2022-09-27T15:38:39.7606760Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 2022-09-27T15:38:39.7629394Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 2022-09-27T15:38:39.7917886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 2022-09-27T15:38:39.7920075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 2022-09-27T15:38:39.7999564Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 2022-09-27T15:38:39.8008491Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 2022-09-27T15:38:39.8026765Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 2022-09-27T15:38:39.8069278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 2022-09-27T15:38:39.8353552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 2022-09-27T15:38:39.8357824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 2022-09-27T15:38:39.8636466Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 2022-09-27T15:38:39.8653248Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 2022-09-27T15:38:39.8789053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 2022-09-27T15:38:39.8792928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 2022-09-27T15:38:39.9240471Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 2022-09-27T15:38:39.9245293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 2022-09-27T15:38:39.9304174Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 2022-09-27T15:38:39.9330274Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 2022-09-27T15:38:39.9677216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 2022-09-27T15:38:39.9681744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 2022-09-27T15:38:39.9800563Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 2022-09-27T15:38:39.9823538Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 2022-09-27T15:38:40.0042649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 2022-09-27T15:38:40.0076834Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 2022-09-27T15:38:40.0080719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 2022-09-27T15:38:40.0113891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 2022-09-27T15:38:40.0512358Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 2022-09-27T15:38:40.0543539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 2022-09-27T15:38:40.0756897Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 2022-09-27T15:38:40.0783105Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 2022-09-27T15:38:40.0956204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 2022-09-27T15:38:40.1001163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 2022-09-27T15:38:40.1442819Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 2022-09-27T15:38:40.1448478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 2022-09-27T15:38:40.1881251Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 2022-09-27T15:38:40.1887097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 2022-09-27T15:38:40.2103407Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 2022-09-27T15:38:40.2129131Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 2022-09-27T15:38:40.2257120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool 2022-09-27T15:38:40.2274314Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 2022-09-27T15:38:40.2278152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 2022-09-27T15:38:40.2322677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:40.2760325Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:40.2765034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool 2022-09-27T15:38:40.3192431Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool 2022-09-27T15:38:40.3199685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 2022-09-27T15:38:40.3238151Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 2022-09-27T15:38:40.3251336Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 2022-09-27T15:38:40.3629568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 2022-09-27T15:38:40.3638815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 2022-09-27T15:38:40.4076206Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 2022-09-27T15:38:40.4083553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 2022-09-27T15:38:40.4522279Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 2022-09-27T15:38:40.4530590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 2022-09-27T15:38:40.4960671Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 2022-09-27T15:38:40.4969059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 2022-09-27T15:38:40.5032329Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 2022-09-27T15:38:40.5053137Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 2022-09-27T15:38:40.5203754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 2022-09-27T15:38:40.5219695Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool 2022-09-27T15:38:40.5406427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 2022-09-27T15:38:40.5414422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 2022-09-27T15:38:40.5836021Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 2022-09-27T15:38:40.5845722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 2022-09-27T15:38:40.6275128Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 2022-09-27T15:38:40.6285466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 2022-09-27T15:38:40.6596157Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 2022-09-27T15:38:40.6620025Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 2022-09-27T15:38:40.6715622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 2022-09-27T15:38:40.6716209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 2022-09-27T15:38:40.6875589Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 2022-09-27T15:38:40.6895376Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 2022-09-27T15:38:40.7169265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 2022-09-27T15:38:40.7169875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 2022-09-27T15:38:40.7595005Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 2022-09-27T15:38:40.7595802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 2022-09-27T15:38:40.7769772Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 2022-09-27T15:38:40.7786373Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 2022-09-27T15:38:40.8085829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 2022-09-27T15:38:40.8086436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 2022-09-27T15:38:40.8518071Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 2022-09-27T15:38:40.8518722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool 2022-09-27T15:38:40.8963788Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool 2022-09-27T15:38:40.8964477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 2022-09-27T15:38:40.9278564Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 2022-09-27T15:38:40.9306654Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 2022-09-27T15:38:40.9396295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 2022-09-27T15:38:40.9404492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 2022-09-27T15:38:40.9732144Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 2022-09-27T15:38:40.9759087Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 2022-09-27T15:38:40.9881919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 2022-09-27T15:38:40.9882530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 2022-09-27T15:38:41.0325146Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 2022-09-27T15:38:41.0325795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 2022-09-27T15:38:41.0762612Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 2022-09-27T15:38:41.0763293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 2022-09-27T15:38:41.0890206Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 2022-09-27T15:38:41.0901088Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 2022-09-27T15:38:41.1199290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 2022-09-27T15:38:41.1199879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 2022-09-27T15:38:41.1646979Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 2022-09-27T15:38:41.1647638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 2022-09-27T15:38:41.1942379Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 2022-09-27T15:38:41.1970698Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 2022-09-27T15:38:41.2073819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 2022-09-27T15:38:41.2081290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 2022-09-27T15:38:41.2320803Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 2022-09-27T15:38:41.2345866Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 2022-09-27T15:38:41.2524382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 2022-09-27T15:38:41.2536188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:41.2972242Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:41.2973151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool 2022-09-27T15:38:41.3408126Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool 2022-09-27T15:38:41.3408928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 2022-09-27T15:38:41.3838227Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 2022-09-27T15:38:41.3839116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 2022-09-27T15:38:41.4276739Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 2022-09-27T15:38:41.4277511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 2022-09-27T15:38:41.4469880Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 2022-09-27T15:38:41.4494478Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 2022-09-27T15:38:41.4605303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 2022-09-27T15:38:41.4630462Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 2022-09-27T15:38:41.4711522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 2022-09-27T15:38:41.4720516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 2022-09-27T15:38:41.4895960Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 2022-09-27T15:38:41.4918216Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 2022-09-27T15:38:41.5155262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 2022-09-27T15:38:41.5162713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 2022-09-27T15:38:41.5587926Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 2022-09-27T15:38:41.5595942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 2022-09-27T15:38:41.6032808Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 2022-09-27T15:38:41.6042581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 2022-09-27T15:38:41.6472532Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 2022-09-27T15:38:41.6473738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 2022-09-27T15:38:41.6783300Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 2022-09-27T15:38:41.6807102Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 2022-09-27T15:38:41.6912242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool 2022-09-27T15:38:41.6916418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 2022-09-27T15:38:41.7394646Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 2022-09-27T15:38:41.7399610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool 2022-09-27T15:38:41.7432027Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool 2022-09-27T15:38:41.7439156Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 2022-09-27T15:38:41.7875865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 2022-09-27T15:38:41.7879345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 2022-09-27T15:38:41.8360165Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 2022-09-27T15:38:41.8369049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 2022-09-27T15:38:41.8793394Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 2022-09-27T15:38:41.8802451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 2022-09-27T15:38:41.9241341Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 2022-09-27T15:38:41.9251621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 2022-09-27T15:38:41.9718014Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 2022-09-27T15:38:41.9727526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 2022-09-27T15:38:41.9932845Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 2022-09-27T15:38:41.9948471Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool 2022-09-27T15:38:42.0132931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 2022-09-27T15:38:42.0149082Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 2022-09-27T15:38:42.0156594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 2022-09-27T15:38:42.0167956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 2022-09-27T15:38:42.0596508Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 2022-09-27T15:38:42.0597207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 2022-09-27T15:38:42.0906453Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 2022-09-27T15:38:42.0984447Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 2022-09-27T15:38:42.1032561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 2022-09-27T15:38:42.1064468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 2022-09-27T15:38:42.1476416Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 2022-09-27T15:38:42.1518162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 2022-09-27T15:38:42.1953858Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 2022-09-27T15:38:42.1954756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 2022-09-27T15:38:42.2406328Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 2022-09-27T15:38:42.2406974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 2022-09-27T15:38:42.2843140Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 2022-09-27T15:38:42.2843815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:42.3279798Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:42.3280471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool 2022-09-27T15:38:42.3718653Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool 2022-09-27T15:38:42.3719338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 2022-09-27T15:38:42.3986866Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 2022-09-27T15:38:42.4103855Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 2022-09-27T15:38:42.4195752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 2022-09-27T15:38:42.4196350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 2022-09-27T15:38:42.4443482Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 2022-09-27T15:38:42.4468933Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 2022-09-27T15:38:42.4638428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 2022-09-27T15:38:42.4639040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 2022-09-27T15:38:42.5087591Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 2022-09-27T15:38:42.5088320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 2022-09-27T15:38:42.5520022Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 2022-09-27T15:38:42.5520674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 2022-09-27T15:38:42.5968370Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 2022-09-27T15:38:42.5969092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 2022-09-27T15:38:42.6397603Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 2022-09-27T15:38:42.6398278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 2022-09-27T15:38:42.6834591Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 2022-09-27T15:38:42.6845928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 2022-09-27T15:38:42.6877765Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 2022-09-27T15:38:42.6895441Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 2022-09-27T15:38:42.7319388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 2022-09-27T15:38:42.7320045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 2022-09-27T15:38:42.7660627Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 2022-09-27T15:38:42.7689929Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 2022-09-27T15:38:42.7763180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 2022-09-27T15:38:42.7763821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 2022-09-27T15:38:42.8199752Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 2022-09-27T15:38:42.8200663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 2022-09-27T15:38:42.8399651Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 2022-09-27T15:38:42.8438916Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 2022-09-27T15:38:42.8681150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool 2022-09-27T15:38:42.8681931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:38:42.9122824Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:38:42.9123641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 2022-09-27T15:38:42.9207093Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 2022-09-27T15:38:42.9217677Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 2022-09-27T15:38:42.9562975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 2022-09-27T15:38:42.9563728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 2022-09-27T15:38:42.9810201Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 2022-09-27T15:38:42.9847590Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 2022-09-27T15:38:42.9966968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 2022-09-27T15:38:43.0005060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:43.0431655Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:43.0442865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:38:43.0878479Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:38:43.0890727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:38:43.1313572Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:38:43.1323552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 2022-09-27T15:38:43.1589079Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 2022-09-27T15:38:43.1606477Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 2022-09-27T15:38:43.1743400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 2022-09-27T15:38:43.1759189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool 2022-09-27T15:38:43.2194150Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool 2022-09-27T15:38:43.2203514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 2022-09-27T15:38:43.2673621Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 2022-09-27T15:38:43.2682370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 2022-09-27T15:38:43.3158640Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 2022-09-27T15:38:43.3159305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 2022-09-27T15:38:43.3167384Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 2022-09-27T15:38:43.3184067Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 2022-09-27T15:38:43.3394929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 2022-09-27T15:38:43.3413762Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool 2022-09-27T15:38:43.3591442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 2022-09-27T15:38:43.3592023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 2022-09-27T15:38:43.4036571Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 2022-09-27T15:38:43.4037224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 2022-09-27T15:38:43.4215894Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 2022-09-27T15:38:43.4238203Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 2022-09-27T15:38:43.4470923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 2022-09-27T15:38:43.4480136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 2022-09-27T15:38:43.4960196Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 2022-09-27T15:38:43.4968884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 2022-09-27T15:38:43.5395282Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 2022-09-27T15:38:43.5405137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 2022-09-27T15:38:43.5577396Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 2022-09-27T15:38:43.5713353Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 2022-09-27T15:38:43.5831752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 2022-09-27T15:38:43.5841280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 2022-09-27T15:38:43.6272340Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 2022-09-27T15:38:43.6282254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 2022-09-27T15:38:43.6429072Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 2022-09-27T15:38:43.6454112Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 2022-09-27T15:38:43.6709803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 2022-09-27T15:38:43.6729859Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 2022-09-27T15:38:43.6738405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:43.6951878Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:43.6994226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool 2022-09-27T15:38:43.7150485Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool 2022-09-27T15:38:43.7159979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool 2022-09-27T15:38:43.7428986Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool 2022-09-27T15:38:43.7524886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 2022-09-27T15:38:43.7586612Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 2022-09-27T15:38:43.7597074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 2022-09-27T15:38:43.7650323Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 2022-09-27T15:38:43.7674830Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 2022-09-27T15:38:43.7816356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 2022-09-27T15:38:43.7843454Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 2022-09-27T15:38:43.7868111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 2022-09-27T15:38:43.7967764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 2022-09-27T15:38:43.8063005Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 2022-09-27T15:38:43.8077842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 2022-09-27T15:38:43.8350708Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 2022-09-27T15:38:43.8427781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 2022-09-27T15:38:43.8521641Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 2022-09-27T15:38:43.8569755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 2022-09-27T15:38:43.8831948Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 2022-09-27T15:38:43.8910145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 2022-09-27T15:38:43.9033830Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 2022-09-27T15:38:43.9034447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 2022-09-27T15:38:43.9145066Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 2022-09-27T15:38:43.9165400Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 2022-09-27T15:38:43.9309790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 2022-09-27T15:38:43.9356577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 2022-09-27T15:38:43.9385345Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 2022-09-27T15:38:43.9396267Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 2022-09-27T15:38:43.9471677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 2022-09-27T15:38:43.9478168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 2022-09-27T15:38:43.9714125Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 2022-09-27T15:38:43.9848961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 2022-09-27T15:38:43.9949168Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 2022-09-27T15:38:43.9956597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 2022-09-27T15:38:44.0196636Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 2022-09-27T15:38:44.0328385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 2022-09-27T15:38:44.0434730Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 2022-09-27T15:38:44.0441706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 2022-09-27T15:38:44.0676434Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 2022-09-27T15:38:44.0777782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 2022-09-27T15:38:44.0795990Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 2022-09-27T15:38:44.0807000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 2022-09-27T15:38:44.0867733Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 2022-09-27T15:38:44.0870018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 2022-09-27T15:38:44.0957743Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 2022-09-27T15:38:44.0973088Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 2022-09-27T15:38:44.1112785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 2022-09-27T15:38:44.1243982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 2022-09-27T15:38:44.1350146Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 2022-09-27T15:38:44.1352252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 2022-09-27T15:38:44.1552785Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 2022-09-27T15:38:44.1684908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 2022-09-27T15:38:44.1790919Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 2022-09-27T15:38:44.1791524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 2022-09-27T15:38:44.1994232Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 2022-09-27T15:38:44.2129779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 2022-09-27T15:38:44.2236432Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 2022-09-27T15:38:44.2237027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 2022-09-27T15:38:44.2511594Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 2022-09-27T15:38:44.2512208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 2022-09-27T15:38:44.2671647Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 2022-09-27T15:38:44.2672263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 2022-09-27T15:38:44.2788924Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 2022-09-27T15:38:44.2799078Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 2022-09-27T15:38:44.2941472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 2022-09-27T15:38:44.2944190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool 2022-09-27T15:38:44.3107943Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool 2022-09-27T15:38:44.3109541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 2022-09-27T15:38:44.3394876Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 2022-09-27T15:38:44.3395519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 2022-09-27T15:38:44.3551030Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 2022-09-27T15:38:44.3552743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 2022-09-27T15:38:44.3834662Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 2022-09-27T15:38:44.3835720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 2022-09-27T15:38:44.3954427Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 2022-09-27T15:38:44.4002869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 2022-09-27T15:38:44.4266095Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 2022-09-27T15:38:44.4267175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 2022-09-27T15:38:44.4432568Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 2022-09-27T15:38:44.4433584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 2022-09-27T15:38:44.4707037Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 2022-09-27T15:38:44.4707660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 2022-09-27T15:38:44.4765940Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 2022-09-27T15:38:44.4784025Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 2022-09-27T15:38:44.4876022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 2022-09-27T15:38:44.4876638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 2022-09-27T15:38:44.5149274Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 2022-09-27T15:38:44.5149904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 2022-09-27T15:38:44.5317890Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 2022-09-27T15:38:44.5318479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 2022-09-27T15:38:44.5591208Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 2022-09-27T15:38:44.5591841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 2022-09-27T15:38:44.5761843Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 2022-09-27T15:38:44.5762457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 2022-09-27T15:38:44.5991851Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 2022-09-27T15:38:44.6031137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 2022-09-27T15:38:44.6197228Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 2022-09-27T15:38:44.6198348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 2022-09-27T15:38:44.6467423Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 2022-09-27T15:38:44.6474298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 2022-09-27T15:38:44.6619012Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 2022-09-27T15:38:44.6632820Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 2022-09-27T15:38:44.6646334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 2022-09-27T15:38:44.6659427Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 2022-09-27T15:38:44.6907469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 2022-09-27T15:38:44.6913778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 2022-09-27T15:38:44.7063404Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 2022-09-27T15:38:44.7076289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 2022-09-27T15:38:44.7343689Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 2022-09-27T15:38:44.7349412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 2022-09-27T15:38:44.7504744Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 2022-09-27T15:38:44.7510286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:44.7748705Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:44.7758381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 2022-09-27T15:38:44.7773093Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 2022-09-27T15:38:44.7788241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 2022-09-27T15:38:44.7947813Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 2022-09-27T15:38:44.7948906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 2022-09-27T15:38:44.8155857Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 2022-09-27T15:38:44.8227024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool 2022-09-27T15:38:44.8388588Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool 2022-09-27T15:38:44.8391624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 2022-09-27T15:38:44.8404500Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 2022-09-27T15:38:44.8423439Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 2022-09-27T15:38:44.8594590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 2022-09-27T15:38:44.8659745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 2022-09-27T15:38:44.8850588Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 2022-09-27T15:38:44.8851522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 2022-09-27T15:38:44.9034725Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 2022-09-27T15:38:44.9106956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 2022-09-27T15:38:44.9266515Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 2022-09-27T15:38:44.9268288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 2022-09-27T15:38:44.9470901Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 2022-09-27T15:38:44.9537167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 2022-09-27T15:38:44.9712738Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 2022-09-27T15:38:44.9715376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 2022-09-27T15:38:44.9914760Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 2022-09-27T15:38:44.9994665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 2022-09-27T15:38:45.0083660Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 2022-09-27T15:38:45.0102684Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 2022-09-27T15:38:45.0147745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 2022-09-27T15:38:45.0150468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 2022-09-27T15:38:45.0353421Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 2022-09-27T15:38:45.0423550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 2022-09-27T15:38:45.0591948Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 2022-09-27T15:38:45.0598939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 2022-09-27T15:38:45.0795521Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 2022-09-27T15:38:45.0871648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 2022-09-27T15:38:45.1034046Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 2022-09-27T15:38:45.1041008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 2022-09-27T15:38:45.1238198Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 2022-09-27T15:38:45.1316466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 2022-09-27T15:38:45.1471770Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 2022-09-27T15:38:45.1478542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 2022-09-27T15:38:45.1675658Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 2022-09-27T15:38:45.1747003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 2022-09-27T15:38:45.1907347Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 2022-09-27T15:38:45.1913368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 2022-09-27T15:38:45.2111738Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 2022-09-27T15:38:45.2164045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 2022-09-27T15:38:45.2349387Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 2022-09-27T15:38:45.2354888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 2022-09-27T15:38:45.2486168Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 2022-09-27T15:38:45.2503035Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 2022-09-27T15:38:45.2756544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool 2022-09-27T15:38:45.2758776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 2022-09-27T15:38:45.2949343Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 2022-09-27T15:38:45.2951560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 2022-09-27T15:38:45.3188283Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 2022-09-27T15:38:45.3191241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 2022-09-27T15:38:45.3192518Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 2022-09-27T15:38:45.3309269Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 2022-09-27T15:38:45.3310416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 2022-09-27T15:38:45.3312231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool 2022-09-27T15:38:45.3468368Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool 2022-09-27T15:38:45.3549398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool 2022-09-27T15:38:45.3788614Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool 2022-09-27T15:38:45.3789479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 2022-09-27T15:38:45.3983012Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 2022-09-27T15:38:45.3983665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 2022-09-27T15:38:45.4225719Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 2022-09-27T15:38:45.4230426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 2022-09-27T15:38:45.4392172Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 2022-09-27T15:38:45.4400548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 2022-09-27T15:38:45.4662564Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 2022-09-27T15:38:45.4666065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 2022-09-27T15:38:45.4832587Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 2022-09-27T15:38:45.4836301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 2022-09-27T15:38:45.5046955Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 2022-09-27T15:38:45.5057229Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool 2022-09-27T15:38:45.5077710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 2022-09-27T15:38:45.5103832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 2022-09-27T15:38:45.5265161Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 2022-09-27T15:38:45.5269328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 2022-09-27T15:38:45.5545363Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 2022-09-27T15:38:45.5552531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 2022-09-27T15:38:45.5715595Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 2022-09-27T15:38:45.5721996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 2022-09-27T15:38:45.5985861Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 2022-09-27T15:38:45.5993197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 2022-09-27T15:38:45.6160587Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 2022-09-27T15:38:45.6165321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 2022-09-27T15:38:45.6425703Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 2022-09-27T15:38:45.6432492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 2022-09-27T15:38:45.6600876Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 2022-09-27T15:38:45.6602925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 2022-09-27T15:38:45.6864679Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 2022-09-27T15:38:45.6865348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 2022-09-27T15:38:45.7035427Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 2022-09-27T15:38:45.7036961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 2022-09-27T15:38:45.7304115Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 2022-09-27T15:38:45.7307455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 2022-09-27T15:38:45.7472335Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 2022-09-27T15:38:45.7474340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 2022-09-27T15:38:45.7716816Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 2022-09-27T15:38:45.7742097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 2022-09-27T15:38:45.7881294Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 2022-09-27T15:38:45.7895503Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 2022-09-27T15:38:45.7912424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 2022-09-27T15:38:45.7918945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 2022-09-27T15:38:45.7927404Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 2022-09-27T15:38:45.7944476Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 2022-09-27T15:38:45.8193996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 2022-09-27T15:38:45.8196403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 2022-09-27T15:38:45.8357050Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 2022-09-27T15:38:45.8359018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 2022-09-27T15:38:45.8627601Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 2022-09-27T15:38:45.8631757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:45.8787092Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:45.9066028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 2022-09-27T15:38:45.9070659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool 2022-09-27T15:38:45.9510160Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool 2022-09-27T15:38:45.9515590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:38:45.9953139Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:38:45.9958818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:38:45.9977449Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:38:45.9991443Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 2022-09-27T15:38:46.0384654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 2022-09-27T15:38:46.0390094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:38:46.0852068Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:38:46.0865233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 2022-09-27T15:38:46.1073475Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 2022-09-27T15:38:46.1089725Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 2022-09-27T15:38:46.1337795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 2022-09-27T15:38:46.1346070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 2022-09-27T15:38:46.1754743Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 2022-09-27T15:38:46.1779509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 2022-09-27T15:38:46.2192398Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 2022-09-27T15:38:46.2211554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 2022-09-27T15:38:46.2517518Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 2022-09-27T15:38:46.2533618Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 2022-09-27T15:38:46.2659730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 2022-09-27T15:38:46.2660986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 2022-09-27T15:38:46.3105197Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 2022-09-27T15:38:46.3105857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 2022-09-27T15:38:46.3543606Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 2022-09-27T15:38:46.3544288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 2022-09-27T15:38:46.3995993Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 2022-09-27T15:38:46.3996773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:38:46.4087252Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:38:46.4108690Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 2022-09-27T15:38:46.4416339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 2022-09-27T15:38:46.4422510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 2022-09-27T15:38:46.4897223Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 2022-09-27T15:38:46.4903621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool 2022-09-27T15:38:46.5376689Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool 2022-09-27T15:38:46.5381650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 2022-09-27T15:38:46.5816985Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 2022-09-27T15:38:46.5822266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 2022-09-27T15:38:46.5903012Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 2022-09-27T15:38:46.5916721Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 2022-09-27T15:38:46.6085674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 2022-09-27T15:38:46.6108278Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 2022-09-27T15:38:46.6296722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 2022-09-27T15:38:46.6301960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 2022-09-27T15:38:46.6736531Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 2022-09-27T15:38:46.6742190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 2022-09-27T15:38:46.7193474Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 2022-09-27T15:38:46.7216179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 2022-09-27T15:38:46.7589967Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 2022-09-27T15:38:46.7604985Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 2022-09-27T15:38:46.7632893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 2022-09-27T15:38:46.7657990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 2022-09-27T15:38:46.8075578Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 2022-09-27T15:38:46.8111271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 2022-09-27T15:38:46.8546164Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 2022-09-27T15:38:46.8551440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 2022-09-27T15:38:46.8990848Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 2022-09-27T15:38:46.8999553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 2022-09-27T15:38:46.9298139Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 2022-09-27T15:38:46.9326061Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 2022-09-27T15:38:46.9466352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 2022-09-27T15:38:46.9476353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 2022-09-27T15:38:46.9912539Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 2022-09-27T15:38:46.9922456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 2022-09-27T15:38:47.0350518Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 2022-09-27T15:38:47.0360312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:47.0595512Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:47.0611939Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 2022-09-27T15:38:47.0792013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 2022-09-27T15:38:47.0796374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool 2022-09-27T15:38:47.1034259Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool 2022-09-27T15:38:47.1051322Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 2022-09-27T15:38:47.1111833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 2022-09-27T15:38:47.1228418Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 2022-09-27T15:38:47.1230895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:38:47.1536778Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:38:47.1537828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool 2022-09-27T15:38:47.1667281Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool 2022-09-27T15:38:47.1670369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 2022-09-27T15:38:47.1977710Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 2022-09-27T15:38:47.1981361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 2022-09-27T15:38:47.2102316Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 2022-09-27T15:38:47.2102965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:38:47.2364274Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:38:47.2418931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 2022-09-27T15:38:47.2547791Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 2022-09-27T15:38:47.2553167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 2022-09-27T15:38:47.2857880Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 2022-09-27T15:38:47.2864834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 2022-09-27T15:38:47.2986378Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 2022-09-27T15:38:47.2991966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 2022-09-27T15:38:47.3296606Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 2022-09-27T15:38:47.3303502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 2022-09-27T15:38:47.3423605Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 2022-09-27T15:38:47.3429251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 2022-09-27T15:38:47.3734769Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 2022-09-27T15:38:47.3739971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 2022-09-27T15:38:47.3865913Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 2022-09-27T15:38:47.3870449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 2022-09-27T15:38:47.4151694Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 2022-09-27T15:38:47.4177205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 2022-09-27T15:38:47.4308283Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 2022-09-27T15:38:47.4311459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 2022-09-27T15:38:47.4325179Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 2022-09-27T15:38:47.4344594Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 2022-09-27T15:38:47.4554769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 2022-09-27T15:38:47.4612237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 2022-09-27T15:38:47.4713276Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 2022-09-27T15:38:47.4734791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 2022-09-27T15:38:47.4995034Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 2022-09-27T15:38:47.5051391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 2022-09-27T15:38:47.5179275Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 2022-09-27T15:38:47.5183455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 2022-09-27T15:38:47.5494239Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 2022-09-27T15:38:47.5497321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 2022-09-27T15:38:47.5618404Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 2022-09-27T15:38:47.5622830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:38:47.5908927Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:38:47.5926496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 2022-09-27T15:38:47.6065984Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 2022-09-27T15:38:47.6070603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 2022-09-27T15:38:47.6390324Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 2022-09-27T15:38:47.6511254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 2022-09-27T15:38:47.6514369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool 2022-09-27T15:38:47.6643824Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool 2022-09-27T15:38:47.6829350Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 2022-09-27T15:38:47.6948545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool 2022-09-27T15:38:47.6952700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 2022-09-27T15:38:47.7034230Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 2022-09-27T15:38:47.7268441Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool 2022-09-27T15:38:47.7381038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 2022-09-27T15:38:47.7384042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 2022-09-27T15:38:47.7473207Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 2022-09-27T15:38:47.7708080Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 2022-09-27T15:38:47.7713862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 2022-09-27T15:38:47.7732559Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 2022-09-27T15:38:47.7826610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 2022-09-27T15:38:47.7830578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 2022-09-27T15:38:47.7936374Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 2022-09-27T15:38:47.8147990Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 2022-09-27T15:38:47.8268797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 2022-09-27T15:38:47.8272696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 2022-09-27T15:38:47.8353195Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 2022-09-27T15:38:47.8590327Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 2022-09-27T15:38:47.8717540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 2022-09-27T15:38:47.8723529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 2022-09-27T15:38:47.8733249Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 2022-09-27T15:38:47.8950952Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 2022-09-27T15:38:47.9147682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 2022-09-27T15:38:47.9157347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 2022-09-27T15:38:47.9163232Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 2022-09-27T15:38:47.9470914Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 2022-09-27T15:38:47.9596766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 2022-09-27T15:38:47.9606889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 2022-09-27T15:38:47.9612580Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 2022-09-27T15:38:47.9832688Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 2022-09-27T15:38:48.0036813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 2022-09-27T15:38:48.0040292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 2022-09-27T15:38:48.0114701Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 2022-09-27T15:38:48.0281477Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 2022-09-27T15:38:48.0470144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 2022-09-27T15:38:48.0474021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 2022-09-27T15:38:48.0553079Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 2022-09-27T15:38:48.0830275Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 2022-09-27T15:38:48.0914865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 2022-09-27T15:38:48.0919218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 2022-09-27T15:38:48.0954540Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 2022-09-27T15:38:48.1099033Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 2022-09-27T15:38:48.1123013Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 2022-09-27T15:38:48.1268997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 2022-09-27T15:38:48.1354978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 2022-09-27T15:38:48.1359320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 2022-09-27T15:38:48.1434872Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 2022-09-27T15:38:48.1590937Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 2022-09-27T15:38:48.1838135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 2022-09-27T15:38:48.1842601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:48.2277904Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:48.2282085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool 2022-09-27T15:38:48.2708524Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool 2022-09-27T15:38:48.2712315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 2022-09-27T15:38:48.3155423Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 2022-09-27T15:38:48.3162056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 2022-09-27T15:38:48.3603053Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 2022-09-27T15:38:48.3607929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 2022-09-27T15:38:48.4037957Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 2022-09-27T15:38:48.4042628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 2022-09-27T15:38:48.4478851Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 2022-09-27T15:38:48.4487192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 2022-09-27T15:38:48.4921549Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 2022-09-27T15:38:48.4922274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 2022-09-27T15:38:48.5019723Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 2022-09-27T15:38:48.5054074Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 2022-09-27T15:38:48.5231265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 2022-09-27T15:38:48.5243449Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 2022-09-27T15:38:48.5328266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool 2022-09-27T15:38:48.5353379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 2022-09-27T15:38:48.5802838Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 2022-09-27T15:38:48.5803497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 2022-09-27T15:38:48.6200135Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 2022-09-27T15:38:48.6237819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 2022-09-27T15:38:48.6678279Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 2022-09-27T15:38:48.6681929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 2022-09-27T15:38:48.7111756Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 2022-09-27T15:38:48.7125508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 2022-09-27T15:38:48.7558996Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 2022-09-27T15:38:48.7572637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 2022-09-27T15:38:48.8042549Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 2022-09-27T15:38:48.8054183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool 2022-09-27T15:38:48.8451671Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool 2022-09-27T15:38:48.8489151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 2022-09-27T15:38:48.8798506Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 2022-09-27T15:38:48.8813157Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool 2022-09-27T15:38:48.8891147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 2022-09-27T15:38:48.8919080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 2022-09-27T15:38:48.9355432Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 2022-09-27T15:38:48.9364260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 2022-09-27T15:38:48.9790290Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 2022-09-27T15:38:48.9799934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 2022-09-27T15:38:49.0233067Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 2022-09-27T15:38:49.0243465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 2022-09-27T15:38:49.0254875Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 2022-09-27T15:38:49.0273732Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 2022-09-27T15:38:49.0465967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 2022-09-27T15:38:49.0480373Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 2022-09-27T15:38:49.0676221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 2022-09-27T15:38:49.0676863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 2022-09-27T15:38:49.1111811Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 2022-09-27T15:38:49.1136006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 2022-09-27T15:38:49.1555248Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 2022-09-27T15:38:49.1567224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 2022-09-27T15:38:49.1987910Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 2022-09-27T15:38:49.1997036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 2022-09-27T15:38:49.2442239Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 2022-09-27T15:38:49.2453686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 2022-09-27T15:38:49.2845746Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 2022-09-27T15:38:49.2884658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 2022-09-27T15:38:49.2902731Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 2022-09-27T15:38:49.2929099Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 2022-09-27T15:38:49.3308713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 2022-09-27T15:38:49.3318205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:49.3752034Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:49.3763025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool 2022-09-27T15:38:49.4192084Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool 2022-09-27T15:38:49.4202146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:38:49.4642017Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:38:49.4653877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:38:49.5080570Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:38:49.5091910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:38:49.5515834Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:38:49.5526307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 2022-09-27T15:38:49.5615136Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 2022-09-27T15:38:49.5631072Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 2022-09-27T15:38:49.5951565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 2022-09-27T15:38:49.5962597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 2022-09-27T15:38:49.6220145Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 2022-09-27T15:38:49.6240871Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 2022-09-27T15:38:49.6390268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 2022-09-27T15:38:49.6399812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 2022-09-27T15:38:49.6833077Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 2022-09-27T15:38:49.6843424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 2022-09-27T15:38:49.7283192Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 2022-09-27T15:38:49.7294575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 2022-09-27T15:38:49.7714209Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 2022-09-27T15:38:49.7724783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 2022-09-27T15:38:49.8162003Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 2022-09-27T15:38:49.8173697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 2022-09-27T15:38:49.8570634Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 2022-09-27T15:38:49.8614059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:38:49.8858889Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:38:49.8887760Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 2022-09-27T15:38:49.9010418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 2022-09-27T15:38:49.9044532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:38:49.9476881Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:38:49.9488005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool 2022-09-27T15:38:49.9500794Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool 2022-09-27T15:38:49.9519200Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 2022-09-27T15:38:49.9921321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool 2022-09-27T15:38:49.9922089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 2022-09-27T15:38:50.0359607Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 2022-09-27T15:38:50.0363471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 2022-09-27T15:38:50.0793613Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 2022-09-27T15:38:50.0799794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 2022-09-27T15:38:50.1178522Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 2022-09-27T15:38:50.1226791Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool 2022-09-27T15:38:50.1228499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 2022-09-27T15:38:50.1249097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 2022-09-27T15:38:50.1679014Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 2022-09-27T15:38:50.1679974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 2022-09-27T15:38:50.1714796Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 2022-09-27T15:38:50.1727740Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 2022-09-27T15:38:50.2137406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 2022-09-27T15:38:50.2137972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 2022-09-27T15:38:50.2554728Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 2022-09-27T15:38:50.2555476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 2022-09-27T15:38:50.3001390Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 2022-09-27T15:38:50.3002110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 2022-09-27T15:38:50.3439843Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 2022-09-27T15:38:50.3440597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 2022-09-27T15:38:50.3850614Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 2022-09-27T15:38:50.3885983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 2022-09-27T15:38:50.4320497Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 2022-09-27T15:38:50.4321143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 2022-09-27T15:38:50.4758261Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 2022-09-27T15:38:50.4759092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:50.4947847Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:50.4966992Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 2022-09-27T15:38:50.5191950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 2022-09-27T15:38:50.5192891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:38:50.5644641Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:38:50.5645397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:38:50.6089622Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:38:50.6090432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:38:50.6537893Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:38:50.6538917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:38:50.6832169Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:38:50.6857844Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 2022-09-27T15:38:50.6997242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 2022-09-27T15:38:50.7006397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:38:50.7277542Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:38:50.7293543Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 2022-09-27T15:38:50.7434096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool 2022-09-27T15:38:50.7438186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:38:50.7851768Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:38:50.7881263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:38:50.8316820Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:38:50.8320744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:38:50.8673940Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:38:50.8701202Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool 2022-09-27T15:38:50.8740197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 2022-09-27T15:38:50.8761765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:38:50.8791283Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:38:50.8809630Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 2022-09-27T15:38:50.9196430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool 2022-09-27T15:38:50.9197040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:38:50.9639532Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:38:50.9648324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:38:51.0035554Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:38:51.0081655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:38:51.0473790Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:38:51.0505055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 2022-09-27T15:38:51.0916091Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 2022-09-27T15:38:51.0953629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 2022-09-27T15:38:51.1111896Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 2022-09-27T15:38:51.1124388Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 2022-09-27T15:38:51.1396037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 2022-09-27T15:38:51.1439867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 2022-09-27T15:38:51.1457639Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 2022-09-27T15:38:51.1503310Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 2022-09-27T15:38:51.1866615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 2022-09-27T15:38:51.1882241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:51.2311766Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:51.2319304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 2022-09-27T15:38:51.2766675Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 2022-09-27T15:38:51.2774949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 2022-09-27T15:38:51.3107167Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 2022-09-27T15:38:51.3123991Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 2022-09-27T15:38:51.3188258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 2022-09-27T15:38:51.3189368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 2022-09-27T15:38:51.3628792Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 2022-09-27T15:38:51.3630048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 2022-09-27T15:38:51.4073556Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 2022-09-27T15:38:51.4074268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 2022-09-27T15:38:51.4514943Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 2022-09-27T15:38:51.4515663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:51.4881288Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:51.4907581Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 2022-09-27T15:38:51.4951669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 2022-09-27T15:38:51.4955159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 2022-09-27T15:38:51.5182158Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 2022-09-27T15:38:51.5199758Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 2022-09-27T15:38:51.5393121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 2022-09-27T15:38:51.5393844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 2022-09-27T15:38:51.5844696Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 2022-09-27T15:38:51.5845611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 2022-09-27T15:38:51.5954263Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 2022-09-27T15:38:51.5975553Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 2022-09-27T15:38:51.6282389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 2022-09-27T15:38:51.6287712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 2022-09-27T15:38:51.6714341Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 2022-09-27T15:38:51.6715807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 2022-09-27T15:38:51.7146968Z [gw0] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 2022-09-27T15:38:51.7157958Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 2022-09-27T15:38:51.7159336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:51.7182338Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:51.7554820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 2022-09-27T15:38:51.7586037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 2022-09-27T15:38:51.7995222Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 2022-09-27T15:38:51.8029694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 2022-09-27T15:38:51.8128406Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 2022-09-27T15:38:51.8152532Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 2022-09-27T15:38:51.8467346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 2022-09-27T15:38:51.8473156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 2022-09-27T15:38:51.8911060Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 2022-09-27T15:38:51.8916710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 2022-09-27T15:38:51.9166629Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 2022-09-27T15:38:51.9192086Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 2022-09-27T15:38:51.9351801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 2022-09-27T15:38:51.9356951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 2022-09-27T15:38:51.9790554Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 2022-09-27T15:38:51.9795629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:51.9944623Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:51.9966102Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 2022-09-27T15:38:52.0028976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 2022-09-27T15:38:52.0042050Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 2022-09-27T15:38:52.0193748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 2022-09-27T15:38:52.0230836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 2022-09-27T15:38:52.0711601Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 2022-09-27T15:38:52.0720714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 2022-09-27T15:38:52.0829915Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 2022-09-27T15:38:52.0854001Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 2022-09-27T15:38:52.1147512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 2022-09-27T15:38:52.1156055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 2022-09-27T15:38:52.1591345Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 2022-09-27T15:38:52.1594500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 2022-09-27T15:38:52.1720490Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 2022-09-27T15:38:52.1745879Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 2022-09-27T15:38:52.2040663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 2022-09-27T15:38:52.2051249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 2022-09-27T15:38:52.2478729Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 2022-09-27T15:38:52.2488562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:52.2915073Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:52.2924633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 2022-09-27T15:38:52.3359605Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 2022-09-27T15:38:52.3369710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 2022-09-27T15:38:52.3405851Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 2022-09-27T15:38:52.3425950Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 2022-09-27T15:38:52.3795644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 2022-09-27T15:38:52.3796395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 2022-09-27T15:38:52.4238605Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 2022-09-27T15:38:52.4240298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 2022-09-27T15:38:52.4681039Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 2022-09-27T15:38:52.4682583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 2022-09-27T15:38:52.5019386Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 2022-09-27T15:38:52.5044711Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 2022-09-27T15:38:52.5114375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool 2022-09-27T15:38:52.5122917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:52.5552807Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:52.5561882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 2022-09-27T15:38:52.5954160Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 2022-09-27T15:38:52.5988732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 2022-09-27T15:38:52.6393540Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 2022-09-27T15:38:52.6416981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 2022-09-27T15:38:52.6579314Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 2022-09-27T15:38:52.6584475Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 2022-09-27T15:38:52.6666635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 2022-09-27T15:38:52.6675642Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool 2022-09-27T15:38:52.6831675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 2022-09-27T15:38:52.6852255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 2022-09-27T15:38:52.7271893Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 2022-09-27T15:38:52.7295194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 2022-09-27T15:38:52.7710935Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 2022-09-27T15:38:52.7730444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:52.8151078Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:52.8182284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 2022-09-27T15:38:52.8594782Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 2022-09-27T15:38:52.8633470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 2022-09-27T15:38:52.8722043Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 2022-09-27T15:38:52.8729872Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 2022-09-27T15:38:52.9033641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 2022-09-27T15:38:52.9072466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 2022-09-27T15:38:52.9522963Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 2022-09-27T15:38:52.9531785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 2022-09-27T15:38:52.9922661Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 2022-09-27T15:38:52.9982051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 2022-09-27T15:38:53.0401464Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 2022-09-27T15:38:53.0413220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 2022-09-27T15:38:53.0840665Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 2022-09-27T15:38:53.0852022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 2022-09-27T15:38:53.1144832Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 2022-09-27T15:38:53.1164324Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool 2022-09-27T15:38:53.1267208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 2022-09-27T15:38:53.1272265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 2022-09-27T15:38:53.1442945Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 2022-09-27T15:38:53.1462698Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 2022-09-27T15:38:53.1719972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 2022-09-27T15:38:53.1725674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 2022-09-27T15:38:53.2554783Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 2022-09-27T15:38:53.2555524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:53.2955576Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:53.2956485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 2022-09-27T15:38:53.3358101Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 2022-09-27T15:38:53.3360805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 2022-09-27T15:38:53.3764466Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 2022-09-27T15:38:53.3799074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 2022-09-27T15:38:53.4232783Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 2022-09-27T15:38:53.4236089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 2022-09-27T15:38:53.4727826Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 2022-09-27T15:38:53.4732994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 2022-09-27T15:38:53.5080541Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 2022-09-27T15:38:53.5093465Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 2022-09-27T15:38:53.5156856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 2022-09-27T15:38:53.5159906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 2022-09-27T15:38:53.5590248Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 2022-09-27T15:38:53.5590966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 2022-09-27T15:38:53.5605579Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 2022-09-27T15:38:53.5626309Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 2022-09-27T15:38:53.5996826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 2022-09-27T15:38:53.6041633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 2022-09-27T15:38:53.6476396Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 2022-09-27T15:38:53.6482763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 2022-09-27T15:38:53.6922923Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 2022-09-27T15:38:53.6923709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:53.7359359Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:53.7360752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 2022-09-27T15:38:53.7836685Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 2022-09-27T15:38:53.7840622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 2022-09-27T15:38:53.7846609Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 2022-09-27T15:38:53.7856622Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 2022-09-27T15:38:53.8278529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 2022-09-27T15:38:53.8282379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 2022-09-27T15:38:53.8708114Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 2022-09-27T15:38:53.8717274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 2022-09-27T15:38:53.8861243Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 2022-09-27T15:38:53.8879458Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 2022-09-27T15:38:53.9152011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 2022-09-27T15:38:53.9155182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 2022-09-27T15:38:53.9595228Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 2022-09-27T15:38:53.9598257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 2022-09-27T15:38:54.0033427Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 2022-09-27T15:38:54.0039735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 2022-09-27T15:38:54.0467992Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 2022-09-27T15:38:54.0473926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 2022-09-27T15:38:54.0594234Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 2022-09-27T15:38:54.0613982Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 2022-09-27T15:38:54.0732564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool 2022-09-27T15:38:54.0951693Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool 2022-09-27T15:38:54.0952764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:54.1061010Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:54.1139976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 2022-09-27T15:38:54.1390495Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 2022-09-27T15:38:54.1391207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 2022-09-27T15:38:54.1496476Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 2022-09-27T15:38:54.1576579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 2022-09-27T15:38:54.1794490Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 2022-09-27T15:38:54.1816131Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 2022-09-27T15:38:54.1829361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 2022-09-27T15:38:54.1834396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 2022-09-27T15:38:54.1988066Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 2022-09-27T15:38:54.2113320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 2022-09-27T15:38:54.2314341Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 2022-09-27T15:38:54.2318384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 2022-09-27T15:38:54.2352415Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 2022-09-27T15:38:54.2478562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 2022-09-27T15:38:54.2719530Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 2022-09-27T15:38:54.2758503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 2022-09-27T15:38:54.2792159Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 2022-09-27T15:38:54.2915437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 2022-09-27T15:38:54.3200575Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 2022-09-27T15:38:54.3204443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 2022-09-27T15:38:54.3254985Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 2022-09-27T15:38:54.3632749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 2022-09-27T15:38:54.3636541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:38:54.3641084Z [gw0] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:38:54.3670745Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 2022-09-27T15:38:54.4038631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 2022-09-27T15:38:54.4108351Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 2022-09-27T15:38:54.4114836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:38:54.4194061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 2022-09-27T15:38:54.4376319Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:38:54.4489579Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 2022-09-27T15:38:54.4575302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:38:54.4612054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 2022-09-27T15:38:54.4747428Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:38:54.4977703Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 2022-09-27T15:38:54.5021285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:38:54.5111105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool 2022-09-27T15:38:54.5432326Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:38:54.5507820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:38:54.5545086Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:38:54.5583714Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool 2022-09-27T15:38:54.5872251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 2022-09-27T15:38:54.5926464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:38:54.5980277Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 2022-09-27T15:38:54.5991891Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:38:54.6023984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 2022-09-27T15:38:54.6049953Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 2022-09-27T15:38:54.6281958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 2022-09-27T15:38:54.6324764Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 2022-09-27T15:38:54.6417541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:38:54.6431247Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:38:54.6737381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 2022-09-27T15:38:54.6793199Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 2022-09-27T15:38:54.6871905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:38:54.6907403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 2022-09-27T15:38:54.7051808Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:38:54.7204314Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 2022-09-27T15:38:54.7224247Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 2022-09-27T15:38:54.7307567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 2022-09-27T15:38:54.7336785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:38:54.7358953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 2022-09-27T15:38:54.7671100Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:38:54.7682335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 2022-09-27T15:38:54.7750699Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 2022-09-27T15:38:54.8694280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 2022-09-27T15:38:54.8732581Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 2022-09-27T15:38:54.9260133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 2022-09-27T15:38:54.9299594Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 2022-09-27T15:38:54.9756974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 2022-09-27T15:38:54.9790583Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 2022-09-27T15:38:55.0305851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 2022-09-27T15:38:55.0342464Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 2022-09-27T15:38:55.0496973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool 2022-09-27T15:38:55.0521301Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 2022-09-27T15:38:55.0889411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 2022-09-27T15:38:55.0928985Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool 2022-09-27T15:38:55.1306522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 2022-09-27T15:38:55.1351018Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 2022-09-27T15:38:55.1746221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 2022-09-27T15:38:55.1791140Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 2022-09-27T15:38:55.2336464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 2022-09-27T15:38:55.2362291Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 2022-09-27T15:38:55.2396489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool 2022-09-27T15:38:55.2438684Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 2022-09-27T15:38:55.2983970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 2022-09-27T15:38:55.3019088Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 2022-09-27T15:38:55.3502688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 2022-09-27T15:38:55.3535067Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 2022-09-27T15:38:55.4017873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 2022-09-27T15:38:55.4050829Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 2022-09-27T15:38:55.4533806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 2022-09-27T15:38:55.4569035Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 2022-09-27T15:38:55.5596461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 2022-09-27T15:38:55.5650185Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 2022-09-27T15:38:55.5830973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 2022-09-27T15:38:55.5858248Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool 2022-09-27T15:38:55.5901482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 2022-09-27T15:38:55.5913089Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 2022-09-27T15:38:55.6418329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 2022-09-27T15:38:55.6462473Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 2022-09-27T15:38:55.6635839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:38:55.6945832Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:38:55.6953913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool 2022-09-27T15:38:55.7395225Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool 2022-09-27T15:38:55.7404095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 2022-09-27T15:38:55.7827964Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 2022-09-27T15:38:55.7833198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 2022-09-27T15:38:55.8277278Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 2022-09-27T15:38:55.8277998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 2022-09-27T15:38:55.8715089Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 2022-09-27T15:38:55.8715742Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 2022-09-27T15:38:55.9112041Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 2022-09-27T15:38:55.9165153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 2022-09-27T15:38:55.9525538Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 2022-09-27T15:38:55.9536271Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 2022-09-27T15:38:55.9564122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 2022-09-27T15:38:55.9588351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 2022-09-27T15:38:56.0026340Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 2022-09-27T15:38:56.0037903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 2022-09-27T15:38:56.0461078Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 2022-09-27T15:38:56.0470218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 2022-09-27T15:38:56.0902761Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 2022-09-27T15:38:56.0913968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 2022-09-27T15:38:56.1042770Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 2022-09-27T15:38:56.1058841Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 2022-09-27T15:38:56.1345790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 2022-09-27T15:38:56.1355628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 2022-09-27T15:38:56.1753545Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 2022-09-27T15:38:56.1781279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 2022-09-27T15:38:56.2156061Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 2022-09-27T15:38:56.2429227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool 2022-09-27T15:38:56.2594250Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool 2022-09-27T15:38:56.2832241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 2022-09-27T15:38:56.2881392Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 2022-09-27T15:38:56.2908227Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 2022-09-27T15:38:56.3031236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 2022-09-27T15:38:56.3270056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 2022-09-27T15:38:56.3476222Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 2022-09-27T15:38:56.3837043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 2022-09-27T15:38:56.3912739Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 2022-09-27T15:38:56.4379124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 2022-09-27T15:38:56.4426488Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 2022-09-27T15:38:56.4833500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 2022-09-27T15:38:56.4847046Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 2022-09-27T15:38:56.4898540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 2022-09-27T15:38:56.4936000Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 2022-09-27T15:38:56.5412019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 2022-09-27T15:38:56.5458468Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 2022-09-27T15:38:56.6036611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 2022-09-27T15:38:56.6037239Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 2022-09-27T15:38:56.6502257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 2022-09-27T15:38:56.6555374Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 2022-09-27T15:38:56.6922168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 2022-09-27T15:38:56.6991096Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 2022-09-27T15:38:56.7466312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool 2022-09-27T15:38:56.7507874Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool 2022-09-27T15:38:56.7887609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 2022-09-27T15:38:56.7929929Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 2022-09-27T15:38:56.7933794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 2022-09-27T15:38:56.7967376Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 2022-09-27T15:38:56.8325611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 2022-09-27T15:38:56.8369860Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 2022-09-27T15:38:56.8859364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 2022-09-27T15:38:56.8895057Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 2022-09-27T15:38:56.9228851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 2022-09-27T15:38:56.9258126Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 2022-09-27T15:38:56.9383037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 2022-09-27T15:38:56.9403953Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 2022-09-27T15:38:56.9872273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 2022-09-27T15:38:56.9890821Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 2022-09-27T15:38:57.0364068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 2022-09-27T15:38:57.0388172Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 2022-09-27T15:38:57.0878923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 2022-09-27T15:38:57.0911961Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 2022-09-27T15:38:57.1524896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 2022-09-27T15:38:57.1567725Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 2022-09-27T15:38:57.2050969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 2022-09-27T15:38:57.2085430Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 2022-09-27T15:38:57.2164401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool 2022-09-27T15:38:57.2192632Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 2022-09-27T15:38:57.2294511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 2022-09-27T15:38:57.2331123Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 2022-09-27T15:38:57.3399328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool 2022-09-27T15:38:57.3507040Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool 2022-09-27T15:38:57.4317706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 2022-09-27T15:38:57.4334330Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 2022-09-27T15:38:57.4928918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 2022-09-27T15:38:57.4980478Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 2022-09-27T15:38:57.5304008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 2022-09-27T15:38:57.5340024Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool 2022-09-27T15:38:57.5681881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 2022-09-27T15:38:57.5699715Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 2022-09-27T15:38:57.5773810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 2022-09-27T15:38:57.5798439Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 2022-09-27T15:38:57.6576390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 2022-09-27T15:38:57.6593925Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 2022-09-27T15:38:57.7305108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 2022-09-27T15:38:57.7442459Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 2022-09-27T15:38:57.8091092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 2022-09-27T15:38:57.8120289Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 2022-09-27T15:38:57.8194425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 2022-09-27T15:38:57.8249802Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 2022-09-27T15:38:57.8480488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 2022-09-27T15:38:57.8504219Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 2022-09-27T15:38:57.9111916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 2022-09-27T15:38:57.9131757Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 2022-09-27T15:38:57.9701853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 2022-09-27T15:38:57.9723585Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 2022-09-27T15:38:57.9954217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 2022-09-27T15:38:57.9975485Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 2022-09-27T15:38:58.0418684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 2022-09-27T15:38:58.0449439Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 2022-09-27T15:38:58.0723557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool 2022-09-27T15:38:58.0873946Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool 2022-09-27T15:38:58.0995532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 2022-09-27T15:38:58.1316622Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 2022-09-27T15:38:58.1445680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 2022-09-27T15:38:58.1509960Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 2022-09-27T15:38:58.1533708Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 2022-09-27T15:38:58.1762830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 2022-09-27T15:38:58.1775166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 2022-09-27T15:38:58.1800378Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 2022-09-27T15:38:58.1918830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 2022-09-27T15:38:58.2206038Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 2022-09-27T15:38:58.2360848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 2022-09-27T15:38:58.2672722Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 2022-09-27T15:38:58.2816830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 2022-09-27T15:38:58.2996429Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 2022-09-27T15:38:58.3020847Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 2022-09-27T15:38:58.3092709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 2022-09-27T15:38:58.3357111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 2022-09-27T15:38:58.3551673Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 2022-09-27T15:38:58.3780863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 2022-09-27T15:38:58.4029830Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 2022-09-27T15:38:58.4083355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 2022-09-27T15:38:58.4470560Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 2022-09-27T15:38:58.4550524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 2022-09-27T15:38:58.4909750Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 2022-09-27T15:38:58.5056239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool 2022-09-27T15:38:58.5076409Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 2022-09-27T15:38:58.5264995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 2022-09-27T15:38:58.5284682Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool 2022-09-27T15:38:58.5694367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 2022-09-27T15:38:58.5716964Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 2022-09-27T15:38:58.5991533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 2022-09-27T15:38:58.6025085Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 2022-09-27T15:38:58.6130653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 2022-09-27T15:38:58.6152485Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 2022-09-27T15:38:58.6160707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 2022-09-27T15:38:58.6436884Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 2022-09-27T15:38:58.6494665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool 2022-09-27T15:38:58.6637218Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool 2022-09-27T15:38:58.6661916Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 2022-09-27T15:38:58.6914557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 2022-09-27T15:38:58.7004088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 2022-09-27T15:38:58.7102743Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 2022-09-27T15:38:58.7133034Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 2022-09-27T15:38:58.7266242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 2022-09-27T15:38:58.7293448Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 2022-09-27T15:38:58.7430004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 2022-09-27T15:38:58.7453437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 2022-09-27T15:38:58.7668094Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 2022-09-27T15:38:58.7696247Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 2022-09-27T15:38:58.7869224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 2022-09-27T15:38:58.7896758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 2022-09-27T15:38:58.8310196Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 2022-09-27T15:38:58.8318294Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 2022-09-27T15:38:58.8322493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 2022-09-27T15:38:58.8337926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 2022-09-27T15:38:58.8516414Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 2022-09-27T15:38:58.8628649Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 2022-09-27T15:38:58.8750217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 2022-09-27T15:38:58.8769029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 2022-09-27T15:38:58.8847397Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 2022-09-27T15:38:58.8990477Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 2022-09-27T15:38:58.9100061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 2022-09-27T15:38:58.9138218Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 2022-09-27T15:38:58.9197737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 2022-09-27T15:38:58.9510311Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 2022-09-27T15:38:58.9556213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 2022-09-27T15:38:58.9569119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 2022-09-27T15:38:58.9618274Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 2022-09-27T15:38:58.9913047Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 2022-09-27T15:38:59.0004621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 2022-09-27T15:38:59.0012896Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 2022-09-27T15:38:59.0050360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 2022-09-27T15:38:59.0178257Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 2022-09-27T15:38:59.0188927Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 2022-09-27T15:38:59.0427530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 2022-09-27T15:38:59.0465475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 2022-09-27T15:38:59.0503748Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 2022-09-27T15:38:59.0511532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 2022-09-27T15:38:59.0949745Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 2022-09-27T15:38:59.0961068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 2022-09-27T15:38:59.0970582Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 2022-09-27T15:38:59.1278455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 2022-09-27T15:38:59.1312159Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 2022-09-27T15:38:59.1320223Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 2022-09-27T15:38:59.1331411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 2022-09-27T15:38:59.1392207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 2022-09-27T15:38:59.1392797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 2022-09-27T15:38:59.1711781Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 2022-09-27T15:38:59.1754485Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 2022-09-27T15:38:59.1829416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 2022-09-27T15:38:59.2154186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 2022-09-27T15:38:59.2192755Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 2022-09-27T15:38:59.3073294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 2022-09-27T15:38:59.3099307Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 2022-09-27T15:38:59.3494628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 2022-09-27T15:38:59.3522894Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 2022-09-27T15:38:59.3914690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 2022-09-27T15:38:59.3954446Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 2022-09-27T15:38:59.4034839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 2022-09-27T15:38:59.4060463Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 2022-09-27T15:38:59.5716010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool 2022-09-27T15:38:59.5751195Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 2022-09-27T15:38:59.6200216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 2022-09-27T15:38:59.6232895Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool 2022-09-27T15:38:59.7198673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 2022-09-27T15:38:59.7230168Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 2022-09-27T15:38:59.8653199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 2022-09-27T15:38:59.8676919Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 2022-09-27T15:38:59.9012868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 2022-09-27T15:38:59.9040656Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 2022-09-27T15:39:00.0364117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool 2022-09-27T15:39:00.0402098Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 2022-09-27T15:39:00.0852438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 2022-09-27T15:39:00.0870358Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 2022-09-27T15:39:00.1786950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 2022-09-27T15:39:00.1809996Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 2022-09-27T15:39:00.1968342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 2022-09-27T15:39:00.2008866Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool 2022-09-27T15:39:00.2404155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 2022-09-27T15:39:00.2434456Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 2022-09-27T15:39:00.3230906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 2022-09-27T15:39:00.3253913Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 2022-09-27T15:39:00.4110053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 2022-09-27T15:39:00.4139778Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 2022-09-27T15:39:00.5579724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 2022-09-27T15:39:00.5609138Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 2022-09-27T15:39:00.6996904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 2022-09-27T15:39:00.7023713Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 2022-09-27T15:39:00.8321740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 2022-09-27T15:39:00.8355901Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 2022-09-27T15:39:00.9756172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 2022-09-27T15:39:00.9787402Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 2022-09-27T15:39:01.0895791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 2022-09-27T15:39:01.0932227Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 2022-09-27T15:39:01.1645765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 2022-09-27T15:39:01.1802551Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 2022-09-27T15:39:01.4681705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 2022-09-27T15:39:01.4791430Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 2022-09-27T15:39:01.7328444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool 2022-09-27T15:39:01.7342094Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 2022-09-27T15:39:01.9238792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 2022-09-27T15:39:01.9266392Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool 2022-09-27T15:39:02.4046969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 2022-09-27T15:39:02.4087591Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 2022-09-27T15:39:02.6579809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 2022-09-27T15:39:02.6617074Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 2022-09-27T15:39:02.9542689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 2022-09-27T15:39:02.9645801Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 2022-09-27T15:39:02.9920992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 2022-09-27T15:39:02.9945721Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 2022-09-27T15:39:03.0169618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 2022-09-27T15:39:03.0196162Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 2022-09-27T15:39:03.1357630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 2022-09-27T15:39:03.1385344Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 2022-09-27T15:39:03.2274183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 2022-09-27T15:39:03.2296172Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 2022-09-27T15:39:03.2698169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 2022-09-27T15:39:03.2720734Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 2022-09-27T15:39:03.4184182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 2022-09-27T15:39:03.4215665Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 2022-09-27T15:39:03.7072250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 2022-09-27T15:39:03.7100221Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 2022-09-27T15:39:03.8621151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 2022-09-27T15:39:03.8659739Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 2022-09-27T15:39:03.8831056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 2022-09-27T15:39:03.8855943Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 2022-09-27T15:39:04.1273733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 2022-09-27T15:39:04.1299564Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 2022-09-27T15:39:04.2664219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 2022-09-27T15:39:04.2690692Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 2022-09-27T15:39:04.3586379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 2022-09-27T15:39:04.3621085Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 2022-09-27T15:39:04.8063222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 2022-09-27T15:39:04.8103677Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 2022-09-27T15:39:04.9458686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool 2022-09-27T15:39:04.9493196Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 2022-09-27T15:39:05.1607085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 2022-09-27T15:39:05.1647172Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 2022-09-27T15:39:05.3572756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 2022-09-27T15:39:05.3595240Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 2022-09-27T15:39:05.4072525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 2022-09-27T15:39:05.4104250Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool 2022-09-27T15:39:05.7670615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 2022-09-27T15:39:05.7704283Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 2022-09-27T15:39:06.0705092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 2022-09-27T15:39:06.0734690Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 2022-09-27T15:39:06.1145159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 2022-09-27T15:39:06.1166731Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 2022-09-27T15:39:06.1655326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 2022-09-27T15:39:06.1688452Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 2022-09-27T15:39:06.4051941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 2022-09-27T15:39:06.4075182Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 2022-09-27T15:39:06.4094640Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 2022-09-27T15:39:06.4100645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 2022-09-27T15:39:06.5936494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 2022-09-27T15:39:06.5983556Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 2022-09-27T15:39:07.1023472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:39:07.1055022Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 2022-09-27T15:39:07.1728212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 2022-09-27T15:39:07.1765647Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:39:07.3968821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool 2022-09-27T15:39:07.4007046Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 2022-09-27T15:39:07.4359364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 2022-09-27T15:39:07.4389153Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool 2022-09-27T15:39:07.5045816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 2022-09-27T15:39:07.5081603Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 2022-09-27T15:39:07.7762885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 2022-09-27T15:39:07.7799598Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 2022-09-27T15:39:08.1334327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 2022-09-27T15:39:08.1367591Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 2022-09-27T15:39:08.2193061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 2022-09-27T15:39:08.2226525Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 2022-09-27T15:39:08.3666610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 2022-09-27T15:39:08.3720855Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 2022-09-27T15:39:08.6166651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 2022-09-27T15:39:08.6206725Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 2022-09-27T15:39:08.6327285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 2022-09-27T15:39:08.6362042Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 2022-09-27T15:39:09.0169700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 2022-09-27T15:39:09.0203753Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 2022-09-27T15:39:09.2330989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 2022-09-27T15:39:09.2367632Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 2022-09-27T15:39:09.2592219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 2022-09-27T15:39:09.2614041Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 2022-09-27T15:39:09.3771049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 2022-09-27T15:39:09.3796726Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 2022-09-27T15:39:09.5202492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 2022-09-27T15:39:09.5227968Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 2022-09-27T15:39:09.5981340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 2022-09-27T15:39:09.6004293Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 2022-09-27T15:39:09.6110636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 2022-09-27T15:39:09.6153497Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 2022-09-27T15:39:09.6330185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 2022-09-27T15:39:09.6355416Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 2022-09-27T15:39:09.7898473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 2022-09-27T15:39:09.7915567Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 2022-09-27T15:39:09.9406573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 2022-09-27T15:39:09.9432456Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 2022-09-27T15:39:10.0154859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 2022-09-27T15:39:10.0189417Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 2022-09-27T15:39:10.1072725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool 2022-09-27T15:39:10.1095886Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 2022-09-27T15:39:10.2650068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 2022-09-27T15:39:10.2691581Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 2022-09-27T15:39:10.2963240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 2022-09-27T15:39:10.3148272Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 2022-09-27T15:39:10.3189956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool 2022-09-27T15:39:10.3380806Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool 2022-09-27T15:39:10.3423857Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 2022-09-27T15:39:10.3599044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 2022-09-27T15:39:10.3660780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 2022-09-27T15:39:10.4031446Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 2022-09-27T15:39:10.4103740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 2022-09-27T15:39:10.4470983Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 2022-09-27T15:39:10.4555624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 2022-09-27T15:39:10.4889830Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 2022-09-27T15:39:10.4970515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 2022-09-27T15:39:10.5242339Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 2022-09-27T15:39:10.5263213Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool 2022-09-27T15:39:10.5351312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 2022-09-27T15:39:10.5411968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 2022-09-27T15:39:10.5754670Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 2022-09-27T15:39:10.5853834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 2022-09-27T15:39:10.6276644Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 2022-09-27T15:39:10.6284296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 2022-09-27T15:39:10.6716364Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 2022-09-27T15:39:10.6724294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 2022-09-27T15:39:10.7155758Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 2022-09-27T15:39:10.7164581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 2022-09-27T15:39:10.7596311Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 2022-09-27T15:39:10.7600682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 2022-09-27T15:39:10.7975296Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 2022-09-27T15:39:10.8049774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 2022-09-27T15:39:10.8469578Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 2022-09-27T15:39:10.9096924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:39:10.9159440Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:39:10.9295298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 2022-09-27T15:39:10.9318822Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 2022-09-27T15:39:10.9870774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 2022-09-27T15:39:10.9897509Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 2022-09-27T15:39:11.0521098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 2022-09-27T15:39:11.0547124Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 2022-09-27T15:39:11.1151260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 2022-09-27T15:39:11.1184278Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 2022-09-27T15:39:11.4276312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 2022-09-27T15:39:11.4295666Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 2022-09-27T15:39:11.5404624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 2022-09-27T15:39:11.5481686Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 2022-09-27T15:39:11.5492451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool 2022-09-27T15:39:11.5519873Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 2022-09-27T15:39:11.6625819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 2022-09-27T15:39:11.6650940Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 2022-09-27T15:39:11.8167291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 2022-09-27T15:39:11.8193681Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 2022-09-27T15:39:11.9038511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 2022-09-27T15:39:11.9194186Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool 2022-09-27T15:39:11.9673788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 2022-09-27T15:39:11.9700438Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 2022-09-27T15:39:11.9744005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 2022-09-27T15:39:11.9761879Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 2022-09-27T15:39:12.1106124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 2022-09-27T15:39:12.1116745Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 2022-09-27T15:39:12.1207382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool 2022-09-27T15:39:12.1233225Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 2022-09-27T15:39:12.1636352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 2022-09-27T15:39:12.1649876Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool 2022-09-27T15:39:12.2202530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 2022-09-27T15:39:12.2214396Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 2022-09-27T15:39:12.2336322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 2022-09-27T15:39:12.2369021Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 2022-09-27T15:39:12.2663592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 2022-09-27T15:39:12.2689619Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 2022-09-27T15:39:12.2773577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 2022-09-27T15:39:12.2787676Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 2022-09-27T15:39:12.3523154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 2022-09-27T15:39:12.3536102Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 2022-09-27T15:39:12.4072390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 2022-09-27T15:39:12.4086343Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 2022-09-27T15:39:12.4202872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 2022-09-27T15:39:12.4227117Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 2022-09-27T15:39:12.4593376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 2022-09-27T15:39:12.4608572Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 2022-09-27T15:39:12.5153546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 2022-09-27T15:39:12.5176483Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 2022-09-27T15:39:12.5807463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 2022-09-27T15:39:12.5830671Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 2022-09-27T15:39:12.6515909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 2022-09-27T15:39:12.6534236Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 2022-09-27T15:39:12.7278912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 2022-09-27T15:39:12.7298902Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 2022-09-27T15:39:12.7542280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 2022-09-27T15:39:12.7564028Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 2022-09-27T15:39:12.7648352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 2022-09-27T15:39:12.7661417Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 2022-09-27T15:39:12.8266841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 2022-09-27T15:39:12.8293812Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 2022-09-27T15:39:12.8888772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 2022-09-27T15:39:12.8915644Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 2022-09-27T15:39:12.8946686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 2022-09-27T15:39:12.8981546Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 2022-09-27T15:39:12.9835078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 2022-09-27T15:39:12.9864151Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 2022-09-27T15:39:13.0022417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:39:13.0060154Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:39:13.0081994Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 2022-09-27T15:39:13.0391518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 2022-09-27T15:39:13.0434290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool 2022-09-27T15:39:13.0753093Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool 2022-09-27T15:39:13.0868919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 2022-09-27T15:39:13.1154591Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 2022-09-27T15:39:13.1297068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 2022-09-27T15:39:13.1612995Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 2022-09-27T15:39:13.1634393Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 2022-09-27T15:39:13.1708080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 2022-09-27T15:39:13.1733582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 2022-09-27T15:39:13.2110865Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 2022-09-27T15:39:13.2190069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 2022-09-27T15:39:13.2510585Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 2022-09-27T15:39:13.2632898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 2022-09-27T15:39:13.3071771Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 2022-09-27T15:39:13.3090033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 2022-09-27T15:39:13.3508211Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 2022-09-27T15:39:13.3558155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 2022-09-27T15:39:13.3574312Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 2022-09-27T15:39:13.3599860Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 2022-09-27T15:39:13.3836183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool 2022-09-27T15:39:13.4052505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 2022-09-27T15:39:13.4340177Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 2022-09-27T15:39:13.4343459Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 2022-09-27T15:39:13.4361250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 2022-09-27T15:39:13.4443944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 2022-09-27T15:39:13.4714133Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 2022-09-27T15:39:13.4864305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 2022-09-27T15:39:13.5213261Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 2022-09-27T15:39:13.5215501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 2022-09-27T15:39:13.5649594Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 2022-09-27T15:39:13.5654052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool 2022-09-27T15:39:13.6092404Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool 2022-09-27T15:39:13.6098803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 2022-09-27T15:39:13.6566887Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 2022-09-27T15:39:13.6597763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 2022-09-27T15:39:13.7011145Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 2022-09-27T15:39:13.7023017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 2022-09-27T15:39:13.7454998Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 2022-09-27T15:39:13.7455779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 2022-09-27T15:39:13.7556115Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 2022-09-27T15:39:13.7589646Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 2022-09-27T15:39:13.7836816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 2022-09-27T15:39:13.7890478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 2022-09-27T15:39:13.7908664Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool 2022-09-27T15:39:13.7919899Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 2022-09-27T15:39:13.8272847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 2022-09-27T15:39:13.8331104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 2022-09-27T15:39:13.8769541Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 2022-09-27T15:39:13.8775959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 2022-09-27T15:39:13.9215481Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 2022-09-27T15:39:13.9222017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 2022-09-27T15:39:13.9651426Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 2022-09-27T15:39:13.9660368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 2022-09-27T15:39:14.0105394Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 2022-09-27T15:39:14.0115963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 2022-09-27T15:39:14.0206627Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 2022-09-27T15:39:14.0222276Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 2022-09-27T15:39:14.0551391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 2022-09-27T15:39:14.1261907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 2022-09-27T15:39:14.1369991Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 2022-09-27T15:39:14.3273446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 2022-09-27T15:39:14.3290668Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 2022-09-27T15:39:14.4600977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 2022-09-27T15:39:14.4631172Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 2022-09-27T15:39:14.4988877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool 2022-09-27T15:39:14.5010123Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 2022-09-27T15:39:14.6909303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 2022-09-27T15:39:14.6933982Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 2022-09-27T15:39:14.7760834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 2022-09-27T15:39:14.7791592Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool 2022-09-27T15:39:14.8143356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 2022-09-27T15:39:14.8166618Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 2022-09-27T15:39:14.8745574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 2022-09-27T15:39:14.8772464Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 2022-09-27T15:39:15.0894106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 2022-09-27T15:39:15.0915331Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 2022-09-27T15:39:15.1780102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 2022-09-27T15:39:15.1817521Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 2022-09-27T15:39:15.3651650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 2022-09-27T15:39:15.3682252Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 2022-09-27T15:39:15.5634779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 2022-09-27T15:39:15.5674619Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 2022-09-27T15:39:15.8079512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 2022-09-27T15:39:15.8122279Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 2022-09-27T15:39:15.8265530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 2022-09-27T15:39:15.8296231Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 2022-09-27T15:39:15.8411212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 2022-09-27T15:39:15.8444957Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 2022-09-27T15:39:16.2763122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 2022-09-27T15:39:16.2805190Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 2022-09-27T15:39:16.3841295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool 2022-09-27T15:39:16.3876760Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 2022-09-27T15:39:16.3924738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 2022-09-27T15:39:16.3956944Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 2022-09-27T15:39:16.6092190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 2022-09-27T15:39:16.6133511Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 2022-09-27T15:39:16.8348835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 2022-09-27T15:39:16.8392134Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool 2022-09-27T15:39:16.9146760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 2022-09-27T15:39:16.9179888Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 2022-09-27T15:39:17.2004576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 2022-09-27T15:39:17.2060237Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 2022-09-27T15:39:17.3102207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 2022-09-27T15:39:17.3139773Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 2022-09-27T15:39:17.3262267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 2022-09-27T15:39:17.3299601Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 2022-09-27T15:39:17.6156915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 2022-09-27T15:39:17.6204555Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 2022-09-27T15:39:17.6369053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 2022-09-27T15:39:17.6413536Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 2022-09-27T15:39:17.8849548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 2022-09-27T15:39:17.8881510Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 2022-09-27T15:39:17.9204763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 2022-09-27T15:39:17.9237080Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 2022-09-27T15:39:17.9824958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 2022-09-27T15:39:17.9848169Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 2022-09-27T15:39:17.9919487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 2022-09-27T15:39:17.9946211Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 2022-09-27T15:39:18.1907183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 2022-09-27T15:39:18.1931234Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 2022-09-27T15:39:18.2959801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 2022-09-27T15:39:18.2979805Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 2022-09-27T15:39:18.3324433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 2022-09-27T15:39:18.3342874Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 2022-09-27T15:39:18.5137587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 2022-09-27T15:39:18.5172714Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 2022-09-27T15:39:18.5236233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 2022-09-27T15:39:18.5270430Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 2022-09-27T15:39:18.5675266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 2022-09-27T15:39:18.5696692Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 2022-09-27T15:39:18.7845141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 2022-09-27T15:39:18.7873059Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 2022-09-27T15:39:18.7966663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 2022-09-27T15:39:18.8002131Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 2022-09-27T15:39:18.8281611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool 2022-09-27T15:39:18.8313978Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 2022-09-27T15:39:18.9926776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 2022-09-27T15:39:18.9962387Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 2022-09-27T15:39:19.1255655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 2022-09-27T15:39:19.1303224Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 2022-09-27T15:39:19.1600708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool 2022-09-27T15:39:19.1634484Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 2022-09-27T15:39:19.2403856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 2022-09-27T15:39:19.2438440Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool 2022-09-27T15:39:19.3034566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 2022-09-27T15:39:19.3082893Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 2022-09-27T15:39:19.4703221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 2022-09-27T15:39:19.4736808Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 2022-09-27T15:39:19.6399771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 2022-09-27T15:39:19.6438780Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 2022-09-27T15:39:19.6480728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 2022-09-27T15:39:19.6904578Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 2022-09-27T15:39:19.6911473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool 2022-09-27T15:39:19.7342242Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool 2022-09-27T15:39:19.7351627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 2022-09-27T15:39:19.7745367Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 2022-09-27T15:39:19.7790123Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool 2022-09-27T15:39:19.7797964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 2022-09-27T15:39:19.7807290Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 2022-09-27T15:39:19.8259649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 2022-09-27T15:39:19.8269003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 2022-09-27T15:39:19.8702949Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 2022-09-27T15:39:19.8709010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 2022-09-27T15:39:19.9183438Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 2022-09-27T15:39:19.9191701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 2022-09-27T15:39:19.9664073Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 2022-09-27T15:39:19.9674382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 2022-09-27T15:39:20.0104761Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 2022-09-27T15:39:20.0110911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 2022-09-27T15:39:20.0242694Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 2022-09-27T15:39:20.0267649Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 2022-09-27T15:39:20.0582973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 2022-09-27T15:39:20.0589186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 2022-09-27T15:39:20.0623451Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 2022-09-27T15:39:20.0643722Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 2022-09-27T15:39:20.1023877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 2022-09-27T15:39:20.1027693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 2022-09-27T15:39:20.1465920Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 2022-09-27T15:39:20.1469956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 2022-09-27T15:39:20.1909938Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 2022-09-27T15:39:20.1914286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 2022-09-27T15:39:20.2384113Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 2022-09-27T15:39:20.2390897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:39:20.2823870Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:39:20.2829922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool 2022-09-27T15:39:20.2944308Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool 2022-09-27T15:39:20.2969172Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 2022-09-27T15:39:20.3263454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 2022-09-27T15:39:20.3269693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 2022-09-27T15:39:20.3702065Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 2022-09-27T15:39:20.3707749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 2022-09-27T15:39:20.4143225Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 2022-09-27T15:39:20.4149138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 2022-09-27T15:39:20.4583161Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 2022-09-27T15:39:20.4588128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 2022-09-27T15:39:20.5116920Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 2022-09-27T15:39:20.5136754Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 2022-09-27T15:39:20.5144669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 2022-09-27T15:39:20.5153318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 2022-09-27T15:39:20.5505267Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 2022-09-27T15:39:20.5516475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 2022-09-27T15:39:20.5944122Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 2022-09-27T15:39:20.5954353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 2022-09-27T15:39:20.6242616Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 2022-09-27T15:39:20.6270812Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 2022-09-27T15:39:20.6389474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 2022-09-27T15:39:20.6398354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 2022-09-27T15:39:20.6835198Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 2022-09-27T15:39:20.6845632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 2022-09-27T15:39:20.7271787Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 2022-09-27T15:39:20.7281764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 2022-09-27T15:39:20.7696527Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 2022-09-27T15:39:20.7705258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 2022-09-27T15:39:20.8152641Z [gw0] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 2022-09-27T15:39:20.8175930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 2022-09-27T15:39:20.8242516Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 2022-09-27T15:39:20.8270005Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 2022-09-27T15:39:20.8433388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 2022-09-27T15:39:20.8460762Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 2022-09-27T15:39:20.8622726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 2022-09-27T15:39:20.8632100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool 2022-09-27T15:39:20.9066939Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool 2022-09-27T15:39:20.9076738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 2022-09-27T15:39:20.9503544Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 2022-09-27T15:39:20.9513617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 2022-09-27T15:39:20.9562266Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 2022-09-27T15:39:20.9584307Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 2022-09-27T15:39:20.9929133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 2022-09-27T15:39:20.9983632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 2022-09-27T15:39:21.0330719Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 2022-09-27T15:39:21.0345347Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 2022-09-27T15:39:21.0412404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 2022-09-27T15:39:21.0418318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 2022-09-27T15:39:21.0426297Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 2022-09-27T15:39:21.0433128Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 2022-09-27T15:39:21.0848539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 2022-09-27T15:39:21.0855348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 2022-09-27T15:39:21.1285936Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 2022-09-27T15:39:21.1292701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 2022-09-27T15:39:21.1758720Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 2022-09-27T15:39:21.1763953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 2022-09-27T15:39:21.2091724Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 2022-09-27T15:39:21.2113180Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 2022-09-27T15:39:21.2151592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 2022-09-27T15:39:21.2200590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 2022-09-27T15:39:21.2244724Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 2022-09-27T15:39:21.2264014Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 2022-09-27T15:39:21.2692152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 2022-09-27T15:39:21.2694092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 2022-09-27T15:39:21.3132822Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 2022-09-27T15:39:21.3135019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 2022-09-27T15:39:21.3534483Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 2022-09-27T15:39:21.3569462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 2022-09-27T15:39:21.4055746Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 2022-09-27T15:39:21.4061236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 2022-09-27T15:39:21.4536617Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 2022-09-27T15:39:21.4541392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool 2022-09-27T15:39:21.4771975Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool 2022-09-27T15:39:21.4799996Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 2022-09-27T15:39:21.4976536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 2022-09-27T15:39:21.4981861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 2022-09-27T15:39:21.5197005Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 2022-09-27T15:39:21.5222251Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 2022-09-27T15:39:21.5419989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 2022-09-27T15:39:21.5425721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 2022-09-27T15:39:21.5874186Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 2022-09-27T15:39:21.5874889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 2022-09-27T15:39:21.6329873Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 2022-09-27T15:39:21.6340873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 2022-09-27T15:39:21.6718875Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 2022-09-27T15:39:21.6744322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 2022-09-27T15:39:21.6806144Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 2022-09-27T15:39:21.6834241Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 2022-09-27T15:39:21.7152775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 2022-09-27T15:39:21.7185892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 2022-09-27T15:39:21.7612164Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 2022-09-27T15:39:21.7625190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 2022-09-27T15:39:21.8053598Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 2022-09-27T15:39:21.8064950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 2022-09-27T15:39:21.8305427Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 2022-09-27T15:39:21.8329438Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 2022-09-27T15:39:21.8470036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 2022-09-27T15:39:21.8482267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 2022-09-27T15:39:21.8980812Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 2022-09-27T15:39:21.8989029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 2022-09-27T15:39:21.9448528Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 2022-09-27T15:39:21.9457926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 2022-09-27T15:39:21.9682380Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 2022-09-27T15:39:21.9707774Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 2022-09-27T15:39:21.9929925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool 2022-09-27T15:39:21.9939452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 2022-09-27T15:39:22.0374666Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 2022-09-27T15:39:22.0386771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool 2022-09-27T15:39:22.0650078Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool 2022-09-27T15:39:22.0672676Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 2022-09-27T15:39:22.0742950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 2022-09-27T15:39:22.0764175Z [gw2] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 2022-09-27T15:39:22.0812545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 2022-09-27T15:39:22.1194063Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 2022-09-27T15:39:22.1200153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool 2022-09-27T15:39:22.1209008Z [gw2] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool 2022-09-27T15:39:22.1280742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 2022-09-27T15:39:22.1631477Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 2022-09-27T15:39:22.1637265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 2022-09-27T15:39:22.1669808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 2022-09-27T15:39:22.1694540Z [gw2] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 2022-09-27T15:39:22.2069778Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 2022-09-27T15:39:22.2156546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 2022-09-27T15:39:22.2161407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 2022-09-27T15:39:22.2168215Z [gw2] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 2022-09-27T15:39:22.2513624Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 2022-09-27T15:39:22.2572209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 2022-09-27T15:39:22.2582346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 2022-09-27T15:39:22.2631023Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 2022-09-27T15:39:22.2990088Z [gw2] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 2022-09-27T15:39:22.3002822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 2022-09-27T15:39:22.3015416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 2022-09-27T15:39:22.3077528Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 2022-09-27T15:39:22.3430634Z [gw2] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 2022-09-27T15:39:22.3447138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 2022-09-27T15:39:22.3523443Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 2022-09-27T15:39:22.3533686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 2022-09-27T15:39:22.3912264Z [gw2] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 2022-09-27T15:39:22.3912919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 2022-09-27T15:39:22.3937149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 2022-09-27T15:39:22.3955878Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 2022-09-27T15:39:22.4098643Z [gw2] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 2022-09-27T15:39:22.4119156Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool 2022-09-27T15:39:22.4373196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 2022-09-27T15:39:22.4376600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 2022-09-27T15:39:22.4391118Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 2022-09-27T15:39:22.4394089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 2022-09-27T15:39:22.4754047Z [gw2] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 2022-09-27T15:39:22.4761139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 2022-09-27T15:39:22.4822265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 2022-09-27T15:39:22.4835503Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 2022-09-27T15:39:22.5193746Z [gw2] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 2022-09-27T15:39:22.5200939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 2022-09-27T15:39:22.5248564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 2022-09-27T15:39:22.5268262Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 2022-09-27T15:39:22.5536836Z [gw2] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 2022-09-27T15:39:22.5557958Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 2022-09-27T15:39:22.5631230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 2022-09-27T15:39:22.5641391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 2022-09-27T15:39:22.5720588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 2022-09-27T15:39:22.6076896Z [gw2] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 2022-09-27T15:39:22.6775841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 2022-09-27T15:39:22.6808887Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 2022-09-27T15:39:22.7534204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool 2022-09-27T15:39:22.7534785Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool 2022-09-27T15:39:22.7784091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 2022-09-27T15:39:22.7796023Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 2022-09-27T15:39:22.7866782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 2022-09-27T15:39:22.7890753Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 2022-09-27T15:39:22.8322789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 2022-09-27T15:39:22.8336500Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 2022-09-27T15:39:22.8539659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 2022-09-27T15:39:22.8734859Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 2022-09-27T15:39:22.9190807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 2022-09-27T15:39:22.9212965Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 2022-09-27T15:39:22.9356293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 2022-09-27T15:39:22.9380260Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 2022-09-27T15:39:22.9659439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 2022-09-27T15:39:22.9683901Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 2022-09-27T15:39:23.0094754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 2022-09-27T15:39:23.0126502Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 2022-09-27T15:39:23.0136979Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 2022-09-27T15:39:23.0151509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 2022-09-27T15:39:23.0599912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 2022-09-27T15:39:23.0632335Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 2022-09-27T15:39:23.1076989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 2022-09-27T15:39:23.1103856Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 2022-09-27T15:39:23.1551547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 2022-09-27T15:39:23.1562088Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 2022-09-27T15:39:23.1576844Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 2022-09-27T15:39:23.1603972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool 2022-09-27T15:39:23.2043218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 2022-09-27T15:39:23.2073778Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 2022-09-27T15:39:23.2214420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 2022-09-27T15:39:23.2231306Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 2022-09-27T15:39:23.2367324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 2022-09-27T15:39:23.2389111Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 2022-09-27T15:39:23.2569490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 2022-09-27T15:39:23.2599096Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 2022-09-27T15:39:23.2629719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 2022-09-27T15:39:23.3072513Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 2022-09-27T15:39:23.3083963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 2022-09-27T15:39:23.3527349Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 2022-09-27T15:39:23.3568722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 2022-09-27T15:39:23.3996356Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 2022-09-27T15:39:23.4001804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 2022-09-27T15:39:23.4465198Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 2022-09-27T15:39:23.4474578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 2022-09-27T15:39:23.4509232Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 2022-09-27T15:39:23.4537098Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 2022-09-27T15:39:23.4949072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 2022-09-27T15:39:23.4958987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 2022-09-27T15:39:23.5391589Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 2022-09-27T15:39:23.5401789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 2022-09-27T15:39:23.5548712Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 2022-09-27T15:39:23.5571987Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool 2022-09-27T15:39:23.5826409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 2022-09-27T15:39:23.5831950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 2022-09-27T15:39:23.6265678Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 2022-09-27T15:39:23.6269568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 2022-09-27T15:39:23.6687759Z [gw2] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 2022-09-27T15:39:23.6692432Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 2022-09-27T15:39:23.6714234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 2022-09-27T15:39:23.6828640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:39:23.7193219Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 2022-09-27T15:39:23.7251220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool 2022-09-27T15:39:23.7556428Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool 2022-09-27T15:39:23.7699338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 2022-09-27T15:39:23.8073530Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 2022-09-27T15:39:23.8138530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 2022-09-27T15:39:23.8512395Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 2022-09-27T15:39:23.8558209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 2022-09-27T15:39:23.8566465Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 2022-09-27T15:39:23.8598004Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 2022-09-27T15:39:23.8950006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 2022-09-27T15:39:23.8987014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 2022-09-27T15:39:23.9347917Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 2022-09-27T15:39:23.9433438Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 2022-09-27T15:39:23.9439371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 2022-09-27T15:39:23.9487395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 2022-09-27T15:39:23.9871616Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 2022-09-27T15:39:23.9910993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 2022-09-27T15:39:24.0112625Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 2022-09-27T15:39:24.0130274Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:39:24.0260528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 2022-09-27T15:39:24.0341130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 2022-09-27T15:39:24.0677438Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 2022-09-27T15:39:24.0788791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 2022-09-27T15:39:24.1118441Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 2022-09-27T15:39:24.1237355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 2022-09-27T15:39:24.1579595Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 2022-09-27T15:39:24.1676384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 2022-09-27T15:39:24.2072188Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 2022-09-27T15:39:24.2116563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 2022-09-27T15:39:24.2333559Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 2022-09-27T15:39:24.2476152Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 2022-09-27T15:39:24.2487569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 2022-09-27T15:39:24.2726998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 2022-09-27T15:39:24.2817149Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 2022-09-27T15:39:24.3080547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:39:24.3097619Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 2022-09-27T15:39:24.3544777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool 2022-09-27T15:39:24.3716113Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool 2022-09-27T15:39:24.4359356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 2022-09-27T15:39:24.4377292Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 2022-09-27T15:39:24.4839196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 2022-09-27T15:39:24.4868429Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 2022-09-27T15:39:24.5505756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 2022-09-27T15:39:24.5511443Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 2022-09-27T15:39:24.5540980Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 2022-09-27T15:39:24.5558643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:39:24.5570717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 2022-09-27T15:39:24.5773289Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:39:24.5795369Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 2022-09-27T15:39:24.5987703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 2022-09-27T15:39:24.5993775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:39:24.6320009Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:39:24.6363627Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 2022-09-27T15:39:24.6425159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 2022-09-27T15:39:24.6431031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:39:24.6914681Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:39:24.6973094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:39:24.6986517Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:39:24.7103263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:39:24.7138170Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 2022-09-27T15:39:24.7804295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 2022-09-27T15:39:24.7847154Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 2022-09-27T15:39:24.8163136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 2022-09-27T15:39:24.8186757Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 2022-09-27T15:39:24.8538937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 2022-09-27T15:39:24.8584455Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 2022-09-27T15:39:24.9241367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 2022-09-27T15:39:24.9272304Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:39:24.9410152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 2022-09-27T15:39:24.9428841Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 2022-09-27T15:39:24.9946220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 2022-09-27T15:39:24.9989814Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 2022-09-27T15:39:25.0103976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 2022-09-27T15:39:25.0118869Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:39:25.0801026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:39:25.0844791Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 2022-09-27T15:39:25.1232673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 2022-09-27T15:39:25.1257886Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 2022-09-27T15:39:25.2513077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 2022-09-27T15:39:25.2549637Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 2022-09-27T15:39:25.2588344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 2022-09-27T15:39:25.2611070Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 2022-09-27T15:39:25.3752657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 2022-09-27T15:39:25.3779949Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:39:25.3839322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:39:25.3868621Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 2022-09-27T15:39:25.4100078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 2022-09-27T15:39:25.4131245Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 2022-09-27T15:39:25.4488909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 2022-09-27T15:39:25.4517545Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 2022-09-27T15:39:25.4674402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool 2022-09-27T15:39:25.4688645Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 2022-09-27T15:39:25.4953462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:39:25.5011520Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:39:25.5038186Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool 2022-09-27T15:39:25.5193112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 2022-09-27T15:39:25.5194321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:39:25.5672115Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:39:25.5676965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:39:25.5686749Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:39:25.5696810Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 2022-09-27T15:39:25.6028925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 2022-09-27T15:39:25.6075868Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 2022-09-27T15:39:25.6285300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:39:25.6342043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 2022-09-27T15:39:25.6368484Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 2022-09-27T15:39:25.6732350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 2022-09-27T15:39:25.6752555Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:39:25.6867157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:39:25.6876133Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:39:25.6911605Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 2022-09-27T15:39:25.6923153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 2022-09-27T15:39:25.7615365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 2022-09-27T15:39:25.7717267Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 2022-09-27T15:39:25.7752266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 2022-09-27T15:39:25.7772533Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 2022-09-27T15:39:25.7882700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 2022-09-27T15:39:25.7914860Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 2022-09-27T15:39:25.8234220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 2022-09-27T15:39:25.8258825Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 2022-09-27T15:39:25.8572124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:39:25.8593537Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 2022-09-27T15:39:25.8909782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 2022-09-27T15:39:25.9112252Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 2022-09-27T15:39:25.9348075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 2022-09-27T15:39:25.9377913Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 2022-09-27T15:39:25.9384065Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 2022-09-27T15:39:25.9471811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 2022-09-27T15:39:25.9995854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 2022-09-27T15:39:26.0039463Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 2022-09-27T15:39:26.0469191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 2022-09-27T15:39:26.0491598Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:39:26.0639783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:39:26.0665074Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 2022-09-27T15:39:26.0979051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 2022-09-27T15:39:26.1002813Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 2022-09-27T15:39:26.1197356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 2022-09-27T15:39:26.1235693Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:39:26.1266345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:39:26.1291823Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 2022-09-27T15:39:26.2479092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 2022-09-27T15:39:26.2498464Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 2022-09-27T15:39:26.2932583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 2022-09-27T15:39:26.2951139Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 2022-09-27T15:39:26.3105347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 2022-09-27T15:39:26.3123016Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 2022-09-27T15:39:26.3725713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 2022-09-27T15:39:26.3754605Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:39:26.4689860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:39:26.4717278Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:39:26.4848573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:39:26.4869767Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 2022-09-27T15:39:26.7299693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 2022-09-27T15:39:26.7325815Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:39:26.9070944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:39:26.9124260Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 2022-09-27T15:39:26.9911874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool 2022-09-27T15:39:26.9953712Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:39:27.0608602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:39:27.0631369Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:39:27.2936204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:39:27.2976685Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:39:27.4687400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:39:27.4763174Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:39:27.6383880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:39:27.6410930Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:39:27.6506092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:39:27.6526554Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 2022-09-27T15:39:27.7030857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool 2022-09-27T15:39:27.7053020Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool 2022-09-27T15:39:27.7611556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 2022-09-27T15:39:27.7641232Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:39:27.9051435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:39:27.9079924Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:39:28.0078712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:39:28.0112630Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:39:28.1483758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:39:28.1513482Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:39:28.2050479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:39:28.2079992Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:39:28.3028566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:39:28.3076685Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:39:28.4325091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:39:28.4365271Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:39:28.6254958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:39:28.6265130Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:39:28.6277692Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:39:28.6430260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:39:28.6601931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:39:28.6617516Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:39:28.6655103Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool 2022-09-27T15:39:28.6949997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 2022-09-27T15:39:28.7159117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:39:28.7313465Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:39:28.7454631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:39:28.7472367Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 2022-09-27T15:39:28.7506799Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:39:28.7831190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 2022-09-27T15:39:28.7895853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:39:28.8269377Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:39:28.8295541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:39:28.8750063Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:39:28.8770469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:39:28.9150944Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:39:28.9182917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:39:28.9577233Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:39:28.9615118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:39:29.0103756Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:39:29.0109135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:39:29.0552514Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:39:29.0583558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:39:29.0916314Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:39:29.0986274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:39:29.1396736Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:39:29.1467255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:39:29.1912085Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:39:29.2707620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:39:29.2734694Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 2022-09-27T15:39:29.3176625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 2022-09-27T15:39:29.3196048Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:39:29.4651255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:39:29.4675489Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:39:29.5743873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:39:29.5783310Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:39:29.7097234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:39:29.7119874Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:39:29.7744673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:39:29.7766856Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:39:29.8464805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:39:29.8489294Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:39:29.9090634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:39:29.9114693Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:39:29.9415937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:39:29.9446373Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 2022-09-27T15:39:29.9584631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 2022-09-27T15:39:29.9605537Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:39:29.9903982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:39:29.9934975Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:39:30.1119459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:39:30.1140353Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:39:30.2994463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 2022-09-27T15:39:30.3015348Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 2022-09-27T15:39:30.4901476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 2022-09-27T15:39:30.4951424Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 2022-09-27T15:39:30.5216312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 2022-09-27T15:39:30.5237813Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:39:30.9360461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:39:30.9384725Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 2022-09-27T15:39:30.9551691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:39:30.9835784Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:39:30.9904144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:39:31.0311152Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:39:31.0334352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:39:31.0728939Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:39:31.0733439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:39:31.1178052Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:39:31.1184170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:39:31.1635527Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:39:31.1645078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:39:31.1999870Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:39:31.2007402Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:39:31.2028909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:39:31.2080871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:39:31.2117114Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:39:31.2130629Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 2022-09-27T15:39:31.2436339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 2022-09-27T15:39:31.2512233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:39:31.2876617Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:39:31.2939420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:39:31.3316511Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:39:31.3384540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:39:31.3755061Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:39:31.3817651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:39:31.4259168Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:39:31.4265783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:39:31.4294115Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:39:31.4309176Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 2022-09-27T15:39:31.4705375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 2022-09-27T15:39:31.4710984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:39:31.5147751Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:39:31.5154494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:39:31.5592588Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:39:31.5617465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:39:31.5929534Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:39:31.6028328Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:39:31.6047789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:39:31.6070118Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:39:31.6470909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:39:31.7738855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:39:31.7775488Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 2022-09-27T15:39:32.0011622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 2022-09-27T15:39:32.0037454Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:39:32.0160192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:39:32.0176905Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 2022-09-27T15:39:32.1602248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 2022-09-27T15:39:32.1653523Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:39:32.2613849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:39:32.2655146Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 2022-09-27T15:39:32.2700983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 2022-09-27T15:39:32.2727145Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:39:32.3368514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:39:32.3383774Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:39:32.5056250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:39:32.5083170Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:39:32.6519210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:39:32.6542253Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:39:32.6841735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:39:32.7011930Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 2022-09-27T15:39:32.8172206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 2022-09-27T15:39:32.8190636Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 2022-09-27T15:39:32.8752535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 2022-09-27T15:39:32.8767836Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:39:32.9692642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:39:32.9716724Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:39:33.0508325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:39:33.0539320Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 2022-09-27T15:39:33.1000627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 2022-09-27T15:39:33.1014820Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:39:33.2998774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:39:33.3023940Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:39:33.4636941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:39:33.4663667Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 2022-09-27T15:39:33.4667792Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:39:33.4707457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 2022-09-27T15:39:33.7561483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:39:33.7591793Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:39:33.7925411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:39:33.7940720Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 2022-09-27T15:39:33.8359535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 2022-09-27T15:39:33.8379986Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 2022-09-27T15:39:34.2200113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 2022-09-27T15:39:34.2224160Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 2022-09-27T15:39:34.2485285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 2022-09-27T15:39:34.2505477Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:39:34.4606893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:39:34.4629617Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:39:34.6994714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:39:34.7023622Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 2022-09-27T15:39:34.8208795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 2022-09-27T15:39:34.8284333Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:39:34.9422313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:39:34.9470156Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 2022-09-27T15:39:35.0679257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 2022-09-27T15:39:35.0716924Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 2022-09-27T15:39:35.0969542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool 2022-09-27T15:39:35.1002270Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:39:35.2039657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:39:35.2063875Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:39:35.4212309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:39:35.4243421Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:39:35.4749950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:39:35.4774583Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool 2022-09-27T15:39:35.6842994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 2022-09-27T15:39:35.6869062Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:39:35.8500660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:39:35.8523362Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:39:35.9065725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:39:35.9086411Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:39:35.9151792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:39:35.9204980Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 2022-09-27T15:39:36.0181599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 2022-09-27T15:39:36.0205622Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:39:36.0487178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:39:36.0519248Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 2022-09-27T15:39:36.1472301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 2022-09-27T15:39:36.1630803Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:39:36.2756699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:39:36.2778049Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 2022-09-27T15:39:36.3283360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 2022-09-27T15:39:36.3369288Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:39:36.4880827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:39:36.4902035Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:39:36.6888003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:39:36.6907698Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:39:36.7837833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:39:36.7866044Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:39:36.7947038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 2022-09-27T15:39:36.7967940Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 2022-09-27T15:39:36.9935785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 2022-09-27T15:39:36.9959976Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 2022-09-27T15:39:37.0051758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 2022-09-27T15:39:37.0072797Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 2022-09-27T15:39:37.2613453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 2022-09-27T15:39:37.2634562Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 2022-09-27T15:39:37.2646479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 2022-09-27T15:39:37.2679432Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 2022-09-27T15:39:37.3719284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 2022-09-27T15:39:37.3752185Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:39:37.4560257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:39:37.4579397Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 2022-09-27T15:39:37.4910217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 2022-09-27T15:39:37.4936342Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 2022-09-27T15:39:37.6466240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 2022-09-27T15:39:37.6487932Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 2022-09-27T15:39:37.7555391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 2022-09-27T15:39:37.7582470Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 2022-09-27T15:39:37.8050896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 2022-09-27T15:39:37.8071610Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 2022-09-27T15:39:37.8404620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 2022-09-27T15:39:37.8434136Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 2022-09-27T15:39:37.9638905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 2022-09-27T15:39:37.9656591Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 2022-09-27T15:39:38.0384792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:39:38.0411416Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 2022-09-27T15:39:38.1212863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 2022-09-27T15:39:38.1290235Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:39:38.1298841Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:39:38.1479631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool 2022-09-27T15:39:38.2591170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:39:38.2609827Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 2022-09-27T15:39:38.4450000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 2022-09-27T15:39:38.4562048Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:39:38.4732143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 2022-09-27T15:39:38.4768590Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 2022-09-27T15:39:38.6785620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 2022-09-27T15:39:38.6808051Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 2022-09-27T15:39:38.7833048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 2022-09-27T15:39:38.7873606Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 2022-09-27T15:39:38.8078373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 2022-09-27T15:39:38.8113208Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 2022-09-27T15:39:38.9895310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool 2022-09-27T15:39:38.9919138Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 2022-09-27T15:39:39.1693776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:39:39.1726885Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 2022-09-27T15:39:39.2066238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 2022-09-27T15:39:39.2087930Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:39:39.2280162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:39:39.2309266Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool 2022-09-27T15:39:39.3724345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 2022-09-27T15:39:39.3767841Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 2022-09-27T15:39:39.3967255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 2022-09-27T15:39:39.4001286Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:39:39.4244539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:39:39.4275144Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool 2022-09-27T15:39:39.6229574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 2022-09-27T15:39:39.6248158Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 2022-09-27T15:39:39.6928611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 2022-09-27T15:39:39.6958580Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:39:39.6966259Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 2022-09-27T15:39:39.6999021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:39:39.8532975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 2022-09-27T15:39:39.8567523Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 2022-09-27T15:39:39.9282498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 2022-09-27T15:39:39.9323441Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 2022-09-27T15:39:40.0734262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 2022-09-27T15:39:40.0763493Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:39:40.1164724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:39:40.1202696Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 2022-09-27T15:39:40.1990006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 2022-09-27T15:39:40.2024071Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 2022-09-27T15:39:40.3236284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 2022-09-27T15:39:40.3258831Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 2022-09-27T15:39:40.3851331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 2022-09-27T15:39:40.3883857Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:39:40.3985631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:39:40.4018600Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 2022-09-27T15:39:40.4825137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 2022-09-27T15:39:40.4857141Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 2022-09-27T15:39:40.5519257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 2022-09-27T15:39:40.5542878Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 2022-09-27T15:39:40.7610520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 2022-09-27T15:39:40.7633296Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 2022-09-27T15:39:40.7665961Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 2022-09-27T15:39:40.7680657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 2022-09-27T15:39:40.7745486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 2022-09-27T15:39:40.7781405Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:39:40.7958539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:39:40.8151495Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 2022-09-27T15:39:40.8440050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool 2022-09-27T15:39:40.8591945Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool 2022-09-27T15:39:40.8879599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 2022-09-27T15:39:40.8952786Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 2022-09-27T15:39:40.9184535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 2022-09-27T15:39:40.9472218Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 2022-09-27T15:39:40.9722356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 2022-09-27T15:39:40.9838925Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 2022-09-27T15:39:40.9966922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 2022-09-27T15:39:40.9989257Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 2022-09-27T15:39:41.0223711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 2022-09-27T15:39:41.0338133Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 2022-09-27T15:39:41.0672304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 2022-09-27T15:39:41.0755899Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 2022-09-27T15:39:41.1127681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 2022-09-27T15:39:41.1192012Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 2022-09-27T15:39:41.1564166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 2022-09-27T15:39:41.1619149Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 2022-09-27T15:39:41.1633149Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 2022-09-27T15:39:41.1644460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 2022-09-27T15:39:41.1986261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 2022-09-27T15:39:41.2075358Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 2022-09-27T15:39:41.2417702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 2022-09-27T15:39:41.2556926Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 2022-09-27T15:39:41.2855850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 2022-09-27T15:39:41.3069000Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 2022-09-27T15:39:41.3090572Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 2022-09-27T15:39:41.3108637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 2022-09-27T15:39:41.3274200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 2022-09-27T15:39:41.3332059Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 2022-09-27T15:39:41.3347370Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:39:41.3523128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:39:41.3586216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 2022-09-27T15:39:41.3918123Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 2022-09-27T15:39:41.4032998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool 2022-09-27T15:39:41.4396981Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool 2022-09-27T15:39:41.4521040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 2022-09-27T15:39:41.4680786Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 2022-09-27T15:39:41.4702602Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 2022-09-27T15:39:41.4835727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool 2022-09-27T15:39:41.4952554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 2022-09-27T15:39:41.5351830Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 2022-09-27T15:39:41.5395162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 2022-09-27T15:39:41.5717175Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 2022-09-27T15:39:41.5824477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 2022-09-27T15:39:41.6157024Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 2022-09-27T15:39:41.6270780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 2022-09-27T15:39:41.6595793Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 2022-09-27T15:39:41.6661836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 2022-09-27T15:39:41.6681118Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool 2022-09-27T15:39:41.6706281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 2022-09-27T15:39:41.7037197Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 2022-09-27T15:39:41.7144420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 2022-09-27T15:39:41.7476911Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 2022-09-27T15:39:41.7584083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 2022-09-27T15:39:41.7992236Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 2022-09-27T15:39:41.8021015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 2022-09-27T15:39:41.8357375Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 2022-09-27T15:39:41.8472181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 2022-09-27T15:39:41.8797137Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 2022-09-27T15:39:41.8863904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 2022-09-27T15:39:41.8885395Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 2022-09-27T15:39:41.8906404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 2022-09-27T15:39:41.9311946Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 2022-09-27T15:39:41.9643412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:39:41.9721401Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:39:41.9907010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool 2022-09-27T15:39:42.0230956Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool 2022-09-27T15:39:42.0428787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 2022-09-27T15:39:42.0711420Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 2022-09-27T15:39:42.0745557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 2022-09-27T15:39:42.0773485Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 2022-09-27T15:39:42.1003727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 2022-09-27T15:39:42.1075176Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 2022-09-27T15:39:42.1406249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 2022-09-27T15:39:42.1593929Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 2022-09-27T15:39:42.1968653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 2022-09-27T15:39:42.2150461Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 2022-09-27T15:39:42.2303932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 2022-09-27T15:39:42.2395975Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 2022-09-27T15:39:42.2430932Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 2022-09-27T15:39:42.2624197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 2022-09-27T15:39:42.2885120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 2022-09-27T15:39:42.2955692Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 2022-09-27T15:39:42.3240594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 2022-09-27T15:39:42.3470461Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 2022-09-27T15:39:42.3685793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 2022-09-27T15:39:42.3870828Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 2022-09-27T15:39:42.4159044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 2022-09-27T15:39:42.4195676Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 2022-09-27T15:39:42.4221137Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:39:42.4292862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:39:42.4628274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 2022-09-27T15:39:42.4790200Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 2022-09-27T15:39:42.5037382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 2022-09-27T15:39:42.5172374Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 2022-09-27T15:39:42.5175756Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 2022-09-27T15:39:42.5205096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:39:42.5463867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 2022-09-27T15:39:42.5612496Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:39:42.5789134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool 2022-09-27T15:39:42.6111607Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool 2022-09-27T15:39:42.6236112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 2022-09-27T15:39:42.6550604Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 2022-09-27T15:39:42.6730403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 2022-09-27T15:39:42.6745683Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 2022-09-27T15:39:42.6756968Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 2022-09-27T15:39:42.6915945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 2022-09-27T15:39:42.7237743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 2022-09-27T15:39:42.7395989Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 2022-09-27T15:39:42.7589005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 2022-09-27T15:39:42.7835052Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 2022-09-27T15:39:42.7987938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 2022-09-27T15:39:42.7994335Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 2022-09-27T15:39:42.8012331Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 2022-09-27T15:39:42.8274957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 2022-09-27T15:39:42.8435715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 2022-09-27T15:39:42.8717023Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 2022-09-27T15:39:42.8874938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 2022-09-27T15:39:42.9158870Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 2022-09-27T15:39:42.9315001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 2022-09-27T15:39:42.9489610Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 2022-09-27T15:39:42.9507516Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 2022-09-27T15:39:42.9593052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 2022-09-27T15:39:42.9751720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 2022-09-27T15:39:43.0034925Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 2022-09-27T15:39:43.0190055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 2022-09-27T15:39:43.0476740Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 2022-09-27T15:39:43.0627127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 2022-09-27T15:39:43.0909775Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 2022-09-27T15:39:43.0930695Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 2022-09-27T15:39:43.0988301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 2022-09-27T15:39:43.1504490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 2022-09-27T15:39:43.1556281Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 2022-09-27T15:39:43.2070059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 2022-09-27T15:39:43.2083272Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:39:43.2228774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:39:43.2249436Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 2022-09-27T15:39:43.2348049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 2022-09-27T15:39:43.2369750Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 2022-09-27T15:39:43.2736549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool 2022-09-27T15:39:43.2758827Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 2022-09-27T15:39:43.3482562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 2022-09-27T15:39:43.3532984Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 2022-09-27T15:39:43.3968678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 2022-09-27T15:39:43.3975254Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool 2022-09-27T15:39:43.3994121Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 2022-09-27T15:39:43.4103672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 2022-09-27T15:39:43.4317441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 2022-09-27T15:39:43.4394870Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 2022-09-27T15:39:43.4401113Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:39:43.4433530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:39:43.5372971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 2022-09-27T15:39:43.5414691Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 2022-09-27T15:39:43.6047525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 2022-09-27T15:39:43.6063620Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:39:43.6165920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:39:43.6267619Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 2022-09-27T15:39:43.7198906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 2022-09-27T15:39:43.7213097Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 2022-09-27T15:39:43.7232738Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 2022-09-27T15:39:43.7241722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 2022-09-27T15:39:43.8250005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 2022-09-27T15:39:43.8307151Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:39:43.9244981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:39:43.9285291Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 2022-09-27T15:39:44.0014721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 2022-09-27T15:39:44.0036484Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 2022-09-27T15:39:44.0582842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 2022-09-27T15:39:44.0617843Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 2022-09-27T15:39:44.1065118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 2022-09-27T15:39:44.1081393Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:39:44.1872211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:39:44.1899031Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 2022-09-27T15:39:44.2449569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 2022-09-27T15:39:44.2477680Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 2022-09-27T15:39:44.2808368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool 2022-09-27T15:39:44.2988494Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool 2022-09-27T15:39:44.3497897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 2022-09-27T15:39:44.3537420Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 2022-09-27T15:39:44.3861899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 2022-09-27T15:39:44.3874012Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 2022-09-27T15:39:44.3957077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 2022-09-27T15:39:44.3981329Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:39:44.4772515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:39:44.4830230Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 2022-09-27T15:39:44.5503355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 2022-09-27T15:39:44.5545716Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 2022-09-27T15:39:44.6101553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 2022-09-27T15:39:44.6113056Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 2022-09-27T15:39:44.6135846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 2022-09-27T15:39:44.6170110Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 2022-09-27T15:39:44.6227324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 2022-09-27T15:39:44.6244446Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:39:44.6797400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:39:44.6827752Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 2022-09-27T15:39:44.7442905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 2022-09-27T15:39:44.7463878Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 2022-09-27T15:39:44.7965451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 2022-09-27T15:39:44.7995450Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 2022-09-27T15:39:44.8547451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 2022-09-27T15:39:44.8572925Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:39:44.8617813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:39:44.8647544Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 2022-09-27T15:39:44.8899289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 2022-09-27T15:39:44.9151219Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 2022-09-27T15:39:44.9366194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 2022-09-27T15:39:44.9529959Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 2022-09-27T15:39:44.9536776Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 2022-09-27T15:39:44.9558512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 2022-09-27T15:39:44.9899433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 2022-09-27T15:39:44.9955333Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 2022-09-27T15:39:45.0374040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 2022-09-27T15:39:45.0394127Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 2022-09-27T15:39:45.1435401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 2022-09-27T15:39:45.1449503Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:39:45.1817703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:39:45.1843911Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 2022-09-27T15:39:45.2148163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 2022-09-27T15:39:45.2165748Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 2022-09-27T15:39:45.2180519Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 2022-09-27T15:39:45.2187459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 2022-09-27T15:39:45.2893758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool 2022-09-27T15:39:45.2925799Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 2022-09-27T15:39:45.3265567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 2022-09-27T15:39:45.3282319Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:39:45.3459162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:39:45.3485944Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool 2022-09-27T15:39:45.4539318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 2022-09-27T15:39:45.4559379Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 2022-09-27T15:39:45.4961978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 2022-09-27T15:39:45.4991439Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 2022-09-27T15:39:45.5437146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 2022-09-27T15:39:45.5482752Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:39:45.6293919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:39:45.6338454Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 2022-09-27T15:39:45.6818846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 2022-09-27T15:39:45.6842354Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 2022-09-27T15:39:45.7203444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 2022-09-27T15:39:45.7222146Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:39:45.7991565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:39:45.8007417Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 2022-09-27T15:39:45.8551559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 2022-09-27T15:39:45.8570047Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:39:45.8737793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:39:45.8788921Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 2022-09-27T15:39:45.9975609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 2022-09-27T15:39:45.9993543Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 2022-09-27T15:39:46.0038782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 2022-09-27T15:39:46.0052268Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:39:46.0974847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:39:46.0996947Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 2022-09-27T15:39:46.1679138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 2022-09-27T15:39:46.1709145Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:39:46.2390502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:39:46.2415885Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 2022-09-27T15:39:46.2702424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 2022-09-27T15:39:46.2722416Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:39:46.2972696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 2022-09-27T15:39:46.3188100Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 2022-09-27T15:39:46.3342329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 2022-09-27T15:39:46.3480981Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 2022-09-27T15:39:46.3504133Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 2022-09-27T15:39:46.3632649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 2022-09-27T15:39:46.4002609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 2022-09-27T15:39:46.4070991Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 2022-09-27T15:39:46.4418739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 2022-09-27T15:39:46.4512279Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 2022-09-27T15:39:46.4744634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 2022-09-27T15:39:46.4924187Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 2022-09-27T15:39:46.4949055Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 2022-09-27T15:39:46.5069674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 2022-09-27T15:39:46.5157791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 2022-09-27T15:39:46.5431073Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 2022-09-27T15:39:46.5469879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 2022-09-27T15:39:46.5916532Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 2022-09-27T15:39:46.5927642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool 2022-09-27T15:39:46.6103878Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool 2022-09-27T15:39:46.6126952Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 2022-09-27T15:39:46.6392086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 2022-09-27T15:39:46.6399952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 2022-09-27T15:39:46.6835409Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 2022-09-27T15:39:46.6845824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 2022-09-27T15:39:46.7283369Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 2022-09-27T15:39:46.7293357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 2022-09-27T15:39:46.7536023Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 2022-09-27T15:39:46.7564655Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 2022-09-27T15:39:46.7718637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 2022-09-27T15:39:46.7727317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 2022-09-27T15:39:46.8200780Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 2022-09-27T15:39:46.8211980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 2022-09-27T15:39:46.8640073Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 2022-09-27T15:39:46.8649045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 2022-09-27T15:39:46.8807513Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 2022-09-27T15:39:46.8832762Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 2022-09-27T15:39:46.9078564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 2022-09-27T15:39:46.9087552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 2022-09-27T15:39:46.9518184Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 2022-09-27T15:39:46.9527174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 2022-09-27T15:39:46.9937351Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 2022-09-27T15:39:46.9974925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 2022-09-27T15:39:47.0081408Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 2022-09-27T15:39:47.0108363Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 2022-09-27T15:39:47.0397545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 2022-09-27T15:39:47.0406466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 2022-09-27T15:39:47.0716276Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 2022-09-27T15:39:47.0736725Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 2022-09-27T15:39:47.0772124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 2022-09-27T15:39:47.0792546Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 2022-09-27T15:39:47.0833908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 2022-09-27T15:39:47.0845509Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 2022-09-27T15:39:47.1182428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 2022-09-27T15:39:47.1198628Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 2022-09-27T15:39:47.1268965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 2022-09-27T15:39:47.1305301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 2022-09-27T15:39:47.1645472Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 2022-09-27T15:39:47.1742658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool 2022-09-27T15:39:47.1883439Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool 2022-09-27T15:39:47.1893404Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 2022-09-27T15:39:47.2191121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool 2022-09-27T15:39:47.2197499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 2022-09-27T15:39:47.2589836Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 2022-09-27T15:39:47.2613193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 2022-09-27T15:39:47.2703468Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 2022-09-27T15:39:47.2740394Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool 2022-09-27T15:39:47.3030301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 2022-09-27T15:39:47.3052875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 2022-09-27T15:39:47.3443493Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 2022-09-27T15:39:47.3534418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 2022-09-27T15:39:47.3843717Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 2022-09-27T15:39:47.3988498Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 2022-09-27T15:39:47.3998432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 2022-09-27T15:39:47.4009585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 2022-09-27T15:39:47.4427351Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 2022-09-27T15:39:47.4445972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 2022-09-27T15:39:47.4696710Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 2022-09-27T15:39:47.4838346Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 2022-09-27T15:39:47.4908333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 2022-09-27T15:39:47.4930424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 2022-09-27T15:39:47.5387807Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 2022-09-27T15:39:47.5399306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 2022-09-27T15:39:47.5639571Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 2022-09-27T15:39:47.5749803Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 2022-09-27T15:39:47.5869124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 2022-09-27T15:39:47.5882457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 2022-09-27T15:39:47.6311464Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 2022-09-27T15:39:47.6336623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 2022-09-27T15:39:47.6484196Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 2022-09-27T15:39:47.6509477Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 2022-09-27T15:39:47.6750341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 2022-09-27T15:39:47.6768720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 2022-09-27T15:39:47.7191705Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 2022-09-27T15:39:47.7220327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 2022-09-27T15:39:47.7294263Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 2022-09-27T15:39:47.7319525Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 2022-09-27T15:39:47.7671634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 2022-09-27T15:39:47.7703848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool 2022-09-27T15:39:47.7828977Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool 2022-09-27T15:39:47.7873074Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 2022-09-27T15:39:47.8105058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 2022-09-27T15:39:47.8178050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 2022-09-27T15:39:47.8303642Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 2022-09-27T15:39:47.8327493Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 2022-09-27T15:39:47.8629088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 2022-09-27T15:39:47.8643207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 2022-09-27T15:39:47.8652748Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 2022-09-27T15:39:47.8673770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 2022-09-27T15:39:47.8725140Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 2022-09-27T15:39:47.8752113Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 2022-09-27T15:39:47.9150330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 2022-09-27T15:39:47.9159329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 2022-09-27T15:39:47.9455138Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 2022-09-27T15:39:47.9483329Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 2022-09-27T15:39:47.9549555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 2022-09-27T15:39:47.9622257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 2022-09-27T15:39:47.9994978Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 2022-09-27T15:39:48.0099674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 2022-09-27T15:39:48.0368680Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 2022-09-27T15:39:48.0398022Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 2022-09-27T15:39:48.0432060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 2022-09-27T15:39:48.0537511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 2022-09-27T15:39:48.0546263Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 2022-09-27T15:39:48.0571514Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 2022-09-27T15:39:48.0871121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 2022-09-27T15:39:48.0885979Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 2022-09-27T15:39:48.0899046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 2022-09-27T15:39:48.0982809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 2022-09-27T15:39:48.1392049Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 2022-09-27T15:39:48.1427354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 2022-09-27T15:39:48.1873306Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 2022-09-27T15:39:48.1880183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 2022-09-27T15:39:48.2226328Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 2022-09-27T15:39:48.2253074Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 2022-09-27T15:39:48.2268673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 2022-09-27T15:39:48.2302586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 2022-09-27T15:39:48.2714134Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 2022-09-27T15:39:48.2777621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 2022-09-27T15:39:48.3150819Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 2022-09-27T15:39:48.4397452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 2022-09-27T15:39:48.4548036Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 2022-09-27T15:39:48.5176257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool 2022-09-27T15:39:48.5197760Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool 2022-09-27T15:39:48.5452778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 2022-09-27T15:39:48.5493178Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 2022-09-27T15:39:48.6675688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 2022-09-27T15:39:48.6706906Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 2022-09-27T15:39:48.7912633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 2022-09-27T15:39:48.7937049Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 2022-09-27T15:39:48.8891064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 2022-09-27T15:39:48.8914502Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 2022-09-27T15:39:48.9910124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 2022-09-27T15:39:48.9920318Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 2022-09-27T15:39:49.0770952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 2022-09-27T15:39:49.0880299Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 2022-09-27T15:39:49.1121604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 2022-09-27T15:39:49.1162449Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 2022-09-27T15:39:49.1775424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 2022-09-27T15:39:49.1812815Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 2022-09-27T15:39:49.2405321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 2022-09-27T15:39:49.2431771Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 2022-09-27T15:39:49.2538539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 2022-09-27T15:39:49.2565725Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 2022-09-27T15:39:49.2866104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 2022-09-27T15:39:49.2895983Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 2022-09-27T15:39:49.3292228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 2022-09-27T15:39:49.3352319Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 2022-09-27T15:39:49.4005248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 2022-09-27T15:39:49.4050563Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 2022-09-27T15:39:49.4842645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 2022-09-27T15:39:49.4869552Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 2022-09-27T15:39:49.4914925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 2022-09-27T15:39:49.5078593Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 2022-09-27T15:39:49.5092609Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 2022-09-27T15:39:49.5328201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 2022-09-27T15:39:49.5334363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool 2022-09-27T15:39:49.5764421Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool 2022-09-27T15:39:49.5825419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 2022-09-27T15:39:49.6244735Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 2022-09-27T15:39:49.6250329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 2022-09-27T15:39:49.6275377Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 2022-09-27T15:39:49.6301687Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 2022-09-27T15:39:49.6677595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 2022-09-27T15:39:49.6682944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 2022-09-27T15:39:49.7169705Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 2022-09-27T15:39:49.7175815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 2022-09-27T15:39:49.7559321Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 2022-09-27T15:39:49.7615476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 2022-09-27T15:39:49.8058010Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 2022-09-27T15:39:49.8064108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 2022-09-27T15:39:49.8097993Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 2022-09-27T15:39:49.8111580Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 2022-09-27T15:39:49.8437212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 2022-09-27T15:39:49.8500558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 2022-09-27T15:39:49.8948860Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 2022-09-27T15:39:49.8954812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 2022-09-27T15:39:49.9022739Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 2022-09-27T15:39:49.9040146Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 2022-09-27T15:39:49.9158134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 2022-09-27T15:39:49.9363126Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 2022-09-27T15:39:49.9363666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool 2022-09-27T15:39:49.9382904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 2022-09-27T15:39:49.9849008Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 2022-09-27T15:39:49.9849591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 2022-09-27T15:39:50.0164843Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 2022-09-27T15:39:50.0185056Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 2022-09-27T15:39:50.0283973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 2022-09-27T15:39:50.0287375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 2022-09-27T15:39:50.0746348Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 2022-09-27T15:39:50.0954147Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:39:50.0974848Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 2022-09-27T15:39:50.1198129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 2022-09-27T15:39:50.1226351Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:39:50.1877933Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:39:50.1910700Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:39:50.2039269Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:39:50.2060103Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 2022-09-27T15:39:50.2125429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 2022-09-27T15:39:50.2390756Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:39:50.2551267Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:39:50.2802324Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:39:50.2806299Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:39:50.3245898Z [gw2] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:39:50.3249736Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:39:50.3460846Z [gw2] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:39:50.3490158Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 2022-09-27T15:39:50.3723990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 2022-09-27T15:39:50.3728068Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:39:50.4162432Z [gw2] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:39:50.4166258Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:39:50.4631455Z [gw2] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:39:50.5004563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 2022-09-27T15:39:50.5037946Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 2022-09-27T15:39:50.5070395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 2022-09-27T15:39:50.5099136Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool 2022-09-27T15:39:50.6515711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 2022-09-27T15:39:50.6543282Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 2022-09-27T15:39:50.8048748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 2022-09-27T15:39:50.8072929Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 2022-09-27T15:39:50.9586652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 2022-09-27T15:39:50.9621400Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 2022-09-27T15:39:51.0818661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 2022-09-27T15:39:51.0856304Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 2022-09-27T15:39:51.2672446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 2022-09-27T15:39:51.2704014Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 2022-09-27T15:39:51.3049432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 2022-09-27T15:39:51.3081636Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 2022-09-27T15:39:51.4478840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 2022-09-27T15:39:51.4496025Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 2022-09-27T15:39:51.5956431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 2022-09-27T15:39:51.5973561Z [gw2] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 2022-09-27T15:39:51.6560930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 2022-09-27T15:39:51.6598667Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 2022-09-27T15:39:51.9177592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 2022-09-27T15:39:51.9208273Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 2022-09-27T15:39:52.0842520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 2022-09-27T15:39:52.0870837Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 2022-09-27T15:39:52.0888675Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 2022-09-27T15:39:52.0910200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 2022-09-27T15:39:52.2191208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 2022-09-27T15:39:52.2217986Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 2022-09-27T15:39:52.5305631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 2022-09-27T15:39:52.5317839Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 2022-09-27T15:39:52.6064420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 2022-09-27T15:39:52.6103739Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 2022-09-27T15:39:52.7990728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 2022-09-27T15:39:52.8029641Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 2022-09-27T15:39:52.8359450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 2022-09-27T15:39:52.8404984Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 2022-09-27T15:39:52.8945058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 2022-09-27T15:39:52.8978955Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 2022-09-27T15:39:53.1349728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 2022-09-27T15:39:53.1403321Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 2022-09-27T15:39:53.1759957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool 2022-09-27T15:39:53.1787936Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 2022-09-27T15:39:53.1887309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 2022-09-27T15:39:53.1919293Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 2022-09-27T15:39:53.3340505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 2022-09-27T15:39:53.3357578Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 2022-09-27T15:39:53.4626631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 2022-09-27T15:39:53.4655575Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 2022-09-27T15:39:53.4872379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 2022-09-27T15:39:53.4903476Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 2022-09-27T15:39:53.6640183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 2022-09-27T15:39:53.6658965Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 2022-09-27T15:39:53.7580951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 2022-09-27T15:39:53.7613512Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool 2022-09-27T15:39:53.7750984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 2022-09-27T15:39:53.7771348Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 2022-09-27T15:39:53.8973726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 2022-09-27T15:39:53.9001561Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 2022-09-27T15:39:53.9066629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 2022-09-27T15:39:53.9097108Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 2022-09-27T15:39:54.0893404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool 2022-09-27T15:39:54.0918363Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 2022-09-27T15:39:54.3003097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 2022-09-27T15:39:54.3046011Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 2022-09-27T15:39:54.3859841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool 2022-09-27T15:39:54.3894920Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool 2022-09-27T15:39:54.9133117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 2022-09-27T15:39:54.9170723Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 2022-09-27T15:39:54.9208178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 2022-09-27T15:39:54.9230402Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool 2022-09-27T15:39:54.9542197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 2022-09-27T15:39:54.9573766Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 2022-09-27T15:39:55.1096297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 2022-09-27T15:39:55.1277783Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 2022-09-27T15:39:55.3334304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 2022-09-27T15:39:55.3373847Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 2022-09-27T15:39:55.4086928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 2022-09-27T15:39:55.4125005Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 2022-09-27T15:39:55.6968050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 2022-09-27T15:39:55.7011924Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 2022-09-27T15:39:55.9011364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 2022-09-27T15:39:55.9050641Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 2022-09-27T15:39:55.9914789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 2022-09-27T15:39:55.9950027Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 2022-09-27T15:39:56.1313452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 2022-09-27T15:39:56.1348094Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 2022-09-27T15:39:56.3718583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 2022-09-27T15:39:56.3776121Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 2022-09-27T15:39:56.4216994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 2022-09-27T15:39:56.4255508Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 2022-09-27T15:39:56.4678777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 2022-09-27T15:39:56.4703534Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 2022-09-27T15:39:56.6814379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 2022-09-27T15:39:56.6872816Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 2022-09-27T15:39:56.7778671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 2022-09-27T15:39:56.7815879Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 2022-09-27T15:39:56.7889068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 2022-09-27T15:39:56.7908680Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 2022-09-27T15:39:56.9411220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 2022-09-27T15:39:56.9437969Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 2022-09-27T15:39:57.1589431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 2022-09-27T15:39:57.1645234Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 2022-09-27T15:39:57.1756573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 2022-09-27T15:39:57.1775728Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 2022-09-27T15:39:57.1802563Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 2022-09-27T15:39:57.1811902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 2022-09-27T15:39:57.4255721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 2022-09-27T15:39:57.4291328Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 2022-09-27T15:39:57.5521325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 2022-09-27T15:39:57.5559232Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 2022-09-27T15:39:57.6736381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 2022-09-27T15:39:57.6786247Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 2022-09-27T15:39:57.7053604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 2022-09-27T15:39:57.7194036Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 2022-09-27T15:39:57.7354362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool 2022-09-27T15:39:57.7709563Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool 2022-09-27T15:39:57.7771089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 2022-09-27T15:39:57.8149567Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 2022-09-27T15:39:57.8221934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 2022-09-27T15:39:57.8236501Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 2022-09-27T15:39:57.8263230Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 2022-09-27T15:39:57.8557388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 2022-09-27T15:39:57.8698463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 2022-09-27T15:39:57.9036125Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 2022-09-27T15:39:57.9163840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 2022-09-27T15:39:57.9429329Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 2022-09-27T15:39:57.9458789Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 2022-09-27T15:39:57.9473045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool 2022-09-27T15:39:57.9592368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 2022-09-27T15:39:57.9841014Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 2022-09-27T15:39:57.9948645Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool 2022-09-27T15:39:58.0028084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 2022-09-27T15:39:58.0083929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 2022-09-27T15:39:58.0472055Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 2022-09-27T15:39:58.0503006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 2022-09-27T15:39:58.0539094Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 2022-09-27T15:39:58.0544391Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 2022-09-27T15:39:58.0911604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 2022-09-27T15:39:58.0993798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 2022-09-27T15:39:58.1258245Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 2022-09-27T15:39:58.1352969Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 2022-09-27T15:39:58.1358590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 2022-09-27T15:39:58.1423497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 2022-09-27T15:39:58.1611203Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 2022-09-27T15:39:58.1631510Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 2022-09-27T15:39:58.1787608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 2022-09-27T15:39:58.1849419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 2022-09-27T15:39:58.1995917Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 2022-09-27T15:39:58.2008020Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 2022-09-27T15:39:58.2155576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 2022-09-27T15:39:58.2300376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 2022-09-27T15:39:58.2338583Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 2022-09-27T15:39:58.2472164Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 2022-09-27T15:39:58.2670641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 2022-09-27T15:39:58.2745198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 2022-09-27T15:39:58.2759262Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 2022-09-27T15:39:58.2856892Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 2022-09-27T15:39:58.2879048Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 2022-09-27T15:39:58.2948306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 2022-09-27T15:39:58.3109155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 2022-09-27T15:39:58.3167352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool 2022-09-27T15:39:58.3406961Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool 2022-09-27T15:39:58.3423333Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 2022-09-27T15:39:58.3550851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 2022-09-27T15:39:58.3636843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 2022-09-27T15:39:58.3905684Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 2022-09-27T15:39:58.3920489Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 2022-09-27T15:39:58.3926935Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 2022-09-27T15:39:58.4027854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 2022-09-27T15:39:58.4077188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 2022-09-27T15:39:58.4147708Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 2022-09-27T15:39:58.4336367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 2022-09-27T15:39:58.4469393Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 2022-09-27T15:39:58.4558029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 2022-09-27T15:39:58.4630426Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 2022-09-27T15:39:58.4816464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 2022-09-27T15:39:58.4835153Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 2022-09-27T15:39:58.4962769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 2022-09-27T15:39:58.4968199Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 2022-09-27T15:39:58.5017168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 2022-09-27T15:39:58.5351579Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 2022-09-27T15:39:58.5460247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 2022-09-27T15:39:58.5465543Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 2022-09-27T15:39:58.5466184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 2022-09-27T15:39:58.5789261Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 2022-09-27T15:39:58.5915173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 2022-09-27T15:39:58.5922762Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 2022-09-27T15:39:58.5923493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 2022-09-27T15:39:58.6257523Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 2022-09-27T15:39:58.6270755Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 2022-09-27T15:39:58.6286035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 2022-09-27T15:39:58.6313946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 2022-09-27T15:39:58.6329202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 2022-09-27T15:39:58.6377256Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 2022-09-27T15:39:58.6711101Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 2022-09-27T15:39:58.6736404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 2022-09-27T15:39:58.6755595Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 2022-09-27T15:39:58.6823087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 2022-09-27T15:39:58.6904435Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 2022-09-27T15:39:58.6916327Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 2022-09-27T15:39:58.7148076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 2022-09-27T15:39:58.7168779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 2022-09-27T15:39:58.7245956Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 2022-09-27T15:39:58.7286828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 2022-09-27T15:39:58.7591542Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 2022-09-27T15:39:58.7609557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 2022-09-27T15:39:58.7672040Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 2022-09-27T15:39:58.7728466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 2022-09-27T15:39:58.8075442Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 2022-09-27T15:39:58.8083974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 2022-09-27T15:39:58.8157746Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 2022-09-27T15:39:58.8210200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 2022-09-27T15:39:58.8476275Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 2022-09-27T15:39:58.8514889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 2022-09-27T15:39:58.8539100Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 2022-09-27T15:39:58.8554485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 2022-09-27T15:39:58.8632134Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 2022-09-27T15:39:58.8676294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool 2022-09-27T15:39:58.8916886Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool 2022-09-27T15:39:58.9010510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 2022-09-27T15:39:58.9175323Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 2022-09-27T15:39:58.9179165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 2022-09-27T15:39:58.9434053Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 2022-09-27T15:39:58.9439332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 2022-09-27T15:39:58.9583701Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 2022-09-27T15:39:58.9625330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 2022-09-27T15:39:58.9871905Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 2022-09-27T15:39:58.9884138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 2022-09-27T15:39:59.0106849Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 2022-09-27T15:39:59.0111150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 2022-09-27T15:39:59.0271703Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 2022-09-27T15:39:59.0278146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 2022-09-27T15:39:59.0536593Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 2022-09-27T15:39:59.0540976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 2022-09-27T15:39:59.0774121Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 2022-09-27T15:39:59.0778205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool 2022-09-27T15:39:59.0895636Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool 2022-09-27T15:39:59.0915964Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 2022-09-27T15:39:59.0917743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 2022-09-27T15:39:59.0975270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 2022-09-27T15:39:59.1199817Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 2022-09-27T15:39:59.1200431Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 2022-09-27T15:39:59.1210098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 2022-09-27T15:39:59.1223095Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 2022-09-27T15:39:59.1465015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 2022-09-27T15:39:59.1465638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 2022-09-27T15:39:59.1652852Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 2022-09-27T15:39:59.1655342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 2022-09-27T15:39:59.1900162Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 2022-09-27T15:39:59.1903785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 2022-09-27T15:39:59.2083935Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 2022-09-27T15:39:59.2090441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 2022-09-27T15:39:59.2445262Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 2022-09-27T15:39:59.2457539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 2022-09-27T15:39:59.2534295Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 2022-09-27T15:39:59.2542098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 2022-09-27T15:39:59.2775578Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 2022-09-27T15:39:59.2781612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 2022-09-27T15:39:59.2951164Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 2022-09-27T15:39:59.2967111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 2022-09-27T15:39:59.3214897Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 2022-09-27T15:39:59.3254276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 2022-09-27T15:39:59.3363367Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 2022-09-27T15:39:59.3412692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 2022-09-27T15:39:59.3655541Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 2022-09-27T15:39:59.3735357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 2022-09-27T15:39:59.3760434Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 2022-09-27T15:39:59.3785124Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 2022-09-27T15:39:59.3839072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 2022-09-27T15:39:59.3843416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 2022-09-27T15:39:59.3889103Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 2022-09-27T15:39:59.3901187Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 2022-09-27T15:39:59.4150519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool 2022-09-27T15:39:59.4296145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 2022-09-27T15:39:59.4300058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 2022-09-27T15:39:59.4721493Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 2022-09-27T15:39:59.4725474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 2022-09-27T15:39:59.5170625Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 2022-09-27T15:39:59.5175499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 2022-09-27T15:39:59.5622709Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 2022-09-27T15:39:59.5630170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 2022-09-27T15:39:59.5698306Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 2022-09-27T15:39:59.5720284Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 2022-09-27T15:39:59.6043908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool 2022-09-27T15:39:59.6052932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool 2022-09-27T15:39:59.6328737Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool 2022-09-27T15:39:59.6361253Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 2022-09-27T15:39:59.6538061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 2022-09-27T15:39:59.6543661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 2022-09-27T15:39:59.6969294Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 2022-09-27T15:39:59.6974587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 2022-09-27T15:39:59.7419743Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 2022-09-27T15:39:59.7433784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 2022-09-27T15:39:59.7439656Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 2022-09-27T15:39:59.7450233Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool 2022-09-27T15:39:59.7852698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 2022-09-27T15:39:59.7855569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 2022-09-27T15:39:59.8293753Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 2022-09-27T15:39:59.8295167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 2022-09-27T15:39:59.8434977Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 2022-09-27T15:39:59.8460276Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool 2022-09-27T15:39:59.8680981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 2022-09-27T15:39:59.8688402Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 2022-09-27T15:39:59.8720791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 2022-09-27T15:39:59.8733691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 2022-09-27T15:39:59.9209451Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 2022-09-27T15:39:59.9214661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 2022-09-27T15:39:59.9650426Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 2022-09-27T15:39:59.9655780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 2022-09-27T15:39:59.9955533Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 2022-09-27T15:39:59.9981431Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 2022-09-27T15:40:00.0080104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 2022-09-27T15:40:00.0087167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 2022-09-27T15:40:00.0565640Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 2022-09-27T15:40:00.0571657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 2022-09-27T15:40:00.1031118Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 2022-09-27T15:40:00.2642329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 2022-09-27T15:40:00.2716488Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 2022-09-27T15:40:00.3649590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 2022-09-27T15:40:00.3731071Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 2022-09-27T15:40:00.4043873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 2022-09-27T15:40:00.4102084Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 2022-09-27T15:40:00.7495347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool 2022-09-27T15:40:00.7513159Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 2022-09-27T15:40:00.7529169Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 2022-09-27T15:40:00.7553661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool 2022-09-27T15:40:00.9368052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 2022-09-27T15:40:00.9386527Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 2022-09-27T15:40:01.0942511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 2022-09-27T15:40:01.0988464Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool 2022-09-27T15:40:01.1212993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 2022-09-27T15:40:01.1274567Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 2022-09-27T15:40:01.2819031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 2022-09-27T15:40:01.2843649Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 2022-09-27T15:40:01.3341081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 2022-09-27T15:40:01.3367828Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool 2022-09-27T15:40:01.4985124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 2022-09-27T15:40:01.5029481Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 2022-09-27T15:40:01.6717548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 2022-09-27T15:40:01.6944685Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 2022-09-27T15:40:01.8722595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 2022-09-27T15:40:01.8750628Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 2022-09-27T15:40:01.9515958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 2022-09-27T15:40:01.9542169Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 2022-09-27T15:40:02.2156438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 2022-09-27T15:40:02.2192493Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 2022-09-27T15:40:02.3037109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 2022-09-27T15:40:02.3070686Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 2022-09-27T15:40:02.3410253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 2022-09-27T15:40:02.3447495Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 2022-09-27T15:40:02.4039605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:40:02.4068861Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 2022-09-27T15:40:02.5857592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 2022-09-27T15:40:02.5900978Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 2022-09-27T15:40:02.6792784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 2022-09-27T15:40:02.6818573Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 2022-09-27T15:40:02.7896017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 2022-09-27T15:40:02.7922334Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 2022-09-27T15:40:02.8152765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 2022-09-27T15:40:02.8168217Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 2022-09-27T15:40:02.8866004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 2022-09-27T15:40:02.8908480Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:40:02.9694013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:40:02.9721611Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 2022-09-27T15:40:03.1565572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 2022-09-27T15:40:03.1592540Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 2022-09-27T15:40:03.3521946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool 2022-09-27T15:40:03.3561202Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 2022-09-27T15:40:03.3957751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 2022-09-27T15:40:03.3983510Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:40:03.6048521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:40:03.6070402Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool 2022-09-27T15:40:03.6753451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 2022-09-27T15:40:03.6779621Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 2022-09-27T15:40:03.9762365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 2022-09-27T15:40:03.9790802Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:40:04.0120138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:40:04.0142110Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 2022-09-27T15:40:04.0900056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 2022-09-27T15:40:04.0925306Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 2022-09-27T15:40:04.2150798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 2022-09-27T15:40:04.2174297Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 2022-09-27T15:40:04.2517525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 2022-09-27T15:40:04.2543786Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:40:04.4357510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:40:04.4382504Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 2022-09-27T15:40:04.4547878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 2022-09-27T15:40:04.4570616Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 2022-09-27T15:40:04.6554564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 2022-09-27T15:40:04.6587550Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:40:04.7428432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:40:04.7453269Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 2022-09-27T15:40:04.7990771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 2022-09-27T15:40:04.8013297Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 2022-09-27T15:40:04.8560719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 2022-09-27T15:40:04.8591822Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 2022-09-27T15:40:05.1263247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 2022-09-27T15:40:05.1285991Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 2022-09-27T15:40:05.1506780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 2022-09-27T15:40:05.1538879Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:40:05.2712517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:40:05.2750078Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 2022-09-27T15:40:05.3017702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 2022-09-27T15:40:05.3041738Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 2022-09-27T15:40:05.3490191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 2022-09-27T15:40:05.3645994Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 2022-09-27T15:40:05.5614708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 2022-09-27T15:40:05.5638418Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 2022-09-27T15:40:05.6416367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 2022-09-27T15:40:05.6443232Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 2022-09-27T15:40:05.7498059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 2022-09-27T15:40:05.7551193Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 2022-09-27T15:40:05.8864200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 2022-09-27T15:40:05.8900024Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:40:05.9182181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 2022-09-27T15:40:05.9209135Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 2022-09-27T15:40:05.9299176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 2022-09-27T15:40:05.9376068Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 2022-09-27T15:40:05.9674765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 2022-09-27T15:40:05.9697300Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 2022-09-27T15:40:06.2438729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 2022-09-27T15:40:06.2476732Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 2022-09-27T15:40:06.4540015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 2022-09-27T15:40:06.4613257Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 2022-09-27T15:40:06.4627491Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 2022-09-27T15:40:06.4651417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool 2022-09-27T15:40:06.4850125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 2022-09-27T15:40:06.4866694Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 2022-09-27T15:40:06.6963483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 2022-09-27T15:40:06.7018297Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 2022-09-27T15:40:06.7288767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 2022-09-27T15:40:06.7305250Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 2022-09-27T15:40:06.7479764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 2022-09-27T15:40:06.7715318Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 2022-09-27T15:40:06.8215087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 2022-09-27T15:40:06.8236793Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool 2022-09-27T15:40:06.9477351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 2022-09-27T15:40:06.9503505Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 2022-09-27T15:40:07.3164590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 2022-09-27T15:40:07.3226470Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 2022-09-27T15:40:07.4728502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 2022-09-27T15:40:07.4760795Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 2022-09-27T15:40:07.6278608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 2022-09-27T15:40:07.6299520Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 2022-09-27T15:40:07.7363931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 2022-09-27T15:40:07.7398376Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 2022-09-27T15:40:07.8579373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 2022-09-27T15:40:07.8607591Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 2022-09-27T15:40:07.9963257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 2022-09-27T15:40:08.0035197Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 2022-09-27T15:40:08.0438553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 2022-09-27T15:40:08.0489741Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 2022-09-27T15:40:08.0515160Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 2022-09-27T15:40:08.0547033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 2022-09-27T15:40:08.2110672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 2022-09-27T15:40:08.2136144Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 2022-09-27T15:40:08.5599722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 2022-09-27T15:40:08.5681069Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 2022-09-27T15:40:08.6405634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 2022-09-27T15:40:08.6431829Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 2022-09-27T15:40:08.7370147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 2022-09-27T15:40:08.7402920Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 2022-09-27T15:40:08.8325846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 2022-09-27T15:40:08.8346753Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 2022-09-27T15:40:08.8494463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 2022-09-27T15:40:08.8516365Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 2022-09-27T15:40:08.9220598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 2022-09-27T15:40:08.9252205Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 2022-09-27T15:40:08.9518826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 2022-09-27T15:40:08.9545486Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 2022-09-27T15:40:08.9710096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 2022-09-27T15:40:08.9728483Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 2022-09-27T15:40:09.0440742Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 2022-09-27T15:40:09.0464931Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 2022-09-27T15:40:09.1432018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 2022-09-27T15:40:09.1471742Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 2022-09-27T15:40:09.1515642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 2022-09-27T15:40:09.1991268Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 2022-09-27T15:40:09.2671998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 2022-09-27T15:40:09.2749416Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 2022-09-27T15:40:09.3917759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 2022-09-27T15:40:09.3943175Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 2022-09-27T15:40:09.6243797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 2022-09-27T15:40:09.6269964Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 2022-09-27T15:40:09.8153496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 2022-09-27T15:40:09.8169904Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 2022-09-27T15:40:09.8658120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 2022-09-27T15:40:09.8680362Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 2022-09-27T15:40:10.0239670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 2022-09-27T15:40:10.0268601Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 2022-09-27T15:40:10.1579184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 2022-09-27T15:40:10.1600830Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 2022-09-27T15:40:10.1751263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 2022-09-27T15:40:10.2111483Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 2022-09-27T15:40:10.2152767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool 2022-09-27T15:40:10.2591273Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool 2022-09-27T15:40:10.2685938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 2022-09-27T15:40:10.3071095Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 2022-09-27T15:40:10.3178071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 2022-09-27T15:40:10.3436093Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 2022-09-27T15:40:10.3549046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 2022-09-27T15:40:10.3556461Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 2022-09-27T15:40:10.3652390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 2022-09-27T15:40:10.3951160Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 2022-09-27T15:40:10.4023510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 2022-09-27T15:40:10.4356804Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 2022-09-27T15:40:10.4516066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 2022-09-27T15:40:10.4850658Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 2022-09-27T15:40:10.4949640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 2022-09-27T15:40:10.5350471Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 2022-09-27T15:40:10.5387161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 2022-09-27T15:40:10.5748144Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 2022-09-27T15:40:10.5830922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 2022-09-27T15:40:10.6467886Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 2022-09-27T15:40:10.6527596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 2022-09-27T15:40:10.6717095Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 2022-09-27T15:40:10.6839563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 2022-09-27T15:40:10.7231972Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 2022-09-27T15:40:10.7312872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 2022-09-27T15:40:10.7563018Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 2022-09-27T15:40:10.7585868Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 2022-09-27T15:40:10.7703870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 2022-09-27T15:40:10.7704552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool 2022-09-27T15:40:10.8030337Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool 2022-09-27T15:40:10.8049771Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 2022-09-27T15:40:10.8053383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 2022-09-27T15:40:10.8234851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 2022-09-27T15:40:10.8591292Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 2022-09-27T15:40:10.8759628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 2022-09-27T15:40:10.9031282Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 2022-09-27T15:40:10.9148000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 2022-09-27T15:40:10.9509898Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 2022-09-27T15:40:10.9579927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 2022-09-27T15:40:10.9990817Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 2022-09-27T15:40:11.0062014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 2022-09-27T15:40:11.0250665Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 2022-09-27T15:40:11.0273686Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 2022-09-27T15:40:11.0389934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 2022-09-27T15:40:11.0397141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 2022-09-27T15:40:11.0410891Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 2022-09-27T15:40:11.0483779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 2022-09-27T15:40:11.0790971Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 2022-09-27T15:40:11.0878263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 2022-09-27T15:40:11.1235446Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 2022-09-27T15:40:11.1320168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 2022-09-27T15:40:11.1678191Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 2022-09-27T15:40:11.1947907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 2022-09-27T15:40:11.2117984Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 2022-09-27T15:40:11.2223199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 2022-09-27T15:40:11.2472151Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 2022-09-27T15:40:11.2483903Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 2022-09-27T15:40:11.2591504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 2022-09-27T15:40:11.2682965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 2022-09-27T15:40:11.3150663Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 2022-09-27T15:40:11.3536986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 2022-09-27T15:40:11.3565400Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 2022-09-27T15:40:11.4066292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool 2022-09-27T15:40:11.4095540Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool 2022-09-27T15:40:11.4349089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 2022-09-27T15:40:11.4370243Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 2022-09-27T15:40:11.4802108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 2022-09-27T15:40:11.4829394Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 2022-09-27T15:40:11.4856199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 2022-09-27T15:40:11.4865586Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 2022-09-27T15:40:11.5538741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 2022-09-27T15:40:11.5565005Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 2022-09-27T15:40:11.6014562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 2022-09-27T15:40:11.6028457Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 2022-09-27T15:40:11.6352265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 2022-09-27T15:40:11.6434940Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 2022-09-27T15:40:11.6778693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 2022-09-27T15:40:11.6872361Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 2022-09-27T15:40:11.6896647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 2022-09-27T15:40:11.6912694Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 2022-09-27T15:40:11.7221501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 2022-09-27T15:40:11.7371160Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 2022-09-27T15:40:11.7738931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 2022-09-27T15:40:11.7791721Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 2022-09-27T15:40:11.8438482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 2022-09-27T15:40:11.8451308Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 2022-09-27T15:40:11.9022404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 2022-09-27T15:40:11.9036690Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 2022-09-27T15:40:11.9051750Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 2022-09-27T15:40:11.9107722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 2022-09-27T15:40:11.9570841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 2022-09-27T15:40:11.9715362Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 2022-09-27T15:40:12.0060656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 2022-09-27T15:40:12.0088408Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 2022-09-27T15:40:12.0276260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 2022-09-27T15:40:12.0290925Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 2022-09-27T15:40:12.0553895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 2022-09-27T15:40:12.0707421Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 2022-09-27T15:40:12.0732456Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 2022-09-27T15:40:12.0747841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 2022-09-27T15:40:12.0801864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool 2022-09-27T15:40:12.1232031Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool 2022-09-27T15:40:12.1310175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 2022-09-27T15:40:12.1337307Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 2022-09-27T15:40:12.1370731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 2022-09-27T15:40:12.1431802Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 2022-09-27T15:40:12.1456530Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 2022-09-27T15:40:12.1591519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 2022-09-27T15:40:12.1717782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 2022-09-27T15:40:12.1858873Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 2022-09-27T15:40:12.1884185Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 2022-09-27T15:40:12.2032641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 2022-09-27T15:40:12.2158928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 2022-09-27T15:40:12.2388012Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 2022-09-27T15:40:12.2417103Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 2022-09-27T15:40:12.2473554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 2022-09-27T15:40:12.2554448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 2022-09-27T15:40:12.2581055Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 2022-09-27T15:40:12.2693176Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 2022-09-27T15:40:12.2702797Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 2022-09-27T15:40:12.2845693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 2022-09-27T15:40:12.2956240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool 2022-09-27T15:40:12.2981039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 2022-09-27T15:40:12.3075378Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool 2022-09-27T15:40:12.3398625Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 2022-09-27T15:40:12.3403202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 2022-09-27T15:40:12.3460745Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 2022-09-27T15:40:12.3526301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 2022-09-27T15:40:12.3762022Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 2022-09-27T15:40:12.3844086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 2022-09-27T15:40:12.3907959Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 2022-09-27T15:40:12.3917856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 2022-09-27T15:40:12.4272303Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 2022-09-27T15:40:12.4336123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 2022-09-27T15:40:12.4347224Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 2022-09-27T15:40:12.4376555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 2022-09-27T15:40:12.4635224Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 2022-09-27T15:40:12.4706641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 2022-09-27T15:40:12.4721872Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 2022-09-27T15:40:12.4805759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 2022-09-27T15:40:12.5075064Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 2022-09-27T15:40:12.5143640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 2022-09-27T15:40:12.5161341Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 2022-09-27T15:40:12.5232673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 2022-09-27T15:40:12.5511594Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 2022-09-27T15:40:12.5561360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 2022-09-27T15:40:12.5592009Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 2022-09-27T15:40:12.5682166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 2022-09-27T15:40:12.5995018Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 2022-09-27T15:40:12.6033014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 2022-09-27T15:40:12.6048657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 2022-09-27T15:40:12.6187955Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 2022-09-27T15:40:12.6434611Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 2022-09-27T15:40:12.6472525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 2022-09-27T15:40:12.6487373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool 2022-09-27T15:40:12.6578170Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 2022-09-27T15:40:12.6876603Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool 2022-09-27T15:40:12.6916875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 2022-09-27T15:40:12.6934759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 2022-09-27T15:40:12.7150029Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 2022-09-27T15:40:12.7320018Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 2022-09-27T15:40:12.7357212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 2022-09-27T15:40:12.7377051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 2022-09-27T15:40:12.7548844Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 2022-09-27T15:40:12.7754270Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 2022-09-27T15:40:12.7791561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 2022-09-27T15:40:12.8087267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 2022-09-27T15:40:12.8109181Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 2022-09-27T15:40:12.8192231Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 2022-09-27T15:40:12.8231518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool 2022-09-27T15:40:12.8443383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 2022-09-27T15:40:12.8495580Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 2022-09-27T15:40:12.8632024Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool 2022-09-27T15:40:12.8691289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 2022-09-27T15:40:12.8855704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 2022-09-27T15:40:12.8936903Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 2022-09-27T15:40:12.9072838Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 2022-09-27T15:40:12.9191296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 2022-09-27T15:40:12.9317436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 2022-09-27T15:40:12.9438763Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 2022-09-27T15:40:12.9515410Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 2022-09-27T15:40:12.9584693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 2022-09-27T15:40:12.9668192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 2022-09-27T15:40:12.9879357Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 2022-09-27T15:40:12.9955474Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 2022-09-27T15:40:13.0049981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 2022-09-27T15:40:13.0055836Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 2022-09-27T15:40:13.0076241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 2022-09-27T15:40:13.0143321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:40:13.0367981Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 2022-09-27T15:40:13.0430220Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 2022-09-27T15:40:13.0470050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 2022-09-27T15:40:13.0585923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 2022-09-27T15:40:13.0743112Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 2022-09-27T15:40:13.0862871Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 2022-09-27T15:40:13.1014010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 2022-09-27T15:40:13.1030366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 2022-09-27T15:40:13.1064088Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 2022-09-27T15:40:13.1083531Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 2022-09-27T15:40:13.1098941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 2022-09-27T15:40:13.1180468Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 2022-09-27T15:40:13.1194077Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:40:13.1275879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:40:13.1428422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 2022-09-27T15:40:13.1473835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 2022-09-27T15:40:13.1748032Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 2022-09-27T15:40:13.1992202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 2022-09-27T15:40:13.2136934Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 2022-09-27T15:40:13.2156073Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:40:13.2229343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 2022-09-27T15:40:13.2365743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 2022-09-27T15:40:13.2711522Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 2022-09-27T15:40:13.2817815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 2022-09-27T15:40:13.3109883Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 2022-09-27T15:40:13.3126093Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 2022-09-27T15:40:13.3175733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 2022-09-27T15:40:13.3176779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 2022-09-27T15:40:13.3419822Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 2022-09-27T15:40:13.3442808Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 2022-09-27T15:40:13.3629324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 2022-09-27T15:40:13.3634989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 2022-09-27T15:40:13.3799422Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 2022-09-27T15:40:13.3823003Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 2022-09-27T15:40:13.3963481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 2022-09-27T15:40:13.4062047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 2022-09-27T15:40:13.4089634Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 2022-09-27T15:40:13.4110253Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 2022-09-27T15:40:13.4472562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:40:13.4476586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 2022-09-27T15:40:13.4829146Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 2022-09-27T15:40:13.4849827Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 2022-09-27T15:40:13.4868964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 2022-09-27T15:40:13.4913356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 2022-09-27T15:40:13.5369705Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 2022-09-27T15:40:13.5372571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 2022-09-27T15:40:13.5831144Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 2022-09-27T15:40:13.5946348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 2022-09-27T15:40:13.6235251Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 2022-09-27T15:40:13.6250769Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 2022-09-27T15:40:13.6268222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 2022-09-27T15:40:13.6317007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool 2022-09-27T15:40:13.6601923Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool 2022-09-27T15:40:13.6686950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 2022-09-27T15:40:13.6710302Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 2022-09-27T15:40:13.6853478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 2022-09-27T15:40:13.7111193Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 2022-09-27T15:40:13.7258344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 2022-09-27T15:40:13.7592072Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 2022-09-27T15:40:13.7646491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 2022-09-27T15:40:13.7749124Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 2022-09-27T15:40:13.7770874Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 2022-09-27T15:40:13.8032492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 2022-09-27T15:40:13.8063410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 2022-09-27T15:40:13.8511558Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 2022-09-27T15:40:13.8626619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 2022-09-27T15:40:13.8755078Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 2022-09-27T15:40:13.8774662Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 2022-09-27T15:40:13.8789687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 2022-09-27T15:40:13.8815849Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 2022-09-27T15:40:13.8903374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 2022-09-27T15:40:13.9145604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 2022-09-27T15:40:13.9472011Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 2022-09-27T15:40:13.9576881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 2022-09-27T15:40:13.9798049Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 2022-09-27T15:40:13.9921256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 2022-09-27T15:40:13.9950545Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 2022-09-27T15:40:13.9992738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 2022-09-27T15:40:14.0276943Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 2022-09-27T15:40:14.0510224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 2022-09-27T15:40:14.0717255Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 2022-09-27T15:40:14.0950784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool 2022-09-27T15:40:14.0960715Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 2022-09-27T15:40:14.0978474Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool 2022-09-27T15:40:14.1271679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 2022-09-27T15:40:14.1530383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 2022-09-27T15:40:14.1670855Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 2022-09-27T15:40:14.1907385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 2022-09-27T15:40:14.1926815Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 2022-09-27T15:40:14.1938553Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 2022-09-27T15:40:14.2074593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 2022-09-27T15:40:14.2374286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 2022-09-27T15:40:14.2591205Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 2022-09-27T15:40:14.2776506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 2022-09-27T15:40:14.3111704Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 2022-09-27T15:40:14.3165140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 2022-09-27T15:40:14.3189794Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 2022-09-27T15:40:14.3211783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool 2022-09-27T15:40:14.3513562Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 2022-09-27T15:40:14.3624116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 2022-09-27T15:40:14.3855438Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 2022-09-27T15:40:14.3869684Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 2022-09-27T15:40:14.3873829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 2022-09-27T15:40:14.4078674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 2022-09-27T15:40:14.4431921Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 2022-09-27T15:40:14.4603054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 2022-09-27T15:40:14.4756893Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 2022-09-27T15:40:14.5086882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 2022-09-27T15:40:14.5270448Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 2022-09-27T15:40:14.5275387Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool 2022-09-27T15:40:14.5278056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 2022-09-27T15:40:14.5476752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool 2022-09-27T15:40:14.5751556Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool 2022-09-27T15:40:14.5841154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 2022-09-27T15:40:14.6052806Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 2022-09-27T15:40:14.6073100Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:40:14.6189406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:40:14.6322621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 2022-09-27T15:40:14.6423773Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 2022-09-27T15:40:14.6440124Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 2022-09-27T15:40:14.6632821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 2022-09-27T15:40:14.6760126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 2022-09-27T15:40:14.7071768Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 2022-09-27T15:40:14.7206343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 2022-09-27T15:40:14.7477107Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 2022-09-27T15:40:14.7677055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 2022-09-27T15:40:14.7915919Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 2022-09-27T15:40:14.8117419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 2022-09-27T15:40:14.8397657Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 2022-09-27T15:40:14.8638309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 2022-09-27T15:40:14.8734146Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 2022-09-27T15:40:14.8747299Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 2022-09-27T15:40:14.8952635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 2022-09-27T15:40:14.9143482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 2022-09-27T15:40:14.9318440Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 2022-09-27T15:40:14.9615301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 2022-09-27T15:40:14.9796352Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 2022-09-27T15:40:15.0140985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 2022-09-27T15:40:15.0238335Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 2022-09-27T15:40:15.0480155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 2022-09-27T15:40:15.0792765Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 2022-09-27T15:40:15.0798951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 2022-09-27T15:40:15.0982062Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 2022-09-27T15:40:15.0994177Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 2022-09-27T15:40:15.1115579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool 2022-09-27T15:40:15.1226233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 2022-09-27T15:40:15.1705186Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 2022-09-27T15:40:15.1706692Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 2022-09-27T15:40:15.1725964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 2022-09-27T15:40:15.1744529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 2022-09-27T15:40:15.2153622Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 2022-09-27T15:40:15.2159598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 2022-09-27T15:40:15.2632383Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 2022-09-27T15:40:15.2645983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 2022-09-27T15:40:15.2945536Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 2022-09-27T15:40:15.3032491Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool 2022-09-27T15:40:15.3036968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 2022-09-27T15:40:15.3091812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 2022-09-27T15:40:15.3512504Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 2022-09-27T15:40:15.3559578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 2022-09-27T15:40:15.3773065Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 2022-09-27T15:40:15.3817380Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 2022-09-27T15:40:15.3918646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 2022-09-27T15:40:15.4015435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 2022-09-27T15:40:15.4357056Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 2022-09-27T15:40:15.4419682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 2022-09-27T15:40:15.4796605Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 2022-09-27T15:40:15.4853386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool 2022-09-27T15:40:15.5238452Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool 2022-09-27T15:40:15.5308161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 2022-09-27T15:40:15.5385664Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 2022-09-27T15:40:15.5401781Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 2022-09-27T15:40:15.5748477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 2022-09-27T15:40:15.5752759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 2022-09-27T15:40:15.6192498Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 2022-09-27T15:40:15.6195110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 2022-09-27T15:40:15.6578406Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 2022-09-27T15:40:15.6626868Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 2022-09-27T15:40:15.6631208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 2022-09-27T15:40:15.6707719Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 2022-09-27T15:40:15.7065497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 2022-09-27T15:40:15.7069682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 2022-09-27T15:40:15.7150972Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 2022-09-27T15:40:15.7164384Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 2022-09-27T15:40:15.7495296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 2022-09-27T15:40:15.7500501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 2022-09-27T15:40:15.7702715Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 2022-09-27T15:40:15.7717148Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:40:15.7949754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:40:15.7958748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 2022-09-27T15:40:15.8426369Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 2022-09-27T15:40:15.8437864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 2022-09-27T15:40:15.8796371Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 2022-09-27T15:40:15.8848309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 2022-09-27T15:40:15.9236438Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 2022-09-27T15:40:15.9285857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 2022-09-27T15:40:15.9396198Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 2022-09-27T15:40:15.9427955Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 2022-09-27T15:40:15.9634012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 2022-09-27T15:40:15.9643775Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 2022-09-27T15:40:15.9788955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 2022-09-27T15:40:16.1983920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 2022-09-27T15:40:16.2022918Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 2022-09-27T15:40:16.2663912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 2022-09-27T15:40:16.2681437Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 2022-09-27T15:40:16.3269509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool 2022-09-27T15:40:16.3301201Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 2022-09-27T15:40:16.4522975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 2022-09-27T15:40:16.4569749Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 2022-09-27T15:40:16.6252083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 2022-09-27T15:40:16.6279536Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 2022-09-27T15:40:16.6558832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 2022-09-27T15:40:16.6574411Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 2022-09-27T15:40:16.7011353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 2022-09-27T15:40:16.7080122Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool 2022-09-27T15:40:16.9717813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 2022-09-27T15:40:16.9745336Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 2022-09-27T15:40:17.1267810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 2022-09-27T15:40:17.1310093Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:40:17.1569929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:40:17.1602119Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 2022-09-27T15:40:17.1996958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 2022-09-27T15:40:17.2018884Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 2022-09-27T15:40:17.5281265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 2022-09-27T15:40:17.5299734Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 2022-09-27T15:40:17.8602692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 2022-09-27T15:40:17.8630210Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 2022-09-27T15:40:17.9799028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 2022-09-27T15:40:17.9817851Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 2022-09-27T15:40:18.0440737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 2022-09-27T15:40:18.0611953Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 2022-09-27T15:40:18.2228364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 2022-09-27T15:40:18.2260507Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 2022-09-27T15:40:18.4551152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool 2022-09-27T15:40:18.4716650Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool 2022-09-27T15:40:18.5480032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 2022-09-27T15:40:18.5535899Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:40:18.6694967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:40:18.6733164Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 2022-09-27T15:40:18.9237624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 2022-09-27T15:40:18.9264435Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 2022-09-27T15:40:19.1283679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 2022-09-27T15:40:19.1338343Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 2022-09-27T15:40:19.2496906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 2022-09-27T15:40:19.2550193Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 2022-09-27T15:40:19.3681248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 2022-09-27T15:40:19.3718689Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 2022-09-27T15:40:19.4732616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 2022-09-27T15:40:19.4806705Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 2022-09-27T15:40:19.5907767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 2022-09-27T15:40:19.5938937Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 2022-09-27T15:40:19.7388900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 2022-09-27T15:40:19.7415863Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 2022-09-27T15:40:19.8775354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 2022-09-27T15:40:19.8828996Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 2022-09-27T15:40:20.0606032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 2022-09-27T15:40:20.0636619Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 2022-09-27T15:40:20.1058389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 2022-09-27T15:40:20.1081683Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 2022-09-27T15:40:20.2131327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 2022-09-27T15:40:20.2149111Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 2022-09-27T15:40:20.2734367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 2022-09-27T15:40:20.2767774Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:40:20.3287603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:40:20.3308265Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 2022-09-27T15:40:20.4089491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 2022-09-27T15:40:20.4110826Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 2022-09-27T15:40:20.5853583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 2022-09-27T15:40:20.5876684Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 2022-09-27T15:40:20.5996376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 2022-09-27T15:40:20.6030285Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 2022-09-27T15:40:20.6777472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 2022-09-27T15:40:20.6799472Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 2022-09-27T15:40:20.8842653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 2022-09-27T15:40:20.8871934Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 2022-09-27T15:40:20.9632476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 2022-09-27T15:40:20.9667489Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 2022-09-27T15:40:21.0595147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 2022-09-27T15:40:21.0623815Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 2022-09-27T15:40:21.2070931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 2022-09-27T15:40:21.2094468Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 2022-09-27T15:40:21.3632784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 2022-09-27T15:40:21.3700205Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 2022-09-27T15:40:21.4230976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 2022-09-27T15:40:21.4256930Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 2022-09-27T15:40:21.4265727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 2022-09-27T15:40:21.4279105Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 2022-09-27T15:40:21.5570815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool 2022-09-27T15:40:21.5592673Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:40:21.6131599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 2022-09-27T15:40:21.6157622Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 2022-09-27T15:40:21.6592520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 2022-09-27T15:40:21.6612397Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 2022-09-27T15:40:21.6620867Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 2022-09-27T15:40:21.6643407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 2022-09-27T15:40:21.7074641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 2022-09-27T15:40:21.7099867Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 2022-09-27T15:40:21.7569942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 2022-09-27T15:40:21.7604243Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 2022-09-27T15:40:21.7638116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 2022-09-27T15:40:21.7949294Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 2022-09-27T15:40:21.7971233Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 2022-09-27T15:40:21.8109852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 2022-09-27T15:40:21.8453408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 2022-09-27T15:40:21.8477888Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 2022-09-27T15:40:21.9032062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool 2022-09-27T15:40:21.9055171Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 2022-09-27T15:40:21.9899554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 2022-09-27T15:40:21.9928650Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool 2022-09-27T15:40:21.9943243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 2022-09-27T15:40:21.9954805Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 2022-09-27T15:40:22.0065094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 2022-09-27T15:40:22.0086139Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool 2022-09-27T15:40:22.0998493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 2022-09-27T15:40:22.1015489Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 2022-09-27T15:40:22.1977873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 2022-09-27T15:40:22.2016605Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 2022-09-27T15:40:22.3075989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 2022-09-27T15:40:22.3119148Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 2022-09-27T15:40:22.4239884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 2022-09-27T15:40:22.4290628Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 2022-09-27T15:40:22.5328057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 2022-09-27T15:40:22.5369174Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 2022-09-27T15:40:22.5516581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 2022-09-27T15:40:22.5558564Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 2022-09-27T15:40:22.5651241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 2022-09-27T15:40:22.5664682Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 2022-09-27T15:40:23.0109103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 2022-09-27T15:40:23.0130630Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 2022-09-27T15:40:23.0698184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool 2022-09-27T15:40:23.0724950Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 2022-09-27T15:40:23.0904536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 2022-09-27T15:40:23.0970339Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 2022-09-27T15:40:23.5359362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 2022-09-27T15:40:23.5410590Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool 2022-09-27T15:40:23.6147342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 2022-09-27T15:40:23.6195852Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 2022-09-27T15:40:23.7359718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 2022-09-27T15:40:23.7391342Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 2022-09-27T15:40:24.1520218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 2022-09-27T15:40:24.1544995Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 2022-09-27T15:40:24.2146627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 2022-09-27T15:40:24.2175090Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 2022-09-27T15:40:24.2304874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 2022-09-27T15:40:24.2355371Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 2022-09-27T15:40:24.3027120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 2022-09-27T15:40:24.3060566Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 2022-09-27T15:40:24.6240243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 2022-09-27T15:40:24.6331052Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 2022-09-27T15:40:24.6997463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 2022-09-27T15:40:24.7046356Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 2022-09-27T15:40:24.7156377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 2022-09-27T15:40:24.7181958Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 2022-09-27T15:40:24.7190244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 2022-09-27T15:40:24.7240993Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 2022-09-27T15:40:24.9304771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 2022-09-27T15:40:24.9333881Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 2022-09-27T15:40:24.9511163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 2022-09-27T15:40:24.9536413Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 2022-09-27T15:40:25.0004740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 2022-09-27T15:40:25.0065846Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 2022-09-27T15:40:25.2298308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 2022-09-27T15:40:25.2308369Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 2022-09-27T15:40:25.2330435Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 2022-09-27T15:40:25.2352552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 2022-09-27T15:40:25.2482933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 2022-09-27T15:40:25.2514908Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 2022-09-27T15:40:25.3792567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 2022-09-27T15:40:25.3825359Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 2022-09-27T15:40:25.5583560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 2022-09-27T15:40:25.5625829Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 2022-09-27T15:40:25.6131239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 2022-09-27T15:40:25.6156737Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 2022-09-27T15:40:25.6873013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 2022-09-27T15:40:25.6886859Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 2022-09-27T15:40:25.7188568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 2022-09-27T15:40:25.7210915Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 2022-09-27T15:40:25.7651438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 2022-09-27T15:40:25.7700840Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 2022-09-27T15:40:25.9219972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 2022-09-27T15:40:25.9259257Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 2022-09-27T15:40:25.9903895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 2022-09-27T15:40:25.9956524Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 2022-09-27T15:40:26.0767636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 2022-09-27T15:40:26.0805298Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 2022-09-27T15:40:26.0891394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 2022-09-27T15:40:26.0928796Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 2022-09-27T15:40:26.2045178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 2022-09-27T15:40:26.2082351Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 2022-09-27T15:40:26.2620591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 2022-09-27T15:40:26.2669445Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 2022-09-27T15:40:26.3201263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 2022-09-27T15:40:26.3247291Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 2022-09-27T15:40:26.4379566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 2022-09-27T15:40:26.4419441Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 2022-09-27T15:40:26.6371808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 2022-09-27T15:40:26.6417041Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 2022-09-27T15:40:26.6554303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool 2022-09-27T15:40:26.6598393Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 2022-09-27T15:40:26.8307647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 2022-09-27T15:40:26.8332213Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 2022-09-27T15:40:26.8993340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 2022-09-27T15:40:26.9047916Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 2022-09-27T15:40:26.9517532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 2022-09-27T15:40:26.9553951Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 2022-09-27T15:40:27.0933155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 2022-09-27T15:40:27.0984287Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 2022-09-27T15:40:27.1635871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 2022-09-27T15:40:27.1662621Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 2022-09-27T15:40:27.3095197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool 2022-09-27T15:40:27.3128092Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool 2022-09-27T15:40:27.3585379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 2022-09-27T15:40:27.3629215Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 2022-09-27T15:40:27.4960759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 2022-09-27T15:40:27.5008971Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 2022-09-27T15:40:27.5759347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 2022-09-27T15:40:27.5777517Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool 2022-09-27T15:40:27.7988344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 2022-09-27T15:40:27.7988967Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 2022-09-27T15:40:27.9165312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 2022-09-27T15:40:27.9212052Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 2022-09-27T15:40:28.0118887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool 2022-09-27T15:40:28.0144921Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 2022-09-27T15:40:28.0491721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 2022-09-27T15:40:28.0637259Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 2022-09-27T15:40:28.2278812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 2022-09-27T15:40:28.2324750Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 2022-09-27T15:40:28.3032742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 2022-09-27T15:40:28.3158414Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 2022-09-27T15:40:28.4019497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 2022-09-27T15:40:28.4052997Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 2022-09-27T15:40:28.4382942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 2022-09-27T15:40:28.4418636Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool 2022-09-27T15:40:28.5686303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 2022-09-27T15:40:28.5704705Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 2022-09-27T15:40:28.8033339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 2022-09-27T15:40:28.8079543Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 2022-09-27T15:40:28.8572463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 2022-09-27T15:40:28.8612470Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 2022-09-27T15:40:28.8835414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 2022-09-27T15:40:28.8858771Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 2022-09-27T15:40:28.8874038Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 2022-09-27T15:40:28.8885534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 2022-09-27T15:40:29.2381825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 2022-09-27T15:40:29.2406297Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 2022-09-27T15:40:29.2566621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 2022-09-27T15:40:29.2619738Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 2022-09-27T15:40:29.4182914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 2022-09-27T15:40:29.4206063Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 2022-09-27T15:40:29.5012513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 2022-09-27T15:40:29.5051005Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 2022-09-27T15:40:29.6005838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 2022-09-27T15:40:29.6058775Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 2022-09-27T15:40:29.6581958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 2022-09-27T15:40:29.6620923Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 2022-09-27T15:40:29.7429413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 2022-09-27T15:40:29.7462740Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 2022-09-27T15:40:30.0016469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 2022-09-27T15:40:30.0058832Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 2022-09-27T15:40:30.0307864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 2022-09-27T15:40:30.0344392Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 2022-09-27T15:40:30.1616482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 2022-09-27T15:40:30.1659713Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 2022-09-27T15:40:30.2328058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool 2022-09-27T15:40:30.2341228Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 2022-09-27T15:40:30.4183264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool 2022-09-27T15:40:30.4237807Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 2022-09-27T15:40:30.5706694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 2022-09-27T15:40:30.5741983Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 2022-09-27T15:40:30.6417170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 2022-09-27T15:40:30.6456786Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool 2022-09-27T15:40:30.6864232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 2022-09-27T15:40:30.6917460Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool 2022-09-27T15:40:30.8197155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 2022-09-27T15:40:30.8234775Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 2022-09-27T15:40:31.0607034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 2022-09-27T15:40:31.0650709Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 2022-09-27T15:40:31.1726115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 2022-09-27T15:40:31.1764665Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 2022-09-27T15:40:31.3833757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 2022-09-27T15:40:31.3903683Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 2022-09-27T15:40:31.4082233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 2022-09-27T15:40:31.4117087Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 2022-09-27T15:40:31.5214742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 2022-09-27T15:40:31.5250636Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 2022-09-27T15:40:31.6177372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 2022-09-27T15:40:31.6211899Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 2022-09-27T15:40:31.7519727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 2022-09-27T15:40:31.7573390Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 2022-09-27T15:40:31.8240920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 2022-09-27T15:40:31.8278862Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 2022-09-27T15:40:31.8603308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool 2022-09-27T15:40:31.8647341Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 2022-09-27T15:40:32.0761685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 2022-09-27T15:40:32.0814928Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 2022-09-27T15:40:32.0895762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 2022-09-27T15:40:32.0929907Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 2022-09-27T15:40:32.1308954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 2022-09-27T15:40:32.1352108Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool 2022-09-27T15:40:32.2377438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 2022-09-27T15:40:32.2414924Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 2022-09-27T15:40:32.3689060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 2022-09-27T15:40:32.3739510Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 2022-09-27T15:40:32.4364648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 2022-09-27T15:40:32.4380704Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 2022-09-27T15:40:32.5625308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool 2022-09-27T15:40:32.5673321Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 2022-09-27T15:40:32.6454456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 2022-09-27T15:40:32.6489259Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 2022-09-27T15:40:32.7020692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 2022-09-27T15:40:32.7070136Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 2022-09-27T15:40:32.8177566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 2022-09-27T15:40:32.8224134Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 2022-09-27T15:40:32.9301303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 2022-09-27T15:40:32.9347301Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool 2022-09-27T15:40:33.0395513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 2022-09-27T15:40:33.0428726Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 2022-09-27T15:40:33.0607406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 2022-09-27T15:40:33.0644164Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 2022-09-27T15:40:33.1836393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 2022-09-27T15:40:33.1874075Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 2022-09-27T15:40:33.3546033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 2022-09-27T15:40:33.3590448Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 2022-09-27T15:40:33.3736803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 2022-09-27T15:40:33.3782025Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 2022-09-27T15:40:33.4710716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 2022-09-27T15:40:33.4747825Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 2022-09-27T15:40:33.5764170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 2022-09-27T15:40:33.5806388Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 2022-09-27T15:40:33.6833597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 2022-09-27T15:40:33.6866615Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 2022-09-27T15:40:33.7409826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 2022-09-27T15:40:33.7453287Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 2022-09-27T15:40:33.8971646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 2022-09-27T15:40:33.9014184Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 2022-09-27T15:40:33.9261181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 2022-09-27T15:40:33.9302877Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 2022-09-27T15:40:34.0100443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 2022-09-27T15:40:34.0139303Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 2022-09-27T15:40:34.1449809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 2022-09-27T15:40:34.1486159Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 2022-09-27T15:40:34.3048979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 2022-09-27T15:40:34.3086124Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 2022-09-27T15:40:34.3275261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 2022-09-27T15:40:34.3311175Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 2022-09-27T15:40:34.3453600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool 2022-09-27T15:40:34.3499518Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 2022-09-27T15:40:34.4469716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 2022-09-27T15:40:34.4522945Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 2022-09-27T15:40:34.6118807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool 2022-09-27T15:40:34.6158823Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool 2022-09-27T15:40:34.8912358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 2022-09-27T15:40:34.8931632Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 2022-09-27T15:40:34.9271886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool 2022-09-27T15:40:34.9312072Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 2022-09-27T15:40:34.9909081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 2022-09-27T15:40:34.9945126Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool 2022-09-27T15:40:35.0753750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 2022-09-27T15:40:35.0802429Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 2022-09-27T15:40:35.1349758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 2022-09-27T15:40:35.1383659Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 2022-09-27T15:40:35.2732446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 2022-09-27T15:40:35.2775482Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 2022-09-27T15:40:35.3367299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 2022-09-27T15:40:35.3403628Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool 2022-09-27T15:40:35.3418563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 2022-09-27T15:40:35.3446844Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 2022-09-27T15:40:35.4691236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 2022-09-27T15:40:35.4731129Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 2022-09-27T15:40:35.6672044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 2022-09-27T15:40:35.6714961Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 2022-09-27T15:40:35.6805882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 2022-09-27T15:40:35.6857919Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 2022-09-27T15:40:35.6936386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 2022-09-27T15:40:35.6970572Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 2022-09-27T15:40:35.8337974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 2022-09-27T15:40:35.8374768Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 2022-09-27T15:40:36.0082517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 2022-09-27T15:40:36.0117804Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 2022-09-27T15:40:36.0150238Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 2022-09-27T15:40:36.0179508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 2022-09-27T15:40:36.1277163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 2022-09-27T15:40:36.1321799Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 2022-09-27T15:40:36.1615217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 2022-09-27T15:40:36.1653124Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 2022-09-27T15:40:36.1822087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 2022-09-27T15:40:36.1866513Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 2022-09-27T15:40:36.3946905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 2022-09-27T15:40:36.3947548Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 2022-09-27T15:40:36.4509967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 2022-09-27T15:40:36.4552677Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 2022-09-27T15:40:36.4726776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool 2022-09-27T15:40:36.4742091Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 2022-09-27T15:40:36.5295673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 2022-09-27T15:40:36.5340083Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 2022-09-27T15:40:36.6638600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 2022-09-27T15:40:36.6686273Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 2022-09-27T15:40:36.7958212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 2022-09-27T15:40:36.8044374Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 2022-09-27T15:40:36.8574778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 2022-09-27T15:40:36.8624294Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool 2022-09-27T15:40:37.0015939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 2022-09-27T15:40:37.0052398Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 2022-09-27T15:40:37.0201470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 2022-09-27T15:40:37.0241558Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 2022-09-27T15:40:37.2862069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 2022-09-27T15:40:37.2885598Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 2022-09-27T15:40:37.3819889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 2022-09-27T15:40:37.3865711Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 2022-09-27T15:40:37.4591149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 2022-09-27T15:40:37.4612626Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 2022-09-27T15:40:37.6832194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 2022-09-27T15:40:37.6880140Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 2022-09-27T15:40:37.7392671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 2022-09-27T15:40:37.7434218Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 2022-09-27T15:40:37.8550584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 2022-09-27T15:40:37.8591000Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 2022-09-27T15:40:37.9916566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 2022-09-27T15:40:37.9953581Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 2022-09-27T15:40:38.1162355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 2022-09-27T15:40:38.1201192Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 2022-09-27T15:40:38.2298054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 2022-09-27T15:40:38.2335415Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 2022-09-27T15:40:38.3247586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 2022-09-27T15:40:38.3279378Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 2022-09-27T15:40:38.3438188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 2022-09-27T15:40:38.3474958Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 2022-09-27T15:40:38.4715138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool 2022-09-27T15:40:38.4734313Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 2022-09-27T15:40:38.5483138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 2022-09-27T15:40:38.5509426Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 2022-09-27T15:40:38.6183987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 2022-09-27T15:40:38.6215995Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 2022-09-27T15:40:38.6336264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 2022-09-27T15:40:38.6360635Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 2022-09-27T15:40:38.9251417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 2022-09-27T15:40:38.9292189Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool 2022-09-27T15:40:38.9395149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 2022-09-27T15:40:38.9433844Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 2022-09-27T15:40:39.0159380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 2022-09-27T15:40:39.0185496Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 2022-09-27T15:40:39.1487129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 2022-09-27T15:40:39.1529541Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 2022-09-27T15:40:39.4639257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 2022-09-27T15:40:39.4685612Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 2022-09-27T15:40:39.6449604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 2022-09-27T15:40:39.6489026Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 2022-09-27T15:40:39.7496759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool 2022-09-27T15:40:39.7527301Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 2022-09-27T15:40:39.9834203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 2022-09-27T15:40:39.9879874Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 2022-09-27T15:40:40.0336989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 2022-09-27T15:40:40.0363009Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 2022-09-27T15:40:40.0759491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool 2022-09-27T15:40:40.0795871Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool 2022-09-27T15:40:40.2032005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 2022-09-27T15:40:40.2086911Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 2022-09-27T15:40:40.4595638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 2022-09-27T15:40:40.4632636Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 2022-09-27T15:40:40.5931069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 2022-09-27T15:40:40.5953073Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 2022-09-27T15:40:40.8230144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 2022-09-27T15:40:40.8282656Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool 2022-09-27T15:40:40.8494023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 2022-09-27T15:40:40.8520348Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 2022-09-27T15:40:41.0974137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 2022-09-27T15:40:41.1015542Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 2022-09-27T15:40:41.2720467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 2022-09-27T15:40:41.2741425Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 2022-09-27T15:40:41.4382585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 2022-09-27T15:40:41.4416011Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 2022-09-27T15:40:41.6400209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool 2022-09-27T15:40:41.6571705Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 2022-09-27T15:40:41.9231610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 2022-09-27T15:40:41.9272266Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 2022-09-27T15:40:41.9778308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 2022-09-27T15:40:41.9816814Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 2022-09-27T15:40:42.0538292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 2022-09-27T15:40:42.0548331Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool 2022-09-27T15:40:42.0581526Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 2022-09-27T15:40:42.0587730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 2022-09-27T15:40:42.4607131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 2022-09-27T15:40:42.4655582Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 2022-09-27T15:40:42.7811660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 2022-09-27T15:40:42.7915148Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 2022-09-27T15:40:42.8650796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 2022-09-27T15:40:42.8690210Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 2022-09-27T15:40:43.1891721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 2022-09-27T15:40:43.1938506Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 2022-09-27T15:40:43.1965686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 2022-09-27T15:40:43.1989550Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 2022-09-27T15:40:43.2275636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 2022-09-27T15:40:43.2313269Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 2022-09-27T15:40:43.6157697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 2022-09-27T15:40:43.6207225Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 2022-09-27T15:40:43.6752780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 2022-09-27T15:40:43.6813999Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 2022-09-27T15:40:43.7662606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 2022-09-27T15:40:43.7707080Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 2022-09-27T15:40:44.0463748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 2022-09-27T15:40:44.0491538Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 2022-09-27T15:40:44.0609566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:40:44.0975814Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:40:44.0986812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool 2022-09-27T15:40:44.1000916Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool 2022-09-27T15:40:44.1068834Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 2022-09-27T15:40:44.1431686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 2022-09-27T15:40:44.1442463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 2022-09-27T15:40:44.1914385Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 2022-09-27T15:40:44.1925112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 2022-09-27T15:40:44.2354138Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 2022-09-27T15:40:44.2372361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 2022-09-27T15:40:44.2798832Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 2022-09-27T15:40:44.2809987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 2022-09-27T15:40:44.3238500Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 2022-09-27T15:40:44.3251811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 2022-09-27T15:40:44.3261862Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 2022-09-27T15:40:44.3289565Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 2022-09-27T15:40:44.3621053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 2022-09-27T15:40:44.3630747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 2022-09-27T15:40:44.3637683Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 2022-09-27T15:40:44.3678628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 2022-09-27T15:40:44.3769139Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 2022-09-27T15:40:44.3858310Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 2022-09-27T15:40:44.4101946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 2022-09-27T15:40:44.4108541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 2022-09-27T15:40:44.4536575Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 2022-09-27T15:40:44.4543311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 2022-09-27T15:40:44.4979970Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 2022-09-27T15:40:44.4986937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 2022-09-27T15:40:44.5425216Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 2022-09-27T15:40:44.5432895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 2022-09-27T15:40:44.5833126Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 2022-09-27T15:40:44.5852759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 2022-09-27T15:40:44.6321823Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 2022-09-27T15:40:44.6323083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:40:44.6604014Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:40:44.6636863Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 2022-09-27T15:40:44.6735668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 2022-09-27T15:40:44.6744648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool 2022-09-27T15:40:44.7192845Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool 2022-09-27T15:40:44.7203533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 2022-09-27T15:40:44.7251647Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 2022-09-27T15:40:44.7272456Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 2022-09-27T15:40:44.7632155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 2022-09-27T15:40:44.7645536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 2022-09-27T15:40:44.8075456Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 2022-09-27T15:40:44.8081673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 2022-09-27T15:40:44.8505674Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 2022-09-27T15:40:44.8511592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 2022-09-27T15:40:44.8953299Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 2022-09-27T15:40:44.8959641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 2022-09-27T15:40:44.9390103Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 2022-09-27T15:40:44.9397687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 2022-09-27T15:40:44.9662034Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 2022-09-27T15:40:44.9680730Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 2022-09-27T15:40:44.9822863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 2022-09-27T15:40:44.9833150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 2022-09-27T15:40:45.0185470Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 2022-09-27T15:40:45.0208479Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 2022-09-27T15:40:45.0262488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 2022-09-27T15:40:45.0272521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 2022-09-27T15:40:45.0671273Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 2022-09-27T15:40:45.0694584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 2022-09-27T15:40:45.1111367Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 2022-09-27T15:40:45.1144259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 2022-09-27T15:40:45.1580686Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 2022-09-27T15:40:45.1593312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 2022-09-27T15:40:45.1885620Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 2022-09-27T15:40:45.1920407Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 2022-09-27T15:40:45.2032639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 2022-09-27T15:40:45.2043178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:40:45.2479255Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:40:45.2479905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool 2022-09-27T15:40:45.2800749Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool 2022-09-27T15:40:45.2819051Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 2022-09-27T15:40:45.2833075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 2022-09-27T15:40:45.2924862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 2022-09-27T15:40:45.3274702Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 2022-09-27T15:40:45.3372085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 2022-09-27T15:40:45.3790248Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 2022-09-27T15:40:45.3800318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 2022-09-27T15:40:45.4230681Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 2022-09-27T15:40:45.4241786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 2022-09-27T15:40:45.4585111Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 2022-09-27T15:40:45.4675267Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 2022-09-27T15:40:45.4705725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 2022-09-27T15:40:45.4745514Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 2022-09-27T15:40:45.5080878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 2022-09-27T15:40:45.5121629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 2022-09-27T15:40:45.5164377Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 2022-09-27T15:40:45.5190973Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 2022-09-27T15:40:45.5592664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 2022-09-27T15:40:45.5599222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 2022-09-27T15:40:45.5898311Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 2022-09-27T15:40:45.5914480Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 2022-09-27T15:40:45.6026831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 2022-09-27T15:40:45.6037611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 2022-09-27T15:40:45.6463656Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 2022-09-27T15:40:45.6471970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 2022-09-27T15:40:45.6909047Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 2022-09-27T15:40:45.6919430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 2022-09-27T15:40:45.7354573Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 2022-09-27T15:40:45.7355354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 2022-09-27T15:40:45.7791678Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 2022-09-27T15:40:45.8015859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool 2022-09-27T15:40:45.8040654Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 2022-09-27T15:40:46.0032080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 2022-09-27T15:40:46.0072382Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 2022-09-27T15:40:46.0538020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 2022-09-27T15:40:46.0572436Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 2022-09-27T15:40:46.1283802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 2022-09-27T15:40:46.1302069Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool 2022-09-27T15:40:46.1438618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 2022-09-27T15:40:46.1451637Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 2022-09-27T15:40:46.3965127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 2022-09-27T15:40:46.4071539Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 2022-09-27T15:40:46.4632675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool 2022-09-27T15:40:46.4649431Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 2022-09-27T15:40:46.8078634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 2022-09-27T15:40:46.8101000Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 2022-09-27T15:40:46.8143108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 2022-09-27T15:40:46.8158952Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 2022-09-27T15:40:46.8936541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 2022-09-27T15:40:46.9047866Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 2022-09-27T15:40:46.9148962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 2022-09-27T15:40:46.9545669Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 2022-09-27T15:40:46.9552110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool 2022-09-27T15:40:46.9863034Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool 2022-09-27T15:40:46.9892912Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool 2022-09-27T15:40:46.9981596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 2022-09-27T15:40:46.9987319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 2022-09-27T15:40:47.0433751Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 2022-09-27T15:40:47.0452676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 2022-09-27T15:40:47.0756311Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 2022-09-27T15:40:47.0763043Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 2022-09-27T15:40:47.0816120Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 2022-09-27T15:40:47.0819877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool 2022-09-27T15:40:47.0823925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 2022-09-27T15:40:47.0868231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 2022-09-27T15:40:47.1232600Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 2022-09-27T15:40:47.1287541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 2022-09-27T15:40:47.1675764Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 2022-09-27T15:40:47.1740190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 2022-09-27T15:40:47.2155519Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 2022-09-27T15:40:47.2207115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 2022-09-27T15:40:47.2369567Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 2022-09-27T15:40:47.2394709Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool 2022-09-27T15:40:47.2594524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 2022-09-27T15:40:47.2652221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 2022-09-27T15:40:47.2930941Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 2022-09-27T15:40:47.2951303Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 2022-09-27T15:40:47.3093649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 2022-09-27T15:40:47.3098711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 2022-09-27T15:40:47.3598611Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 2022-09-27T15:40:47.3603543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 2022-09-27T15:40:47.4020788Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 2022-09-27T15:40:47.4027509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 2022-09-27T15:40:47.4459316Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 2022-09-27T15:40:47.4466846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 2022-09-27T15:40:47.4875761Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 2022-09-27T15:40:47.4882420Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 2022-09-27T15:40:47.4908241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 2022-09-27T15:40:47.4926602Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 2022-09-27T15:40:47.5316330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 2022-09-27T15:40:47.5367413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool 2022-09-27T15:40:47.5796288Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool 2022-09-27T15:40:47.5852942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 2022-09-27T15:40:47.5919221Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 2022-09-27T15:40:47.5969554Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 2022-09-27T15:40:47.6303070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:40:47.6310783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 2022-09-27T15:40:47.6712978Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 2022-09-27T15:40:47.6749884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 2022-09-27T15:40:47.6788545Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 2022-09-27T15:40:47.6808198Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 2022-09-27T15:40:47.7129220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 2022-09-27T15:40:47.7177751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 2022-09-27T15:40:47.7625227Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 2022-09-27T15:40:47.7633106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 2022-09-27T15:40:47.8054804Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 2022-09-27T15:40:47.8064148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 2022-09-27T15:40:47.8491759Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 2022-09-27T15:40:47.8502849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 2022-09-27T15:40:47.8931087Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 2022-09-27T15:40:47.8937711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 2022-09-27T15:40:47.9369943Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 2022-09-27T15:40:47.9376116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 2022-09-27T15:40:47.9552087Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 2022-09-27T15:40:47.9573332Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 2022-09-27T15:40:47.9637508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 2022-09-27T15:40:47.9701524Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:40:47.9812875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:40:47.9817018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 2022-09-27T15:40:48.0199218Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 2022-09-27T15:40:48.0218530Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 2022-09-27T15:40:48.0248016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 2022-09-27T15:40:48.0251259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 2022-09-27T15:40:48.0711210Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 2022-09-27T15:40:48.1670429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 2022-09-27T15:40:48.1701530Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 2022-09-27T15:40:48.3773577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 2022-09-27T15:40:48.3883459Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:40:48.4980411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:40:48.5056464Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 2022-09-27T15:40:48.7370229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 2022-09-27T15:40:48.7374522Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 2022-09-27T15:40:48.7403206Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 2022-09-27T15:40:48.7415967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 2022-09-27T15:40:48.8060485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 2022-09-27T15:40:48.8103347Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:40:48.8666106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:40:48.8802413Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 2022-09-27T15:40:48.9310889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 2022-09-27T15:40:48.9359680Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 2022-09-27T15:40:49.1032467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 2022-09-27T15:40:49.1080369Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 2022-09-27T15:40:49.1463958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 2022-09-27T15:40:49.1503080Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 2022-09-27T15:40:49.1685313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 2022-09-27T15:40:49.1722405Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:40:49.2361015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:40:49.2398089Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 2022-09-27T15:40:49.2964177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 2022-09-27T15:40:49.3008857Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 2022-09-27T15:40:49.4863059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 2022-09-27T15:40:49.4901410Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 2022-09-27T15:40:49.4919500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 2022-09-27T15:40:49.4955598Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 2022-09-27T15:40:49.5405900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 2022-09-27T15:40:49.5440251Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:40:49.8139435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool 2022-09-27T15:40:49.8187033Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool 2022-09-27T15:40:49.8583257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 2022-09-27T15:40:49.8631429Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 2022-09-27T15:40:49.9103013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 2022-09-27T15:40:49.9147574Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 2022-09-27T15:40:50.0061394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 2022-09-27T15:40:50.0114706Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 2022-09-27T15:40:50.1318759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 2022-09-27T15:40:50.1376766Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 2022-09-27T15:40:50.1913121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 2022-09-27T15:40:50.1966189Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 2022-09-27T15:40:50.3578937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 2022-09-27T15:40:50.3624337Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 2022-09-27T15:40:50.4036500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 2022-09-27T15:40:50.4068734Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 2022-09-27T15:40:50.5059535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 2022-09-27T15:40:50.5109998Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 2022-09-27T15:40:50.5490166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool 2022-09-27T15:40:50.5544430Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 2022-09-27T15:40:50.6808663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 2022-09-27T15:40:50.6843317Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 2022-09-27T15:40:50.7597340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 2022-09-27T15:40:50.7628522Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 2022-09-27T15:40:50.7932596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool 2022-09-27T15:40:50.8008560Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 2022-09-27T15:40:51.1052994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool 2022-09-27T15:40:51.1089649Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 2022-09-27T15:40:51.1389044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 2022-09-27T15:40:51.1512053Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 2022-09-27T15:40:51.1538480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 2022-09-27T15:40:51.1564946Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool 2022-09-27T15:40:51.1752504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 2022-09-27T15:40:51.2043122Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 2022-09-27T15:40:51.2197362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 2022-09-27T15:40:51.2448008Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 2022-09-27T15:40:51.3420859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 2022-09-27T15:40:51.3448948Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool 2022-09-27T15:40:51.3560576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 2022-09-27T15:40:51.3587251Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 2022-09-27T15:40:51.4238405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 2022-09-27T15:40:51.4256647Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool 2022-09-27T15:40:51.6432524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 2022-09-27T15:40:51.6484323Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 2022-09-27T15:40:51.9749959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 2022-09-27T15:40:51.9764242Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 2022-09-27T15:40:52.1116860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 2022-09-27T15:40:52.1156958Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 2022-09-27T15:40:52.1720827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 2022-09-27T15:40:52.1748273Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 2022-09-27T15:40:52.4766244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool 2022-09-27T15:40:52.4794693Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 2022-09-27T15:40:52.6053453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 2022-09-27T15:40:52.6076270Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 2022-09-27T15:40:52.7126845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 2022-09-27T15:40:52.7156114Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 2022-09-27T15:40:52.8694916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 2022-09-27T15:40:52.8744667Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 2022-09-27T15:40:53.0197434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool 2022-09-27T15:40:53.0225415Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool 2022-09-27T15:40:53.4149265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 2022-09-27T15:40:53.4173314Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool 2022-09-27T15:40:53.4760356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 2022-09-27T15:40:53.4785233Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 2022-09-27T15:40:53.5438753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 2022-09-27T15:40:53.5462425Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 2022-09-27T15:40:53.5607120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 2022-09-27T15:40:53.5633562Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 2022-09-27T15:40:53.7720454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 2022-09-27T15:40:53.7754972Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 2022-09-27T15:40:54.0004866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 2022-09-27T15:40:54.0032618Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 2022-09-27T15:40:54.1184231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 2022-09-27T15:40:54.1212919Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 2022-09-27T15:40:54.2328306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 2022-09-27T15:40:54.2350233Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 2022-09-27T15:40:54.4946977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 2022-09-27T15:40:54.4999126Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 2022-09-27T15:40:54.5583431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 2022-09-27T15:40:54.5617096Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 2022-09-27T15:40:54.7274825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 2022-09-27T15:40:54.7300021Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 2022-09-27T15:40:54.9246258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 2022-09-27T15:40:54.9283952Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 2022-09-27T15:40:54.9389150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 2022-09-27T15:40:54.9433855Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 2022-09-27T15:40:54.9797748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 2022-09-27T15:40:54.9818448Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 2022-09-27T15:40:55.3339341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 2022-09-27T15:40:55.3366840Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 2022-09-27T15:40:55.3959571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 2022-09-27T15:40:55.3988527Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 2022-09-27T15:40:55.4129486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 2022-09-27T15:40:55.4173582Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 2022-09-27T15:40:55.4192949Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 2022-09-27T15:40:55.4396232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 2022-09-27T15:40:55.4489413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:40:55.4912586Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:40:55.4925520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool 2022-09-27T15:40:55.5352723Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool 2022-09-27T15:40:55.5508436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:40:55.5791596Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:40:55.5939306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:40:55.6230002Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:40:55.6238993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 2022-09-27T15:40:55.6671848Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 2022-09-27T15:40:55.6696369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 2022-09-27T15:40:55.7111818Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 2022-09-27T15:40:55.7141105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 2022-09-27T15:40:55.7562805Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 2022-09-27T15:40:55.7656418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 2022-09-27T15:40:55.7990707Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 2022-09-27T15:40:55.8022073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 2022-09-27T15:40:55.8381167Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 2022-09-27T15:40:55.8419230Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 2022-09-27T15:40:55.8493197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 2022-09-27T15:40:55.8536659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 2022-09-27T15:40:55.8650888Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 2022-09-27T15:40:55.8669369Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 2022-09-27T15:40:55.8688471Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 2022-09-27T15:40:55.8703501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 2022-09-27T15:40:55.8947548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 2022-09-27T15:40:55.8956105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 2022-09-27T15:40:55.9363652Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 2022-09-27T15:40:55.9599589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:40:55.9878133Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:40:55.9889169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:40:56.0344935Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:40:56.0355052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool 2022-09-27T15:40:56.0791883Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool 2022-09-27T15:40:56.0801766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 2022-09-27T15:40:56.1191686Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 2022-09-27T15:40:56.1240539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 2022-09-27T15:40:56.1667809Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 2022-09-27T15:40:56.1677595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 2022-09-27T15:40:56.2105925Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 2022-09-27T15:40:56.2115399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 2022-09-27T15:40:56.2483690Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 2022-09-27T15:40:56.2576150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 2022-09-27T15:40:56.2881694Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 2022-09-27T15:40:56.2983678Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 2022-09-27T15:40:56.2992151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool 2022-09-27T15:40:56.3000232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 2022-09-27T15:40:56.3424189Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 2022-09-27T15:40:56.3436660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 2022-09-27T15:40:56.3857883Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 2022-09-27T15:40:56.3867827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 2022-09-27T15:40:56.4410931Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 2022-09-27T15:40:56.4425942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 2022-09-27T15:40:56.4749919Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 2022-09-27T15:40:56.4786853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 2022-09-27T15:40:56.5191514Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 2022-09-27T15:40:56.5273144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 2022-09-27T15:40:56.5536009Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 2022-09-27T15:40:56.5559079Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 2022-09-27T15:40:56.5702394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 2022-09-27T15:40:56.5744747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool 2022-09-27T15:40:56.6075488Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool 2022-09-27T15:40:56.6190125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 2022-09-27T15:40:56.6242002Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 2022-09-27T15:40:56.6252737Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 2022-09-27T15:40:56.6585304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 2022-09-27T15:40:56.6703452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 2022-09-27T15:40:56.7061067Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 2022-09-27T15:40:56.7108353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 2022-09-27T15:40:56.7496057Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 2022-09-27T15:40:56.7589639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 2022-09-27T15:40:56.7931833Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 2022-09-27T15:40:56.7973441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 2022-09-27T15:40:56.8378535Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 2022-09-27T15:40:56.8428772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 2022-09-27T15:40:56.8870931Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 2022-09-27T15:40:56.8894125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 2022-09-27T15:40:56.9309389Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 2022-09-27T15:40:56.9331223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 2022-09-27T15:40:56.9762957Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 2022-09-27T15:40:56.9828020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 2022-09-27T15:40:57.0231287Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 2022-09-27T15:40:57.0258750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 2022-09-27T15:40:57.0275693Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 2022-09-27T15:40:57.0304741Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool 2022-09-27T15:40:57.0710626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 2022-09-27T15:40:57.0737926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 2022-09-27T15:40:57.1150892Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 2022-09-27T15:40:57.2725140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 2022-09-27T15:40:57.2771418Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 2022-09-27T15:40:57.3758659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 2022-09-27T15:40:57.3789536Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 2022-09-27T15:40:57.4399388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 2022-09-27T15:40:57.4415028Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 2022-09-27T15:40:57.6572844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 2022-09-27T15:40:57.6595440Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 2022-09-27T15:40:57.7070779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 2022-09-27T15:40:57.7138590Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 2022-09-27T15:40:58.0603738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 2022-09-27T15:40:58.0630245Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 2022-09-27T15:40:58.0821891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 2022-09-27T15:40:58.0850056Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 2022-09-27T15:40:58.1477978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 2022-09-27T15:40:58.1505686Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 2022-09-27T15:40:58.3270831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 2022-09-27T15:40:58.3313995Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 2022-09-27T15:40:58.4165234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 2022-09-27T15:40:58.4212732Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 2022-09-27T15:40:58.4672539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 2022-09-27T15:40:58.4719516Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 2022-09-27T15:40:58.5096463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 2022-09-27T15:40:58.5134039Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 2022-09-27T15:40:58.6591298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 2022-09-27T15:40:58.6623735Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 2022-09-27T15:40:58.7870972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 2022-09-27T15:40:58.7905169Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 2022-09-27T15:40:58.8307850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 2022-09-27T15:40:58.8343923Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 2022-09-27T15:40:58.8728168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 2022-09-27T15:40:58.8763195Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 2022-09-27T15:40:59.0545839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 2022-09-27T15:40:59.0584911Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 2022-09-27T15:40:59.1235820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 2022-09-27T15:40:59.1324747Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 2022-09-27T15:40:59.1925912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool 2022-09-27T15:40:59.1942650Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 2022-09-27T15:40:59.1959514Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool 2022-09-27T15:40:59.1970724Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 2022-09-27T15:40:59.1987575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 2022-09-27T15:40:59.1990189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 2022-09-27T15:40:59.2629684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 2022-09-27T15:40:59.2676194Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 2022-09-27T15:40:59.3364395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 2022-09-27T15:40:59.3451871Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 2022-09-27T15:40:59.4118177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 2022-09-27T15:40:59.4198615Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 2022-09-27T15:40:59.4867910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 2022-09-27T15:40:59.4945689Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 2022-09-27T15:40:59.5218912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 2022-09-27T15:40:59.5241308Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 2022-09-27T15:40:59.5599571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 2022-09-27T15:40:59.5623126Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 2022-09-27T15:40:59.5632942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 2022-09-27T15:40:59.5654747Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 2022-09-27T15:40:59.6292898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 2022-09-27T15:40:59.6325036Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 2022-09-27T15:40:59.6623090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 2022-09-27T15:40:59.6760245Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 2022-09-27T15:40:59.7176004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 2022-09-27T15:40:59.7201892Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 2022-09-27T15:40:59.7787522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 2022-09-27T15:40:59.7814212Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 2022-09-27T15:40:59.8374952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 2022-09-27T15:40:59.8415172Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 2022-09-27T15:40:59.8759400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 2022-09-27T15:40:59.8787542Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 2022-09-27T15:40:59.8952520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool 2022-09-27T15:40:59.8972212Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 2022-09-27T15:40:59.9851435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 2022-09-27T15:40:59.9889202Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 2022-09-27T15:41:00.0358065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 2022-09-27T15:41:00.0393539Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 2022-09-27T15:41:00.0975858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 2022-09-27T15:41:00.1019444Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 2022-09-27T15:41:00.1293956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 2022-09-27T15:41:00.1434084Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 2022-09-27T15:41:00.1765987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 2022-09-27T15:41:00.1874872Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 2022-09-27T15:41:00.2141679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 2022-09-27T15:41:00.2397473Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 2022-09-27T15:41:00.2571096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 2022-09-27T15:41:00.2597929Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 2022-09-27T15:41:00.2608141Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 2022-09-27T15:41:00.2817951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 2022-09-27T15:41:00.2849620Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 2022-09-27T15:41:00.2857337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 2022-09-27T15:41:00.3135662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 2022-09-27T15:41:00.3277467Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 2022-09-27T15:41:00.3326759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool 2022-09-27T15:41:00.3754053Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool 2022-09-27T15:41:00.3763847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 2022-09-27T15:41:00.4193756Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 2022-09-27T15:41:00.4202337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 2022-09-27T15:41:00.4651502Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 2022-09-27T15:41:00.4661993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 2022-09-27T15:41:00.4765202Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 2022-09-27T15:41:00.4793471Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool 2022-09-27T15:41:00.5077927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 2022-09-27T15:41:00.5087960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 2022-09-27T15:41:00.5518967Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 2022-09-27T15:41:00.5529015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 2022-09-27T15:41:00.5958649Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 2022-09-27T15:41:00.5968621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 2022-09-27T15:41:00.6395900Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 2022-09-27T15:41:00.6405535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 2022-09-27T15:41:00.6838473Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 2022-09-27T15:41:00.6848800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 2022-09-27T15:41:00.7058652Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 2022-09-27T15:41:00.7118134Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 2022-09-27T15:41:00.7272840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 2022-09-27T15:41:00.7281672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 2022-09-27T15:41:00.7692036Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 2022-09-27T15:41:00.7719666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 2022-09-27T15:41:00.8172827Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 2022-09-27T15:41:00.8173606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 2022-09-27T15:41:00.8615572Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 2022-09-27T15:41:00.8740126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:41:00.9070581Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:41:00.9154241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:41:00.9551299Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:41:00.9632430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:41:00.9947949Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:41:01.0028054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:41:01.0393870Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:41:01.0408572Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 2022-09-27T15:41:01.0835847Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 2022-09-27T15:41:01.0844497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 2022-09-27T15:41:01.1294864Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 2022-09-27T15:41:01.1307953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 2022-09-27T15:41:01.1630975Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 2022-09-27T15:41:01.1650907Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 2022-09-27T15:41:01.1754847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 2022-09-27T15:41:01.1758870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 2022-09-27T15:41:01.2216285Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 2022-09-27T15:41:01.2408243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 2022-09-27T15:41:01.2448946Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 2022-09-27T15:41:01.3006513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool 2022-09-27T15:41:01.3031416Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 2022-09-27T15:41:01.3378425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 2022-09-27T15:41:01.3593751Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 2022-09-27T15:41:01.3625394Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 2022-09-27T15:41:01.3655123Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 2022-09-27T15:41:01.3861812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 2022-09-27T15:41:01.4174017Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 2022-09-27T15:41:01.4182081Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 2022-09-27T15:41:01.4590344Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 2022-09-27T15:41:01.4721613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 2022-09-27T15:41:01.4995955Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 2022-09-27T15:41:01.5105474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 2022-09-27T15:41:01.5233010Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 2022-09-27T15:41:01.5250450Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 2022-09-27T15:41:01.5474828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 2022-09-27T15:41:01.5919982Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 2022-09-27T15:41:01.6090333Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 2022-09-27T15:41:01.6194645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 2022-09-27T15:41:01.6228096Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool 2022-09-27T15:41:01.6631010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 2022-09-27T15:41:01.6692825Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 2022-09-27T15:41:01.7007925Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 2022-09-27T15:41:01.7113668Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 2022-09-27T15:41:01.7728185Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 2022-09-27T15:41:01.7772524Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 2022-09-27T15:41:01.8029996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 2022-09-27T15:41:01.8192434Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 2022-09-27T15:41:01.8575428Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 2022-09-27T15:41:01.8634186Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 2022-09-27T15:41:01.8767172Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 2022-09-27T15:41:01.9075776Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 2022-09-27T15:41:01.9268349Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 2022-09-27T15:41:01.9415441Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 2022-09-27T15:41:01.9439191Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 2022-09-27T15:41:01.9588343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 2022-09-27T15:41:01.9613304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 2022-09-27T15:41:02.0030601Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 2022-09-27T15:41:02.0042037Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 2022-09-27T15:41:02.0049277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 2022-09-27T15:41:02.0423677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amax_cpu_float32 2022-09-27T15:41:02.0463458Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amax_cpu_float32 2022-09-27T15:41:02.1065520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amin_cpu_float32 2022-09-27T15:41:02.1124752Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amin_cpu_float32 2022-09-27T15:41:02.1467455Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmax_cpu_float32 2022-09-27T15:41:02.1551915Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmax_cpu_float32 2022-09-27T15:41:02.1730902Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmin_cpu_float32 2022-09-27T15:41:02.2110339Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmin_cpu_float32 2022-09-27T15:41:02.2197660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_complex64 2022-09-27T15:41:02.2596655Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_complex64 2022-09-27T15:41:02.2606927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_float32 2022-09-27T15:41:02.3031663Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_float32 2022-09-27T15:41:02.3091786Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_complex64 2022-09-27T15:41:02.3479313Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_complex64 2022-09-27T15:41:02.3504490Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 2022-09-27T15:41:02.3525578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 2022-09-27T15:41:02.3533355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_float32 2022-09-27T15:41:02.3557238Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_float32 2022-09-27T15:41:02.3578067Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 2022-09-27T15:41:02.3915652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 2022-09-27T15:41:02.4002060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_log_softmax_cpu_float32 2022-09-27T15:41:02.4358841Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_log_softmax_cpu_float32 2022-09-27T15:41:02.4494974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logaddexp_cpu_float32 2022-09-27T15:41:02.4835296Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logaddexp_cpu_float32 2022-09-27T15:41:02.5293041Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logsumexp_cpu_float32 2022-09-27T15:41:02.5349910Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logsumexp_cpu_float32 2022-09-27T15:41:02.6179816Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_complex64 2022-09-27T15:41:02.6208801Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 2022-09-27T15:41:02.6691436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 2022-09-27T15:41:02.6813854Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_complex64 2022-09-27T15:41:02.6992369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_float32 2022-09-27T15:41:02.7075285Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 2022-09-27T15:41:02.7577859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 2022-09-27T15:41:02.7630738Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_float32 2022-09-27T15:41:02.7799572Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_median_cpu_float32 2022-09-27T15:41:02.8072145Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_median_cpu_float32 2022-09-27T15:41:02.9539027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_norm_cpu_float32 2022-09-27T15:41:02.9565176Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 2022-09-27T15:41:03.0145372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 2022-09-27T15:41:03.0157720Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_norm_cpu_float32 2022-09-27T15:41:03.0556893Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_complex64 2022-09-27T15:41:03.0579111Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_complex64 2022-09-27T15:41:03.0639978Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_float32 2022-09-27T15:41:03.0679909Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 2022-09-27T15:41:03.0739952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 2022-09-27T15:41:03.0797297Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_float32 2022-09-27T15:41:03.0823316Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 2022-09-27T15:41:03.0995268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 2022-09-27T15:41:03.1771635Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_complex64 2022-09-27T15:41:03.1782944Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_complex64 2022-09-27T15:41:03.2065680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_float32 2022-09-27T15:41:03.2389398Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_float32 2022-09-27T15:41:03.2485959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmax_cpu_float32 2022-09-27T15:41:03.2910181Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmax_cpu_float32 2022-09-27T15:41:03.2919329Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmin_cpu_float32 2022-09-27T15:41:03.3235234Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmin_cpu_float32 2022-09-27T15:41:03.4356362Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_complex64 2022-09-27T15:41:03.4516692Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 2022-09-27T15:41:03.6220599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool 2022-09-27T15:41:03.6334559Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_complex64 2022-09-27T15:41:03.6499038Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_float32 2022-09-27T15:41:03.6514923Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 2022-09-27T15:41:03.8372719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 2022-09-27T15:41:03.8388650Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_float32 2022-09-27T15:41:03.8989088Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_complex64 2022-09-27T15:41:03.9005123Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_complex64 2022-09-27T15:41:03.9142060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_float32 2022-09-27T15:41:03.9237785Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 2022-09-27T15:41:03.9249011Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_float32 2022-09-27T15:41:03.9336374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 2022-09-27T15:41:03.9511769Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 2022-09-27T15:41:03.9773106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_complex64 2022-09-27T15:41:03.9784018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool 2022-09-27T15:41:04.0277217Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool 2022-09-27T15:41:04.0287475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 2022-09-27T15:41:04.0715008Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 2022-09-27T15:41:04.0724625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 2022-09-27T15:41:04.1075505Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 2022-09-27T15:41:04.1143775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 2022-09-27T15:41:04.1529708Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 2022-09-27T15:41:04.1596052Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 2022-09-27T15:41:04.1605530Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_complex64 2022-09-27T15:41:04.1609678Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_float32 2022-09-27T15:41:04.1613969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 2022-09-27T15:41:04.1622488Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 2022-09-27T15:41:04.2015540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 2022-09-27T15:41:04.2025972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 2022-09-27T15:41:04.2227374Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 2022-09-27T15:41:04.2239786Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_float32 2022-09-27T15:41:04.2326587Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 2022-09-27T15:41:04.2472411Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 2022-09-27T15:41:04.2477611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 2022-09-27T15:41:04.2678654Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 2022-09-27T15:41:04.2748442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 2022-09-27T15:41:04.2901217Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 2022-09-27T15:41:04.2901920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 2022-09-27T15:41:04.3100381Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 2022-09-27T15:41:04.3124322Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool 2022-09-27T15:41:04.3187943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 2022-09-27T15:41:04.3310218Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 2022-09-27T15:41:04.3325843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 2022-09-27T15:41:04.3444690Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 2022-09-27T15:41:04.3631471Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 2022-09-27T15:41:04.3663255Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 2022-09-27T15:41:04.3711351Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 2022-09-27T15:41:04.3769230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 2022-09-27T15:41:04.3998371Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 2022-09-27T15:41:04.4145487Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 2022-09-27T15:41:04.4154100Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 2022-09-27T15:41:04.4209285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 2022-09-27T15:41:04.4436117Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 2022-09-27T15:41:04.4519848Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 2022-09-27T15:41:04.4592511Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 2022-09-27T15:41:04.4693362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 2022-09-27T15:41:04.4951697Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 2022-09-27T15:41:04.5035579Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 2022-09-27T15:41:04.5078375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 2022-09-27T15:41:04.5095919Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 2022-09-27T15:41:04.5106139Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 2022-09-27T15:41:04.5491167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 2022-09-27T15:41:04.5514072Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 2022-09-27T15:41:04.5522808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 2022-09-27T15:41:04.5527387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool 2022-09-27T15:41:04.5972723Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool 2022-09-27T15:41:04.5979916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 2022-09-27T15:41:04.6296681Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 2022-09-27T15:41:04.6311618Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 2022-09-27T15:41:04.6406795Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 2022-09-27T15:41:04.6416532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 2022-09-27T15:41:04.6846142Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 2022-09-27T15:41:04.6855773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 2022-09-27T15:41:04.7017966Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 2022-09-27T15:41:04.7034857Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 2022-09-27T15:41:04.7057095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 2022-09-27T15:41:04.7287813Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 2022-09-27T15:41:04.7297361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 2022-09-27T15:41:04.7509701Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 2022-09-27T15:41:04.7518868Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 2022-09-27T15:41:04.7728739Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 2022-09-27T15:41:04.7742450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 2022-09-27T15:41:04.7934622Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 2022-09-27T15:41:04.7956270Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 2022-09-27T15:41:04.7988384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 2022-09-27T15:41:04.8160746Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 2022-09-27T15:41:04.8161378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 2022-09-27T15:41:04.8424034Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 2022-09-27T15:41:04.8455452Z [gw2] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 2022-09-27T15:41:04.8598996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 2022-09-27T15:41:04.8604296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 2022-09-27T15:41:04.9032879Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 2022-09-27T15:41:04.9048269Z [gw2] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 2022-09-27T15:41:04.9053852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 2022-09-27T15:41:04.9063617Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 2022-09-27T15:41:04.9110944Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 2022-09-27T15:41:04.9124783Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 2022-09-27T15:41:04.9437446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 2022-09-27T15:41:04.9481882Z [gw2] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 2022-09-27T15:41:04.9486553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 2022-09-27T15:41:04.9548151Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 2022-09-27T15:41:04.9894874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 2022-09-27T15:41:04.9919673Z [gw2] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 2022-09-27T15:41:04.9925010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 2022-09-27T15:41:05.0031216Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 2022-09-27T15:41:05.0351509Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 2022-09-27T15:41:05.0365890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 2022-09-27T15:41:05.0609256Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 2022-09-27T15:41:05.0629342Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 2022-09-27T15:41:05.0754824Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 2022-09-27T15:41:05.0790318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool 2022-09-27T15:41:05.0823614Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool 2022-09-27T15:41:05.1112293Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 2022-09-27T15:41:05.1198375Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 2022-09-27T15:41:05.1251455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 2022-09-27T15:41:05.1634557Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 2022-09-27T15:41:05.1663809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 2022-09-27T15:41:05.1681409Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 2022-09-27T15:41:05.1699667Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 2022-09-27T15:41:05.2109911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 2022-09-27T15:41:05.2126047Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 2022-09-27T15:41:05.2139547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 2022-09-27T15:41:05.2146457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 2022-09-27T15:41:05.2451405Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 2022-09-27T15:41:05.2476533Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 2022-09-27T15:41:05.2568655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 2022-09-27T15:41:05.2573440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 2022-09-27T15:41:05.2964318Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 2022-09-27T15:41:05.2977697Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 2022-09-27T15:41:05.2982411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 2022-09-27T15:41:05.3002040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 2022-09-27T15:41:05.3115270Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 2022-09-27T15:41:05.3131609Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 2022-09-27T15:41:05.3350376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 2022-09-27T15:41:05.3391163Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 2022-09-27T15:41:05.3413137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 2022-09-27T15:41:05.3426824Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 2022-09-27T15:41:05.3437605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 2022-09-27T15:41:05.3867717Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 2022-09-27T15:41:05.3868352Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 2022-09-27T15:41:05.3880585Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 2022-09-27T15:41:05.3887632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 2022-09-27T15:41:05.4328814Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 2022-09-27T15:41:05.4329798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 2022-09-27T15:41:05.4337363Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 2022-09-27T15:41:05.4359942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 2022-09-27T15:41:05.4768718Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 2022-09-27T15:41:05.4779565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 2022-09-27T15:41:05.4784434Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 2022-09-27T15:41:05.4788158Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 2022-09-27T15:41:05.5250939Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 2022-09-27T15:41:05.5256053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 2022-09-27T15:41:05.5261504Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 2022-09-27T15:41:05.5448223Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 2022-09-27T15:41:05.5710884Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 2022-09-27T15:41:05.5719742Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 2022-09-27T15:41:05.5728101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 2022-09-27T15:41:05.5773887Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 2022-09-27T15:41:05.6164035Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 2022-09-27T15:41:05.6234028Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 2022-09-27T15:41:05.6238676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool 2022-09-27T15:41:05.6269679Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool 2022-09-27T15:41:05.6290141Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 2022-09-27T15:41:05.6314730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 2022-09-27T15:41:05.6642090Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 2022-09-27T15:41:05.6712963Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 2022-09-27T15:41:05.6718242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 2022-09-27T15:41:05.6796422Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 2022-09-27T15:41:05.7125985Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 2022-09-27T15:41:05.7154543Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 2022-09-27T15:41:05.7160481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 2022-09-27T15:41:05.7202318Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 2022-09-27T15:41:05.7291896Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 2022-09-27T15:41:05.7311861Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 2022-09-27T15:41:05.7563774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 2022-09-27T15:41:05.7618562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 2022-09-27T15:41:05.7635156Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 2022-09-27T15:41:05.7640106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 2022-09-27T15:41:05.8007117Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 2022-09-27T15:41:05.8014994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 2022-09-27T15:41:05.8024039Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 2022-09-27T15:41:05.8043173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 2022-09-27T15:41:05.8439357Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 2022-09-27T15:41:05.8500669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 2022-09-27T15:41:05.8510882Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 2022-09-27T15:41:05.8520548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 2022-09-27T15:41:05.8887855Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 2022-09-27T15:41:05.8947278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 2022-09-27T15:41:05.8952696Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 2022-09-27T15:41:05.8955352Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 2022-09-27T15:41:05.9367266Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 2022-09-27T15:41:05.9377923Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 2022-09-27T15:41:05.9383125Z [gw2] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 2022-09-27T15:41:05.9386047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 2022-09-27T15:41:05.9848777Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 2022-09-27T15:41:05.9849737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 2022-09-27T15:41:05.9868041Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 2022-09-27T15:41:05.9868960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 2022-09-27T15:41:05.9957806Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 2022-09-27T15:41:05.9974772Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 2022-09-27T15:41:06.0238043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 2022-09-27T15:41:06.0288759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 2022-09-27T15:41:06.0298751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 2022-09-27T15:41:06.0305423Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 2022-09-27T15:41:06.0673109Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 2022-09-27T15:41:06.0718613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 2022-09-27T15:41:06.0724135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 2022-09-27T15:41:06.0772770Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 2022-09-27T15:41:06.1176979Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 2022-09-27T15:41:06.1206072Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 2022-09-27T15:41:06.1210084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 2022-09-27T15:41:06.1234814Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 2022-09-27T15:41:06.1452127Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 2022-09-27T15:41:06.1474949Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 2022-09-27T15:41:06.1651955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 2022-09-27T15:41:06.1682908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 2022-09-27T15:41:06.1708822Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 2022-09-27T15:41:06.2114983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 2022-09-27T15:41:06.2116017Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 2022-09-27T15:41:06.2582987Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 2022-09-27T15:41:06.2585040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 2022-09-27T15:41:06.3030108Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 2022-09-27T15:41:06.3031099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 2022-09-27T15:41:06.3468646Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 2022-09-27T15:41:06.3470510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 2022-09-27T15:41:06.3950200Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 2022-09-27T15:41:06.3993999Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 2022-09-27T15:41:06.4390650Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 2022-09-27T15:41:06.4392145Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 2022-09-27T15:41:06.4499453Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 2022-09-27T15:41:06.4533140Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 2022-09-27T15:41:06.4828722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 2022-09-27T15:41:06.4857633Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 2022-09-27T15:41:06.5261663Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 2022-09-27T15:41:06.5263524Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 2022-09-27T15:41:06.5711225Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 2022-09-27T15:41:06.7168750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 2022-09-27T15:41:06.7202309Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 2022-09-27T15:41:06.7448604Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 2022-09-27T15:41:06.7750992Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 2022-09-27T15:41:07.1898490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 2022-09-27T15:41:07.1903325Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 2022-09-27T15:41:07.1906242Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 2022-09-27T15:41:07.1916716Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 2022-09-27T15:41:07.1923047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 2022-09-27T15:41:07.1928021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 2022-09-27T15:41:07.2154958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 2022-09-27T15:41:07.2185184Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 2022-09-27T15:41:07.2423273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 2022-09-27T15:41:07.2566094Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 2022-09-27T15:41:07.2578206Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 2022-09-27T15:41:07.2675722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool 2022-09-27T15:41:07.2676528Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 2022-09-27T15:41:07.3034721Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 2022-09-27T15:41:07.3082808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 2022-09-27T15:41:07.3554095Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 2022-09-27T15:41:07.3554741Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 2022-09-27T15:41:07.3918336Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 2022-09-27T15:41:07.3953560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 2022-09-27T15:41:07.4356430Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 2022-09-27T15:41:07.4413114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 2022-09-27T15:41:07.4855978Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 2022-09-27T15:41:07.4856592Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 2022-09-27T15:41:07.5310856Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 2022-09-27T15:41:07.6108157Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 2022-09-27T15:41:07.6127935Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 2022-09-27T15:41:07.7934365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:41:07.7958970Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 2022-09-27T15:41:07.8009978Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 2022-09-27T15:41:07.8028534Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool 2022-09-27T15:41:07.8397342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 2022-09-27T15:41:07.8415078Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 2022-09-27T15:41:07.8549558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 2022-09-27T15:41:07.8835490Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 2022-09-27T15:41:07.8943569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 2022-09-27T15:41:07.9309825Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 2022-09-27T15:41:07.9352601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 2022-09-27T15:41:07.9791684Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 2022-09-27T15:41:07.9823512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 2022-09-27T15:41:07.9899671Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 2022-09-27T15:41:07.9939118Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:41:08.0207176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:41:08.0213706Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 2022-09-27T15:41:08.0660477Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 2022-09-27T15:41:08.0670212Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 2022-09-27T15:41:08.1088308Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 2022-09-27T15:41:08.1097915Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 2022-09-27T15:41:08.1467973Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 2022-09-27T15:41:08.1542201Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 2022-09-27T15:41:08.1549823Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 2022-09-27T15:41:08.1575472Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 2022-09-27T15:41:08.2002271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 2022-09-27T15:41:08.2011544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 2022-09-27T15:41:08.2422802Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 2022-09-27T15:41:08.2431760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 2022-09-27T15:41:08.2812113Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 2022-09-27T15:41:08.2832722Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:41:08.2929467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:41:08.2931407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 2022-09-27T15:41:08.3371555Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 2022-09-27T15:41:08.3372281Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 2022-09-27T15:41:08.3831411Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 2022-09-27T15:41:08.3947934Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 2022-09-27T15:41:08.4311704Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 2022-09-27T15:41:08.4344358Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 2022-09-27T15:41:08.4757787Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 2022-09-27T15:41:08.4768369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 2022-09-27T15:41:08.5191512Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 2022-09-27T15:41:08.5203507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 2022-09-27T15:41:08.5612439Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 2022-09-27T15:41:08.5622847Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 2022-09-27T15:41:08.6068789Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 2022-09-27T15:41:08.6080070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 2022-09-27T15:41:08.6091680Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 2022-09-27T15:41:08.6102094Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:41:08.6485069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:41:08.6494990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 2022-09-27T15:41:08.6991836Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 2022-09-27T15:41:08.7302946Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 2022-09-27T15:41:08.7352257Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 2022-09-27T15:41:08.7628773Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 2022-09-27T15:41:08.7797432Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 2022-09-27T15:41:08.8289129Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 2022-09-27T15:41:08.8307664Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:41:08.9136840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:41:08.9143097Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 2022-09-27T15:41:08.9160772Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 2022-09-27T15:41:08.9234971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 2022-09-27T15:41:08.9439729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 2022-09-27T15:41:08.9656346Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 2022-09-27T15:41:08.9667954Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 2022-09-27T15:41:08.9715431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 2022-09-27T15:41:08.9831300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 2022-09-27T15:41:09.0383559Z [gw2] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 2022-09-27T15:41:09.0392754Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 2022-09-27T15:41:09.0613709Z [gw2] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 2022-09-27T15:41:09.0635683Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:41:09.0777773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:41:09.0778354Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 2022-09-27T15:41:09.1252128Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 2022-09-27T15:41:09.1252644Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 2022-09-27T15:41:09.1792842Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 2022-09-27T15:41:09.2271890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 2022-09-27T15:41:09.2356964Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 2022-09-27T15:41:09.2757705Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 2022-09-27T15:41:09.2793730Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 2022-09-27T15:41:09.3019529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 2022-09-27T15:41:09.3058709Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:41:09.3237239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:41:09.3359074Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 2022-09-27T15:41:09.3698037Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 2022-09-27T15:41:09.3796264Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 2022-09-27T15:41:09.4448510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 2022-09-27T15:41:09.4482288Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 2022-09-27T15:41:09.4882598Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 2022-09-27T15:41:09.4955851Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 2022-09-27T15:41:09.5123385Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 2022-09-27T15:41:09.5470084Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 2022-09-27T15:41:09.5479717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 2022-09-27T15:41:09.5872483Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 2022-09-27T15:41:09.5892380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 2022-09-27T15:41:09.5916812Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:41:09.6164801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:41:09.6273783Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 2022-09-27T15:41:09.6790334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 2022-09-27T15:41:09.6938831Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 2022-09-27T15:41:09.7760528Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 2022-09-27T15:41:09.7822653Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 2022-09-27T15:41:09.7895240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 2022-09-27T15:41:09.8077662Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 2022-09-27T15:41:09.8099109Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 2022-09-27T15:41:09.8285686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 2022-09-27T15:41:09.8292203Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 2022-09-27T15:41:09.8662401Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 2022-09-27T15:41:09.8686842Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 2022-09-27T15:41:09.8719853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 2022-09-27T15:41:09.8744018Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:41:09.8776183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:41:09.8779632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 2022-09-27T15:41:09.9209007Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 2022-09-27T15:41:09.9211767Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 2022-09-27T15:41:09.9596864Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 2022-09-27T15:41:09.9819554Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 2022-09-27T15:41:10.0151171Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 2022-09-27T15:41:10.0182395Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 2022-09-27T15:41:10.0515750Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 2022-09-27T15:41:10.0578438Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 2022-09-27T15:41:10.1031648Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 2022-09-27T15:41:10.1049219Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 2022-09-27T15:41:10.1506734Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 2022-09-27T15:41:10.1542762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 2022-09-27T15:41:10.1986312Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 2022-09-27T15:41:10.1992548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 2022-09-27T15:41:10.2410524Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 2022-09-27T15:41:10.2414308Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 2022-09-27T15:41:10.2891599Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 2022-09-27T15:41:10.3103393Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 2022-09-27T15:41:10.3343426Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 2022-09-27T15:41:10.3467860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 2022-09-27T15:41:10.3797409Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 2022-09-27T15:41:10.3798194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 2022-09-27T15:41:10.4246404Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 2022-09-27T15:41:10.4248033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 2022-09-27T15:41:10.4751062Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 2022-09-27T15:41:10.5224077Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 2022-09-27T15:41:10.5260830Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 2022-09-27T15:41:10.5364124Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 2022-09-27T15:41:10.5406547Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:41:10.5761070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:41:10.5870545Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 2022-09-27T15:41:10.5878533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 2022-09-27T15:41:10.6271679Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 2022-09-27T15:41:10.6314944Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 2022-09-27T15:41:10.6716936Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 2022-09-27T15:41:10.6725517Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 2022-09-27T15:41:10.7076351Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 2022-09-27T15:41:10.7204042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 2022-09-27T15:41:10.7482345Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 2022-09-27T15:41:10.7503614Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 2022-09-27T15:41:10.7601165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 2022-09-27T15:41:10.7601740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 2022-09-27T15:41:10.8031006Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 2022-09-27T15:41:10.8069901Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 2022-09-27T15:41:10.8395620Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 2022-09-27T15:41:10.8468951Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 2022-09-27T15:41:10.8722697Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 2022-09-27T15:41:10.8748266Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:41:10.8832496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:41:10.8974663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 2022-09-27T15:41:10.8994311Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 2022-09-27T15:41:11.1122785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 2022-09-27T15:41:11.1180740Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 2022-09-27T15:41:11.1804990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 2022-09-27T15:41:11.1825319Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 2022-09-27T15:41:11.1919753Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 2022-09-27T15:41:11.2303735Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 2022-09-27T15:41:11.2304534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 2022-09-27T15:41:11.2778507Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 2022-09-27T15:41:11.2779239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 2022-09-27T15:41:11.3207032Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 2022-09-27T15:41:11.3208337Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 2022-09-27T15:41:11.3384679Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 2022-09-27T15:41:11.3407647Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 2022-09-27T15:41:11.3710196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 2022-09-27T15:41:11.4797547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 2022-09-27T15:41:11.4872171Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 2022-09-27T15:41:11.5078356Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 2022-09-27T15:41:11.5236833Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 2022-09-27T15:41:11.5378311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 2022-09-27T15:41:11.5676457Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 2022-09-27T15:41:11.5765376Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 2022-09-27T15:41:11.6117063Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 2022-09-27T15:41:11.6236162Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 2022-09-27T15:41:11.6257380Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 2022-09-27T15:41:11.6295009Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:41:11.6660743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:41:11.6670089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 2022-09-27T15:41:11.7069568Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 2022-09-27T15:41:11.7101493Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 2022-09-27T15:41:11.7176266Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 2022-09-27T15:41:11.7189818Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 2022-09-27T15:41:11.7477850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 2022-09-27T15:41:11.7707298Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 2022-09-27T15:41:11.7913726Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 2022-09-27T15:41:11.8057482Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 2022-09-27T15:41:11.8357603Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 2022-09-27T15:41:11.8838507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 2022-09-27T15:41:11.8880539Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 2022-09-27T15:41:11.9314525Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 2022-09-27T15:41:11.9429991Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 2022-09-27T15:41:11.9447632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 2022-09-27T15:41:11.9867274Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 2022-09-27T15:41:11.9876561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 2022-09-27T15:41:12.0029484Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 2022-09-27T15:41:12.0058480Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 2022-09-27T15:41:12.0063977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 2022-09-27T15:41:12.0082025Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:41:12.0352469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:41:12.0879297Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 2022-09-27T15:41:12.0897945Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 2022-09-27T15:41:12.1337335Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 2022-09-27T15:41:12.1476980Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 2022-09-27T15:41:12.1660498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 2022-09-27T15:41:12.1952353Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 2022-09-27T15:41:12.3572105Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 2022-09-27T15:41:12.3590752Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:41:12.4471353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:41:12.4495945Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 2022-09-27T15:41:12.5055592Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 2022-09-27T15:41:12.5073532Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 2022-09-27T15:41:12.5160149Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 2022-09-27T15:41:12.5631517Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 2022-09-27T15:41:12.6576303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 2022-09-27T15:41:12.6598486Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 2022-09-27T15:41:12.6618386Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 2022-09-27T15:41:12.6628929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 2022-09-27T15:41:12.7056852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 2022-09-27T15:41:12.7076318Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 2022-09-27T15:41:12.7490264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 2022-09-27T15:41:12.7517794Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 2022-09-27T15:41:12.8049308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 2022-09-27T15:41:12.8053957Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:41:12.8066525Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 2022-09-27T15:41:12.8195846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 2022-09-27T15:41:12.9523528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:41:12.9531985Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 2022-09-27T15:41:13.0701931Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 2022-09-27T15:41:13.0725533Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 2022-09-27T15:41:13.1423517Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 2022-09-27T15:41:13.1443768Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:41:13.1781202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:41:13.1794056Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 2022-09-27T15:41:13.1853696Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 2022-09-27T15:41:13.2235627Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 2022-09-27T15:41:13.2272490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 2022-09-27T15:41:13.2674807Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 2022-09-27T15:41:13.2773883Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 2022-09-27T15:41:13.3200588Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 2022-09-27T15:41:13.3201249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 2022-09-27T15:41:13.3586766Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 2022-09-27T15:41:13.3634503Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 2022-09-27T15:41:13.3997369Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 2022-09-27T15:41:13.4046233Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 2022-09-27T15:41:13.4427233Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 2022-09-27T15:41:13.4438335Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:41:13.4450321Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 2022-09-27T15:41:13.4493945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:41:13.4552650Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 2022-09-27T15:41:13.4570490Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 2022-09-27T15:41:13.4879312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 2022-09-27T15:41:13.4888998Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 2022-09-27T15:41:13.4894906Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 2022-09-27T15:41:13.4915611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 2022-09-27T15:41:13.5391564Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 2022-09-27T15:41:13.5416340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 2022-09-27T15:41:13.5764973Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 2022-09-27T15:41:13.5834660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 2022-09-27T15:41:13.6278141Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 2022-09-27T15:41:13.6385505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 2022-09-27T15:41:13.6755965Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 2022-09-27T15:41:13.6772897Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 2022-09-27T15:41:13.7236683Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 2022-09-27T15:41:13.7372966Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 2022-09-27T15:41:13.7675672Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 2022-09-27T15:41:13.7708927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 2022-09-27T15:41:13.8118193Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 2022-09-27T15:41:13.8254693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 2022-09-27T15:41:13.8554295Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 2022-09-27T15:41:13.8623952Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 2022-09-27T15:41:13.8998192Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 2022-09-27T15:41:13.9065903Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 2022-09-27T15:41:13.9406896Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 2022-09-27T15:41:13.9423676Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 2022-09-27T15:41:13.9433735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 2022-09-27T15:41:13.9474933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 2022-09-27T15:41:13.9916382Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 2022-09-27T15:41:13.9979078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 2022-09-27T15:41:14.0396086Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 2022-09-27T15:41:14.0504682Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 2022-09-27T15:41:14.0837383Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 2022-09-27T15:41:14.0898432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 2022-09-27T15:41:14.1275586Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 2022-09-27T15:41:14.1364360Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 2022-09-27T15:41:14.1716945Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 2022-09-27T15:41:14.1845553Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 2022-09-27T15:41:14.2156345Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 2022-09-27T15:41:14.2228442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 2022-09-27T15:41:14.2637837Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 2022-09-27T15:41:14.2733333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 2022-09-27T15:41:14.3077932Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 2022-09-27T15:41:14.3135403Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 2022-09-27T15:41:14.3516641Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 2022-09-27T15:41:14.3688758Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 2022-09-27T15:41:14.4030617Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 2022-09-27T15:41:14.4047420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 2022-09-27T15:41:14.4396040Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 2022-09-27T15:41:14.4450313Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 2022-09-27T15:41:14.4571851Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 2022-09-27T15:41:14.4591202Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 2022-09-27T15:41:14.4708209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 2022-09-27T15:41:14.4727834Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 2022-09-27T15:41:14.4833069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 2022-09-27T15:41:14.4851055Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 2022-09-27T15:41:14.4864363Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:41:14.4872207Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 2022-09-27T15:41:14.5274114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:41:14.5293851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 2022-09-27T15:41:14.5717523Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 2022-09-27T15:41:14.5800508Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 2022-09-27T15:41:14.6156146Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 2022-09-27T15:41:14.6212203Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 2022-09-27T15:41:14.6598154Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 2022-09-27T15:41:14.6856518Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 2022-09-27T15:41:14.7034855Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 2022-09-27T15:41:14.7339738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 2022-09-27T15:41:14.7512558Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 2022-09-27T15:41:14.7795261Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 2022-09-27T15:41:14.7954021Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 2022-09-27T15:41:14.8009416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 2022-09-27T15:41:14.8226674Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 2022-09-27T15:41:14.8247938Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 2022-09-27T15:41:14.8470722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 2022-09-27T15:41:14.8497763Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 2022-09-27T15:41:14.8877860Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 2022-09-27T15:41:14.8926336Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 2022-09-27T15:41:14.9356589Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 2022-09-27T15:41:14.9431091Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 2022-09-27T15:41:14.9755430Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 2022-09-27T15:41:14.9938869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 2022-09-27T15:41:15.0227225Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 2022-09-27T15:41:15.0313773Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 2022-09-27T15:41:15.0702667Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 2022-09-27T15:41:15.0737493Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 2022-09-27T15:41:15.0748395Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 2022-09-27T15:41:15.0765388Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:41:15.1115474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:41:15.1325118Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 2022-09-27T15:41:15.1520318Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 2022-09-27T15:41:15.1532093Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 2022-09-27T15:41:15.1553234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 2022-09-27T15:41:15.1711180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 2022-09-27T15:41:15.1809017Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 2022-09-27T15:41:15.1831294Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 2022-09-27T15:41:15.2037425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 2022-09-27T15:41:15.2219273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 2022-09-27T15:41:15.2517033Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 2022-09-27T15:41:15.2613807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 2022-09-27T15:41:15.2955981Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 2022-09-27T15:41:15.3010229Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 2022-09-27T15:41:15.3038037Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 2022-09-27T15:41:15.3046192Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 2022-09-27T15:41:15.3478882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool 2022-09-27T15:41:15.3503449Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 2022-09-27T15:41:15.3746269Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 2022-09-27T15:41:15.3759632Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool 2022-09-27T15:41:15.3763247Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 2022-09-27T15:41:15.3907653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 2022-09-27T15:41:15.3922519Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 2022-09-27T15:41:15.3978674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool 2022-09-27T15:41:15.4371266Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 2022-09-27T15:41:15.4377316Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 2022-09-27T15:41:15.4854724Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 2022-09-27T15:41:15.4862205Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 2022-09-27T15:41:15.5322679Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 2022-09-27T15:41:15.5329650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 2022-09-27T15:41:15.5741132Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 2022-09-27T15:41:15.5804731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 2022-09-27T15:41:15.6065366Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 2022-09-27T15:41:15.6154736Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 2022-09-27T15:41:15.6179354Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 2022-09-27T15:41:15.6219455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 2022-09-27T15:41:15.6594049Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 2022-09-27T15:41:15.6743372Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 2022-09-27T15:41:15.6912433Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 2022-09-27T15:41:15.6943987Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool 2022-09-27T15:41:15.7070172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 2022-09-27T15:41:15.7142218Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 2022-09-27T15:41:15.7514856Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 2022-09-27T15:41:15.7608448Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 2022-09-27T15:41:15.8077530Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 2022-09-27T15:41:15.8084944Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 2022-09-27T15:41:15.8495072Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 2022-09-27T15:41:15.8510896Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 2022-09-27T15:41:15.8518377Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 2022-09-27T15:41:15.8525026Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 2022-09-27T15:41:15.8924869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 2022-09-27T15:41:15.9122968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 2022-09-27T15:41:15.9331244Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 2022-09-27T15:41:15.9369370Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 2022-09-27T15:41:15.9378785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 2022-09-27T15:41:15.9467786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 2022-09-27T15:41:15.9777842Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 2022-09-27T15:41:15.9860296Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 2022-09-27T15:41:16.0082604Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 2022-09-27T15:41:16.0100108Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 2022-09-27T15:41:16.0217246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 2022-09-27T15:41:16.0259274Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 2022-09-27T15:41:16.0670515Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 2022-09-27T15:41:16.0687603Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 2022-09-27T15:41:16.0723419Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 2022-09-27T15:41:16.0845060Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 2022-09-27T15:41:16.1151127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 2022-09-27T15:41:16.1160278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 2022-09-27T15:41:16.1443916Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 2022-09-27T15:41:16.1456362Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 2022-09-27T15:41:16.1571464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 2022-09-27T15:41:16.1580584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 2022-09-27T15:41:16.1993713Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 2022-09-27T15:41:16.2057206Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 2022-09-27T15:41:16.2107595Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 2022-09-27T15:41:16.2196542Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 2022-09-27T15:41:16.2437896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 2022-09-27T15:41:16.2507996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 2022-09-27T15:41:16.2595272Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 2022-09-27T15:41:16.2595925Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 2022-09-27T15:41:16.2848052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 2022-09-27T15:41:16.2873528Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:41:16.2877962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 2022-09-27T15:41:16.3040955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:41:16.3317448Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 2022-09-27T15:41:16.3492080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 2022-09-27T15:41:16.3831400Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 2022-09-27T15:41:16.3864071Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 2022-09-27T15:41:16.4289128Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 2022-09-27T15:41:16.4296903Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 2022-09-27T15:41:16.4760464Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 2022-09-27T15:41:16.4768022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 2022-09-27T15:41:16.5138274Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 2022-09-27T15:41:16.5178811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 2022-09-27T15:41:16.5631053Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 2022-09-27T15:41:16.5662371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 2022-09-27T15:41:16.6104881Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 2022-09-27T15:41:16.6111000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 2022-09-27T15:41:16.6551560Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 2022-09-27T15:41:16.6856651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 2022-09-27T15:41:16.6912636Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 2022-09-27T15:41:16.7149479Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 2022-09-27T15:41:16.7406169Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 2022-09-27T15:41:16.7411952Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 2022-09-27T15:41:16.7832298Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 2022-09-27T15:41:16.8261470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 2022-09-27T15:41:16.8278109Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 2022-09-27T15:41:16.8480021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 2022-09-27T15:41:16.8826629Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 2022-09-27T15:41:16.8836150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 2022-09-27T15:41:16.9268306Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 2022-09-27T15:41:16.9276998Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 2022-09-27T15:41:16.9299502Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 2022-09-27T15:41:16.9380691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 2022-09-27T15:41:16.9408404Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:41:16.9778950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:41:16.9830243Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 2022-09-27T15:41:16.9975415Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 2022-09-27T15:41:17.0288115Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 2022-09-27T15:41:17.0288802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 2022-09-27T15:41:17.0734530Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 2022-09-27T15:41:17.0744738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 2022-09-27T15:41:17.1238204Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 2022-09-27T15:41:17.1248485Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 2022-09-27T15:41:17.1709991Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 2022-09-27T15:41:17.1744489Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 2022-09-27T15:41:17.2150573Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 2022-09-27T15:41:17.2161957Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 2022-09-27T15:41:17.2576902Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 2022-09-27T15:41:17.2645117Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 2022-09-27T15:41:17.2788639Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 2022-09-27T15:41:17.2813323Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 2022-09-27T15:41:17.3007789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool 2022-09-27T15:41:17.3111711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 2022-09-27T15:41:17.3140179Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 2022-09-27T15:41:17.3651870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 2022-09-27T15:41:17.3713862Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 2022-09-27T15:41:17.4153918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 2022-09-27T15:41:17.4182036Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 2022-09-27T15:41:17.4397249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 2022-09-27T15:41:17.4676232Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 2022-09-27T15:41:17.4680303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 2022-09-27T15:41:17.5109959Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 2022-09-27T15:41:17.5129512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 2022-09-27T15:41:17.5550325Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 2022-09-27T15:41:17.5558700Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:41:17.5564197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:41:17.5588291Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 2022-09-27T15:41:17.5985550Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 2022-09-27T15:41:17.5991267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 2022-09-27T15:41:17.6392625Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 2022-09-27T15:41:17.6413833Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 2022-09-27T15:41:17.6428556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 2022-09-27T15:41:17.6930147Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 2022-09-27T15:41:17.7076907Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 2022-09-27T15:41:17.7470931Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 2022-09-27T15:41:17.7519460Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 2022-09-27T15:41:17.7587186Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 2022-09-27T15:41:17.7611396Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 2022-09-27T15:41:17.7990911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 2022-09-27T15:41:17.8007747Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool 2022-09-27T15:41:17.9286398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 2022-09-27T15:41:17.9317748Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 2022-09-27T15:41:17.9327574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 2022-09-27T15:41:17.9340408Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 2022-09-27T15:41:17.9942877Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 2022-09-27T15:41:17.9972382Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 2022-09-27T15:41:18.0088574Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 2022-09-27T15:41:18.0451888Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 2022-09-27T15:41:18.0480009Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 2022-09-27T15:41:18.0486315Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 2022-09-27T15:41:18.0494079Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 2022-09-27T15:41:18.0936492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 2022-09-27T15:41:18.0942498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 2022-09-27T15:41:18.1348678Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 2022-09-27T15:41:18.1356609Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 2022-09-27T15:41:18.1944112Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 2022-09-27T15:41:18.2291912Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 2022-09-27T15:41:18.2324606Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 2022-09-27T15:41:18.3379434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 2022-09-27T15:41:18.3394567Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 2022-09-27T15:41:18.3619539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 2022-09-27T15:41:18.3925435Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 2022-09-27T15:41:18.4005951Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 2022-09-27T15:41:18.4034552Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 2022-09-27T15:41:18.4279340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 2022-09-27T15:41:18.4307407Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:41:18.4322251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:41:18.4347889Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 2022-09-27T15:41:18.4994467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 2022-09-27T15:41:18.5008096Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 2022-09-27T15:41:18.5088666Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 2022-09-27T15:41:18.5511554Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 2022-09-27T15:41:18.5809819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 2022-09-27T15:41:18.5831195Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 2022-09-27T15:41:18.5856868Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 2022-09-27T15:41:18.5881991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 2022-09-27T15:41:18.6130549Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 2022-09-27T15:41:18.6351532Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 2022-09-27T15:41:18.6431744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 2022-09-27T15:41:18.6824088Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 2022-09-27T15:41:18.6828226Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 2022-09-27T15:41:18.7270846Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 2022-09-27T15:41:18.7316569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 2022-09-27T15:41:18.7602466Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 2022-09-27T15:41:18.7659834Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 2022-09-27T15:41:18.7669125Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 2022-09-27T15:41:18.7675942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 2022-09-27T15:41:18.7721622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 2022-09-27T15:41:18.7760991Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 2022-09-27T15:41:18.8150673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 2022-09-27T15:41:18.8213304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 2022-09-27T15:41:18.8591483Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 2022-09-27T15:41:18.8615692Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 2022-09-27T15:41:18.9071729Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 2022-09-27T15:41:18.9906080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 2022-09-27T15:41:18.9948983Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 2022-09-27T15:41:19.0112466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 2022-09-27T15:41:19.0306889Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 2022-09-27T15:41:19.0333932Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 2022-09-27T15:41:19.0412133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool 2022-09-27T15:41:19.0420738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 2022-09-27T15:41:19.0855244Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 2022-09-27T15:41:19.0891131Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:41:19.0908038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:41:19.0916158Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 2022-09-27T15:41:19.1311890Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 2022-09-27T15:41:19.1325786Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 2022-09-27T15:41:19.1776960Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 2022-09-27T15:41:19.1785745Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 2022-09-27T15:41:19.2240420Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 2022-09-27T15:41:19.2249016Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 2022-09-27T15:41:19.2430008Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 2022-09-27T15:41:19.2456481Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool 2022-09-27T15:41:19.2729528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 2022-09-27T15:41:19.2880285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 2022-09-27T15:41:19.2988904Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 2022-09-27T15:41:19.3020241Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 2022-09-27T15:41:19.3190999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 2022-09-27T15:41:19.3221929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 2022-09-27T15:41:19.3677470Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 2022-09-27T15:41:19.3798141Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 2022-09-27T15:41:19.4155756Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 2022-09-27T15:41:19.4443911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 2022-09-27T15:41:19.4639294Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 2022-09-27T15:41:19.4674296Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 2022-09-27T15:41:19.5121960Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 2022-09-27T15:41:19.5128121Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 2022-09-27T15:41:19.5558916Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 2022-09-27T15:41:19.5565154Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 2022-09-27T15:41:19.5999849Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 2022-09-27T15:41:19.6009775Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 2022-09-27T15:41:19.6442173Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 2022-09-27T15:41:19.6452029Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 2022-09-27T15:41:19.6888014Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 2022-09-27T15:41:19.6898617Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 2022-09-27T15:41:19.7090822Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 2022-09-27T15:41:19.7112564Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:41:19.7316509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool 2022-09-27T15:41:19.7325672Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 2022-09-27T15:41:19.7768197Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 2022-09-27T15:41:19.7811323Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 2022-09-27T15:41:19.8273021Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 2022-09-27T15:41:19.8282524Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 2022-09-27T15:41:19.8750053Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 2022-09-27T15:41:19.9521522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 2022-09-27T15:41:19.9537123Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 2022-09-27T15:41:19.9552839Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 2022-09-27T15:41:19.9562975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 2022-09-27T15:41:19.9833968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 2022-09-27T15:41:19.9899022Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 2022-09-27T15:41:20.0085179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 2022-09-27T15:41:20.0120817Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 2022-09-27T15:41:20.0147918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:41:20.0566583Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:41:20.0590241Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool 2022-09-27T15:41:20.0633913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 2022-09-27T15:41:20.0640704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:41:20.1073466Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:41:20.1082777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:41:20.1513721Z [gw2] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:41:20.1523074Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:41:20.1951342Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:41:20.1960063Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 2022-09-27T15:41:20.2399293Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 2022-09-27T15:41:20.2407454Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 2022-09-27T15:41:20.2833093Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 2022-09-27T15:41:20.2842511Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:41:20.3273025Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:41:20.3282398Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:41:20.3752843Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:41:20.3762954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 2022-09-27T15:41:20.4195733Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 2022-09-27T15:41:20.4205958Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 2022-09-27T15:41:20.4666478Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 2022-09-27T15:41:20.4676224Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 2022-09-27T15:41:20.5087523Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 2022-09-27T15:41:20.5098268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 2022-09-27T15:41:20.5550676Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 2022-09-27T15:41:20.5561345Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 2022-09-27T15:41:20.5925925Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 2022-09-27T15:41:20.6055440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 2022-09-27T15:41:20.6429708Z [gw2] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 2022-09-27T15:41:20.6474592Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 2022-09-27T15:41:20.6871357Z [gw2] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 2022-09-27T15:41:20.6887024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 2022-09-27T15:41:20.6977326Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 2022-09-27T15:41:20.7009663Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 2022-09-27T15:41:20.7169332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 2022-09-27T15:41:20.7191941Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 2022-09-27T15:41:20.7310094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 2022-09-27T15:41:20.8083587Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 2022-09-27T15:41:20.8098122Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 2022-09-27T15:41:20.9680242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 2022-09-27T15:41:20.9704531Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 2022-09-27T15:41:21.0773420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 2022-09-27T15:41:21.0791895Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 2022-09-27T15:41:21.0950619Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 2022-09-27T15:41:21.1309108Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 2022-09-27T15:41:21.1526978Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 2022-09-27T15:41:21.1737368Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 2022-09-27T15:41:21.1811001Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 2022-09-27T15:41:21.2098642Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 2022-09-27T15:41:21.2126444Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 2022-09-27T15:41:21.2172099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 2022-09-27T15:41:21.2219529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:41:21.2335139Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:41:21.2368089Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 2022-09-27T15:41:21.2614093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 2022-09-27T15:41:21.2649021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 2022-09-27T15:41:21.3069834Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 2022-09-27T15:41:21.3096122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 2022-09-27T15:41:21.3567657Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 2022-09-27T15:41:21.3573287Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 2022-09-27T15:41:21.3990892Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 2022-09-27T15:41:21.4010318Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 2022-09-27T15:41:21.4488831Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 2022-09-27T15:41:21.4498310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 2022-09-27T15:41:21.4950244Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 2022-09-27T15:41:21.5316376Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 2022-09-27T15:41:21.5331087Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 2022-09-27T15:41:21.5478823Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 2022-09-27T15:41:21.5795760Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 2022-09-27T15:41:21.6188738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 2022-09-27T15:41:21.6213278Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 2022-09-27T15:41:21.6324046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 2022-09-27T15:41:21.6365645Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 2022-09-27T15:41:21.8015052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 2022-09-27T15:41:21.8153828Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 2022-09-27T15:41:21.8220880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 2022-09-27T15:41:21.8238838Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 2022-09-27T15:41:21.9131657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 2022-09-27T15:41:21.9271679Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 2022-09-27T15:41:21.9403099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 2022-09-27T15:41:21.9616182Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 2022-09-27T15:41:21.9638239Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 2022-09-27T15:41:21.9779958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 2022-09-27T15:41:21.9780555Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 2022-09-27T15:41:22.0230703Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 2022-09-27T15:41:22.0240834Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 2022-09-27T15:41:22.0595540Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 2022-09-27T15:41:22.0654201Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 2022-09-27T15:41:22.0820582Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 2022-09-27T15:41:22.0840906Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 2022-09-27T15:41:22.0911268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 2022-09-27T15:41:22.0934584Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 2022-09-27T15:41:22.1109782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 2022-09-27T15:41:22.1275726Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 2022-09-27T15:41:22.1476239Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 2022-09-27T15:41:22.1545561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 2022-09-27T15:41:22.1989016Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 2022-09-27T15:41:22.2008722Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 2022-09-27T15:41:22.2410942Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 2022-09-27T15:41:22.2421463Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 2022-09-27T15:41:22.2431901Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 2022-09-27T15:41:22.2441245Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 2022-09-27T15:41:22.2871573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 2022-09-27T15:41:22.3422616Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 2022-09-27T15:41:22.3448673Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 2022-09-27T15:41:22.3555640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 2022-09-27T15:41:22.3571559Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 2022-09-27T15:41:22.3941010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 2022-09-27T15:41:22.3992042Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 2022-09-27T15:41:22.4556459Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 2022-09-27T15:41:22.4582511Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 2022-09-27T15:41:22.4596766Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 2022-09-27T15:41:22.4605176Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 2022-09-27T15:41:22.4835215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 2022-09-27T15:41:22.5106780Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 2022-09-27T15:41:22.5115419Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 2022-09-27T15:41:22.5529702Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 2022-09-27T15:41:22.5539297Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 2022-09-27T15:41:22.5712906Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 2022-09-27T15:41:22.5739146Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 2022-09-27T15:41:22.5970590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 2022-09-27T15:41:22.5979888Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 2022-09-27T15:41:22.6227207Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 2022-09-27T15:41:22.6241301Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 2022-09-27T15:41:22.6393907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 2022-09-27T15:41:22.6402698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 2022-09-27T15:41:22.6850569Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 2022-09-27T15:41:22.6861068Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:41:22.7041114Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:41:22.7069118Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 2022-09-27T15:41:22.7089388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool 2022-09-27T15:41:22.7109195Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 2022-09-27T15:41:22.7272865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool 2022-09-27T15:41:22.7280912Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:41:22.7703224Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:41:22.7757259Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 2022-09-27T15:41:22.7988936Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 2022-09-27T15:41:22.8221191Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool 2022-09-27T15:41:22.8232891Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 2022-09-27T15:41:22.8243365Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 2022-09-27T15:41:22.8648559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 2022-09-27T15:41:22.9039119Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 2022-09-27T15:41:22.9069258Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 2022-09-27T15:41:22.9436690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 2022-09-27T15:41:22.9464116Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 2022-09-27T15:41:22.9818827Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 2022-09-27T15:41:22.9913268Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 2022-09-27T15:41:22.9925014Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool 2022-09-27T15:41:22.9934677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:41:23.0070104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 2022-09-27T15:41:23.0093961Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 2022-09-27T15:41:23.1048887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 2022-09-27T15:41:23.1076920Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 2022-09-27T15:41:23.1333637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 2022-09-27T15:41:23.1385484Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:41:23.1605001Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:41:23.1631940Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 2022-09-27T15:41:23.2082600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 2022-09-27T15:41:23.2106840Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:41:23.2171713Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 2022-09-27T15:41:23.2179765Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 2022-09-27T15:41:23.2197144Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 2022-09-27T15:41:23.2204724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 2022-09-27T15:41:23.2323887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 2022-09-27T15:41:23.2542022Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 2022-09-27T15:41:23.2649648Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 2022-09-27T15:41:23.2739045Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 2022-09-27T15:41:23.2761722Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 2022-09-27T15:41:23.2997103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 2022-09-27T15:41:23.3185069Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 2022-09-27T15:41:23.3277096Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 2022-09-27T15:41:23.3306793Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 2022-09-27T15:41:23.3474632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 2022-09-27T15:41:23.3477392Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 2022-09-27T15:41:23.3914688Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 2022-09-27T15:41:23.3915492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:41:23.4203519Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:41:23.4215996Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 2022-09-27T15:41:23.4313547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 2022-09-27T15:41:23.4319480Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 2022-09-27T15:41:23.4327000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:41:23.4329637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 2022-09-27T15:41:23.4715710Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:41:23.5245606Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 2022-09-27T15:41:23.5267253Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 2022-09-27T15:41:23.6169884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 2022-09-27T15:41:23.6189091Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 2022-09-27T15:41:23.6217461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 2022-09-27T15:41:23.6228749Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 2022-09-27T15:41:23.6648378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 2022-09-27T15:41:23.6674228Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 2022-09-27T15:41:23.7347511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 2022-09-27T15:41:23.7437499Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 2022-09-27T15:41:23.7848946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 2022-09-27T15:41:23.7914930Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 2022-09-27T15:41:23.9129846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 2022-09-27T15:41:23.9154555Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 2022-09-27T15:41:23.9568235Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 2022-09-27T15:41:23.9649681Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 2022-09-27T15:41:24.0177069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 2022-09-27T15:41:24.0216032Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 2022-09-27T15:41:24.0760324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 2022-09-27T15:41:24.0798075Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 2022-09-27T15:41:24.1497691Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 2022-09-27T15:41:24.1525791Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 2022-09-27T15:41:24.2604678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 2022-09-27T15:41:24.2629864Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 2022-09-27T15:41:24.2644138Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 2022-09-27T15:41:24.2653894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 2022-09-27T15:41:24.3258080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 2022-09-27T15:41:24.3283510Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 2022-09-27T15:41:24.4165095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 2022-09-27T15:41:24.4183249Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 2022-09-27T15:41:24.4540273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 2022-09-27T15:41:24.4576387Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 2022-09-27T15:41:24.5141574Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 2022-09-27T15:41:24.5182770Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 2022-09-27T15:41:24.5482704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:41:24.5662054Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:41:24.5689897Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:41:24.5934506Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:41:24.5951446Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 2022-09-27T15:41:24.6150144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 2022-09-27T15:41:24.6172688Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 2022-09-27T15:41:24.6290157Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 2022-09-27T15:41:24.6316811Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 2022-09-27T15:41:24.6568846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool 2022-09-27T15:41:24.6578166Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 2022-09-27T15:41:24.7032157Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 2022-09-27T15:41:24.7623396Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 2022-09-27T15:41:24.7647281Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 2022-09-27T15:41:24.7932590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 2022-09-27T15:41:24.7947275Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 2022-09-27T15:41:24.8398800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 2022-09-27T15:41:24.8413816Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 2022-09-27T15:41:24.8611355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:41:24.8636703Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 2022-09-27T15:41:24.8825955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool 2022-09-27T15:41:24.8971836Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:41:24.9115150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:41:24.9472336Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:41:25.0056225Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 2022-09-27T15:41:25.0082133Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 2022-09-27T15:41:25.0414603Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 2022-09-27T15:41:25.0512108Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 2022-09-27T15:41:25.0703161Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:41:25.0728118Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool 2022-09-27T15:41:25.0916482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 2022-09-27T15:41:25.0975747Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:41:25.0985711Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool 2022-09-27T15:41:25.0986766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:41:25.1038877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 2022-09-27T15:41:25.1473542Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:41:25.1478757Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 2022-09-27T15:41:25.1912271Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 2022-09-27T15:41:25.1915961Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 2022-09-27T15:41:25.2431183Z [gw2] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 2022-09-27T15:41:25.2835801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 2022-09-27T15:41:25.2872549Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 2022-09-27T15:41:25.3058676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 2022-09-27T15:41:25.3214186Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 2022-09-27T15:41:25.3236118Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 2022-09-27T15:41:25.3431771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 2022-09-27T15:41:25.3448597Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 2022-09-27T15:41:25.3827217Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 2022-09-27T15:41:25.3857850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 2022-09-27T15:41:25.4088743Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 2022-09-27T15:41:25.4114797Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 2022-09-27T15:41:25.4308806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 2022-09-27T15:41:25.4557201Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 2022-09-27T15:41:25.4743044Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 2022-09-27T15:41:25.4822759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 2022-09-27T15:41:25.5259601Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 2022-09-27T15:41:25.5268293Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 2022-09-27T15:41:25.5684967Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 2022-09-27T15:41:25.5695089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 2022-09-27T15:41:25.5915724Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 2022-09-27T15:41:25.5930853Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 2022-09-27T15:41:25.6148213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 2022-09-27T15:41:25.6298524Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 2022-09-27T15:41:25.6589720Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 2022-09-27T15:41:25.6609851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 2022-09-27T15:41:25.7020456Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 2022-09-27T15:41:25.7030168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 2022-09-27T15:41:25.7243976Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 2022-09-27T15:41:25.7272943Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 2022-09-27T15:41:25.7436293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 2022-09-27T15:41:25.7445706Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 2022-09-27T15:41:25.7912305Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 2022-09-27T15:41:25.8172678Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 2022-09-27T15:41:25.8201422Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 2022-09-27T15:41:25.8461246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 2022-09-27T15:41:25.8516962Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 2022-09-27T15:41:25.9031779Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 2022-09-27T15:41:25.9057530Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 2022-09-27T15:41:25.9433590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 2022-09-27T15:41:25.9551838Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 2022-09-27T15:41:26.0319466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 2022-09-27T15:41:26.0348264Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 2022-09-27T15:41:26.1371948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 2022-09-27T15:41:26.1401040Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 2022-09-27T15:41:26.1469929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 2022-09-27T15:41:26.1484978Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 2022-09-27T15:41:26.2363121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 2022-09-27T15:41:26.2383271Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 2022-09-27T15:41:26.3623687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool 2022-09-27T15:41:26.3652407Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 2022-09-27T15:41:26.4332185Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 2022-09-27T15:41:26.4355060Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool 2022-09-27T15:41:26.4723357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 2022-09-27T15:41:26.4753037Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 2022-09-27T15:41:26.5023777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 2022-09-27T15:41:26.5311355Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 2022-09-27T15:41:26.5390350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 2022-09-27T15:41:26.5715988Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 2022-09-27T15:41:26.5844640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 2022-09-27T15:41:26.5871838Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 2022-09-27T15:41:26.6002027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 2022-09-27T15:41:26.6011419Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 2022-09-27T15:41:26.6037923Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 2022-09-27T15:41:26.6153576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 2022-09-27T15:41:26.6274296Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 2022-09-27T15:41:26.6712998Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 2022-09-27T15:41:26.6769650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 2022-09-27T15:41:26.6792650Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 2022-09-27T15:41:26.7771068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 2022-09-27T15:41:26.7800120Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 2022-09-27T15:41:26.8709707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 2022-09-27T15:41:26.8735432Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 2022-09-27T15:41:27.0137427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 2022-09-27T15:41:27.0189904Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 2022-09-27T15:41:27.0525053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 2022-09-27T15:41:27.0543083Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 2022-09-27T15:41:27.1590736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 2022-09-27T15:41:27.1623186Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 2022-09-27T15:41:27.2756641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 2022-09-27T15:41:27.2785512Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 2022-09-27T15:41:27.3719452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 2022-09-27T15:41:27.3745624Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 2022-09-27T15:41:27.3863484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 2022-09-27T15:41:27.3888070Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 2022-09-27T15:41:27.4828987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 2022-09-27T15:41:27.4860609Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 2022-09-27T15:41:27.4940412Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 2022-09-27T15:41:27.4963833Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 2022-09-27T15:41:27.6506217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool 2022-09-27T15:41:27.6523454Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 2022-09-27T15:41:27.7853392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 2022-09-27T15:41:27.7880466Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 2022-09-27T15:41:27.7934100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 2022-09-27T15:41:27.8109053Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool 2022-09-27T15:41:27.9150822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 2022-09-27T15:41:27.9334364Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 2022-09-27T15:41:28.2591482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 2022-09-27T15:41:28.2688919Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 2022-09-27T15:41:28.5352551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 2022-09-27T15:41:28.5356336Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 2022-09-27T15:41:28.5520643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 2022-09-27T15:41:28.5556499Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 2022-09-27T15:41:28.6057566Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 2022-09-27T15:41:28.6086803Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 2022-09-27T15:41:28.6097552Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 2022-09-27T15:41:28.6110927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 2022-09-27T15:41:28.6389598Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 2022-09-27T15:41:28.6652981Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 2022-09-27T15:41:28.6653591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 2022-09-27T15:41:28.7108661Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 2022-09-27T15:41:28.7109342Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 2022-09-27T15:41:28.7551508Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 2022-09-27T15:41:28.7579038Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 2022-09-27T15:41:28.7965348Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 2022-09-27T15:41:28.7987894Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 2022-09-27T15:41:28.8378269Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 2022-09-27T15:41:28.8559960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 2022-09-27T15:41:28.8850731Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 2022-09-27T15:41:28.8952656Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 2022-09-27T15:41:28.9018637Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 2022-09-27T15:41:28.9047002Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 2022-09-27T15:41:28.9354834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 2022-09-27T15:41:28.9362350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 2022-09-27T15:41:28.9761714Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 2022-09-27T15:41:28.9821270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 2022-09-27T15:41:28.9830271Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 2022-09-27T15:41:28.9841654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 2022-09-27T15:41:29.0232053Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 2022-09-27T15:41:29.0281679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 2022-09-27T15:41:29.0707201Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 2022-09-27T15:41:29.0712410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 2022-09-27T15:41:29.0818483Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 2022-09-27T15:41:29.0843959Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 2022-09-27T15:41:29.1190372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 2022-09-27T15:41:29.1378871Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 2022-09-27T15:41:29.1555904Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 2022-09-27T15:41:29.1647278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 2022-09-27T15:41:29.2036205Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 2022-09-27T15:41:29.2087484Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 2022-09-27T15:41:29.2476141Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 2022-09-27T15:41:29.2514578Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 2022-09-27T15:41:29.2915283Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 2022-09-27T15:41:29.3068971Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 2022-09-27T15:41:29.3098041Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 2022-09-27T15:41:29.3354419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 2022-09-27T15:41:29.3373744Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 2022-09-27T15:41:29.3544854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 2022-09-27T15:41:29.3576862Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 2022-09-27T15:41:29.3725959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 2022-09-27T15:41:29.3753118Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 2022-09-27T15:41:29.4073663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 2022-09-27T15:41:29.4192281Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 2022-09-27T15:41:29.4291062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 2022-09-27T15:41:29.4305067Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 2022-09-27T15:41:29.4991899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 2022-09-27T15:41:29.5014581Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 2022-09-27T15:41:29.5038572Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 2022-09-27T15:41:29.5309396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 2022-09-27T15:41:29.5426763Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 2022-09-27T15:41:29.5452296Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 2022-09-27T15:41:29.5459523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 2022-09-27T15:41:29.5653958Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 2022-09-27T15:41:29.5720269Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 2022-09-27T15:41:29.6133018Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 2022-09-27T15:41:29.6255365Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 2022-09-27T15:41:29.6404591Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 2022-09-27T15:41:29.6423575Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 2022-09-27T15:41:29.6673575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 2022-09-27T15:41:29.6679222Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 2022-09-27T15:41:29.7130210Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 2022-09-27T15:41:29.7135516Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 2022-09-27T15:41:29.7229683Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 2022-09-27T15:41:29.7250067Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 2022-09-27T15:41:29.7513530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 2022-09-27T15:41:29.7558594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 2022-09-27T15:41:29.7567991Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 2022-09-27T15:41:29.7590795Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 2022-09-27T15:41:29.7955349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 2022-09-27T15:41:29.8266994Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 2022-09-27T15:41:29.8290117Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 2022-09-27T15:41:29.8606899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 2022-09-27T15:41:29.8632017Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 2022-09-27T15:41:29.8958628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 2022-09-27T15:41:29.9008089Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 2022-09-27T15:41:29.9025760Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 2022-09-27T15:41:29.9094662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 2022-09-27T15:41:29.9100379Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 2022-09-27T15:41:29.9121226Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 2022-09-27T15:41:29.9176144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 2022-09-27T15:41:29.9620553Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 2022-09-27T15:41:29.9627813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 2022-09-27T15:41:29.9804406Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 2022-09-27T15:41:29.9835836Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 2022-09-27T15:41:29.9994630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 2022-09-27T15:41:30.0004746Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 2022-09-27T15:41:30.0027773Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 2022-09-27T15:41:30.0103066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:41:30.0388729Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 2022-09-27T15:41:30.0468221Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:41:30.0478339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 2022-09-27T15:41:30.0493380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:41:30.0867647Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 2022-09-27T15:41:30.0879293Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 2022-09-27T15:41:30.0884474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 2022-09-27T15:41:30.1110029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 2022-09-27T15:41:30.1125053Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:41:30.1145813Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 2022-09-27T15:41:30.1347106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:41:30.1433055Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 2022-09-27T15:41:30.1796620Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 2022-09-27T15:41:30.1834101Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 2022-09-27T15:41:30.1848887Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:41:30.2415449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:41:30.2426925Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 2022-09-27T15:41:30.2435987Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 2022-09-27T15:41:30.2468949Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 2022-09-27T15:41:30.2475543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 2022-09-27T15:41:30.2538156Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 2022-09-27T15:41:30.2633802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 2022-09-27T15:41:30.2643659Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:41:30.2873446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:41:30.2899995Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 2022-09-27T15:41:30.3300233Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 2022-09-27T15:41:30.3321234Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:41:30.3492930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:41:30.3520065Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 2022-09-27T15:41:30.3692950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 2022-09-27T15:41:30.3752194Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:41:30.4291115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:41:30.4304671Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 2022-09-27T15:41:30.4333506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 2022-09-27T15:41:30.4371284Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:41:30.5059606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:41:30.5086801Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:41:30.5672012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:41:30.5696205Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 2022-09-27T15:41:30.5799682Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 2022-09-27T15:41:30.5880349Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:41:30.6296788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:41:30.6307242Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 2022-09-27T15:41:30.6367021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 2022-09-27T15:41:30.6412863Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 2022-09-27T15:41:30.6478451Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:41:30.6741276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:41:30.6947813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 2022-09-27T15:41:30.6953852Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 2022-09-27T15:41:30.6975035Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 2022-09-27T15:41:30.7015270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 2022-09-27T15:41:30.7031456Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:41:30.7150154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:41:30.7228955Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 2022-09-27T15:41:30.7464619Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 2022-09-27T15:41:30.7483282Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:41:30.7591675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:41:30.7912289Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 2022-09-27T15:41:30.7979637Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 2022-09-27T15:41:30.8009473Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:41:30.8030853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:41:30.8116418Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 2022-09-27T15:41:30.8475673Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 2022-09-27T15:41:30.8744989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 2022-09-27T15:41:30.8768018Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:41:30.9021797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:41:30.9056162Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 2022-09-27T15:41:30.9320930Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 2022-09-27T15:41:30.9344902Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:41:30.9357227Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 2022-09-27T15:41:30.9471839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:41:30.9545022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 2022-09-27T15:41:31.0011796Z [gw2] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 2022-09-27T15:41:31.0012448Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 2022-09-27T15:41:31.0062801Z [gw2] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 2022-09-27T15:41:31.0063467Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 2022-09-27T15:41:31.0103039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 2022-09-27T15:41:31.0119601Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:41:31.0343245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:41:31.0351950Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 2022-09-27T15:41:31.0455292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 2022-09-27T15:41:31.0910441Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 2022-09-27T15:41:31.0986950Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:41:31.1513670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:41:31.1582356Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:41:31.1843505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:41:31.1913065Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:41:31.2060612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:41:31.2080267Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 2022-09-27T15:41:31.2636005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 2022-09-27T15:41:31.2707691Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:41:31.2979895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:41:31.3112957Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 2022-09-27T15:41:31.3274078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 2022-09-27T15:41:31.3390506Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:41:31.4036882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:41:31.4098048Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:41:31.4117920Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 2022-09-27T15:41:31.4147700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 2022-09-27T15:41:31.4329625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:41:31.4490624Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 2022-09-27T15:41:31.4587949Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:41:31.4594714Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 2022-09-27T15:41:31.4668229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:41:31.5021046Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 2022-09-27T15:41:31.5067390Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:41:31.5136126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 2022-09-27T15:41:31.5186820Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 2022-09-27T15:41:31.5508290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 2022-09-27T15:41:31.5525902Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 2022-09-27T15:41:31.5939910Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 2022-09-27T15:41:31.5940705Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 2022-09-27T15:41:31.6362732Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 2022-09-27T15:41:31.6363384Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 2022-09-27T15:41:31.6598808Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 2022-09-27T15:41:31.6608831Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 2022-09-27T15:41:31.6826873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 2022-09-27T15:41:31.6831145Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 2022-09-27T15:41:31.7238389Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 2022-09-27T15:41:31.7242373Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 2022-09-27T15:41:31.7674850Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 2022-09-27T15:41:31.7679298Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 2022-09-27T15:41:31.8150465Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 2022-09-27T15:41:31.8174379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 2022-09-27T15:41:31.8568936Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 2022-09-27T15:41:31.8573514Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 2022-09-27T15:41:31.8984418Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 2022-09-27T15:41:31.8992655Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 2022-09-27T15:41:31.9471183Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 2022-09-27T15:41:31.9537316Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 2022-09-27T15:41:31.9869582Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 2022-09-27T15:41:31.9916452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 2022-09-27T15:41:32.0340108Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 2022-09-27T15:41:32.0349579Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 2022-09-27T15:41:32.0761639Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 2022-09-27T15:41:32.0770372Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 2022-09-27T15:41:32.0824943Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 2022-09-27T15:41:32.0856665Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 2022-09-27T15:41:32.1234672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 2022-09-27T15:41:32.1244109Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 2022-09-27T15:41:32.1651206Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 2022-09-27T15:41:32.1661915Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 2022-09-27T15:41:32.2111112Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 2022-09-27T15:41:32.2314834Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 2022-09-27T15:41:32.2541475Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 2022-09-27T15:41:32.2549994Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 2022-09-27T15:41:32.2990264Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 2022-09-27T15:41:32.3558881Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 2022-09-27T15:41:32.3575677Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 2022-09-27T15:41:32.3721379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 2022-09-27T15:41:32.4050117Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 2022-09-27T15:41:32.4058877Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 2022-09-27T15:41:32.4478963Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 2022-09-27T15:41:32.4487620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 2022-09-27T15:41:32.4962386Z [gw2] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 2022-09-27T15:41:32.4971515Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 2022-09-27T15:41:32.5043316Z [gw2] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 2022-09-27T15:41:32.5154086Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 2022-09-27T15:41:32.5361887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool 2022-09-27T15:41:32.5404720Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 2022-09-27T15:41:32.5413384Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 2022-09-27T15:41:32.5522528Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 2022-09-27T15:41:32.5868771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool 2022-09-27T15:41:32.6291488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 2022-09-27T15:41:32.6308053Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 2022-09-27T15:41:32.7170552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 2022-09-27T15:41:32.7209799Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 2022-09-27T15:41:32.7423457Z test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 2022-09-27T15:41:32.7434288Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool 2022-09-27T15:41:32.7452377Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 2022-09-27T15:41:32.7636748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 2022-09-27T15:41:32.7710350Z test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 2022-09-27T15:41:32.8073083Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 2022-09-27T15:41:32.8639627Z test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 2022-09-27T15:41:32.8669691Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 2022-09-27T15:41:32.9526201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool 2022-09-27T15:41:32.9558767Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 2022-09-27T15:41:33.0794960Z test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 2022-09-27T15:41:33.0818617Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 2022-09-27T15:41:33.1899317Z test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 2022-09-27T15:41:33.1931057Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool 2022-09-27T15:41:33.2563388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 2022-09-27T15:41:33.2580310Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 2022-09-27T15:41:33.3021532Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 2022-09-27T15:41:33.3049864Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool 2022-09-27T15:41:33.3306530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 2022-09-27T15:41:33.3339350Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 2022-09-27T15:41:33.4496007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 2022-09-27T15:41:33.4509713Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 2022-09-27T15:41:33.6517079Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 2022-09-27T15:41:33.6543821Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 2022-09-27T15:41:33.7131515Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 2022-09-27T15:41:33.7163369Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 2022-09-27T15:41:33.8173868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 2022-09-27T15:41:33.8216695Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 2022-09-27T15:41:33.9142074Z test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 2022-09-27T15:41:33.9167988Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 2022-09-27T15:41:34.0690099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 2022-09-27T15:41:34.0735459Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 2022-09-27T15:41:34.2036133Z test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 2022-09-27T15:41:34.2079311Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 2022-09-27T15:41:34.4093306Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amax_cpu_float32 2022-09-27T15:41:34.4134262Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 2022-09-27T15:41:34.6440370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 2022-09-27T15:41:34.6468013Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 2022-09-27T15:41:34.6978548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 2022-09-27T15:41:34.7002060Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 2022-09-27T15:41:34.8198812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 2022-09-27T15:41:34.8226218Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 2022-09-27T15:41:34.8523189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 2022-09-27T15:41:34.8547277Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 2022-09-27T15:41:35.0239524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 2022-09-27T15:41:35.0251847Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 2022-09-27T15:41:35.0272083Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 2022-09-27T15:41:35.0285026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 2022-09-27T15:41:35.0830377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 2022-09-27T15:41:35.0864709Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 2022-09-27T15:41:35.3268989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 2022-09-27T15:41:35.3285202Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 2022-09-27T15:41:35.3297332Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 2022-09-27T15:41:35.3305741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 2022-09-27T15:41:35.4715725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 2022-09-27T15:41:35.4823472Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 2022-09-27T15:41:35.5689008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 2022-09-27T15:41:35.5720055Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amax_cpu_float32 2022-09-27T15:41:35.5840626Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amin_cpu_float32 2022-09-27T15:41:35.5866085Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 2022-09-27T15:41:35.6078515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 2022-09-27T15:41:35.6100018Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 2022-09-27T15:41:35.7744861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 2022-09-27T15:41:35.7765916Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 2022-09-27T15:41:35.8190282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 2022-09-27T15:41:35.8212673Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 2022-09-27T15:41:36.0179260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 2022-09-27T15:41:36.0206814Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 2022-09-27T15:41:36.0421312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 2022-09-27T15:41:36.0451567Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 2022-09-27T15:41:36.1124044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool 2022-09-27T15:41:36.1143597Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 2022-09-27T15:41:36.3005193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 2022-09-27T15:41:36.3031185Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 2022-09-27T15:41:36.4448448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 2022-09-27T15:41:36.4471061Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool 2022-09-27T15:41:36.5195015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 2022-09-27T15:41:36.5289214Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 2022-09-27T15:41:36.6816240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool 2022-09-27T15:41:36.6844703Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 2022-09-27T15:41:36.6981362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 2022-09-27T15:41:36.7040480Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 2022-09-27T15:41:36.8298290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 2022-09-27T15:41:36.8320628Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool 2022-09-27T15:41:36.8629381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 2022-09-27T15:41:36.8676331Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amin_cpu_float32 2022-09-27T15:41:36.8803722Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumprod_cpu_float32 2022-09-27T15:41:36.9191035Z [gw2] [ 69%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumprod_cpu_float32 2022-09-27T15:41:37.0567260Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumsum_cpu_float32 2022-09-27T15:41:37.0596097Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumsum_cpu_float32 2022-09-27T15:41:37.1405933Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_log_softmax_cpu_float32 2022-09-27T15:41:37.1437355Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 2022-09-27T15:41:37.1679184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 2022-09-27T15:41:37.1702016Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 2022-09-27T15:41:37.3649207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 2022-09-27T15:41:37.3682176Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 2022-09-27T15:41:37.3930803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 2022-09-27T15:41:37.3963903Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_log_softmax_cpu_float32 2022-09-27T15:41:37.5362578Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logaddexp_cpu_float32 2022-09-27T15:41:37.5389338Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 2022-09-27T15:41:37.5869816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 2022-09-27T15:41:37.5910673Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 2022-09-27T15:41:37.7689757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 2022-09-27T15:41:37.7713731Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 2022-09-27T15:41:37.8755157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 2022-09-27T15:41:37.8777748Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 2022-09-27T15:41:38.0838493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 2022-09-27T15:41:38.0865837Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 2022-09-27T15:41:38.1039185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 2022-09-27T15:41:38.1350092Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 2022-09-27T15:41:38.1402680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool 2022-09-27T15:41:38.1593765Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool 2022-09-27T15:41:38.1610273Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 2022-09-27T15:41:38.1790603Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 2022-09-27T15:41:38.1800945Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 2022-09-27T15:41:38.1815336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 2022-09-27T15:41:38.1855955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 2022-09-27T15:41:38.2229900Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 2022-09-27T15:41:38.2279449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 2022-09-27T15:41:38.2669890Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 2022-09-27T15:41:38.2716454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 2022-09-27T15:41:38.3116957Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 2022-09-27T15:41:38.3221580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 2022-09-27T15:41:38.3267456Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 2022-09-27T15:41:38.3300828Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 2022-09-27T15:41:38.3552155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 2022-09-27T15:41:38.3630017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 2022-09-27T15:41:38.3921129Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 2022-09-27T15:41:38.3934049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 2022-09-27T15:41:38.3961541Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logaddexp_cpu_float32 2022-09-27T15:41:38.4042491Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logsumexp_cpu_float32 2022-09-27T15:41:38.4236924Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 2022-09-27T15:41:38.4263809Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 2022-09-27T15:41:38.4353774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 2022-09-27T15:41:38.4453629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 2022-09-27T15:41:38.4798216Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 2022-09-27T15:41:38.4901345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 2022-09-27T15:41:38.4937076Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 2022-09-27T15:41:38.4963283Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 2022-09-27T15:41:38.5237546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 2022-09-27T15:41:38.6802723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 2022-09-27T15:41:38.6835453Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 2022-09-27T15:41:38.6925661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 2022-09-27T15:41:38.6945219Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 2022-09-27T15:41:38.7438582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:41:38.7458572Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:41:38.8219803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:41:38.8244265Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:41:38.8718055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:41:38.8747966Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 2022-09-27T15:41:38.9041442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 2022-09-27T15:41:38.9062512Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:41:38.9659988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:41:38.9679781Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:41:38.9684029Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 2022-09-27T15:41:38.9702414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:41:38.9981491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool 2022-09-27T15:41:39.0009499Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 2022-09-27T15:41:39.0715412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 2022-09-27T15:41:39.0734332Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:41:39.1107234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:41:39.1134838Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 2022-09-27T15:41:39.1434882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 2022-09-27T15:41:39.1458683Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool 2022-09-27T15:41:39.1481780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 2022-09-27T15:41:39.1503781Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:41:39.2351143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:41:39.2369953Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:41:39.2469933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 2022-09-27T15:41:39.2520913Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 2022-09-27T15:41:39.2623694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 2022-09-27T15:41:39.3076349Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 2022-09-27T15:41:39.3082459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool 2022-09-27T15:41:39.3498182Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool 2022-09-27T15:41:39.3506209Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 2022-09-27T15:41:39.3511463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 2022-09-27T15:41:39.3546928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 2022-09-27T15:41:39.3951504Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 2022-09-27T15:41:39.3970374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 2022-09-27T15:41:39.4318703Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 2022-09-27T15:41:39.4413412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 2022-09-27T15:41:39.4496229Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 2022-09-27T15:41:39.4505088Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 2022-09-27T15:41:39.4793260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 2022-09-27T15:41:39.4852524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 2022-09-27T15:41:39.4949713Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 2022-09-27T15:41:39.4961646Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 2022-09-27T15:41:39.5233732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 2022-09-27T15:41:39.5304090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 2022-09-27T15:41:39.5472182Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 2022-09-27T15:41:39.5481567Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 2022-09-27T15:41:39.5675195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 2022-09-27T15:41:39.5756446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 2022-09-27T15:41:39.6025441Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 2022-09-27T15:41:39.6037514Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logsumexp_cpu_float32 2022-09-27T15:41:39.6153309Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_mean_cpu_float32 2022-09-27T15:41:39.6224155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 2022-09-27T15:41:39.6355037Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 2022-09-27T15:41:39.6367859Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 2022-09-27T15:41:39.6390939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 2022-09-27T15:41:39.6404586Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 2022-09-27T15:41:39.6593728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 2022-09-27T15:41:39.6647017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 2022-09-27T15:41:39.7035186Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 2022-09-27T15:41:39.7093237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 2022-09-27T15:41:39.7346676Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 2022-09-27T15:41:39.7357070Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 2022-09-27T15:41:39.7475273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 2022-09-27T15:41:39.7533128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 2022-09-27T15:41:39.7917400Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 2022-09-27T15:41:39.7989488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 2022-09-27T15:41:39.8355919Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 2022-09-27T15:41:39.8413002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 2022-09-27T15:41:39.8446646Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 2022-09-27T15:41:39.8460602Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 2022-09-27T15:41:39.8795553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 2022-09-27T15:41:39.8872219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool 2022-09-27T15:41:39.9285036Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool 2022-09-27T15:41:39.9309916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 2022-09-27T15:41:39.9754860Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 2022-09-27T15:41:39.9759236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 2022-09-27T15:41:40.0103362Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 2022-09-27T15:41:40.0132229Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 2022-09-27T15:41:40.0170404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 2022-09-27T15:41:40.0186012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 2022-09-27T15:41:40.0459678Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 2022-09-27T15:41:40.0508130Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 2022-09-27T15:41:40.0659006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 2022-09-27T15:41:40.0659665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 2022-09-27T15:41:40.1091551Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 2022-09-27T15:41:40.1093040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 2022-09-27T15:41:40.1537357Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 2022-09-27T15:41:40.1537996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 2022-09-27T15:41:40.1572062Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 2022-09-27T15:41:40.1598034Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 2022-09-27T15:41:40.2010102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 2022-09-27T15:41:40.2018223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 2022-09-27T15:41:40.2397485Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 2022-09-27T15:41:40.2444221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 2022-09-27T15:41:40.2888725Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 2022-09-27T15:41:40.2897705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 2022-09-27T15:41:40.2907983Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 2022-09-27T15:41:40.2932957Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 2022-09-27T15:41:40.3241332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 2022-09-27T15:41:40.3259193Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 2022-09-27T15:41:40.3325928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 2022-09-27T15:41:40.3326561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 2022-09-27T15:41:40.3764487Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 2022-09-27T15:41:40.3765093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 2022-09-27T15:41:40.4232329Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 2022-09-27T15:41:40.4300029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 2022-09-27T15:41:40.4317955Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 2022-09-27T15:41:40.4345354Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 2022-09-27T15:41:40.4595346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 2022-09-27T15:41:40.4728610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 2022-09-27T15:41:40.5111393Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 2022-09-27T15:41:40.5172018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 2022-09-27T15:41:40.5505318Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 2022-09-27T15:41:40.5512215Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_mean_cpu_float32 2022-09-27T15:41:40.5526894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 2022-09-27T15:41:40.5613371Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_median_cpu_float32 2022-09-27T15:41:40.5754197Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 2022-09-27T15:41:40.5773594Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 2022-09-27T15:41:40.5854554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 2022-09-27T15:41:40.5872787Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 2022-09-27T15:41:40.5990732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 2022-09-27T15:41:40.6041910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 2022-09-27T15:41:40.6473104Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 2022-09-27T15:41:40.6480696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 2022-09-27T15:41:40.6910563Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 2022-09-27T15:41:40.7084463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 2022-09-27T15:41:40.7212360Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 2022-09-27T15:41:40.7232282Z [gw2] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_median_cpu_float32 2022-09-27T15:41:40.7392111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 2022-09-27T15:41:40.7616467Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_norm_cpu_float32 2022-09-27T15:41:40.7671142Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 2022-09-27T15:41:40.8133270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 2022-09-27T15:41:40.8153080Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 2022-09-27T15:41:40.8195190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:41:40.8307797Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 2022-09-27T15:41:40.8416839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 2022-09-27T15:41:40.8452907Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:41:40.8702501Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 2022-09-27T15:41:40.8709186Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 2022-09-27T15:41:40.8712444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool 2022-09-27T15:41:40.8787764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:41:40.9007129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 2022-09-27T15:41:40.9033778Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:41:40.9069896Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 2022-09-27T15:41:40.9147615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 2022-09-27T15:41:40.9434924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 2022-09-27T15:41:40.9530729Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 2022-09-27T15:41:40.9630174Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 2022-09-27T15:41:40.9630848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 2022-09-27T15:41:40.9975789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 2022-09-27T15:41:41.0032695Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 2022-09-27T15:41:41.0467589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:41:41.0487923Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool 2022-09-27T15:41:41.1884639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 2022-09-27T15:41:41.1911265Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:41:41.3258921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:41:41.3285106Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 2022-09-27T15:41:41.4366294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 2022-09-27T15:41:41.4410859Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 2022-09-27T15:41:41.4522012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 2022-09-27T15:41:41.4558732Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:41:41.6357153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:41:41.6385366Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:41:41.7353389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:41:41.7390240Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 2022-09-27T15:41:41.8614308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 2022-09-27T15:41:41.8648876Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:41:41.9205019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:41:41.9227312Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 2022-09-27T15:41:41.9956058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 2022-09-27T15:41:41.9979608Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 2022-09-27T15:41:42.0493855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 2022-09-27T15:41:42.0520275Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:41:42.1562628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:41:42.1589434Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 2022-09-27T15:41:42.2274800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 2022-09-27T15:41:42.2295811Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:41:42.2510505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 2022-09-27T15:41:42.2598412Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 2022-09-27T15:41:42.2618232Z [gw0] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 2022-09-27T15:41:42.2762337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 2022-09-27T15:41:42.2999053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 2022-09-27T15:41:42.3235006Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 2022-09-27T15:41:42.3357262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 2022-09-27T15:41:42.3382938Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 2022-09-27T15:41:42.3455463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 2022-09-27T15:41:42.3635220Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 2022-09-27T15:41:42.3985098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 2022-09-27T15:41:42.4072942Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 2022-09-27T15:41:42.4217574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 2022-09-27T15:41:42.4550538Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 2022-09-27T15:41:42.4665286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 2022-09-27T15:41:42.4781149Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 2022-09-27T15:41:42.4801041Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 2022-09-27T15:41:42.5016167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 2022-09-27T15:41:42.5021546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 2022-09-27T15:41:42.5428230Z [gw1] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 2022-09-27T15:41:42.5450974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 2022-09-27T15:41:42.5836570Z [gw1] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 2022-09-27T15:41:42.5896125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 2022-09-27T15:41:42.6431050Z [gw1] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 2022-09-27T15:41:42.6445670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 2022-09-27T15:41:42.6755609Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 2022-09-27T15:41:42.6911607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 2022-09-27T15:41:42.7041652Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 2022-09-27T15:41:42.7057105Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 2022-09-27T15:41:42.7204294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 2022-09-27T15:41:42.7278220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 2022-09-27T15:41:42.7292746Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 2022-09-27T15:41:42.9919239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 2022-09-27T15:41:43.0077899Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 2022-09-27T15:41:43.0377775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 2022-09-27T15:41:43.0412789Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 2022-09-27T15:41:43.0793352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool 2022-09-27T15:41:43.0890568Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 2022-09-27T15:41:43.1560844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool 2022-09-27T15:41:43.1605504Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool 2022-09-27T15:41:43.2213526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 2022-09-27T15:41:43.2243431Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 2022-09-27T15:41:43.2556291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 2022-09-27T15:41:43.2590255Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 2022-09-27T15:41:43.2744716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 2022-09-27T15:41:43.2767146Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 2022-09-27T15:41:43.3831123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 2022-09-27T15:41:43.4069129Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 2022-09-27T15:41:43.4679961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 2022-09-27T15:41:43.4697297Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 2022-09-27T15:41:43.5126097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 2022-09-27T15:41:43.5145219Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 2022-09-27T15:41:43.5586103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 2022-09-27T15:41:43.5608046Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 2022-09-27T15:41:43.5918868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 2022-09-27T15:41:43.5940763Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool 2022-09-27T15:41:43.6328925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 2022-09-27T15:41:43.6346293Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 2022-09-27T15:41:43.6399039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 2022-09-27T15:41:43.6430301Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 2022-09-27T15:41:43.6827992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 2022-09-27T15:41:43.6851326Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 2022-09-27T15:41:43.7276375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 2022-09-27T15:41:43.7312533Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 2022-09-27T15:41:43.7964670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 2022-09-27T15:41:43.8126431Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 2022-09-27T15:41:43.8638499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 2022-09-27T15:41:43.8666981Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 2022-09-27T15:41:43.8769416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 2022-09-27T15:41:43.9136069Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 2022-09-27T15:41:43.9140389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool 2022-09-27T15:41:43.9593459Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool 2022-09-27T15:41:43.9597727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 2022-09-27T15:41:44.0028965Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 2022-09-27T15:41:44.0034130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 2022-09-27T15:41:44.0469697Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 2022-09-27T15:41:44.0474067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 2022-09-27T15:41:44.0692282Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 2022-09-27T15:41:44.0710610Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 2022-09-27T15:41:44.0900834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 2022-09-27T15:41:44.0901609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 2022-09-27T15:41:44.1350720Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 2022-09-27T15:41:44.1351366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 2022-09-27T15:41:44.1788169Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 2022-09-27T15:41:44.1789061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 2022-09-27T15:41:44.2219506Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 2022-09-27T15:41:44.2224601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 2022-09-27T15:41:44.2637248Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 2022-09-27T15:41:44.2656100Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 2022-09-27T15:41:44.2661140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 2022-09-27T15:41:44.2678981Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 2022-09-27T15:41:44.3037624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 2022-09-27T15:41:44.3083578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 2022-09-27T15:41:44.3475532Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 2022-09-27T15:41:44.3527173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 2022-09-27T15:41:44.3908349Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 2022-09-27T15:41:44.3926232Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 2022-09-27T15:41:44.3954276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 2022-09-27T15:41:44.4006475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 2022-09-27T15:41:44.4472621Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 2022-09-27T15:41:44.4993071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 2022-09-27T15:41:44.5015863Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 2022-09-27T15:41:44.6962008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 2022-09-27T15:41:44.7013703Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 2022-09-27T15:41:44.7390153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 2022-09-27T15:41:44.7404784Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 2022-09-27T15:41:44.9213254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool 2022-09-27T15:41:44.9227658Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool 2022-09-27T15:41:44.9921193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 2022-09-27T15:41:44.9939083Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 2022-09-27T15:41:45.0634356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 2022-09-27T15:41:45.0669309Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 2022-09-27T15:41:45.1274309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 2022-09-27T15:41:45.1290520Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 2022-09-27T15:41:45.3264877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 2022-09-27T15:41:45.3280688Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 2022-09-27T15:41:45.3805187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 2022-09-27T15:41:45.3832244Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 2022-09-27T15:41:45.4034372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 2022-09-27T15:41:45.4277043Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 2022-09-27T15:41:45.4432638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool 2022-09-27T15:41:45.4749945Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool 2022-09-27T15:41:45.4924073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 2022-09-27T15:41:45.5033350Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 2022-09-27T15:41:45.5072306Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 2022-09-27T15:41:45.5271147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 2022-09-27T15:41:45.5387434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 2022-09-27T15:41:45.5711934Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 2022-09-27T15:41:45.5853560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 2022-09-27T15:41:45.5921232Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 2022-09-27T15:41:45.5937569Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 2022-09-27T15:41:45.6103573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 2022-09-27T15:41:45.6270921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 2022-09-27T15:41:45.6590834Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 2022-09-27T15:41:45.6735046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 2022-09-27T15:41:45.7071139Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 2022-09-27T15:41:45.7155293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 2022-09-27T15:41:45.7510433Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 2022-09-27T15:41:45.7603104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 2022-09-27T15:41:45.7911871Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 2022-09-27T15:41:45.7953102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 2022-09-27T15:41:45.7967438Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 2022-09-27T15:41:45.8038018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 2022-09-27T15:41:45.8355139Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 2022-09-27T15:41:45.8510033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 2022-09-27T15:41:45.8836544Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 2022-09-27T15:41:45.8989175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 2022-09-27T15:41:45.9387538Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 2022-09-27T15:41:45.9401143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:41:45.9795911Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:41:45.9863115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool 2022-09-27T15:41:46.0239662Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool 2022-09-27T15:41:46.0257239Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 2022-09-27T15:41:46.0350213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 2022-09-27T15:41:46.0361903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 2022-09-27T15:41:46.0717365Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 2022-09-27T15:41:46.0804630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 2022-09-27T15:41:46.1034276Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 2022-09-27T15:41:46.1053416Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 2022-09-27T15:41:46.1158044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 2022-09-27T15:41:46.1245556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 2022-09-27T15:41:46.1600139Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 2022-09-27T15:41:46.1695813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 2022-09-27T15:41:46.1776309Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 2022-09-27T15:41:46.1798672Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 2022-09-27T15:41:46.2037452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 2022-09-27T15:41:46.2140923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 2022-09-27T15:41:46.2475572Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 2022-09-27T15:41:46.2561858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 2022-09-27T15:41:46.2988528Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 2022-09-27T15:41:46.2989569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 2022-09-27T15:41:46.3274036Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 2022-09-27T15:41:46.3299186Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 2022-09-27T15:41:46.3387345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 2022-09-27T15:41:46.3417357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 2022-09-27T15:41:46.3838746Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 2022-09-27T15:41:46.3895216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 2022-09-27T15:41:46.4187595Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 2022-09-27T15:41:46.4216648Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 2022-09-27T15:41:46.4271626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 2022-09-27T15:41:46.4331443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 2022-09-27T15:41:46.4717540Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 2022-09-27T15:41:46.4766878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 2022-09-27T15:41:46.4939147Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 2022-09-27T15:41:46.4961373Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 2022-09-27T15:41:46.5250412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool 2022-09-27T15:41:46.5256019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool 2022-09-27T15:41:46.5670915Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool 2022-09-27T15:41:46.5682472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 2022-09-27T15:41:46.6120904Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 2022-09-27T15:41:46.6169208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 2022-09-27T15:41:46.6596392Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 2022-09-27T15:41:46.6633124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 2022-09-27T15:41:46.6846257Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 2022-09-27T15:41:46.6870028Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 2022-09-27T15:41:46.7035620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 2022-09-27T15:41:46.7081854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 2022-09-27T15:41:46.7094649Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 2022-09-27T15:41:46.7095325Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool 2022-09-27T15:41:46.7517178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 2022-09-27T15:41:46.7566598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 2022-09-27T15:41:46.8007940Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 2022-09-27T15:41:46.8012381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 2022-09-27T15:41:46.8480222Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 2022-09-27T15:41:46.8485759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 2022-09-27T15:41:46.8614819Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 2022-09-27T15:41:46.8632169Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 2022-09-27T15:41:46.8936919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 2022-09-27T15:41:46.8948704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 2022-09-27T15:41:46.9239073Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 2022-09-27T15:41:46.9321195Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 2022-09-27T15:41:46.9333243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 2022-09-27T15:41:46.9363096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 2022-09-27T15:41:46.9801144Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 2022-09-27T15:41:46.9811570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 2022-09-27T15:41:46.9999274Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 2022-09-27T15:41:47.0011826Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 2022-09-27T15:41:47.0230566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 2022-09-27T15:41:47.1225312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 2022-09-27T15:41:47.1256108Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 2022-09-27T15:41:47.1435952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 2022-09-27T15:41:47.1463357Z [gw2] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_norm_cpu_float32 2022-09-27T15:41:47.1600830Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_normalize_cpu_float32 2022-09-27T15:41:47.1625022Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 2022-09-27T15:41:47.2396077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 2022-09-27T15:41:47.2410163Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 2022-09-27T15:41:47.2778552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 2022-09-27T15:41:47.2814101Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 2022-09-27T15:41:47.2980626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool 2022-09-27T15:41:47.2995845Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 2022-09-27T15:41:47.3773611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 2022-09-27T15:41:47.3794565Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 2022-09-27T15:41:47.3957914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 2022-09-27T15:41:47.3974907Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 2022-09-27T15:41:47.4570008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 2022-09-27T15:41:47.4581548Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 2022-09-27T15:41:47.4729205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 2022-09-27T15:41:47.4756231Z [gw2] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_normalize_cpu_float32 2022-09-27T15:41:47.5941334Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_prod_cpu_float32 2022-09-27T15:41:47.5974853Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 2022-09-27T15:41:47.6869186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 2022-09-27T15:41:47.6909521Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 2022-09-27T15:41:47.7039625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool 2022-09-27T15:41:47.7051737Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool 2022-09-27T15:41:47.8792908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 2022-09-27T15:41:47.8830648Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 2022-09-27T15:41:47.9661411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 2022-09-27T15:41:47.9679391Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool 2022-09-27T15:41:48.1585924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 2022-09-27T15:41:48.1603091Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 2022-09-27T15:41:48.2893978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 2022-09-27T15:41:48.2913280Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 2022-09-27T15:41:48.4436280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 2022-09-27T15:41:48.4462999Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 2022-09-27T15:41:48.5818118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool 2022-09-27T15:41:48.5845196Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 2022-09-27T15:41:48.8105232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 2022-09-27T15:41:48.8131007Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool 2022-09-27T15:41:49.1438556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 2022-09-27T15:41:49.1507366Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 2022-09-27T15:41:49.4158683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 2022-09-27T15:41:49.4198725Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 2022-09-27T15:41:49.8015595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 2022-09-27T15:41:49.8064510Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 2022-09-27T15:41:49.9447436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 2022-09-27T15:41:49.9484587Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 2022-09-27T15:41:50.0118176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 2022-09-27T15:41:50.0144895Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 2022-09-27T15:41:50.0798291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 2022-09-27T15:41:50.0830600Z [gw2] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_prod_cpu_float32 2022-09-27T15:41:50.2247727Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmax_cpu_float32 2022-09-27T15:41:50.2264313Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 2022-09-27T15:41:50.2302543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 2022-09-27T15:41:50.2342617Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 2022-09-27T15:41:50.3798269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 2022-09-27T15:41:50.3828273Z [gw2] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmax_cpu_float32 2022-09-27T15:41:50.5631404Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmin_cpu_float32 2022-09-27T15:41:50.5665282Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 2022-09-27T15:41:50.5967093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 2022-09-27T15:41:50.6023464Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 2022-09-27T15:41:50.6655992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 2022-09-27T15:41:50.6692329Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 2022-09-27T15:41:50.7297851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 2022-09-27T15:41:50.7345003Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 2022-09-27T15:41:50.7707227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 2022-09-27T15:41:50.7752557Z [gw2] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmin_cpu_float32 2022-09-27T15:41:50.8422535Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_std_cpu_float32 2022-09-27T15:41:50.8440214Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 2022-09-27T15:41:50.8840880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 2022-09-27T15:41:50.8864216Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 2022-09-27T15:41:50.9558481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 2022-09-27T15:41:50.9600519Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 2022-09-27T15:41:51.0416111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 2022-09-27T15:41:51.0444447Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 2022-09-27T15:41:51.0487589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 2022-09-27T15:41:51.0512523Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 2022-09-27T15:41:51.1194635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 2022-09-27T15:41:51.1222448Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 2022-09-27T15:41:51.2154703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 2022-09-27T15:41:51.2197223Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 2022-09-27T15:41:51.2379730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 2022-09-27T15:41:51.2412266Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 2022-09-27T15:41:51.2953177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 2022-09-27T15:41:51.2980996Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 2022-09-27T15:41:51.3327330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 2022-09-27T15:41:51.3354635Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 2022-09-27T15:41:51.3671778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:41:51.3851369Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:41:51.4092048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool 2022-09-27T15:41:51.4235787Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool 2022-09-27T15:41:51.4810673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:41:51.4864353Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:41:51.5345918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:41:51.5361739Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:41:51.5415025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 2022-09-27T15:41:51.5421550Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 2022-09-27T15:41:51.5651615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 2022-09-27T15:41:51.5797423Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 2022-09-27T15:41:51.6071362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 2022-09-27T15:41:51.6096269Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 2022-09-27T15:41:51.6121154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 2022-09-27T15:41:51.6268242Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 2022-09-27T15:41:51.6708336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 2022-09-27T15:41:51.6749742Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 2022-09-27T15:41:51.7001445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 2022-09-27T15:41:51.7159189Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 2022-09-27T15:41:51.7514786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 2022-09-27T15:41:51.7553099Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 2022-09-27T15:41:51.7572108Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 2022-09-27T15:41:51.7591988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 2022-09-27T15:41:51.7803112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 2022-09-27T15:41:51.7826902Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 2022-09-27T15:41:51.8052589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 2022-09-27T15:41:51.8081517Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 2022-09-27T15:41:51.8329454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 2022-09-27T15:41:51.8578675Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 2022-09-27T15:41:51.8828709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:41:51.9027973Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:41:51.9526316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 2022-09-27T15:41:51.9534992Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 2022-09-27T15:41:51.9554444Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 2022-09-27T15:41:51.9570081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool 2022-09-27T15:41:51.9635514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool 2022-09-27T15:41:51.9657914Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 2022-09-27T15:41:51.9901147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 2022-09-27T15:41:51.9998387Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool 2022-09-27T15:41:52.0573371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 2022-09-27T15:41:52.0597034Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 2022-09-27T15:41:52.1264787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 2022-09-27T15:41:52.1285620Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 2022-09-27T15:41:52.1806175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 2022-09-27T15:41:52.1842379Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 2022-09-27T15:41:52.1941591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 2022-09-27T15:41:52.1969239Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 2022-09-27T15:41:52.2497583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 2022-09-27T15:41:52.2519656Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 2022-09-27T15:41:52.3067273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 2022-09-27T15:41:52.3113161Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 2022-09-27T15:41:52.3125580Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool 2022-09-27T15:41:52.3150177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 2022-09-27T15:41:52.3684460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 2022-09-27T15:41:52.3712495Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 2022-09-27T15:41:52.4075830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 2022-09-27T15:41:52.4156145Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 2022-09-27T15:41:52.4432632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 2022-09-27T15:41:52.4484881Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 2022-09-27T15:41:52.4499944Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 2022-09-27T15:41:52.4590889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 2022-09-27T15:41:52.4859858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 2022-09-27T15:41:52.5111685Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 2022-09-27T15:41:52.5271619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 2022-09-27T15:41:52.5500087Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 2022-09-27T15:41:52.5821494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 2022-09-27T15:41:52.5953331Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 2022-09-27T15:41:52.8070880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 2022-09-27T15:41:52.8160389Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 2022-09-27T15:41:53.2216606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool 2022-09-27T15:41:53.2244277Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 2022-09-27T15:41:53.3253926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 2022-09-27T15:41:53.3278808Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool 2022-09-27T15:41:53.4139726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 2022-09-27T15:41:53.4242036Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 2022-09-27T15:41:53.6259047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool 2022-09-27T15:41:53.6290059Z [gw2] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_std_cpu_float32 2022-09-27T15:41:53.9589931Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_sum_cpu_float32 2022-09-27T15:41:53.9616567Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 2022-09-27T15:41:54.1063845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 2022-09-27T15:41:54.1090659Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 2022-09-27T15:41:54.1888072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 2022-09-27T15:41:54.1911226Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool 2022-09-27T15:41:54.2646694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 2022-09-27T15:41:54.2664850Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 2022-09-27T15:41:54.3014093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 2022-09-27T15:41:54.3036847Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 2022-09-27T15:41:54.4553135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 2022-09-27T15:41:54.4576182Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 2022-09-27T15:41:54.5901839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 2022-09-27T15:41:54.5928945Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 2022-09-27T15:41:54.7406331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 2022-09-27T15:41:54.7443419Z [gw2] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_sum_cpu_float32 2022-09-27T15:41:54.7495599Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_var_cpu_float32 2022-09-27T15:41:54.7520405Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 2022-09-27T15:41:54.9005862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 2022-09-27T15:41:54.9046816Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 2022-09-27T15:41:54.9830792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 2022-09-27T15:41:54.9965360Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 2022-09-27T15:41:55.0710541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 2022-09-27T15:41:55.0743901Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 2022-09-27T15:41:55.1699537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 2022-09-27T15:41:55.1722543Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 2022-09-27T15:41:55.1886725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 2022-09-27T15:41:55.1901048Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 2022-09-27T15:41:55.2219093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 2022-09-27T15:41:55.2318133Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 2022-09-27T15:41:55.2543466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool 2022-09-27T15:41:55.2830656Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool 2022-09-27T15:41:55.3064896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 2022-09-27T15:41:55.3194145Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 2022-09-27T15:41:55.3390377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 2022-09-27T15:41:55.3634917Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 2022-09-27T15:41:55.3821509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 2022-09-27T15:41:55.3905939Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 2022-09-27T15:41:55.3920401Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 2022-09-27T15:41:55.4070226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 2022-09-27T15:41:55.4246235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 2022-09-27T15:41:55.4516032Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 2022-09-27T15:41:55.4862649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 2022-09-27T15:41:55.4954331Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 2022-09-27T15:41:55.5113214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 2022-09-27T15:41:55.5395124Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 2022-09-27T15:41:55.5547523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 2022-09-27T15:41:55.5835832Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 2022-09-27T15:41:55.6024617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 2022-09-27T15:41:55.6159523Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 2022-09-27T15:41:55.6175248Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 2022-09-27T15:41:55.6270172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 2022-09-27T15:41:55.6417457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 2022-09-27T15:41:55.6715797Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 2022-09-27T15:41:55.6871030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 2022-09-27T15:41:55.7108579Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 2022-09-27T15:41:55.7123000Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 2022-09-27T15:41:55.7153235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 2022-09-27T15:41:55.7364616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 2022-09-27T15:41:55.7598332Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 2022-09-27T15:41:55.7795449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool 2022-09-27T15:41:55.7992683Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool 2022-09-27T15:41:55.8009684Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 2022-09-27T15:41:55.8032549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 2022-09-27T15:41:55.8252217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 2022-09-27T15:41:55.8476205Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 2022-09-27T15:41:55.8862386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 2022-09-27T15:41:55.8913806Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 2022-09-27T15:41:55.9113549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 2022-09-27T15:41:55.9356743Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 2022-09-27T15:41:55.9485978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 2022-09-27T15:41:55.9514579Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 2022-09-27T15:41:55.9566042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 2022-09-27T15:41:55.9875820Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 2022-09-27T15:41:56.0123096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 2022-09-27T15:41:56.0243352Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 2022-09-27T15:41:56.0417467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 2022-09-27T15:41:56.0674959Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 2022-09-27T15:41:56.0913629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 2022-09-27T15:41:56.1219358Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 2022-09-27T15:41:56.1289343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 2022-09-27T15:41:56.1631010Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 2022-09-27T15:41:56.1696551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 2022-09-27T15:41:56.1728414Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 2022-09-27T15:41:56.1920767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 2022-09-27T15:41:56.1994673Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 2022-09-27T15:41:56.2198526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 2022-09-27T15:41:56.2434003Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 2022-09-27T15:41:56.2468723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 2022-09-27T15:41:56.2875101Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 2022-09-27T15:41:56.2910562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 2022-09-27T15:41:56.3266944Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 2022-09-27T15:41:56.3294217Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 2022-09-27T15:41:56.3355169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 2022-09-27T15:41:56.3361464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 2022-09-27T15:41:56.3447921Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 2022-09-27T15:41:56.3462644Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 2022-09-27T15:41:56.3583721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 2022-09-27T15:41:56.3710909Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 2022-09-27T15:41:56.3754774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 2022-09-27T15:41:56.3805361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 2022-09-27T15:41:56.3918300Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 2022-09-27T15:41:56.4192683Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 2022-09-27T15:41:56.4244947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 2022-09-27T15:41:56.4250681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 2022-09-27T15:41:56.4459042Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 2022-09-27T15:41:56.4591787Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 2022-09-27T15:41:56.4679305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 2022-09-27T15:41:56.4685086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 2022-09-27T15:41:56.5115258Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 2022-09-27T15:41:56.5122417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 2022-09-27T15:41:56.5515033Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 2022-09-27T15:41:56.5558212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 2022-09-27T15:41:56.5955015Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 2022-09-27T15:41:56.6001889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 2022-09-27T15:41:56.6476667Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 2022-09-27T15:41:56.6483360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 2022-09-27T15:41:56.6850314Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 2022-09-27T15:41:56.6897556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool 2022-09-27T15:41:56.7354577Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool 2022-09-27T15:41:56.7366641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 2022-09-27T15:41:56.7749714Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 2022-09-27T15:41:56.7783906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 2022-09-27T15:41:56.7799785Z [gw2] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_var_cpu_float32 2022-09-27T15:41:56.7809985Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 2022-09-27T15:41:56.7980855Z test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 2022-09-27T15:41:56.7996684Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 2022-09-27T15:41:56.8016662Z [gw2] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 2022-09-27T15:41:56.8172724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 2022-09-27T15:41:56.8188609Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 2022-09-27T15:41:56.8196154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool 2022-09-27T15:41:56.8238993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 2022-09-27T15:41:56.8307638Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 2022-09-27T15:41:56.8394031Z test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 2022-09-27T15:41:56.8601751Z [gw2] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 2022-09-27T15:41:56.8662742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 2022-09-27T15:41:56.8789667Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 2022-09-27T15:41:56.8836280Z test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 2022-09-27T15:41:56.9037100Z [gw2] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 2022-09-27T15:41:56.9110899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 2022-09-27T15:41:56.9229057Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 2022-09-27T15:41:56.9549897Z test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 2022-09-27T15:41:56.9557263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 2022-09-27T15:41:56.9815289Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 2022-09-27T15:41:56.9834935Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool 2022-09-27T15:41:56.9965154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 2022-09-27T15:41:56.9971013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 2022-09-27T15:41:57.0419680Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 2022-09-27T15:41:57.0425369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 2022-09-27T15:41:57.0492124Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 2022-09-27T15:41:57.0538629Z [gw2] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 2022-09-27T15:41:57.0856464Z test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 2022-09-27T15:41:57.0862579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 2022-09-27T15:41:57.1312706Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 2022-09-27T15:41:57.1319501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 2022-09-27T15:41:57.1762329Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 2022-09-27T15:41:57.1765065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 2022-09-27T15:41:57.2190557Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 2022-09-27T15:41:57.2194888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 2022-09-27T15:41:57.2573178Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 2022-09-27T15:41:57.2641293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool 2022-09-27T15:41:57.2995419Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool 2022-09-27T15:41:57.3129874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 2022-09-27T15:41:57.3460117Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 2022-09-27T15:41:57.3484285Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 2022-09-27T15:41:57.3564514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 2022-09-27T15:41:57.3603450Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 2022-09-27T15:41:57.3996055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 2022-09-27T15:41:57.4006155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 2022-09-27T15:41:57.4429842Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 2022-09-27T15:41:57.4477321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 2022-09-27T15:41:57.4849018Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 2022-09-27T15:41:57.4916638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 2022-09-27T15:41:57.5253987Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 2022-09-27T15:41:57.5335636Z [gw2] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 2022-09-27T15:41:57.5345124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 2022-09-27T15:41:57.5354675Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 2022-09-27T15:41:57.5748620Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 2022-09-27T15:41:57.5781910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 2022-09-27T15:41:57.5955273Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 2022-09-27T15:41:57.5977653Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 2022-09-27T15:41:57.6150485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 2022-09-27T15:41:57.6206494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 2022-09-27T15:41:57.6616828Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 2022-09-27T15:41:57.6660441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 2022-09-27T15:41:57.7102890Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 2022-09-27T15:41:57.7107734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 2022-09-27T15:41:57.7551029Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 2022-09-27T15:41:57.7578182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 2022-09-27T15:41:57.7990444Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 2022-09-27T15:41:57.8002894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 2022-09-27T15:41:57.8428332Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 2022-09-27T15:41:57.8432927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 2022-09-27T15:41:57.8857434Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 2022-09-27T15:41:57.8862612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool 2022-09-27T15:41:57.9355254Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool 2022-09-27T15:41:57.9360093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 2022-09-27T15:41:57.9550575Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 2022-09-27T15:41:57.9574956Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 2022-09-27T15:41:57.9797088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 2022-09-27T15:41:57.9811557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 2022-09-27T15:41:57.9822657Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 2022-09-27T15:41:57.9832386Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 2022-09-27T15:41:57.9924228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 2022-09-27T15:41:57.9949302Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 2022-09-27T15:41:58.0241875Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 2022-09-27T15:41:58.0265057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 2022-09-27T15:41:58.0654246Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 2022-09-27T15:41:58.0780919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 2022-09-27T15:41:58.1093230Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 2022-09-27T15:41:58.1206558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 2022-09-27T15:41:58.1533639Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 2022-09-27T15:41:58.1644373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 2022-09-27T15:41:58.1967384Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 2022-09-27T15:41:58.2075125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 2022-09-27T15:41:58.2404779Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 2022-09-27T15:41:58.2523804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 2022-09-27T15:41:58.2846044Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 2022-09-27T15:41:58.2963833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 2022-09-27T15:41:58.3292473Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 2022-09-27T15:41:58.3415058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 2022-09-27T15:41:58.3791718Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 2022-09-27T15:41:58.3834471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 2022-09-27T15:41:58.4059413Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 2022-09-27T15:41:58.4110679Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 2022-09-27T15:41:58.4220151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 2022-09-27T15:41:58.4257879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 2022-09-27T15:41:58.4709600Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 2022-09-27T15:41:58.5700130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 2022-09-27T15:41:58.5766470Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 2022-09-27T15:41:58.6464521Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 2022-09-27T15:41:58.6485371Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 2022-09-27T15:41:58.7429147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 2022-09-27T15:41:58.7521093Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 2022-09-27T15:41:58.7674716Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 2022-09-27T15:41:58.7696188Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 2022-09-27T15:41:58.9159248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 2022-09-27T15:41:58.9171941Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 2022-09-27T15:41:59.0282711Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 2022-09-27T15:41:59.0317831Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 2022-09-27T15:41:59.0838883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool 2022-09-27T15:41:59.0852462Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 2022-09-27T15:41:59.1527843Z test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 2022-09-27T15:41:59.1554995Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 2022-09-27T15:41:59.2588218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 2022-09-27T15:41:59.2611328Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 2022-09-27T15:41:59.3921973Z test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 2022-09-27T15:41:59.3930289Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 2022-09-27T15:41:59.4379525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 2022-09-27T15:41:59.4418196Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 2022-09-27T15:41:59.4710146Z test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 2022-09-27T15:41:59.4718844Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool 2022-09-27T15:41:59.4808714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 2022-09-27T15:41:59.4833898Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 2022-09-27T15:41:59.5548512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 2022-09-27T15:41:59.5576210Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 2022-09-27T15:41:59.5647773Z test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 2022-09-27T15:41:59.6071293Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 2022-09-27T15:41:59.6312370Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 2022-09-27T15:41:59.6437033Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 2022-09-27T15:41:59.6473469Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 2022-09-27T15:41:59.6956110Z [gw2] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 2022-09-27T15:41:59.6965831Z test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 2022-09-27T15:41:59.7093958Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 2022-09-27T15:41:59.7123254Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 2022-09-27T15:41:59.7390729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool 2022-09-27T15:41:59.7402028Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 2022-09-27T15:41:59.7409209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 2022-09-27T15:41:59.7416825Z test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 2022-09-27T15:41:59.7830264Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 2022-09-27T15:41:59.9317596Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 2022-09-27T15:41:59.9342202Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 2022-09-27T15:41:59.9745714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 2022-09-27T15:41:59.9774382Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 2022-09-27T15:41:59.9854543Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 2022-09-27T15:42:00.0274555Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 2022-09-27T15:42:00.0284394Z test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 2022-09-27T15:42:00.0711382Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 2022-09-27T15:42:00.1434848Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 2022-09-27T15:42:00.1461352Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool 2022-09-27T15:42:00.1490374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 2022-09-27T15:42:00.1506187Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 2022-09-27T15:42:00.1582489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 2022-09-27T15:42:00.1595479Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 2022-09-27T15:42:00.2134441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 2022-09-27T15:42:00.2170312Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 2022-09-27T15:42:00.3464392Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 2022-09-27T15:42:00.3511385Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 2022-09-27T15:42:00.4751905Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 2022-09-27T15:42:00.4772942Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 2022-09-27T15:42:00.5304689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 2022-09-27T15:42:00.5353608Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 2022-09-27T15:42:00.5784093Z test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 2022-09-27T15:42:00.5808558Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 2022-09-27T15:42:00.7863430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool 2022-09-27T15:42:00.7891159Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool 2022-09-27T15:42:01.0210010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 2022-09-27T15:42:01.0219612Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 2022-09-27T15:42:01.0239549Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 2022-09-27T15:42:01.0309387Z test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 2022-09-27T15:42:01.0702072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 2022-09-27T15:42:01.0761923Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 2022-09-27T15:42:01.1081229Z test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 2022-09-27T15:42:01.1193752Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 2022-09-27T15:42:01.1451459Z test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 2022-09-27T15:42:01.1473204Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 2022-09-27T15:42:01.2834720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 2022-09-27T15:42:01.2856930Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 2022-09-27T15:42:01.3123491Z test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 2022-09-27T15:42:01.3142183Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 2022-09-27T15:42:01.3154296Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 2022-09-27T15:42:01.3274269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 2022-09-27T15:42:01.4995893Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 2022-09-27T15:42:01.5025353Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 2022-09-27T15:42:01.7138963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 2022-09-27T15:42:01.7173211Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 2022-09-27T15:42:01.8110904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 2022-09-27T15:42:01.8233585Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 2022-09-27T15:42:01.9438450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 2022-09-27T15:42:01.9450940Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 2022-09-27T15:42:02.0595892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 2022-09-27T15:42:02.0623164Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 2022-09-27T15:42:02.1534957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 2022-09-27T15:42:02.1564049Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 2022-09-27T15:42:02.1593524Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 2022-09-27T15:42:02.1620432Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 2022-09-27T15:42:02.1898772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 2022-09-27T15:42:02.1922792Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 2022-09-27T15:42:02.2050406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 2022-09-27T15:42:02.2090554Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 2022-09-27T15:42:02.3285527Z test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 2022-09-27T15:42:02.3318495Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 2022-09-27T15:42:02.3330028Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 2022-09-27T15:42:02.3358110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 2022-09-27T15:42:02.3655938Z test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 2022-09-27T15:42:02.3680413Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 2022-09-27T15:42:02.3712591Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 2022-09-27T15:42:02.3908015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 2022-09-27T15:42:02.4402257Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 2022-09-27T15:42:02.4426201Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 2022-09-27T15:42:02.5276353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 2022-09-27T15:42:02.5300286Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 2022-09-27T15:42:02.5361280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 2022-09-27T15:42:02.5394765Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 2022-09-27T15:42:02.6167045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 2022-09-27T15:42:02.6189549Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 2022-09-27T15:42:02.6264549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 2022-09-27T15:42:02.6284071Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 2022-09-27T15:42:02.7204341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 2022-09-27T15:42:02.7232324Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 2022-09-27T15:42:02.8441716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 2022-09-27T15:42:02.8480109Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 2022-09-27T15:42:02.9491447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 2022-09-27T15:42:02.9519516Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 2022-09-27T15:42:03.1606270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 2022-09-27T15:42:03.1631310Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 2022-09-27T15:42:03.1759592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 2022-09-27T15:42:03.1775828Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 2022-09-27T15:42:03.4464894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool 2022-09-27T15:42:03.4505041Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 2022-09-27T15:42:03.4772269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 2022-09-27T15:42:03.4808351Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 2022-09-27T15:42:03.6008811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 2022-09-27T15:42:03.6028063Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool 2022-09-27T15:42:03.7888495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 2022-09-27T15:42:03.7940804Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 2022-09-27T15:42:03.9437384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 2022-09-27T15:42:03.9475256Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 2022-09-27T15:42:04.1214647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 2022-09-27T15:42:04.1226478Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 2022-09-27T15:42:04.3212635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 2022-09-27T15:42:04.3240182Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 2022-09-27T15:42:04.3923152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool 2022-09-27T15:42:04.3947398Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 2022-09-27T15:42:04.5041560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 2022-09-27T15:42:04.5055306Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 2022-09-27T15:42:04.6036263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 2022-09-27T15:42:04.6065009Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool 2022-09-27T15:42:04.8703950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 2022-09-27T15:42:04.8727882Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 2022-09-27T15:42:05.0329335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 2022-09-27T15:42:05.0352009Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 2022-09-27T15:42:05.0902106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 2022-09-27T15:42:05.0924558Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 2022-09-27T15:42:05.1957939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 2022-09-27T15:42:05.1979953Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 2022-09-27T15:42:05.3403937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 2022-09-27T15:42:05.3425657Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 2022-09-27T15:42:05.4650510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 2022-09-27T15:42:05.4685793Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 2022-09-27T15:42:05.6186915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 2022-09-27T15:42:05.6209929Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 2022-09-27T15:42:05.6573950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 2022-09-27T15:42:05.6621084Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 2022-09-27T15:42:05.6787819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 2022-09-27T15:42:05.6813234Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 2022-09-27T15:42:05.7735802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 2022-09-27T15:42:05.7748015Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 2022-09-27T15:42:05.9412451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 2022-09-27T15:42:05.9464129Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 2022-09-27T15:42:06.0076857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 2022-09-27T15:42:06.0099919Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 2022-09-27T15:42:06.1157588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 2022-09-27T15:42:06.1181873Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 2022-09-27T15:42:06.1296736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 2022-09-27T15:42:06.1715352Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 2022-09-27T15:42:06.1721946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool 2022-09-27T15:42:06.2150114Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool 2022-09-27T15:42:06.2180842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 2022-09-27T15:42:06.2629835Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 2022-09-27T15:42:06.2664863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 2022-09-27T15:42:06.3069551Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 2022-09-27T15:42:06.3206866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 2022-09-27T15:42:06.3549608Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 2022-09-27T15:42:06.3577716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 2022-09-27T15:42:06.3989963Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 2022-09-27T15:42:06.4021877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 2022-09-27T15:42:06.4429954Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 2022-09-27T15:42:06.4460684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 2022-09-27T15:42:06.4645579Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 2022-09-27T15:42:06.4675609Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 2022-09-27T15:42:06.4692266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 2022-09-27T15:42:06.4728984Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 2022-09-27T15:42:06.4874345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 2022-09-27T15:42:06.4884389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 2022-09-27T15:42:06.5315422Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 2022-09-27T15:42:06.5325307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 2022-09-27T15:42:06.5753213Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 2022-09-27T15:42:06.5764117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 2022-09-27T15:42:06.6194756Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 2022-09-27T15:42:06.6204215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 2022-09-27T15:42:06.6631785Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 2022-09-27T15:42:06.6649414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 2022-09-27T15:42:06.6896682Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 2022-09-27T15:42:06.6930034Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 2022-09-27T15:42:06.7114980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 2022-09-27T15:42:06.7126826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 2022-09-27T15:42:06.7193663Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 2022-09-27T15:42:06.7218431Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 2022-09-27T15:42:06.7511731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 2022-09-27T15:42:06.7537288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool 2022-09-27T15:42:06.7946519Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool 2022-09-27T15:42:06.8022034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 2022-09-27T15:42:06.8434922Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 2022-09-27T15:42:06.8443141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 2022-09-27T15:42:06.8871108Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 2022-09-27T15:42:06.8892251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 2022-09-27T15:42:06.9104679Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 2022-09-27T15:42:06.9128167Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 2022-09-27T15:42:06.9317056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 2022-09-27T15:42:06.9325055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 2022-09-27T15:42:06.9754840Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 2022-09-27T15:42:06.9759654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 2022-09-27T15:42:06.9844148Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 2022-09-27T15:42:06.9870424Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 2022-09-27T15:42:07.0116607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 2022-09-27T15:42:07.0191855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 2022-09-27T15:42:07.0556634Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 2022-09-27T15:42:07.0628096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 2022-09-27T15:42:07.0924180Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 2022-09-27T15:42:07.0957725Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 2022-09-27T15:42:07.0994354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 2022-09-27T15:42:07.1066558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 2022-09-27T15:42:07.1513074Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 2022-09-27T15:42:07.1515701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 2022-09-27T15:42:07.1976511Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 2022-09-27T15:42:07.1981562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 2022-09-27T15:42:07.2205222Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 2022-09-27T15:42:07.2219856Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 2022-09-27T15:42:07.2370970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 2022-09-27T15:42:07.2387770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 2022-09-27T15:42:07.2398917Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 2022-09-27T15:42:07.2431961Z test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 2022-09-27T15:42:07.2452809Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 2022-09-27T15:42:07.2870422Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 2022-09-27T15:42:07.2879312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:42:07.2910236Z test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 2022-09-27T15:42:07.3023465Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:42:07.3055837Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 2022-09-27T15:42:07.3071560Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 2022-09-27T15:42:07.3317342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 2022-09-27T15:42:07.3321562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool 2022-09-27T15:42:07.3356211Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 2022-09-27T15:42:07.3697571Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool 2022-09-27T15:42:07.3818988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 2022-09-27T15:42:07.4190509Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 2022-09-27T15:42:07.4295698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 2022-09-27T15:42:07.4632132Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 2022-09-27T15:42:07.4798301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 2022-09-27T15:42:07.5030488Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 2022-09-27T15:42:07.5109908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 2022-09-27T15:42:07.5290916Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 2022-09-27T15:42:07.5309869Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 2022-09-27T15:42:07.5458537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 2022-09-27T15:42:07.5545542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 2022-09-27T15:42:07.5950720Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 2022-09-27T15:42:07.6004652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 2022-09-27T15:42:07.6247295Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 2022-09-27T15:42:07.6277416Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 2022-09-27T15:42:07.6392866Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 2022-09-27T15:42:07.6397477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 2022-09-27T15:42:07.6587607Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 2022-09-27T15:42:07.6678600Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 2022-09-27T15:42:07.6836057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 2022-09-27T15:42:07.6877519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 2022-09-27T15:42:07.7314529Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 2022-09-27T15:42:07.7319259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 2022-09-27T15:42:07.7755511Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 2022-09-27T15:42:07.7760140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 2022-09-27T15:42:07.8150615Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 2022-09-27T15:42:07.8201407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 2022-09-27T15:42:07.8281434Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 2022-09-27T15:42:07.8302016Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 2022-09-27T15:42:07.8403488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 2022-09-27T15:42:07.8434501Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 2022-09-27T15:42:07.8653055Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 2022-09-27T15:42:07.8676499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:42:07.9115025Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:42:07.9119825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool 2022-09-27T15:42:07.9551706Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool 2022-09-27T15:42:07.9578366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 2022-09-27T15:42:08.0031390Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 2022-09-27T15:42:08.0051060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 2022-09-27T15:42:08.0079483Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 2022-09-27T15:42:08.0105314Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 2022-09-27T15:42:08.0430767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool 2022-09-27T15:42:08.0478823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 2022-09-27T15:42:08.0956743Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 2022-09-27T15:42:08.0960705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 2022-09-27T15:42:08.1297571Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 2022-09-27T15:42:08.1319292Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 2022-09-27T15:42:08.1389287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 2022-09-27T15:42:08.1394854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 2022-09-27T15:42:08.1512591Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 2022-09-27T15:42:08.1525620Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool 2022-09-27T15:42:08.1831715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 2022-09-27T15:42:08.1851692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 2022-09-27T15:42:08.2271115Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 2022-09-27T15:42:08.2304257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 2022-09-27T15:42:08.2758269Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 2022-09-27T15:42:08.2761906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 2022-09-27T15:42:08.3189658Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 2022-09-27T15:42:08.3193791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 2022-09-27T15:42:08.3632388Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 2022-09-27T15:42:08.3657289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 2022-09-27T15:42:08.3731204Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 2022-09-27T15:42:08.3764331Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 2022-09-27T15:42:08.3936196Z test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 2022-09-27T15:42:08.3965033Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 2022-09-27T15:42:08.4069312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 2022-09-27T15:42:08.4088925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 2022-09-27T15:42:08.4553965Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 2022-09-27T15:42:08.4625696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 2022-09-27T15:42:08.4992860Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 2022-09-27T15:42:08.5016885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 2022-09-27T15:42:08.5045126Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 2022-09-27T15:42:08.5057761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool 2022-09-27T15:42:08.5357527Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 2022-09-27T15:42:08.5428524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 2022-09-27T15:42:08.5466083Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool 2022-09-27T15:42:08.5484468Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 2022-09-27T15:42:08.5504489Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 2022-09-27T15:42:08.5517317Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 2022-09-27T15:42:08.5797833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 2022-09-27T15:42:08.6160733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 2022-09-27T15:42:08.6236506Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 2022-09-27T15:42:08.6347421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 2022-09-27T15:42:08.6720655Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 2022-09-27T15:42:08.6843333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 2022-09-27T15:42:08.6861341Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 2022-09-27T15:42:08.6903483Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 2022-09-27T15:42:08.7199638Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 2022-09-27T15:42:08.7407480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 2022-09-27T15:42:08.7421367Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 2022-09-27T15:42:08.7440383Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 2022-09-27T15:42:08.7684645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 2022-09-27T15:42:08.7761716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 2022-09-27T15:42:08.7777981Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 2022-09-27T15:42:08.7892812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 2022-09-27T15:42:08.8116170Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 2022-09-27T15:42:08.8297715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 2022-09-27T15:42:08.8453532Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 2022-09-27T15:42:08.8484848Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 2022-09-27T15:42:08.8598594Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 2022-09-27T15:42:08.8823500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 2022-09-27T15:42:08.9038529Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 2022-09-27T15:42:08.9363963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 2022-09-27T15:42:08.9632006Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 2022-09-27T15:42:08.9795426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 2022-09-27T15:42:08.9827701Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 2022-09-27T15:42:08.9837503Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 2022-09-27T15:42:08.9851661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 2022-09-27T15:42:08.9874837Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 2022-09-27T15:42:08.9925739Z test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 2022-09-27T15:42:08.9939104Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 2022-09-27T15:42:08.9970648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 2022-09-27T15:42:08.9978017Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 2022-09-27T15:42:09.0087741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 2022-09-27T15:42:09.0390266Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 2022-09-27T15:42:09.0474386Z test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 2022-09-27T15:42:09.0482934Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 2022-09-27T15:42:09.0527101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool 2022-09-27T15:42:09.0872350Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool 2022-09-27T15:42:09.0878945Z test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 2022-09-27T15:42:09.1242703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 2022-09-27T15:42:09.1431392Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 2022-09-27T15:42:09.1608276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 2022-09-27T15:42:09.1622240Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 2022-09-27T15:42:09.1639174Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 2022-09-27T15:42:09.1871646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 2022-09-27T15:42:09.1989344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 2022-09-27T15:42:09.2391350Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 2022-09-27T15:42:09.2474731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 2022-09-27T15:42:09.2711426Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 2022-09-27T15:42:09.2720823Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 2022-09-27T15:42:09.2748740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 2022-09-27T15:42:09.2907840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 2022-09-27T15:42:09.2918154Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 2022-09-27T15:42:09.2934202Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 2022-09-27T15:42:09.3196916Z test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 2022-09-27T15:42:09.3366535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 2022-09-27T15:42:09.3586855Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 2022-09-27T15:42:09.3610866Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 2022-09-27T15:42:09.3702601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 2022-09-27T15:42:09.3775004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 2022-09-27T15:42:09.3782570Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 2022-09-27T15:42:09.3795254Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 2022-09-27T15:42:09.3801406Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 2022-09-27T15:42:09.3812586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 2022-09-27T15:42:09.3895484Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 2022-09-27T15:42:09.4076215Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 2022-09-27T15:42:09.4201657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 2022-09-27T15:42:09.4293979Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 2022-09-27T15:42:09.4299929Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 2022-09-27T15:42:09.4337272Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 2022-09-27T15:42:09.4359315Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 2022-09-27T15:42:09.4551124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 2022-09-27T15:42:09.4559045Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 2022-09-27T15:42:09.4661570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 2022-09-27T15:42:09.4688273Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 2022-09-27T15:42:09.4908600Z test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 2022-09-27T15:42:09.5106522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 2022-09-27T15:42:09.5113334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 2022-09-27T15:42:09.5131052Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 2022-09-27T15:42:09.5145405Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 2022-09-27T15:42:09.5167150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 2022-09-27T15:42:09.5270505Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 2022-09-27T15:42:09.5511814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 2022-09-27T15:42:09.5513987Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 2022-09-27T15:42:09.5569787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 2022-09-27T15:42:09.5827944Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 2022-09-27T15:42:09.5917601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 2022-09-27T15:42:09.5976806Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 2022-09-27T15:42:09.5983652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 2022-09-27T15:42:09.5999845Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 2022-09-27T15:42:09.6066216Z test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 2022-09-27T15:42:09.6193374Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 2022-09-27T15:42:09.6259171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 2022-09-27T15:42:09.6374918Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 2022-09-27T15:42:09.6398048Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 2022-09-27T15:42:09.6468959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool 2022-09-27T15:42:09.6683866Z test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 2022-09-27T15:42:09.6687734Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool 2022-09-27T15:42:09.6774411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 2022-09-27T15:42:09.6951484Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 2022-09-27T15:42:09.7151016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 2022-09-27T15:42:09.7181953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool 2022-09-27T15:42:09.7391737Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool 2022-09-27T15:42:09.7420937Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 2022-09-27T15:42:09.7503268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 2022-09-27T15:42:09.7516146Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 2022-09-27T15:42:09.7521281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 2022-09-27T15:42:09.7675721Z test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 2022-09-27T15:42:09.8030739Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 2022-09-27T15:42:09.8112987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 2022-09-27T15:42:09.8182826Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 2022-09-27T15:42:09.8207892Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 2022-09-27T15:42:09.8266609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 2022-09-27T15:42:09.8276802Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 2022-09-27T15:42:09.8411337Z test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 2022-09-27T15:42:09.8411971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 2022-09-27T15:42:09.8437587Z [gw2] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 2022-09-27T15:42:09.8450048Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 2022-09-27T15:42:09.8528225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 2022-09-27T15:42:09.8553741Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 2022-09-27T15:42:09.8631901Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 2022-09-27T15:42:09.8715457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 2022-09-27T15:42:09.8820775Z test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 2022-09-27T15:42:09.8839669Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 2022-09-27T15:42:09.8890951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 2022-09-27T15:42:09.8950034Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 2022-09-27T15:42:09.9071729Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 2022-09-27T15:42:09.9152958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 2022-09-27T15:42:09.9312594Z test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 2022-09-27T15:42:09.9320742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 2022-09-27T15:42:09.9426590Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 2022-09-27T15:42:09.9555268Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 2022-09-27T15:42:09.9798491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 2022-09-27T15:42:09.9804375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 2022-09-27T15:42:09.9859406Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 2022-09-27T15:42:09.9873426Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 2022-09-27T15:42:09.9898784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 2022-09-27T15:42:10.0032880Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 2022-09-27T15:42:10.0225611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 2022-09-27T15:42:10.0271585Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 2022-09-27T15:42:10.0348841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 2022-09-27T15:42:10.0510214Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 2022-09-27T15:42:10.0702743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 2022-09-27T15:42:10.0750260Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 2022-09-27T15:42:10.0812207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 2022-09-27T15:42:10.0952599Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 2022-09-27T15:42:10.1145616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 2022-09-27T15:42:10.1192101Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 2022-09-27T15:42:10.1259367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 2022-09-27T15:42:10.1263263Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 2022-09-27T15:42:10.1271019Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 2022-09-27T15:42:10.1432780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 2022-09-27T15:42:10.1635175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 2022-09-27T15:42:10.1713964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 2022-09-27T15:42:10.1744143Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 2022-09-27T15:42:10.1872287Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 2022-09-27T15:42:10.2115160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 2022-09-27T15:42:10.2173172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 2022-09-27T15:42:10.2196920Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 2022-09-27T15:42:10.2303083Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 2022-09-27T15:42:10.2314414Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 2022-09-27T15:42:10.2319325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 2022-09-27T15:42:10.2357896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 2022-09-27T15:42:10.2594303Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 2022-09-27T15:42:10.2846903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 2022-09-27T15:42:10.2850115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool 2022-09-27T15:42:10.3295508Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool 2022-09-27T15:42:10.3296159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 2022-09-27T15:42:10.3724794Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 2022-09-27T15:42:10.3777931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 2022-09-27T15:42:10.4258850Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 2022-09-27T15:42:10.4259479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 2022-09-27T15:42:10.4262214Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 2022-09-27T15:42:10.4264775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 2022-09-27T15:42:10.4668622Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 2022-09-27T15:42:10.4689385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 2022-09-27T15:42:10.5140588Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 2022-09-27T15:42:10.5143236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 2022-09-27T15:42:10.5574426Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 2022-09-27T15:42:10.5575377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 2022-09-27T15:42:10.5644941Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 2022-09-27T15:42:10.5658052Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 2022-09-27T15:42:10.6016601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 2022-09-27T15:42:10.6017256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 2022-09-27T15:42:10.6457384Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 2022-09-27T15:42:10.6458407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 2022-09-27T15:42:10.6850251Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 2022-09-27T15:42:10.6893736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 2022-09-27T15:42:10.7330500Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 2022-09-27T15:42:10.7331124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 2022-09-27T15:42:10.7364016Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 2022-09-27T15:42:10.7381341Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 2022-09-27T15:42:10.7715761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 2022-09-27T15:42:10.7768914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 2022-09-27T15:42:10.8155119Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 2022-09-27T15:42:10.8216550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 2022-09-27T15:42:10.8660252Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 2022-09-27T15:42:10.8660933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool 2022-09-27T15:42:10.8994273Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool 2022-09-27T15:42:10.9045750Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 2022-09-27T15:42:10.9061030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 2022-09-27T15:42:10.9124757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 2022-09-27T15:42:10.9475267Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 2022-09-27T15:42:10.9542553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 2022-09-27T15:42:10.9914206Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 2022-09-27T15:42:10.9958557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 2022-09-27T15:42:11.0355765Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 2022-09-27T15:42:11.0411811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 2022-09-27T15:42:11.0646683Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 2022-09-27T15:42:11.0656235Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 2022-09-27T15:42:11.0793229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 2022-09-27T15:42:11.0851690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 2022-09-27T15:42:11.1274831Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 2022-09-27T15:42:11.1334551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 2022-09-27T15:42:11.1715281Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 2022-09-27T15:42:11.1766277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 2022-09-27T15:42:11.2154383Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 2022-09-27T15:42:11.2206185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 2022-09-27T15:42:11.2251896Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 2022-09-27T15:42:11.2263063Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 2022-09-27T15:42:11.2595306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 2022-09-27T15:42:11.2652463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 2022-09-27T15:42:11.3035549Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 2022-09-27T15:42:11.3093825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 2022-09-27T15:42:11.3475317Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 2022-09-27T15:42:11.3524415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 2022-09-27T15:42:11.3794723Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 2022-09-27T15:42:11.3808756Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 2022-09-27T15:42:11.3912346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 2022-09-27T15:42:11.4151394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 2022-09-27T15:42:11.4402168Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 2022-09-27T15:42:11.4516486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool 2022-09-27T15:42:11.4856988Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool 2022-09-27T15:42:11.4999373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 2022-09-27T15:42:11.5135843Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 2022-09-27T15:42:11.5154598Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 2022-09-27T15:42:11.5238867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 2022-09-27T15:42:11.5428540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 2022-09-27T15:42:11.5704199Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 2022-09-27T15:42:11.5837918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 2022-09-27T15:42:11.6112012Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 2022-09-27T15:42:11.6324134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 2022-09-27T15:42:11.6469657Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 2022-09-27T15:42:11.6484948Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 2022-09-27T15:42:11.6551686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 2022-09-27T15:42:11.6726072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 2022-09-27T15:42:11.6990878Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 2022-09-27T15:42:11.7168335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 2022-09-27T15:42:11.7434226Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 2022-09-27T15:42:11.7593673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 2022-09-27T15:42:11.7779301Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 2022-09-27T15:42:11.7803139Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 2022-09-27T15:42:11.7872126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 2022-09-27T15:42:11.8111394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 2022-09-27T15:42:11.8367062Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 2022-09-27T15:42:11.8395125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 2022-09-27T15:42:11.8421680Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 2022-09-27T15:42:11.8512571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 2022-09-27T15:42:11.8807741Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 2022-09-27T15:42:11.8907318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 2022-09-27T15:42:11.8918239Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 2022-09-27T15:42:11.8946141Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 2022-09-27T15:42:11.9182688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 2022-09-27T15:42:11.9242726Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 2022-09-27T15:42:11.9365093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 2022-09-27T15:42:11.9373819Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 2022-09-27T15:42:11.9484198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool 2022-09-27T15:42:11.9752291Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool 2022-09-27T15:42:11.9850175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 2022-09-27T15:42:12.0351921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 2022-09-27T15:42:12.0362960Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 2022-09-27T15:42:12.0477297Z test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 2022-09-27T15:42:12.0634535Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 2022-09-27T15:42:12.0924514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 2022-09-27T15:42:12.0939091Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 2022-09-27T15:42:12.1198398Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 2022-09-27T15:42:12.1312058Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 2022-09-27T15:42:12.1319545Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 2022-09-27T15:42:12.1351941Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 2022-09-27T15:42:12.1362198Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 2022-09-27T15:42:12.1371345Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 2022-09-27T15:42:12.1415009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 2022-09-27T15:42:12.1478321Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 2022-09-27T15:42:12.1493645Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 2022-09-27T15:42:12.1752200Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 2022-09-27T15:42:12.1777373Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 2022-09-27T15:42:12.1792713Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 2022-09-27T15:42:12.1795776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 2022-09-27T15:42:12.1858893Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 2022-09-27T15:42:12.1894585Z [gw2] [ 72%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 2022-09-27T15:42:12.2193208Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 2022-09-27T15:42:12.2234669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 2022-09-27T15:42:12.2238606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 2022-09-27T15:42:12.2341222Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 2022-09-27T15:42:12.2404855Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 2022-09-27T15:42:12.2673809Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 2022-09-27T15:42:12.2714157Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 2022-09-27T15:42:12.2831940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 2022-09-27T15:42:12.3195232Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 2022-09-27T15:42:12.3323544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 2022-09-27T15:42:12.3630162Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 2022-09-27T15:42:12.3968911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 2022-09-27T15:42:12.3982307Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 2022-09-27T15:42:12.4039177Z test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 2022-09-27T15:42:12.4431815Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 2022-09-27T15:42:12.4975619Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 2022-09-27T15:42:12.4998268Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 2022-09-27T15:42:12.5765311Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 2022-09-27T15:42:12.5789612Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 2022-09-27T15:42:12.5960129Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 2022-09-27T15:42:12.6310272Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 2022-09-27T15:42:12.6917483Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 2022-09-27T15:42:12.6937956Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 2022-09-27T15:42:12.7213738Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 2022-09-27T15:42:12.7234736Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 2022-09-27T15:42:12.8955512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool 2022-09-27T15:42:12.8984136Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 2022-09-27T15:42:12.9876678Z test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 2022-09-27T15:42:12.9894266Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool 2022-09-27T15:42:13.4120260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 2022-09-27T15:42:13.4147066Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 2022-09-27T15:42:13.5760658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 2022-09-27T15:42:13.5786167Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 2022-09-27T15:42:13.5986613Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 2022-09-27T15:42:13.6234670Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 2022-09-27T15:42:13.6235530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 2022-09-27T15:42:13.6262074Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 2022-09-27T15:42:13.6286685Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 2022-09-27T15:42:13.6676368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 2022-09-27T15:42:13.6682495Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 2022-09-27T15:42:13.7113717Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 2022-09-27T15:42:13.7119769Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 2022-09-27T15:42:13.7557090Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 2022-09-27T15:42:13.7557801Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 2022-09-27T15:42:13.7991849Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 2022-09-27T15:42:13.7994649Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 2022-09-27T15:42:13.8471159Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 2022-09-27T15:42:13.8741134Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 2022-09-27T15:42:13.8874575Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 2022-09-27T15:42:13.9191322Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 2022-09-27T15:42:13.9389128Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 2022-09-27T15:42:14.0057295Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 2022-09-27T15:42:14.0070025Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 2022-09-27T15:42:14.3671068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 2022-09-27T15:42:14.3748921Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 2022-09-27T15:42:14.5134602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 2022-09-27T15:42:14.5215007Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 2022-09-27T15:42:14.5561577Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 2022-09-27T15:42:14.5671190Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 2022-09-27T15:42:14.5705511Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 2022-09-27T15:42:14.6102830Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 2022-09-27T15:42:14.6121169Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 2022-09-27T15:42:14.6148504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 2022-09-27T15:42:14.6151974Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 2022-09-27T15:42:14.6668913Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 2022-09-27T15:42:14.8271765Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 2022-09-27T15:42:14.8302054Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 2022-09-27T15:42:14.8406436Z test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 2022-09-27T15:42:14.8427071Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 2022-09-27T15:42:14.8439622Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 2022-09-27T15:42:14.8717484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 2022-09-27T15:42:15.0298820Z test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 2022-09-27T15:42:15.0309898Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 2022-09-27T15:42:15.0317210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 2022-09-27T15:42:15.0329761Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 2022-09-27T15:42:15.3510316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool 2022-09-27T15:42:15.3531807Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 2022-09-27T15:42:15.3611984Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 2022-09-27T15:42:15.3637190Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 2022-09-27T15:42:15.3750786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 2022-09-27T15:42:15.4170608Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 2022-09-27T15:42:15.4180623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool 2022-09-27T15:42:15.4669544Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool 2022-09-27T15:42:15.4679139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 2022-09-27T15:42:15.5108088Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 2022-09-27T15:42:15.5117616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 2022-09-27T15:42:15.5340442Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 2022-09-27T15:42:15.5354966Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 2022-09-27T15:42:15.5475537Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 2022-09-27T15:42:15.5550768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 2022-09-27T15:42:15.5565003Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool 2022-09-27T15:42:15.5570908Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 2022-09-27T15:42:15.5645584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 2022-09-27T15:42:15.5789525Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 2022-09-27T15:42:15.5909148Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 2022-09-27T15:42:15.5966493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 2022-09-27T15:42:15.6354870Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 2022-09-27T15:42:15.6422999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 2022-09-27T15:42:15.6795739Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 2022-09-27T15:42:15.6873009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 2022-09-27T15:42:15.7237022Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 2022-09-27T15:42:15.7302779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 2022-09-27T15:42:15.7460950Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 2022-09-27T15:42:15.7471396Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 2022-09-27T15:42:15.7479412Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 2022-09-27T15:42:15.7483372Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 2022-09-27T15:42:15.7506412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 2022-09-27T15:42:15.7674596Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 2022-09-27T15:42:15.7717283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 2022-09-27T15:42:15.7911926Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 2022-09-27T15:42:15.8116284Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 2022-09-27T15:42:15.8168325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 2022-09-27T15:42:15.8184020Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 2022-09-27T15:42:15.8354975Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 2022-09-27T15:42:15.8554745Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 2022-09-27T15:42:15.8622157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 2022-09-27T15:42:15.8996592Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 2022-09-27T15:42:15.9009618Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 2022-09-27T15:42:15.9030755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 2022-09-27T15:42:15.9061079Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 2022-09-27T15:42:15.9072340Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 2022-09-27T15:42:15.9207296Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 2022-09-27T15:42:15.9217880Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 2022-09-27T15:42:15.9473463Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 2022-09-27T15:42:15.9513939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 2022-09-27T15:42:15.9546463Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 2022-09-27T15:42:15.9963543Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 2022-09-27T15:42:15.9977652Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 2022-09-27T15:42:16.0006398Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 2022-09-27T15:42:16.0009977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 2022-09-27T15:42:16.0013361Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 2022-09-27T15:42:16.0068247Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:16.0432545Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 2022-09-27T15:42:16.0442111Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 2022-09-27T15:42:16.0913895Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 2022-09-27T15:42:16.0918748Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 2022-09-27T15:42:16.0979449Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 2022-09-27T15:42:16.0993628Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:16.1362930Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 2022-09-27T15:42:16.1399848Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 2022-09-27T15:42:16.1792746Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 2022-09-27T15:42:16.1809691Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 2022-09-27T15:42:16.1814056Z test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 2022-09-27T15:42:16.1857354Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 2022-09-27T15:42:16.1872259Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 2022-09-27T15:42:16.1884845Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 2022-09-27T15:42:16.1944037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 2022-09-27T15:42:16.2075632Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 2022-09-27T15:42:16.2091931Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 2022-09-27T15:42:16.2319544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool 2022-09-27T15:42:16.2320162Z test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 2022-09-27T15:42:16.2322791Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 2022-09-27T15:42:16.2400122Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 2022-09-27T15:42:16.2748428Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 2022-09-27T15:42:16.2804658Z test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 2022-09-27T15:42:16.2807549Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 2022-09-27T15:42:16.3311330Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 2022-09-27T15:42:16.3901291Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 2022-09-27T15:42:16.3993055Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 2022-09-27T15:42:16.4048538Z test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 2022-09-27T15:42:16.4066017Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool 2022-09-27T15:42:16.4072167Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 2022-09-27T15:42:16.4082401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 2022-09-27T15:42:16.4289575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 2022-09-27T15:42:16.4431553Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 2022-09-27T15:42:16.6136784Z test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 2022-09-27T15:42:16.6157083Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 2022-09-27T15:42:16.6292709Z test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 2022-09-27T15:42:16.6672147Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 2022-09-27T15:42:16.6751409Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 2022-09-27T15:42:16.6924818Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 2022-09-27T15:42:16.6963028Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 2022-09-27T15:42:16.7117283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 2022-09-27T15:42:16.7117907Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 2022-09-27T15:42:16.7551731Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 2022-09-27T15:42:16.7609731Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 2022-09-27T15:42:16.7990928Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 2022-09-27T15:42:16.8035583Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 2022-09-27T15:42:16.8429723Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 2022-09-27T15:42:16.8509484Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 2022-09-27T15:42:16.8796508Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 2022-09-27T15:42:16.9164986Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 2022-09-27T15:42:16.9232896Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 2022-09-27T15:42:16.9296103Z test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 2022-09-27T15:42:16.9356487Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 2022-09-27T15:42:16.9382638Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 2022-09-27T15:42:16.9676119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 2022-09-27T15:42:17.0018826Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 2022-09-27T15:42:17.0041568Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 2022-09-27T15:42:17.0092913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 2022-09-27T15:42:17.0122400Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 2022-09-27T15:42:17.1051319Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 2022-09-27T15:42:17.1077720Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 2022-09-27T15:42:17.1930918Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 2022-09-27T15:42:17.1968660Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 2022-09-27T15:42:17.2298835Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 2022-09-27T15:42:17.2394127Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 2022-09-27T15:42:17.3405608Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 2022-09-27T15:42:17.3459169Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 2022-09-27T15:42:17.3769245Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 2022-09-27T15:42:17.3800670Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 2022-09-27T15:42:17.3820334Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 2022-09-27T15:42:17.3825978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 2022-09-27T15:42:17.5128559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:42:17.5157152Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 2022-09-27T15:42:17.6513416Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 2022-09-27T15:42:17.6537301Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 2022-09-27T15:42:17.7271438Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 2022-09-27T15:42:17.7282538Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 2022-09-27T15:42:17.7299876Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:42:17.7383807Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:42:17.7409859Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 2022-09-27T15:42:17.7674756Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 2022-09-27T15:42:17.7705226Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:42:17.8158980Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:42:17.8168409Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 2022-09-27T15:42:17.8389307Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 2022-09-27T15:42:17.8424402Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 2022-09-27T15:42:17.8559438Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 2022-09-27T15:42:17.8577916Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 2022-09-27T15:42:17.8598298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 2022-09-27T15:42:17.8598939Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:42:17.9035547Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:42:17.9036291Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 2022-09-27T15:42:17.9227576Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 2022-09-27T15:42:17.9251698Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 2022-09-27T15:42:17.9500608Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 2022-09-27T15:42:17.9558621Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 2022-09-27T15:42:17.9671433Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 2022-09-27T15:42:18.0195165Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 2022-09-27T15:42:18.0217032Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 2022-09-27T15:42:18.0401891Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 2022-09-27T15:42:18.0426391Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 2022-09-27T15:42:18.0935274Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 2022-09-27T15:42:18.0958214Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 2022-09-27T15:42:18.1412593Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 2022-09-27T15:42:18.1429848Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 2022-09-27T15:42:18.1453656Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 2022-09-27T15:42:18.1471281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 2022-09-27T15:42:18.2400732Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 2022-09-27T15:42:18.2425319Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 2022-09-27T15:42:18.2763866Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 2022-09-27T15:42:18.2832091Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 2022-09-27T15:42:18.2837847Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 2022-09-27T15:42:18.2863270Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:42:18.3640869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 2022-09-27T15:42:18.3678740Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 2022-09-27T15:42:18.3731841Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 2022-09-27T15:42:18.3750372Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 2022-09-27T15:42:18.4507454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 2022-09-27T15:42:18.4533126Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 2022-09-27T15:42:18.4954131Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 2022-09-27T15:42:18.4978877Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 2022-09-27T15:42:18.5385810Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 2022-09-27T15:42:18.5414576Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 2022-09-27T15:42:18.5915184Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 2022-09-27T15:42:18.5929889Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 2022-09-27T15:42:18.5939513Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 2022-09-27T15:42:18.5963271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 2022-09-27T15:42:18.6083633Z test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 2022-09-27T15:42:18.6511487Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 2022-09-27T15:42:18.6608693Z test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 2022-09-27T15:42:18.6950138Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 2022-09-27T15:42:18.7252382Z test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 2022-09-27T15:42:18.7275874Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 2022-09-27T15:42:18.7297930Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 2022-09-27T15:42:18.7310108Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 2022-09-27T15:42:18.7347833Z test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 2022-09-27T15:42:18.7464143Z [gw0] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 2022-09-27T15:42:18.7764181Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 2022-09-27T15:42:18.7831827Z test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 2022-09-27T15:42:18.7844676Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 2022-09-27T15:42:18.8307608Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 2022-09-27T15:42:18.8350587Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 2022-09-27T15:42:18.8734614Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 2022-09-27T15:42:18.8748208Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 2022-09-27T15:42:18.8755482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 2022-09-27T15:42:19.1042352Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 2022-09-27T15:42:19.1055091Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 2022-09-27T15:42:19.1482034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 2022-09-27T15:42:19.1495941Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 2022-09-27T15:42:19.1507338Z test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 2022-09-27T15:42:19.1532298Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 2022-09-27T15:42:19.1557127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 2022-09-27T15:42:19.1953755Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 2022-09-27T15:42:19.1966535Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 2022-09-27T15:42:19.1977425Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 2022-09-27T15:42:19.2220903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 2022-09-27T15:42:19.2245897Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 2022-09-27T15:42:19.2411579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 2022-09-27T15:42:19.2432199Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 2022-09-27T15:42:19.2665112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 2022-09-27T15:42:19.2871968Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 2022-09-27T15:42:19.3109801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 2022-09-27T15:42:19.3317787Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 2022-09-27T15:42:19.3530567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 2022-09-27T15:42:19.3545255Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 2022-09-27T15:42:19.3553142Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 2022-09-27T15:42:19.3750550Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 2022-09-27T15:42:19.3902369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:42:19.4235742Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:42:19.4372494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:42:19.4714196Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:42:19.4753940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:42:19.4769043Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 2022-09-27T15:42:19.4853732Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 2022-09-27T15:42:19.4865825Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 2022-09-27T15:42:19.4893865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 2022-09-27T15:42:19.5152824Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:42:19.5289834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:42:19.5601177Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:42:19.5640065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:42:19.5658144Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 2022-09-27T15:42:19.5744230Z test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 2022-09-27T15:42:19.5755718Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:42:19.6071858Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 2022-09-27T15:42:19.6073500Z test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 2022-09-27T15:42:19.6177948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:42:19.6195792Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 2022-09-27T15:42:19.6514825Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:42:19.6516789Z test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 2022-09-27T15:42:19.6667585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:42:19.6856852Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:42:19.6959828Z [gw2] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 2022-09-27T15:42:19.6960614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:42:19.7078381Z test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 2022-09-27T15:42:19.7434852Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:42:19.7488455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:42:19.7501646Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 2022-09-27T15:42:19.7562686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 2022-09-27T15:42:19.7875207Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:42:19.8020969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:42:19.8314283Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:42:19.8422760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:42:19.8797724Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:42:19.8953538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:42:19.9275989Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:42:19.9421153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:42:19.9562127Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:42:19.9572209Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 2022-09-27T15:42:19.9840756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 2022-09-27T15:42:19.9841418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:42:20.0112410Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:42:20.0124402Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 2022-09-27T15:42:20.0154031Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 2022-09-27T15:42:20.0301645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:42:20.0349989Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:42:20.0552508Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 2022-09-27T15:42:20.0635718Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 2022-09-27T15:42:20.1017980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:42:20.1078084Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:42:20.1576134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 2022-09-27T15:42:20.1600416Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 2022-09-27T15:42:20.1778588Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 2022-09-27T15:42:20.2104985Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 2022-09-27T15:42:20.2113501Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 2022-09-27T15:42:20.2115321Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 2022-09-27T15:42:20.2201389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 2022-09-27T15:42:20.2556061Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 2022-09-27T15:42:20.2562160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 2022-09-27T15:42:20.3030437Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 2022-09-27T15:42:20.3384106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 2022-09-27T15:42:20.3400374Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 2022-09-27T15:42:20.5608145Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 2022-09-27T15:42:20.5633842Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 2022-09-27T15:42:20.5902363Z test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 2022-09-27T15:42:20.5924483Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 2022-09-27T15:42:20.5928888Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 2022-09-27T15:42:20.6072126Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 2022-09-27T15:42:20.6511195Z test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 2022-09-27T15:42:20.6572881Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 2022-09-27T15:42:20.7053557Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 2022-09-27T15:42:20.7071082Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 2022-09-27T15:42:20.7109143Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 2022-09-27T15:42:20.7133715Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 2022-09-27T15:42:20.7362286Z test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 2022-09-27T15:42:20.7634315Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 2022-09-27T15:42:20.7991837Z test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 2022-09-27T15:42:20.8007749Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 2022-09-27T15:42:20.8043448Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 2022-09-27T15:42:20.8069537Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 2022-09-27T15:42:20.8286431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 2022-09-27T15:42:20.8319103Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 2022-09-27T15:42:20.9335550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 2022-09-27T15:42:20.9366146Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 2022-09-27T15:42:20.9717941Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 2022-09-27T15:42:20.9749454Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 2022-09-27T15:42:20.9947255Z test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 2022-09-27T15:42:21.0228105Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 2022-09-27T15:42:21.0620149Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 2022-09-27T15:42:21.0651709Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 2022-09-27T15:42:21.1972452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 2022-09-27T15:42:21.2008136Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 2022-09-27T15:42:21.2109214Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 2022-09-27T15:42:21.2130794Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 2022-09-27T15:42:21.2391027Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 2022-09-27T15:42:21.2440846Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 2022-09-27T15:42:21.2681431Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 2022-09-27T15:42:21.2726166Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 2022-09-27T15:42:21.2741273Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 2022-09-27T15:42:21.2950235Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 2022-09-27T15:42:21.2969396Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 2022-09-27T15:42:21.3187856Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 2022-09-27T15:42:21.3212703Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 2022-09-27T15:42:21.3225459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:42:21.3240080Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 2022-09-27T15:42:21.3349931Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 2022-09-27T15:42:21.3395906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 2022-09-27T15:42:21.3416467Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 2022-09-27T15:42:21.3751100Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 2022-09-27T15:42:21.3912637Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 2022-09-27T15:42:21.3919261Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 2022-09-27T15:42:21.4199779Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 2022-09-27T15:42:21.4212969Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 2022-09-27T15:42:21.4330530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 2022-09-27T15:42:21.4337512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 2022-09-27T15:42:21.4667805Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 2022-09-27T15:42:21.4681609Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 2022-09-27T15:42:21.4798958Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 2022-09-27T15:42:21.4829323Z [gw2] [ 73%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 2022-09-27T15:42:21.4835846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 2022-09-27T15:42:21.5190635Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 2022-09-27T15:42:21.5229503Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 2022-09-27T15:42:21.5248280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 2022-09-27T15:42:21.5466040Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 2022-09-27T15:42:21.5552996Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 2022-09-27T15:42:21.5710767Z test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 2022-09-27T15:42:21.5935234Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 2022-09-27T15:42:21.5966064Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 2022-09-27T15:42:21.6013410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 2022-09-27T15:42:21.6116087Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 2022-09-27T15:42:21.6226848Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 2022-09-27T15:42:21.6279461Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 2022-09-27T15:42:21.6300210Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 2022-09-27T15:42:21.6670074Z test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 2022-09-27T15:42:21.7264267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 2022-09-27T15:42:21.7277838Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 2022-09-27T15:42:21.7600037Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 2022-09-27T15:42:21.7714147Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 2022-09-27T15:42:21.7759511Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 2022-09-27T15:42:21.7866801Z [gw1] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 2022-09-27T15:42:21.7880338Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:42:21.8198519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:42:21.8201397Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 2022-09-27T15:42:21.8671717Z [gw1] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 2022-09-27T15:42:21.8701422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 2022-09-27T15:42:21.9089581Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 2022-09-27T15:42:21.9104288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 2022-09-27T15:42:21.9297268Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 2022-09-27T15:42:21.9311714Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 2022-09-27T15:42:21.9532758Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 2022-09-27T15:42:21.9535865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 2022-09-27T15:42:21.9572808Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 2022-09-27T15:42:21.9590053Z [gw2] [ 73%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 2022-09-27T15:42:21.9796117Z test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 2022-09-27T15:42:21.9990762Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 2022-09-27T15:42:22.0021025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 2022-09-27T15:42:22.0111386Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 2022-09-27T15:42:22.0437890Z test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 2022-09-27T15:42:22.0438483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 2022-09-27T15:42:22.0626038Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 2022-09-27T15:42:22.0660566Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 2022-09-27T15:42:22.0912113Z test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 2022-09-27T15:42:22.0950580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 2022-09-27T15:42:22.1225437Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 2022-09-27T15:42:22.1243569Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 2022-09-27T15:42:22.1360292Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 2022-09-27T15:42:22.1386085Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 2022-09-27T15:42:22.1758324Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 2022-09-27T15:42:22.1896315Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 2022-09-27T15:42:22.2061561Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 2022-09-27T15:42:22.2078486Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:42:22.2268827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:42:22.2383039Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 2022-09-27T15:42:22.2502809Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 2022-09-27T15:42:22.2521680Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 2022-09-27T15:42:22.2708436Z test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 2022-09-27T15:42:22.2767788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 2022-09-27T15:42:22.3176859Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 2022-09-27T15:42:22.3180865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 2022-09-27T15:42:22.3656861Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 2022-09-27T15:42:22.3660723Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 2022-09-27T15:42:22.4110330Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 2022-09-27T15:42:22.4122168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 2022-09-27T15:42:22.4547378Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 2022-09-27T15:42:22.5210065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 2022-09-27T15:42:22.5250797Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 2022-09-27T15:42:22.5488245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 2022-09-27T15:42:22.5504419Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 2022-09-27T15:42:22.5663733Z test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 2022-09-27T15:42:22.5676261Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 2022-09-27T15:42:22.5768960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 2022-09-27T15:42:22.5783321Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 2022-09-27T15:42:22.5981455Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 2022-09-27T15:42:22.6176131Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 2022-09-27T15:42:22.6185167Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 2022-09-27T15:42:22.6536630Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 2022-09-27T15:42:22.6575917Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:42:22.6620533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:42:22.6628516Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 2022-09-27T15:42:22.7058925Z [gw1] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 2022-09-27T15:42:22.7066698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 2022-09-27T15:42:22.7550986Z [gw1] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 2022-09-27T15:42:22.7562760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 2022-09-27T15:42:22.8032230Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 2022-09-27T15:42:22.8041122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 2022-09-27T15:42:22.8470885Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 2022-09-27T15:42:22.8482499Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 2022-09-27T15:42:22.8888536Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 2022-09-27T15:42:22.8896503Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 2022-09-27T15:42:22.8915691Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 2022-09-27T15:42:22.8928773Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 2022-09-27T15:42:22.9347869Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 2022-09-27T15:42:22.9367346Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 2022-09-27T15:42:22.9747705Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 2022-09-27T15:42:22.9793234Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 2022-09-27T15:42:23.0216994Z [gw1] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 2022-09-27T15:42:23.0225610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 2022-09-27T15:42:23.0673293Z [gw1] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 2022-09-27T15:42:23.0947476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 2022-09-27T15:42:23.1034054Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 2022-09-27T15:42:23.1084194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 2022-09-27T15:42:23.1476321Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 2022-09-27T15:42:23.1513928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 2022-09-27T15:42:23.1958214Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 2022-09-27T15:42:23.2046553Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 2022-09-27T15:42:23.2454708Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 2022-09-27T15:42:23.2757730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 2022-09-27T15:42:23.2787142Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 2022-09-27T15:42:23.3587070Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 2022-09-27T15:42:23.3614749Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 2022-09-27T15:42:23.3898998Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 2022-09-27T15:42:23.3931751Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 2022-09-27T15:42:23.4485577Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 2022-09-27T15:42:23.4529234Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 2022-09-27T15:42:23.4582270Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 2022-09-27T15:42:23.4651339Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 2022-09-27T15:42:23.5762771Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 2022-09-27T15:42:23.5775606Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 2022-09-27T15:42:23.6399924Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 2022-09-27T15:42:23.6437678Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:42:23.7521670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:42:23.7549129Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 2022-09-27T15:42:23.8718478Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 2022-09-27T15:42:23.8740322Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 2022-09-27T15:42:23.8901042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 2022-09-27T15:42:23.9190902Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 2022-09-27T15:42:23.9217059Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 2022-09-27T15:42:23.9667697Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 2022-09-27T15:42:23.9808997Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 2022-09-27T15:42:23.9831390Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 2022-09-27T15:42:23.9995374Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 2022-09-27T15:42:24.0029881Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 2022-09-27T15:42:24.0316417Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 2022-09-27T15:42:24.0535160Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 2022-09-27T15:42:24.0540816Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 2022-09-27T15:42:24.0969699Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 2022-09-27T15:42:24.0975116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 2022-09-27T15:42:24.1431432Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 2022-09-27T15:42:24.1810232Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 2022-09-27T15:42:24.1838383Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 2022-09-27T15:42:24.2075829Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 2022-09-27T15:42:24.2351272Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 2022-09-27T15:42:24.2655780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 2022-09-27T15:42:24.2752305Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 2022-09-27T15:42:24.2990740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 2022-09-27T15:42:24.3272416Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 2022-09-27T15:42:24.3360129Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 2022-09-27T15:42:24.3715161Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 2022-09-27T15:42:24.3738021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 2022-09-27T15:42:24.3819858Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 2022-09-27T15:42:24.3847506Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:42:24.4077007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:42:24.6220575Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 2022-09-27T15:42:24.6393900Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 2022-09-27T15:42:24.6842691Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 2022-09-27T15:42:24.6884147Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 2022-09-27T15:42:24.7001415Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 2022-09-27T15:42:24.7010539Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 2022-09-27T15:42:24.7326289Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 2022-09-27T15:42:24.7433053Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 2022-09-27T15:42:24.7603018Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 2022-09-27T15:42:24.7949964Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 2022-09-27T15:42:24.8108833Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 2022-09-27T15:42:24.8411875Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 2022-09-27T15:42:24.8412709Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 2022-09-27T15:42:24.8892560Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 2022-09-27T15:42:24.8893233Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 2022-09-27T15:42:24.9351960Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 2022-09-27T15:42:24.9386334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 2022-09-27T15:42:24.9830516Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 2022-09-27T15:42:25.0276413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 2022-09-27T15:42:25.0322431Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 2022-09-27T15:42:25.0738381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 2022-09-27T15:42:25.0763935Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 2022-09-27T15:42:25.0770829Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:42:25.0795065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 2022-09-27T15:42:25.0892959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:25.1320565Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 2022-09-27T15:42:25.1321432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:42:25.1456591Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:42:25.1477087Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 2022-09-27T15:42:25.1771383Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 2022-09-27T15:42:25.1779070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:42:25.2172516Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:42:25.2197207Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 2022-09-27T15:42:25.2274060Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 2022-09-27T15:42:25.2283706Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:42:25.2725931Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:42:25.2730595Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:42:25.3004599Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:42:25.3041875Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 2022-09-27T15:42:25.3232521Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 2022-09-27T15:42:25.3465022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 2022-09-27T15:42:25.3634253Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 2022-09-27T15:42:25.3678992Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 2022-09-27T15:42:25.4119549Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 2022-09-27T15:42:25.4128477Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:25.4131830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 2022-09-27T15:42:25.4156291Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 2022-09-27T15:42:25.4514885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:42:25.4618868Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 2022-09-27T15:42:25.4995481Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 2022-09-27T15:42:25.5061701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 2022-09-27T15:42:25.5472294Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 2022-09-27T15:42:25.5506168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 2022-09-27T15:42:25.5955319Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 2022-09-27T15:42:25.6014869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 2022-09-27T15:42:25.6434487Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 2022-09-27T15:42:25.6519377Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 2022-09-27T15:42:25.6997370Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 2022-09-27T15:42:25.7139067Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 2022-09-27T15:42:25.7515421Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 2022-09-27T15:42:25.7994906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 2022-09-27T15:42:25.8119229Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 2022-09-27T15:42:26.0541925Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 2022-09-27T15:42:26.0569238Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:42:26.1615346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:42:26.1643321Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 2022-09-27T15:42:26.2591122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 2022-09-27T15:42:26.2618876Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 2022-09-27T15:42:26.2757651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 2022-09-27T15:42:26.3111562Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 2022-09-27T15:42:26.3123366Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 2022-09-27T15:42:26.3514663Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 2022-09-27T15:42:26.3568253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 2022-09-27T15:42:26.3965415Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 2022-09-27T15:42:26.4246767Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:42:26.4512351Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:42:26.4781110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:42:26.4911953Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:42:26.5264764Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:42:26.5335829Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:42:26.5361909Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:42:26.5392498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:42:26.5462103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 2022-09-27T15:42:26.5952322Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 2022-09-27T15:42:26.6318528Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 2022-09-27T15:42:26.6343793Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 2022-09-27T15:42:26.6511380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 2022-09-27T15:42:26.6813217Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 2022-09-27T15:42:26.7140136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 2022-09-27T15:42:26.7167001Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 2022-09-27T15:42:26.7985431Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 2022-09-27T15:42:26.8025786Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 2022-09-27T15:42:26.8768279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 2022-09-27T15:42:26.8793633Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 2022-09-27T15:42:26.9016194Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 2022-09-27T15:42:26.9040029Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 2022-09-27T15:42:26.9194784Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 2022-09-27T15:42:26.9391919Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 2022-09-27T15:42:26.9406586Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:42:26.9563776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:42:26.9573094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 2022-09-27T15:42:27.0072262Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 2022-09-27T15:42:27.0219430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 2022-09-27T15:42:27.0241140Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 2022-09-27T15:42:27.0262315Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 2022-09-27T15:42:27.0286523Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 2022-09-27T15:42:27.0470264Z [gw0] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 2022-09-27T15:42:27.0532146Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 2022-09-27T15:42:27.0750965Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 2022-09-27T15:42:27.0754599Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:42:27.0927179Z [gw0] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:42:27.0931288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 2022-09-27T15:42:27.1192430Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 2022-09-27T15:42:27.1196036Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 2022-09-27T15:42:27.1428916Z [gw0] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 2022-09-27T15:42:27.1500793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 2022-09-27T15:42:27.1618097Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 2022-09-27T15:42:27.1624206Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 2022-09-27T15:42:27.1916554Z [gw0] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 2022-09-27T15:42:27.1921173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 2022-09-27T15:42:27.2035232Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 2022-09-27T15:42:27.2351973Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:42:27.2397978Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 2022-09-27T15:42:27.2785243Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 2022-09-27T15:42:27.2792271Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 2022-09-27T15:42:27.3176839Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 2022-09-27T15:42:27.3181422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 2022-09-27T15:42:27.3620472Z [gw1] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 2022-09-27T15:42:27.3625464Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 2022-09-27T15:42:27.3735071Z [gw1] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 2022-09-27T15:42:27.3768225Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:42:27.4105280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:42:27.4108997Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 2022-09-27T15:42:27.4584667Z [gw1] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 2022-09-27T15:42:27.4592305Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 2022-09-27T15:42:27.5073866Z [gw1] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 2022-09-27T15:42:27.5079200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 2022-09-27T15:42:27.5492327Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 2022-09-27T15:42:27.5493037Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 2022-09-27T15:42:27.5524963Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 2022-09-27T15:42:27.5545449Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 2022-09-27T15:42:27.5948994Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 2022-09-27T15:42:27.5953394Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 2022-09-27T15:42:27.6192869Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 2022-09-27T15:42:27.6212815Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 2022-09-27T15:42:27.6341894Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 2022-09-27T15:42:27.6366330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 2022-09-27T15:42:27.6795162Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 2022-09-27T15:42:27.6850546Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 2022-09-27T15:42:27.6874563Z [gw2] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 2022-09-27T15:42:27.6878244Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 2022-09-27T15:42:27.7304884Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 2022-09-27T15:42:27.7310810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 2022-09-27T15:42:27.7617699Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 2022-09-27T15:42:27.7636452Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:42:27.7714113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:42:27.8281885Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 2022-09-27T15:42:27.8356329Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 2022-09-27T15:42:27.8503360Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:42:27.8818737Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:42:27.9088702Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:42:27.9344089Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:42:27.9348074Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:42:27.9831085Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:42:28.0017128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:42:28.0186802Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:42:28.0228249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:42:28.0628120Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:42:28.0793255Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:42:28.1057826Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:42:28.1089776Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:42:28.1496059Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:42:28.1522885Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:42:28.1647310Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:42:28.1672037Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:42:28.1936758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:42:28.2012905Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:42:28.2397414Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:42:28.2437911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 2022-09-27T15:42:28.2844952Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 2022-09-27T15:42:28.3192448Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:28.3272610Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:28.3418225Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:28.3792093Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:28.3890614Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:28.4256437Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:28.4268669Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 2022-09-27T15:42:28.4752170Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 2022-09-27T15:42:28.6105747Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 2022-09-27T15:42:28.6131639Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 2022-09-27T15:42:28.6515698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:28.6552214Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:28.7746018Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 2022-09-27T15:42:28.7806817Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:42:29.2874436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:42:29.3035724Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 2022-09-27T15:42:29.4382523Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 2022-09-27T15:42:29.4396640Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 2022-09-27T15:42:29.5600754Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:42:29.5615563Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:42:29.5879088Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:42:29.5906571Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:42:29.6355720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:42:29.6381351Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:42:29.6782204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:42:29.6835025Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:42:29.7360353Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:42:29.7387497Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:42:29.7609192Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:42:29.7870259Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:42:29.7877015Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:42:29.8313139Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:42:29.8326843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:42:29.8735838Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:42:29.9198380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:42:29.9224117Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:42:29.9853506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 2022-09-27T15:42:29.9906375Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 2022-09-27T15:42:30.0291315Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 2022-09-27T15:42:30.0316369Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:42:30.0842208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:42:30.0866418Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 2022-09-27T15:42:30.1837062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 2022-09-27T15:42:30.1929526Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 2022-09-27T15:42:30.2081861Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 2022-09-27T15:42:30.2431484Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 2022-09-27T15:42:30.3361465Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:42:30.3596887Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:42:30.3680364Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 2022-09-27T15:42:30.4112240Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 2022-09-27T15:42:30.4638451Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:42:30.4676963Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:42:30.5762458Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:42:30.5797126Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:42:30.6338386Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:42:30.6375381Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:42:30.7358152Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:42:30.7403007Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:42:30.7597275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:42:30.7632730Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:42:30.8762586Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:42:30.8799601Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:42:31.2700500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:42:31.2745828Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:42:31.2846546Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 2022-09-27T15:42:31.3231727Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 2022-09-27T15:42:31.3302347Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 2022-09-27T15:42:31.3505255Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 2022-09-27T15:42:31.3531938Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:42:31.3670421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:42:31.3798241Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 2022-09-27T15:42:31.4055580Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 2022-09-27T15:42:31.4617927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 2022-09-27T15:42:31.4635549Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 2022-09-27T15:42:31.4684197Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 2022-09-27T15:42:31.4733166Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 2022-09-27T15:42:31.4773531Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 2022-09-27T15:42:31.5138361Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:42:31.5148732Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:42:31.5559719Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:42:31.5569741Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 2022-09-27T15:42:31.5995338Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 2022-09-27T15:42:31.6004434Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 2022-09-27T15:42:31.6474269Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 2022-09-27T15:42:31.6484789Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:42:31.6895800Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:42:31.6908801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 2022-09-27T15:42:31.7326496Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 2022-09-27T15:42:31.7454225Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 2022-09-27T15:42:31.7717155Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 2022-09-27T15:42:31.7802515Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:42:31.7879016Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:42:31.7907269Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:42:31.8190621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:42:31.8208039Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:42:31.8720319Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:42:31.8730842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:42:31.9154190Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:42:31.9164429Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:42:31.9580384Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:42:31.9591997Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:42:31.9991766Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:42:32.0015894Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:42:32.0396667Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:42:32.0486075Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 2022-09-27T15:42:32.0832926Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 2022-09-27T15:42:32.0912220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:42:32.1275979Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:42:32.1325960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 2022-09-27T15:42:32.1409428Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 2022-09-27T15:42:32.1437264Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:42:32.1712048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:42:32.1954521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 2022-09-27T15:42:32.2157112Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 2022-09-27T15:42:32.2199988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:42:32.2595183Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:42:32.2876777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 2022-09-27T15:42:32.3032477Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 2022-09-27T15:42:32.3106061Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 2022-09-27T15:42:32.3475131Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 2022-09-27T15:42:32.3624941Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:42:32.3917946Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:42:32.3963146Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:42:32.4353395Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:42:32.4463872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:42:32.4760816Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:42:32.4793024Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:42:32.4800600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:42:32.9435292Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:42:32.9484037Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:42:33.1120741Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:42:33.1143303Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:42:33.1203399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 2022-09-27T15:42:33.1605163Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 2022-09-27T15:42:33.1611960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool 2022-09-27T15:42:33.2070686Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool 2022-09-27T15:42:33.2078298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 2022-09-27T15:42:33.2549147Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 2022-09-27T15:42:33.2559001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 2022-09-27T15:42:33.2981137Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 2022-09-27T15:42:33.2990654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 2022-09-27T15:42:33.3428103Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 2022-09-27T15:42:33.3439036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 2022-09-27T15:42:33.3858939Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 2022-09-27T15:42:33.3868960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 2022-09-27T15:42:33.4325940Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 2022-09-27T15:42:33.4354168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 2022-09-27T15:42:33.4777678Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 2022-09-27T15:42:33.4787773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 2022-09-27T15:42:33.5215220Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 2022-09-27T15:42:33.5224908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 2022-09-27T15:42:33.5659650Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 2022-09-27T15:42:33.5670257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 2022-09-27T15:42:33.5808780Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 2022-09-27T15:42:33.5833075Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:42:33.6120193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:42:33.6125540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 2022-09-27T15:42:33.6550502Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 2022-09-27T15:42:33.6556806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 2022-09-27T15:42:33.6996288Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 2022-09-27T15:42:33.7003645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 2022-09-27T15:42:33.7150733Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 2022-09-27T15:42:33.7167589Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:42:33.7412738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:42:33.7418241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool 2022-09-27T15:42:33.7908555Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool 2022-09-27T15:42:33.7914524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 2022-09-27T15:42:33.8309686Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 2022-09-27T15:42:33.8352405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 2022-09-27T15:42:33.8450540Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 2022-09-27T15:42:33.8472621Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:42:33.8793183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:42:33.8800992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 2022-09-27T15:42:33.9124411Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 2022-09-27T15:42:33.9142168Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:42:33.9154365Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:42:33.9240914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 2022-09-27T15:42:33.9676175Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 2022-09-27T15:42:33.9683210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 2022-09-27T15:42:34.0071819Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 2022-09-27T15:42:34.0122309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 2022-09-27T15:42:34.0546773Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 2022-09-27T15:42:34.0554334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 2022-09-27T15:42:34.0571465Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 2022-09-27T15:42:34.0593883Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:42:34.0978713Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:42:34.0989308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 2022-09-27T15:42:34.1427495Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 2022-09-27T15:42:34.1435709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 2022-09-27T15:42:34.1860314Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 2022-09-27T15:42:34.1870154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 2022-09-27T15:42:34.2213450Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 2022-09-27T15:42:34.2236154Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:42:34.2249760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 2022-09-27T15:42:34.2311909Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:42:34.2715521Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 2022-09-27T15:42:34.2722852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 2022-09-27T15:42:34.2960825Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 2022-09-27T15:42:34.2985105Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:42:34.3156477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:42:34.3165328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool 2022-09-27T15:42:34.3560635Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool 2022-09-27T15:42:34.3568501Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:42:34.3586114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 2022-09-27T15:42:34.3607724Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 2022-09-27T15:42:34.3652177Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 2022-09-27T15:42:34.4022498Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 2022-09-27T15:42:34.4029060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 2022-09-27T15:42:34.4039875Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 2022-09-27T15:42:34.4096590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 2022-09-27T15:42:34.4464591Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 2022-09-27T15:42:34.4469735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 2022-09-27T15:42:34.4482231Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 2022-09-27T15:42:34.4536562Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:42:34.4900265Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:42:34.4906793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 2022-09-27T15:42:34.4919043Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 2022-09-27T15:42:34.4971895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:42:34.5380263Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:42:34.5387010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 2022-09-27T15:42:34.5407437Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 2022-09-27T15:42:34.5523685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:42:34.5824907Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:42:34.5832190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 2022-09-27T15:42:34.5846282Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 2022-09-27T15:42:34.6019345Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 2022-09-27T15:42:34.6266211Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 2022-09-27T15:42:34.6273007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 2022-09-27T15:42:34.6295944Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 2022-09-27T15:42:34.6396489Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 2022-09-27T15:42:34.6702920Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 2022-09-27T15:42:34.6773285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 2022-09-27T15:42:34.6773923Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 2022-09-27T15:42:34.6805673Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 2022-09-27T15:42:34.7140429Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 2022-09-27T15:42:34.7147568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 2022-09-27T15:42:34.7169975Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 2022-09-27T15:42:34.7257674Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:42:34.7578853Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:42:34.7585222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 2022-09-27T15:42:34.7606241Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 2022-09-27T15:42:34.7670773Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 2022-09-27T15:42:34.8024903Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 2022-09-27T15:42:34.8032244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 2022-09-27T15:42:34.8058438Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 2022-09-27T15:42:34.8405598Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:42:34.8470555Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:42:34.8482579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 2022-09-27T15:42:34.8500509Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 2022-09-27T15:42:34.8631334Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:42:34.8672006Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 2022-09-27T15:42:34.8899612Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 2022-09-27T15:42:34.8908543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool 2022-09-27T15:42:34.9027866Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool 2022-09-27T15:42:34.9151378Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 2022-09-27T15:42:34.9343394Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:42:34.9352517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 2022-09-27T15:42:34.9368947Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 2022-09-27T15:42:34.9592247Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:42:34.9648210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:42:34.9818864Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:42:34.9824550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 2022-09-27T15:42:35.0071962Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 2022-09-27T15:42:35.0158886Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:42:35.0297913Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:42:35.0304443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 2022-09-27T15:42:35.0470455Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 2022-09-27T15:42:35.0582559Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:42:35.0742168Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:42:35.0749700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 2022-09-27T15:42:35.1038335Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 2022-09-27T15:42:35.1040288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:42:35.1231500Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:42:35.1232228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 2022-09-27T15:42:35.1486057Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 2022-09-27T15:42:35.1489940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:42:35.1651998Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:42:35.1673883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 2022-09-27T15:42:35.1924954Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 2022-09-27T15:42:35.1929563Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 2022-09-27T15:42:35.2099038Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 2022-09-27T15:42:35.2104548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 2022-09-27T15:42:35.2373069Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 2022-09-27T15:42:35.2457606Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:42:35.2539896Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:42:35.2545808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 2022-09-27T15:42:35.2812560Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 2022-09-27T15:42:35.2893380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:42:35.2980525Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:42:35.2986538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 2022-09-27T15:42:35.3254638Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 2022-09-27T15:42:35.3341475Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:42:35.3460956Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:42:35.3466036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 2022-09-27T15:42:35.3687424Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 2022-09-27T15:42:35.3771997Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:42:35.3898093Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:42:35.3903966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 2022-09-27T15:42:35.4190398Z [gw3] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 2022-09-27T15:42:35.4401724Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:42:35.4715235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 2022-09-27T15:42:35.4738586Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:42:35.4875096Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 2022-09-27T15:42:35.5194296Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 2022-09-27T15:42:35.5202994Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 2022-09-27T15:42:35.5639676Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 2022-09-27T15:42:35.5648946Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 2022-09-27T15:42:35.5884492Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 2022-09-27T15:42:35.5900354Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:42:35.6108252Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 2022-09-27T15:42:35.6155701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 2022-09-27T15:42:35.6525351Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 2022-09-27T15:42:35.6533711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 2022-09-27T15:42:35.6971188Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 2022-09-27T15:42:35.6980105Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:42:35.7418604Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:42:35.7427575Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 2022-09-27T15:42:35.7856573Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 2022-09-27T15:42:35.7865527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:42:35.8282200Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:42:35.8300693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:42:35.8591172Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:42:35.8631976Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 2022-09-27T15:42:35.8719559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool 2022-09-27T15:42:35.8729435Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 2022-09-27T15:42:35.9174359Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 2022-09-27T15:42:35.9182409Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:42:35.9354842Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:42:35.9385238Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 2022-09-27T15:42:35.9601311Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 2022-09-27T15:42:35.9610270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:42:36.0048792Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:42:36.0057949Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 2022-09-27T15:42:36.0495224Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 2022-09-27T15:42:36.0504636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 2022-09-27T15:42:36.0942459Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 2022-09-27T15:42:36.0951244Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 2022-09-27T15:42:36.1373866Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 2022-09-27T15:42:36.1379464Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 2022-09-27T15:42:36.1767863Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 2022-09-27T15:42:36.1786888Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool 2022-09-27T15:42:36.1810948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 2022-09-27T15:42:36.1813990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:42:36.2253146Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:42:36.2253877Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:42:36.2692560Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:42:36.2693291Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 2022-09-27T15:42:36.3154251Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 2022-09-27T15:42:36.3226363Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:42:36.3552586Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:42:36.3599250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:42:36.4090686Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:42:36.4103247Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:42:36.4472369Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:42:36.4489280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:42:36.4912620Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:42:36.5351982Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 2022-09-27T15:42:36.5403959Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 2022-09-27T15:42:36.7280302Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:42:36.7326355Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 2022-09-27T15:42:36.8260766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 2022-09-27T15:42:36.8273183Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 2022-09-27T15:42:37.0075519Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 2022-09-27T15:42:37.0110448Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 2022-09-27T15:42:37.0125107Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 2022-09-27T15:42:37.0140297Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:42:37.0181898Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 2022-09-27T15:42:37.0622049Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:42:37.0632428Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:42:37.1071564Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:42:37.1118913Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 2022-09-27T15:42:37.1554826Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 2022-09-27T15:42:37.1555399Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 2022-09-27T15:42:37.2068886Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 2022-09-27T15:42:37.2942577Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 2022-09-27T15:42:37.2956386Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 2022-09-27T15:42:37.3485285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 2022-09-27T15:42:37.3499667Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 2022-09-27T15:42:37.3639647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 2022-09-27T15:42:37.3897861Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 2022-09-27T15:42:37.3911675Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:42:37.3984573Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 2022-09-27T15:42:37.3990816Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 2022-09-27T15:42:37.4429427Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 2022-09-27T15:42:37.4461351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 2022-09-27T15:42:37.4874947Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 2022-09-27T15:42:37.4882039Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 2022-09-27T15:42:37.4937087Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 2022-09-27T15:42:37.4961353Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 2022-09-27T15:42:37.4991471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 2022-09-27T15:42:37.5011884Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 2022-09-27T15:42:37.5276113Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:42:37.5373557Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 2022-09-27T15:42:37.5708574Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 2022-09-27T15:42:37.5779056Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 2022-09-27T15:42:37.6191842Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 2022-09-27T15:42:37.6214984Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 2022-09-27T15:42:37.6612020Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 2022-09-27T15:42:37.6618601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 2022-09-27T15:42:37.7042600Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 2022-09-27T15:42:37.7048946Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 2022-09-27T15:42:37.7483487Z [gw1] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 2022-09-27T15:42:37.7490247Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 2022-09-27T15:42:37.7927902Z [gw1] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 2022-09-27T15:42:37.7934654Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 2022-09-27T15:42:37.7994426Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 2022-09-27T15:42:37.8016461Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 2022-09-27T15:42:37.8356410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 2022-09-27T15:42:37.8364014Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 2022-09-27T15:42:37.8831800Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 2022-09-27T15:42:37.9186744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 2022-09-27T15:42:37.9213494Z [gw2] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:42:38.1562190Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 2022-09-27T15:42:38.1597798Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 2022-09-27T15:42:38.2111607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 2022-09-27T15:42:38.2139846Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 2022-09-27T15:42:38.2631067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 2022-09-27T15:42:38.2677955Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 2022-09-27T15:42:38.2807610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 2022-09-27T15:42:38.3217646Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 2022-09-27T15:42:38.3228159Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 2022-09-27T15:42:38.3670097Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 2022-09-27T15:42:38.5233804Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 2022-09-27T15:42:38.5283494Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 2022-09-27T15:42:38.8166779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 2022-09-27T15:42:38.8216382Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 2022-09-27T15:42:38.9821987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 2022-09-27T15:42:38.9930560Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 2022-09-27T15:42:39.0063069Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 2022-09-27T15:42:39.0412494Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 2022-09-27T15:42:39.0422653Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 2022-09-27T15:42:39.0848049Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 2022-09-27T15:42:39.1256630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 2022-09-27T15:42:39.1283932Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 2022-09-27T15:42:39.1442401Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 2022-09-27T15:42:39.1749779Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 2022-09-27T15:42:39.1792109Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 2022-09-27T15:42:39.2204989Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 2022-09-27T15:42:39.2357363Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:42:39.2611013Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:42:39.2627272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:42:39.2681081Z [gw1] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:42:39.2696705Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 2022-09-27T15:42:39.3066591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 2022-09-27T15:42:39.3071906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:42:39.3489721Z [gw1] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:42:39.3523160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:42:39.3937918Z [gw1] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:42:39.3946322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:42:39.4366865Z [gw1] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:42:39.4440801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 2022-09-27T15:42:39.4830064Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 2022-09-27T15:42:39.4858761Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 2022-09-27T15:42:39.5309990Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 2022-09-27T15:42:39.5958209Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 2022-09-27T15:42:39.5988560Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 2022-09-27T15:42:39.7792979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 2022-09-27T15:42:39.7837764Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 2022-09-27T15:42:39.9036263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 2022-09-27T15:42:39.9046301Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 2022-09-27T15:42:39.9071486Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 2022-09-27T15:42:39.9094391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 2022-09-27T15:42:40.0328109Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 2022-09-27T15:42:40.0359987Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 2022-09-27T15:42:40.0931924Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 2022-09-27T15:42:40.0962875Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 2022-09-27T15:42:40.1679806Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 2022-09-27T15:42:40.1711579Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 2022-09-27T15:42:40.2024071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 2022-09-27T15:42:40.2046556Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 2022-09-27T15:42:40.2543759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 2022-09-27T15:42:40.2564932Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 2022-09-27T15:42:40.3593949Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 2022-09-27T15:42:40.3616787Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 2022-09-27T15:42:40.4072200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 2022-09-27T15:42:40.4104196Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 2022-09-27T15:42:40.4954348Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 2022-09-27T15:42:40.4996632Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 2022-09-27T15:42:40.5403230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 2022-09-27T15:42:40.5430179Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 2022-09-27T15:42:40.5560078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 2022-09-27T15:42:40.5909272Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 2022-09-27T15:42:40.5970345Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 2022-09-27T15:42:40.6351260Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 2022-09-27T15:42:40.6364459Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 2022-09-27T15:42:40.6790375Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 2022-09-27T15:42:40.6857516Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 2022-09-27T15:42:40.7199508Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 2022-09-27T15:42:40.7210130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 2022-09-27T15:42:40.7637754Z [gw1] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 2022-09-27T15:42:40.7651637Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 2022-09-27T15:42:40.8110487Z [gw1] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 2022-09-27T15:42:40.8174502Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 2022-09-27T15:42:40.8551705Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 2022-09-27T15:42:40.8568104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 2022-09-27T15:42:40.8717967Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 2022-09-27T15:42:40.8729231Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 2022-09-27T15:42:40.9031818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool 2022-09-27T15:42:40.9038765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 2022-09-27T15:42:40.9455109Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 2022-09-27T15:42:40.9465317Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 2022-09-27T15:42:40.9884874Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 2022-09-27T15:42:40.9895230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 2022-09-27T15:42:41.0278578Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 2022-09-27T15:42:41.0330929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 2022-09-27T15:42:41.0830421Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 2022-09-27T15:42:41.0870850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 2022-09-27T15:42:41.1265811Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 2022-09-27T15:42:41.1276971Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 2022-09-27T15:42:41.1710547Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 2022-09-27T15:42:41.2566062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 2022-09-27T15:42:41.2590544Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool 2022-09-27T15:42:41.2620245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 2022-09-27T15:42:41.2754518Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 2022-09-27T15:42:41.3145647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 2022-09-27T15:42:41.3201646Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 2022-09-27T15:42:41.3388493Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 2022-09-27T15:42:41.3712261Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 2022-09-27T15:42:41.4057034Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 2022-09-27T15:42:41.4096859Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 2022-09-27T15:42:41.4423858Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 2022-09-27T15:42:41.4492399Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 2022-09-27T15:42:41.4514577Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 2022-09-27T15:42:41.4531660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 2022-09-27T15:42:41.4630952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 2022-09-27T15:42:41.4989409Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 2022-09-27T15:42:41.5058423Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 2022-09-27T15:42:41.5472553Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 2022-09-27T15:42:41.5508332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 2022-09-27T15:42:41.5878188Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 2022-09-27T15:42:41.5948004Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 2022-09-27T15:42:41.6357467Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 2022-09-27T15:42:41.6491136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 2022-09-27T15:42:41.6871804Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 2022-09-27T15:42:41.6896285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 2022-09-27T15:42:41.7168740Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 2022-09-27T15:42:41.7184213Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 2022-09-27T15:42:41.7297287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 2022-09-27T15:42:41.7303358Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 2022-09-27T15:42:41.7724040Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 2022-09-27T15:42:41.7729288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 2022-09-27T15:42:41.8194522Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 2022-09-27T15:42:41.8202120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 2022-09-27T15:42:41.8605518Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 2022-09-27T15:42:41.8609989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 2022-09-27T15:42:41.9063101Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 2022-09-27T15:42:41.9068040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 2022-09-27T15:42:41.9239862Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 2022-09-27T15:42:41.9265831Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 2022-09-27T15:42:41.9524893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 2022-09-27T15:42:41.9534117Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 2022-09-27T15:42:41.9978509Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 2022-09-27T15:42:41.9985844Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 2022-09-27T15:42:42.0413932Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 2022-09-27T15:42:42.0425260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 2022-09-27T15:42:42.0872285Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 2022-09-27T15:42:42.1326468Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 2022-09-27T15:42:42.1378926Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 2022-09-27T15:42:42.1795084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 2022-09-27T15:42:42.1825539Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 2022-09-27T15:42:42.1996945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 2022-09-27T15:42:42.2026410Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 2022-09-27T15:42:42.3053760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 2022-09-27T15:42:42.3061085Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 2022-09-27T15:42:42.3338608Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 2022-09-27T15:42:42.3476662Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 2022-09-27T15:42:42.3531106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 2022-09-27T15:42:42.3548826Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 2022-09-27T15:42:42.3557556Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 2022-09-27T15:42:42.3917011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 2022-09-27T15:42:42.4006630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 2022-09-27T15:42:42.4358437Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 2022-09-27T15:42:42.4393566Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 2022-09-27T15:42:42.4837647Z [gw1] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 2022-09-27T15:42:42.4866089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 2022-09-27T15:42:42.5107142Z [gw1] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 2022-09-27T15:42:42.5120925Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 2022-09-27T15:42:42.5275747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 2022-09-27T15:42:42.5412441Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 2022-09-27T15:42:42.5755375Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 2022-09-27T15:42:42.5841971Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 2022-09-27T15:42:42.6235763Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 2022-09-27T15:42:42.6359960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 2022-09-27T15:42:42.6615743Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 2022-09-27T15:42:42.6624887Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 2022-09-27T15:42:42.6671725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 2022-09-27T15:42:42.6739163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 2022-09-27T15:42:42.7114670Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 2022-09-27T15:42:42.7366406Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 2022-09-27T15:42:42.7557415Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 2022-09-27T15:42:42.7707616Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 2022-09-27T15:42:42.7995411Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 2022-09-27T15:42:42.8282945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 2022-09-27T15:42:42.8345838Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 2022-09-27T15:42:42.8360449Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 2022-09-27T15:42:42.8430777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool 2022-09-27T15:42:42.8594402Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 2022-09-27T15:42:42.8876088Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 2022-09-27T15:42:42.9528138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 2022-09-27T15:42:42.9665532Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 2022-09-27T15:42:42.9983659Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 2022-09-27T15:42:43.0069384Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 2022-09-27T15:42:43.0349674Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 2022-09-27T15:42:43.0591073Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 2022-09-27T15:42:43.0946950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 2022-09-27T15:42:43.0966839Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 2022-09-27T15:42:43.1234408Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 2022-09-27T15:42:43.1508953Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 2022-09-27T15:42:43.1586285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 2022-09-27T15:42:43.1991153Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 2022-09-27T15:42:43.2121725Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 2022-09-27T15:42:43.2166549Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 2022-09-27T15:42:43.2188874Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool 2022-09-27T15:42:43.2389634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 2022-09-27T15:42:43.2720026Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 2022-09-27T15:42:43.2813330Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 2022-09-27T15:42:43.2964579Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 2022-09-27T15:42:43.3309073Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 2022-09-27T15:42:43.3319235Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 2022-09-27T15:42:43.3743588Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 2022-09-27T15:42:43.3748557Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 2022-09-27T15:42:43.4029621Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 2022-09-27T15:42:43.4047486Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 2022-09-27T15:42:43.4179000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 2022-09-27T15:42:43.4184002Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 2022-09-27T15:42:43.4644920Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 2022-09-27T15:42:43.4648833Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 2022-09-27T15:42:43.5091133Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 2022-09-27T15:42:43.5095180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 2022-09-27T15:42:43.5516976Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 2022-09-27T15:42:43.5533837Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 2022-09-27T15:42:43.6071495Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 2022-09-27T15:42:43.6112420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 2022-09-27T15:42:43.6370899Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 2022-09-27T15:42:43.6390845Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 2022-09-27T15:42:43.6468215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 2022-09-27T15:42:43.6492722Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 2022-09-27T15:42:43.6849757Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 2022-09-27T15:42:43.6891535Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 2022-09-27T15:42:43.7321425Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 2022-09-27T15:42:43.7365298Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 2022-09-27T15:42:43.7835482Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 2022-09-27T15:42:43.7842138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 2022-09-27T15:42:43.8308455Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 2022-09-27T15:42:43.8317670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 2022-09-27T15:42:43.8332575Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 2022-09-27T15:42:43.8354598Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 2022-09-27T15:42:43.8750335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 2022-09-27T15:42:43.8841901Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 2022-09-27T15:42:43.9151196Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 2022-09-27T15:42:43.9210021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 2022-09-27T15:42:43.9555541Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 2022-09-27T15:42:43.9810717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 2022-09-27T15:42:44.0129315Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 2022-09-27T15:42:44.0135990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 2022-09-27T15:42:44.0471355Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 2022-09-27T15:42:44.0589495Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 2022-09-27T15:42:44.0674038Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 2022-09-27T15:42:44.0700130Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 2022-09-27T15:42:44.0956970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 2022-09-27T15:42:44.1091444Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 2022-09-27T15:42:44.1471820Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 2022-09-27T15:42:44.1595622Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 2022-09-27T15:42:44.1894148Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 2022-09-27T15:42:44.1958959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 2022-09-27T15:42:44.2352741Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 2022-09-27T15:42:44.2661613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 2022-09-27T15:42:44.2714939Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 2022-09-27T15:42:44.2742707Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:42:44.3227884Z [gw1] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:42:44.3228591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 2022-09-27T15:42:44.3378906Z [gw1] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 2022-09-27T15:42:44.3397607Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 2022-09-27T15:42:44.3715940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 2022-09-27T15:42:44.3716871Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 2022-09-27T15:42:44.4155195Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 2022-09-27T15:42:44.4159889Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 2022-09-27T15:42:44.4594890Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 2022-09-27T15:42:44.4601163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 2022-09-27T15:42:44.5036858Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 2022-09-27T15:42:44.5043485Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 2022-09-27T15:42:44.5245536Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 2022-09-27T15:42:44.5271653Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 2022-09-27T15:42:44.5475284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 2022-09-27T15:42:44.5482050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 2022-09-27T15:42:44.5965168Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 2022-09-27T15:42:44.5971276Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:42:44.6448271Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:42:44.6455091Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:42:44.6909425Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:42:44.6917475Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:42:44.7136264Z [gw1] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:42:44.7162304Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 2022-09-27T15:42:44.7345771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 2022-09-27T15:42:44.7352546Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:42:44.7840329Z [gw1] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:42:44.7848231Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 2022-09-27T15:42:44.8280745Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 2022-09-27T15:42:44.8288396Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 2022-09-27T15:42:44.8709784Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 2022-09-27T15:42:44.8727770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:42:44.9118623Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:42:44.9182144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:42:44.9553926Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:42:44.9594660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 2022-09-27T15:42:44.9998557Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 2022-09-27T15:42:45.0050561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 2022-09-27T15:42:45.0267874Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 2022-09-27T15:42:45.0284349Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 2022-09-27T15:42:45.0433383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool 2022-09-27T15:42:45.0474559Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 2022-09-27T15:42:45.0879769Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 2022-09-27T15:42:45.0931500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:42:45.1316866Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:42:45.1428432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:42:45.1757118Z [gw1] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:42:45.1802260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 2022-09-27T15:42:45.2242588Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 2022-09-27T15:42:45.2253128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 2022-09-27T15:42:45.2717486Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 2022-09-27T15:42:45.2718123Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 2022-09-27T15:42:45.3155605Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 2022-09-27T15:42:45.3159188Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 2022-09-27T15:42:45.3594718Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 2022-09-27T15:42:45.3601011Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 2022-09-27T15:42:45.4044201Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 2022-09-27T15:42:45.4052752Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 2022-09-27T15:42:45.4521340Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 2022-09-27T15:42:45.4530878Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 2022-09-27T15:42:45.4552220Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 2022-09-27T15:42:45.4572301Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool 2022-09-27T15:42:45.5017333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 2022-09-27T15:42:45.5021558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:42:45.5440919Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:42:45.5450394Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:42:45.5851644Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:42:45.5884010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:42:45.6157477Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:42:45.6200781Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 2022-09-27T15:42:45.6302108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 2022-09-27T15:42:45.6310687Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:42:45.6748148Z [gw1] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:42:45.6758346Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:42:45.7225958Z [gw1] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:42:45.7236021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:42:45.7696998Z [gw1] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:42:45.7713533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:42:45.8157510Z [gw1] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:42:45.8183073Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:42:45.8635110Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:42:45.8658485Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 2022-09-27T15:42:45.8690167Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 2022-09-27T15:42:45.8714844Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 2022-09-27T15:42:45.9075299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 2022-09-27T15:42:45.9117030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 2022-09-27T15:42:45.9556018Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 2022-09-27T15:42:45.9605570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 2022-09-27T15:42:45.9995847Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 2022-09-27T15:42:46.0033071Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 2022-09-27T15:42:46.0476565Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 2022-09-27T15:42:46.0547646Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 2022-09-27T15:42:46.0955983Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 2022-09-27T15:42:46.1003094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 2022-09-27T15:42:46.1438531Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 2022-09-27T15:42:46.1537287Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 2022-09-27T15:42:46.1785337Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 2022-09-27T15:42:46.1811192Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 2022-09-27T15:42:46.1912536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 2022-09-27T15:42:46.1963987Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 2022-09-27T15:42:46.2357446Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 2022-09-27T15:42:46.2415291Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 2022-09-27T15:42:46.2795964Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 2022-09-27T15:42:46.2839205Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 2022-09-27T15:42:46.3291743Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 2022-09-27T15:42:46.3738851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 2022-09-27T15:42:46.3754004Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 2022-09-27T15:42:46.4965169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 2022-09-27T15:42:46.5101517Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 2022-09-27T15:42:46.5689163Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 2022-09-27T15:42:46.5723980Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 2022-09-27T15:42:46.6105511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 2022-09-27T15:42:46.6137426Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 2022-09-27T15:42:46.6477972Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:42:46.6593277Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:42:46.6632353Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 2022-09-27T15:42:46.7148299Z [gw1] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 2022-09-27T15:42:46.8510402Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 2022-09-27T15:42:46.8548601Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 2022-09-27T15:42:46.9072898Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 2022-09-27T15:42:46.9112697Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 2022-09-27T15:42:46.9354284Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 2022-09-27T15:42:46.9391139Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 2022-09-27T15:42:47.0403391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 2022-09-27T15:42:47.0427757Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 2022-09-27T15:42:47.1591202Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 2022-09-27T15:42:47.1617960Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 2022-09-27T15:42:47.2419086Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 2022-09-27T15:42:47.2439944Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 2022-09-27T15:42:47.6124211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 2022-09-27T15:42:47.6166009Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 2022-09-27T15:42:47.8377109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 2022-09-27T15:42:47.8392004Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 2022-09-27T15:42:47.8740204Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 2022-09-27T15:42:47.8756009Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 2022-09-27T15:42:48.1534582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool 2022-09-27T15:42:48.1563262Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool 2022-09-27T15:42:48.4382464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 2022-09-27T15:42:48.4411957Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 2022-09-27T15:42:48.6124962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 2022-09-27T15:42:48.6151576Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 2022-09-27T15:42:48.6702714Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 2022-09-27T15:42:48.6744462Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 2022-09-27T15:42:48.7196301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 2022-09-27T15:42:48.7226530Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 2022-09-27T15:42:48.7416090Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 2022-09-27T15:42:48.7749234Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 2022-09-27T15:42:48.7933921Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 2022-09-27T15:42:48.8153290Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 2022-09-27T15:42:48.8432468Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 2022-09-27T15:42:48.8750453Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 2022-09-27T15:42:48.9438112Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 2022-09-27T15:42:48.9460727Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 2022-09-27T15:42:49.0037779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 2022-09-27T15:42:49.0055375Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 2022-09-27T15:42:49.1212553Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 2022-09-27T15:42:49.1235318Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 2022-09-27T15:42:49.3138216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 2022-09-27T15:42:49.3150490Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 2022-09-27T15:42:49.3161389Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 2022-09-27T15:42:49.3174414Z test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 2022-09-27T15:42:49.3618693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 2022-09-27T15:42:49.3637494Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 2022-09-27T15:42:49.3707669Z test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 2022-09-27T15:42:49.4133205Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 2022-09-27T15:42:49.4134046Z test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 2022-09-27T15:42:49.4523049Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 2022-09-27T15:42:49.4542122Z test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 2022-09-27T15:42:49.4560423Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 2022-09-27T15:42:49.4587448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 2022-09-27T15:42:49.4957201Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 2022-09-27T15:42:49.5025852Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 2022-09-27T15:42:49.5471228Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 2022-09-27T15:42:49.5497659Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 2022-09-27T15:42:49.5835620Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 2022-09-27T15:42:49.5958141Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 2022-09-27T15:42:49.6316419Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 2022-09-27T15:42:49.6371793Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 2022-09-27T15:42:49.6604101Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 2022-09-27T15:42:49.6616539Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 2022-09-27T15:42:49.6753815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 2022-09-27T15:42:49.6813053Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 2022-09-27T15:42:49.7270497Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 2022-09-27T15:42:49.7310154Z test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 2022-09-27T15:42:49.7633808Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 2022-09-27T15:42:49.8262224Z test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 2022-09-27T15:42:49.8317398Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 2022-09-27T15:42:49.8737138Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 2022-09-27T15:42:49.8783519Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 2022-09-27T15:42:49.8888241Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 2022-09-27T15:42:49.9156507Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 2022-09-27T15:42:49.9182701Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 2022-09-27T15:42:49.9268235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 2022-09-27T15:42:49.9392425Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 2022-09-27T15:42:49.9711804Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 2022-09-27T15:42:49.9898087Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 2022-09-27T15:42:50.0115706Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 2022-09-27T15:42:50.0227182Z test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 2022-09-27T15:42:50.0592337Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 2022-09-27T15:42:50.2249940Z test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 2022-09-27T15:42:50.2434468Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 2022-09-27T15:42:50.6439132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool 2022-09-27T15:42:50.6467625Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 2022-09-27T15:42:50.6896855Z test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 2022-09-27T15:42:50.6941354Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 2022-09-27T15:42:50.7096173Z test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 2022-09-27T15:42:50.7303792Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 2022-09-27T15:42:50.7331093Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool 2022-09-27T15:42:50.7429776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 2022-09-27T15:42:50.7662010Z test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 2022-09-27T15:42:50.7871388Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 2022-09-27T15:42:50.9195312Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 2022-09-27T15:42:50.9243449Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 2022-09-27T15:42:51.1300518Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 2022-09-27T15:42:51.1346116Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 2022-09-27T15:42:51.3237122Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 2022-09-27T15:42:51.3263809Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 2022-09-27T15:42:51.3426282Z test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 2022-09-27T15:42:51.3724145Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 2022-09-27T15:42:51.3783498Z test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 2022-09-27T15:42:51.4191704Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 2022-09-27T15:42:51.4494412Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 2022-09-27T15:42:51.4553110Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 2022-09-27T15:42:51.4854365Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 2022-09-27T15:42:51.4993746Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 2022-09-27T15:42:51.5255678Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 2022-09-27T15:42:51.5470739Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 2022-09-27T15:42:51.5631819Z test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 2022-09-27T15:42:51.5658013Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 2022-09-27T15:42:51.6455321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 2022-09-27T15:42:51.6516172Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 2022-09-27T15:42:51.6694254Z test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 2022-09-27T15:42:51.7031897Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 2022-09-27T15:42:51.7358605Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 2022-09-27T15:42:51.7391449Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 2022-09-27T15:42:51.7448813Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 2022-09-27T15:42:51.7852999Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 2022-09-27T15:42:51.7954294Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 2022-09-27T15:42:51.8350747Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 2022-09-27T15:42:51.8557508Z test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 2022-09-27T15:42:51.8714843Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 2022-09-27T15:42:51.9245409Z test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 2022-09-27T15:42:51.9280991Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 2022-09-27T15:42:51.9764199Z test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 2022-09-27T15:42:51.9802218Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 2022-09-27T15:42:52.0658064Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:42:52.0700508Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:42:52.2913410Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:42:52.2960105Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:42:52.3390394Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 2022-09-27T15:42:52.3424973Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 2022-09-27T15:42:52.3469032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 2022-09-27T15:42:52.3512589Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 2022-09-27T15:42:52.3611401Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 2022-09-27T15:42:52.4031622Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 2022-09-27T15:42:52.4060831Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 2022-09-27T15:42:52.4470664Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 2022-09-27T15:42:52.4732782Z test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 2022-09-27T15:42:52.4834701Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 2022-09-27T15:42:52.4898653Z test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 2022-09-27T15:42:52.5299206Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 2022-09-27T15:42:52.5538175Z test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 2022-09-27T15:42:52.5752493Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 2022-09-27T15:42:52.5793310Z test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 2022-09-27T15:42:52.6231477Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 2022-09-27T15:42:52.6288079Z test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 2022-09-27T15:42:52.6671218Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 2022-09-27T15:42:52.6789150Z test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 2022-09-27T15:42:52.6819418Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 2022-09-27T15:42:52.6980855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 2022-09-27T15:42:52.7033118Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 2022-09-27T15:42:52.7806449Z test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 2022-09-27T15:42:52.7842294Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 2022-09-27T15:42:52.7951469Z test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 2022-09-27T15:42:52.8351615Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 2022-09-27T15:42:52.8498782Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:42:52.8735738Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:42:52.8950555Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:42:52.9231685Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:42:52.9384107Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:42:52.9675979Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:42:52.9686829Z test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 2022-09-27T15:42:53.0111848Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 2022-09-27T15:42:53.0194596Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 2022-09-27T15:42:53.0228261Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 2022-09-27T15:42:53.1946240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 2022-09-27T15:42:53.2001330Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 2022-09-27T15:42:53.2472180Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 2022-09-27T15:42:53.2529228Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 2022-09-27T15:42:53.3030785Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 2022-09-27T15:42:53.3061875Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 2022-09-27T15:42:53.5634238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 2022-09-27T15:42:53.5663327Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 2022-09-27T15:42:53.7520147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 2022-09-27T15:42:53.7572534Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 2022-09-27T15:42:54.0263636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 2022-09-27T15:42:54.0294833Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 2022-09-27T15:42:54.2101006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 2022-09-27T15:42:54.2118608Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 2022-09-27T15:42:54.2861018Z test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 2022-09-27T15:42:54.2903710Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 2022-09-27T15:42:54.2993012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 2022-09-27T15:42:54.3122363Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 2022-09-27T15:42:54.3201328Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 2022-09-27T15:42:54.3371359Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 2022-09-27T15:42:54.3380587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool 2022-09-27T15:42:54.3409811Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 2022-09-27T15:42:54.3699867Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool 2022-09-27T15:42:54.3704400Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 2022-09-27T15:42:54.3848459Z [gw1] [ 75%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 2022-09-27T15:42:54.3885963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 2022-09-27T15:42:54.4148447Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 2022-09-27T15:42:54.4299138Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 2022-09-27T15:42:54.4337536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 2022-09-27T15:42:54.4711129Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 2022-09-27T15:42:54.4754179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 2022-09-27T15:42:54.4950767Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 2022-09-27T15:42:54.4959763Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 2022-09-27T15:42:54.5116390Z test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 2022-09-27T15:42:54.5151007Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 2022-09-27T15:42:54.5191390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 2022-09-27T15:42:54.5394540Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 2022-09-27T15:42:54.5446813Z test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 2022-09-27T15:42:54.5593894Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 2022-09-27T15:42:54.5645711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 2022-09-27T15:42:54.5837070Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 2022-09-27T15:42:54.5856956Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 2022-09-27T15:42:54.6033898Z [gw1] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 2022-09-27T15:42:54.6075970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 2022-09-27T15:42:54.6272299Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 2022-09-27T15:42:54.6296254Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 2022-09-27T15:42:54.6471249Z [gw1] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 2022-09-27T15:42:54.6510816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 2022-09-27T15:42:54.6711389Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 2022-09-27T15:42:54.6867745Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 2022-09-27T15:42:54.6910346Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 2022-09-27T15:42:54.6949877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 2022-09-27T15:42:54.7152736Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 2022-09-27T15:42:54.7301468Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 2022-09-27T15:42:54.7351163Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 2022-09-27T15:42:54.7393372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 2022-09-27T15:42:54.7593624Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 2022-09-27T15:42:54.7742443Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 2022-09-27T15:42:54.7790775Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 2022-09-27T15:42:54.7833158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 2022-09-27T15:42:54.8033351Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 2022-09-27T15:42:54.8231017Z test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 2022-09-27T15:42:54.8294804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 2022-09-27T15:42:54.8304616Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 2022-09-27T15:42:54.8469357Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 2022-09-27T15:42:54.8644717Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:42:54.8671984Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:42:54.8747953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool 2022-09-27T15:42:54.8909973Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool 2022-09-27T15:42:54.9109303Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:42:54.9121330Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:42:54.9208957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 2022-09-27T15:42:54.9356144Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 2022-09-27T15:42:54.9552653Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:42:54.9612505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 2022-09-27T15:42:54.9659204Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:42:54.9792217Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 2022-09-27T15:42:54.9991738Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:42:55.0063436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 2022-09-27T15:42:55.0082254Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:42:55.0233276Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 2022-09-27T15:42:55.0435616Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:42:55.0534259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 2022-09-27T15:42:55.0731884Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 2022-09-27T15:42:55.0748259Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:42:55.0871572Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:42:55.0961490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 2022-09-27T15:42:55.1118303Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 2022-09-27T15:42:55.1153249Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:42:55.1316214Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:42:55.1370989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 2022-09-27T15:42:55.1405067Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:42:55.1596629Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 2022-09-27T15:42:55.1737789Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:42:55.1755022Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:42:55.1844665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 2022-09-27T15:42:55.2035405Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 2022-09-27T15:42:55.2200071Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:42:55.2211959Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:42:55.2295036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 2022-09-27T15:42:55.2472821Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 2022-09-27T15:42:55.2642067Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 2022-09-27T15:42:55.2732267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 2022-09-27T15:42:55.3076917Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 2022-09-27T15:42:55.3163938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 2022-09-27T15:42:55.3516447Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 2022-09-27T15:42:55.4296579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 2022-09-27T15:42:55.4324193Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 2022-09-27T15:42:55.5939585Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:55.5969181Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 2022-09-27T15:42:55.6765416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool 2022-09-27T15:42:55.6784627Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:55.7131730Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:55.7229831Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:55.9121346Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:55.9137390Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool 2022-09-27T15:42:55.9303773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 2022-09-27T15:42:55.9323110Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:55.9397427Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 2022-09-27T15:42:55.9758123Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 2022-09-27T15:42:56.0801959Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:56.0816760Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:56.1034459Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 2022-09-27T15:42:56.1058636Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 2022-09-27T15:42:56.3720895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 2022-09-27T15:42:56.3747176Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 2022-09-27T15:42:56.3891773Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:42:56.3911416Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 2022-09-27T15:42:56.4461096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 2022-09-27T15:42:56.4485789Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:42:56.5347077Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:42:56.5375743Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:42:56.6179091Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:42:56.6201001Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 2022-09-27T15:42:56.6564146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 2022-09-27T15:42:56.6591373Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:42:56.8388552Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:42:56.8400232Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 2022-09-27T15:42:56.8624370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 2022-09-27T15:42:56.8639946Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:42:56.9553809Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:42:56.9568398Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:42:56.9938677Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:42:56.9951185Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 2022-09-27T15:42:57.0997586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 2022-09-27T15:42:57.1026101Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:42:57.1507379Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:42:57.1527799Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 2022-09-27T15:42:57.3163110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 2022-09-27T15:42:57.3190449Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:42:57.3307141Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 2022-09-27T15:42:57.3329172Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 2022-09-27T15:42:57.3530049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool 2022-09-27T15:42:57.3757425Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool 2022-09-27T15:42:57.3841355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 2022-09-27T15:42:57.3873984Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 2022-09-27T15:42:57.4175745Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 2022-09-27T15:42:57.4197644Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 2022-09-27T15:42:57.4583177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 2022-09-27T15:42:57.4608558Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 2022-09-27T15:42:57.4779540Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 2022-09-27T15:42:57.4798585Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 2022-09-27T15:42:57.5142966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 2022-09-27T15:42:57.5231106Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 2022-09-27T15:42:57.5444540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 2022-09-27T15:42:57.5447823Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 2022-09-27T15:42:57.5456148Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 2022-09-27T15:42:57.5498368Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 2022-09-27T15:42:57.5669885Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 2022-09-27T15:42:57.5859055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 2022-09-27T15:42:57.5909112Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 2022-09-27T15:42:57.5923566Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:42:57.6111108Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:42:57.6267788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 2022-09-27T15:42:57.6349781Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 2022-09-27T15:42:57.6364865Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 2022-09-27T15:42:57.6550168Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 2022-09-27T15:42:57.6707595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 2022-09-27T15:42:57.6790895Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 2022-09-27T15:42:57.6993368Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:42:57.7081821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 2022-09-27T15:42:57.7232928Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:42:57.7250235Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:42:57.7431877Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 2022-09-27T15:42:57.7630869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 2022-09-27T15:42:57.7643861Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:42:57.7670395Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 2022-09-27T15:42:57.7947848Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:42:57.8149516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 2022-09-27T15:42:57.8350287Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 2022-09-27T15:42:57.8623834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool 2022-09-27T15:42:57.8813591Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool 2022-09-27T15:42:57.8949941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 2022-09-27T15:42:57.9292723Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 2022-09-27T15:42:57.9393754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 2022-09-27T15:42:57.9775961Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 2022-09-27T15:42:57.9956788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 2022-09-27T15:42:58.0211839Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 2022-09-27T15:42:58.0318382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 2022-09-27T15:42:58.0407710Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 2022-09-27T15:42:58.0423458Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:42:58.0672373Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:42:58.0794363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 2022-09-27T15:42:58.1112838Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 2022-09-27T15:42:58.1235446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 2022-09-27T15:42:58.1554985Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 2022-09-27T15:42:58.1674883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 2022-09-27T15:42:58.1994320Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 2022-09-27T15:42:58.2116318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 2022-09-27T15:42:58.2472667Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 2022-09-27T15:42:58.2672553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 2022-09-27T15:42:58.2787586Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 2022-09-27T15:42:58.2807223Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:42:58.2858352Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:42:58.3018600Z [gw1] [ 76%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:42:58.3019276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool 2022-09-27T15:42:58.3232491Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool 2022-09-27T15:42:58.3383634Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 2022-09-27T15:42:58.3464013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 2022-09-27T15:42:58.3544558Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 2022-09-27T15:42:58.3673276Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 2022-09-27T15:42:58.3830949Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 2022-09-27T15:42:58.3903750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 2022-09-27T15:42:58.4344632Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 2022-09-27T15:42:58.4345246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 2022-09-27T15:42:58.4792712Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 2022-09-27T15:42:58.4793312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 2022-09-27T15:42:58.4973951Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 2022-09-27T15:42:58.5127386Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 2022-09-27T15:42:58.5153746Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 2022-09-27T15:42:58.5258818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 2022-09-27T15:42:58.5635821Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 2022-09-27T15:42:58.5726256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 2022-09-27T15:42:58.6114957Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 2022-09-27T15:42:58.6134659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 2022-09-27T15:42:58.6150788Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 2022-09-27T15:42:58.6204238Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 2022-09-27T15:42:58.6471213Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 2022-09-27T15:42:58.6552333Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 2022-09-27T15:42:58.6630410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 2022-09-27T15:42:58.6638631Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 2022-09-27T15:42:58.6800644Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 2022-09-27T15:42:58.7087013Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 2022-09-27T15:42:58.7095647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 2022-09-27T15:42:58.7104461Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 2022-09-27T15:42:58.7156189Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:42:58.7467447Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:42:58.7512278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool 2022-09-27T15:42:58.7525861Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 2022-09-27T15:42:58.7605552Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool 2022-09-27T15:42:58.7870615Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 2022-09-27T15:42:58.7954201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 2022-09-27T15:42:58.7966671Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 2022-09-27T15:42:58.8066785Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 2022-09-27T15:42:58.8315460Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 2022-09-27T15:42:58.8397062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 2022-09-27T15:42:58.8492117Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:42:58.8757925Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 2022-09-27T15:42:58.8895217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 2022-09-27T15:42:58.9193234Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 2022-09-27T15:42:58.9213885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 2022-09-27T15:42:58.9229687Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:42:58.9350009Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 2022-09-27T15:42:58.9507682Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 2022-09-27T15:42:58.9634514Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 2022-09-27T15:42:58.9642549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 2022-09-27T15:42:58.9816466Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 2022-09-27T15:42:59.0082197Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 2022-09-27T15:42:59.0244471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 2022-09-27T15:42:59.0530085Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 2022-09-27T15:42:59.0679458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 2022-09-27T15:42:59.0974255Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 2022-09-27T15:42:59.1128291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 2022-09-27T15:42:59.1417768Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 2022-09-27T15:42:59.1567537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 2022-09-27T15:42:59.1848860Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 2022-09-27T15:42:59.1891368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:42:59.2273436Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:42:59.2323599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool 2022-09-27T15:42:59.2745149Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool 2022-09-27T15:42:59.2772143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 2022-09-27T15:42:59.2853921Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 2022-09-27T15:42:59.2875000Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 2022-09-27T15:42:59.3164155Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 2022-09-27T15:42:59.3216270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 2022-09-27T15:42:59.3593345Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 2022-09-27T15:42:59.3650833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 2022-09-27T15:42:59.4033559Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 2022-09-27T15:42:59.4083455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 2022-09-27T15:42:59.4475919Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 2022-09-27T15:42:59.4529780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 2022-09-27T15:42:59.4915131Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 2022-09-27T15:42:59.4973016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 2022-09-27T15:42:59.5352911Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 2022-09-27T15:42:59.5399374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 2022-09-27T15:42:59.5488170Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 2022-09-27T15:42:59.5500696Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 2022-09-27T15:42:59.5847393Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:42:59.5897113Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:42:59.5911428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 2022-09-27T15:42:59.5985016Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:42:59.6363520Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 2022-09-27T15:42:59.6372872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 2022-09-27T15:42:59.6532451Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 2022-09-27T15:42:59.6558496Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:42:59.6757433Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:42:59.6811958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 2022-09-27T15:42:59.7134703Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 2022-09-27T15:42:59.7167799Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:42:59.7256311Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:42:59.7265768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 2022-09-27T15:42:59.7563028Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 2022-09-27T15:42:59.7595927Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:42:59.7648546Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:42:59.7737154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool 2022-09-27T15:42:59.7825488Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool 2022-09-27T15:42:59.8033973Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:42:59.8137442Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:42:59.8454828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 2022-09-27T15:42:59.8538675Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 2022-09-27T15:42:59.8553090Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:42:59.8596790Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 2022-09-27T15:42:59.8695915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 2022-09-27T15:42:59.9050744Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 2022-09-27T15:42:59.9164792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 2022-09-27T15:42:59.9488120Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 2022-09-27T15:42:59.9604255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 2022-09-27T15:42:59.9792826Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 2022-09-27T15:42:59.9824785Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 2022-09-27T15:42:59.9987046Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:00.0022455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 2022-09-27T15:43:00.0164907Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 2022-09-27T15:43:00.0179786Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:00.0223331Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 2022-09-27T15:43:00.0247945Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:00.0391952Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:00.0457984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 2022-09-27T15:43:00.0837768Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 2022-09-27T15:43:00.0849303Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:00.0873672Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:00.0944909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 2022-09-27T15:43:00.0978367Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 2022-09-27T15:43:00.1371225Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:00.1377808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 2022-09-27T15:43:00.1417934Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 2022-09-27T15:43:00.1849524Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 2022-09-27T15:43:00.1909348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 2022-09-27T15:43:00.2366955Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 2022-09-27T15:43:00.2378670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool 2022-09-27T15:43:00.2430019Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 2022-09-27T15:43:00.2448613Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:43:00.2821357Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool 2022-09-27T15:43:00.3049642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 2022-09-27T15:43:00.3302424Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 2022-09-27T15:43:00.3405852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 2022-09-27T15:43:00.3563671Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 2022-09-27T15:43:00.3599219Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:43:00.3718955Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:43:00.3903478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 2022-09-27T15:43:00.3912027Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 2022-09-27T15:43:00.4031300Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:43:00.4222116Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:43:00.4314679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 2022-09-27T15:43:00.4354428Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 2022-09-27T15:43:00.4493604Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 2022-09-27T15:43:00.4634685Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 2022-09-27T15:43:00.4750583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 2022-09-27T15:43:00.5115930Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 2022-09-27T15:43:00.5294680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 2022-09-27T15:43:00.5466146Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 2022-09-27T15:43:00.5494070Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 2022-09-27T15:43:00.5524227Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 2022-09-27T15:43:00.5666243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 2022-09-27T15:43:00.5977096Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 2022-09-27T15:43:00.6189279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 2022-09-27T15:43:00.6469149Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 2022-09-27T15:43:00.6489407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 2022-09-27T15:43:00.6849211Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 2022-09-27T15:43:00.6961707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool 2022-09-27T15:43:00.7306457Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool 2022-09-27T15:43:00.7340026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 2022-09-27T15:43:00.7354718Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:43:00.7505008Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:43:00.7725870Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 2022-09-27T15:43:00.7830895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 2022-09-27T15:43:00.8254637Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 2022-09-27T15:43:00.8277932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 2022-09-27T15:43:00.8624120Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 2022-09-27T15:43:00.8715584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 2022-09-27T15:43:00.9191295Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 2022-09-27T15:43:00.9206115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 2022-09-27T15:43:00.9583571Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 2022-09-27T15:43:00.9731606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 2022-09-27T15:43:01.0111654Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 2022-09-27T15:43:01.0166642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 2022-09-27T15:43:01.0539237Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 2022-09-27T15:43:01.0612052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 2022-09-27T15:43:01.1035545Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 2022-09-27T15:43:01.1086474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 2022-09-27T15:43:01.1453912Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 2022-09-27T15:43:01.1503284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool 2022-09-27T15:43:01.1942845Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool 2022-09-27T15:43:01.1951629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 2022-09-27T15:43:01.2316587Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 2022-09-27T15:43:01.2395224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 2022-09-27T15:43:01.2645823Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 2022-09-27T15:43:01.2664074Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 2022-09-27T15:43:01.2764353Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:43:01.2832605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 2022-09-27T15:43:01.3193376Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 2022-09-27T15:43:01.3253609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 2022-09-27T15:43:01.3633931Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 2022-09-27T15:43:01.3692893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 2022-09-27T15:43:01.4114097Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 2022-09-27T15:43:01.4172486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 2022-09-27T15:43:01.4618568Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 2022-09-27T15:43:01.4624690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 2022-09-27T15:43:01.5039980Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 2022-09-27T15:43:01.5049137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 2022-09-27T15:43:01.5431044Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 2022-09-27T15:43:01.5489865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 2022-09-27T15:43:01.5913477Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 2022-09-27T15:43:01.6011055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool 2022-09-27T15:43:01.6325719Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool 2022-09-27T15:43:01.6350182Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:43:01.6355123Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 2022-09-27T15:43:01.6428744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 2022-09-27T15:43:01.6792781Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 2022-09-27T15:43:01.6874996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 2022-09-27T15:43:01.7234168Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 2022-09-27T15:43:01.7318283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 2022-09-27T15:43:01.7673507Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 2022-09-27T15:43:01.7758646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 2022-09-27T15:43:01.8165264Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 2022-09-27T15:43:01.8262055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 2022-09-27T15:43:01.8617815Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 2022-09-27T15:43:01.8700030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 2022-09-27T15:43:01.9134201Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 2022-09-27T15:43:01.9134958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 2022-09-27T15:43:01.9539724Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 2022-09-27T15:43:01.9689702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 2022-09-27T15:43:01.9957878Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 2022-09-27T15:43:02.0063575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 2022-09-27T15:43:02.0509310Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 2022-09-27T15:43:02.0536714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool 2022-09-27T15:43:02.0990511Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool 2022-09-27T15:43:02.1014539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 2022-09-27T15:43:02.1431270Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 2022-09-27T15:43:02.1457186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 2022-09-27T15:43:02.1830050Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 2022-09-27T15:43:02.1904412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 2022-09-27T15:43:02.2338343Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 2022-09-27T15:43:02.2391666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 2022-09-27T15:43:02.2761379Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 2022-09-27T15:43:02.2882895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 2022-09-27T15:43:02.3313622Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 2022-09-27T15:43:02.3314241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 2022-09-27T15:43:02.3742386Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 2022-09-27T15:43:02.3799190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 2022-09-27T15:43:02.4189884Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 2022-09-27T15:43:02.4225061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 2022-09-27T15:43:02.4631335Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 2022-09-27T15:43:02.4670087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 2022-09-27T15:43:02.5048289Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 2022-09-27T15:43:02.5057707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:43:02.5526676Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:43:02.5536555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool 2022-09-27T15:43:02.5976920Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool 2022-09-27T15:43:02.5986349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:43:02.6457482Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:43:02.6467325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:43:02.6850015Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:43:02.6907246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:43:02.7329319Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:43:02.7339262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 2022-09-27T15:43:02.7765853Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 2022-09-27T15:43:02.7816721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 2022-09-27T15:43:02.8248030Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 2022-09-27T15:43:02.8258039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 2022-09-27T15:43:02.8669589Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 2022-09-27T15:43:02.8693276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 2022-09-27T15:43:02.9124498Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 2022-09-27T15:43:02.9133595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 2022-09-27T15:43:02.9206699Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 2022-09-27T15:43:02.9228558Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 2022-09-27T15:43:02.9564164Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:43:02.9569732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 2022-09-27T15:43:03.0044689Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 2022-09-27T15:43:03.0050545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 2022-09-27T15:43:03.0492222Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 2022-09-27T15:43:03.0498181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:43:03.0896841Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:43:03.0979514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool 2022-09-27T15:43:03.1377939Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool 2022-09-27T15:43:03.1489673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 2022-09-27T15:43:03.1816847Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 2022-09-27T15:43:03.1936300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 2022-09-27T15:43:03.2252300Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 2022-09-27T15:43:03.2372890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 2022-09-27T15:43:03.2734527Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 2022-09-27T15:43:03.2853150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 2022-09-27T15:43:03.2937268Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 2022-09-27T15:43:03.2967884Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:43:03.3020763Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 2022-09-27T15:43:03.3174308Z [gw2] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 2022-09-27T15:43:03.3379039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 2022-09-27T15:43:03.3414080Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 2022-09-27T15:43:03.3615193Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 2022-09-27T15:43:03.3860983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 2022-09-27T15:43:03.4089152Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 2022-09-27T15:43:03.4245674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:43:03.4578823Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:43:03.4884386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool 2022-09-27T15:43:03.5033516Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool 2022-09-27T15:43:03.5484521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 2022-09-27T15:43:03.5535721Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 2022-09-27T15:43:03.5765939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 2022-09-27T15:43:03.5955719Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 2022-09-27T15:43:03.6501006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 2022-09-27T15:43:03.6509166Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 2022-09-27T15:43:03.6876639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 2022-09-27T15:43:03.6910976Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 2022-09-27T15:43:03.7143077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 2022-09-27T15:43:03.7369182Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 2022-09-27T15:43:03.7604997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 2022-09-27T15:43:03.7808419Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 2022-09-27T15:43:03.8413091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 2022-09-27T15:43:03.8435098Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 2022-09-27T15:43:03.9155306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool 2022-09-27T15:43:03.9178355Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool 2022-09-27T15:43:03.9544741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 2022-09-27T15:43:03.9591459Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 2022-09-27T15:43:03.9839377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 2022-09-27T15:43:04.0074955Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 2022-09-27T15:43:04.0327466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 2022-09-27T15:43:04.0498490Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 2022-09-27T15:43:04.0749792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 2022-09-27T15:43:04.0939468Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 2022-09-27T15:43:04.1097718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 2022-09-27T15:43:04.1384692Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 2022-09-27T15:43:04.1614392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 2022-09-27T15:43:04.1821852Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 2022-09-27T15:43:04.2064106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:43:04.2234103Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:43:04.2292932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool 2022-09-27T15:43:04.2699455Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool 2022-09-27T15:43:04.2792449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 2022-09-27T15:43:04.3152041Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 2022-09-27T15:43:04.3185368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 2022-09-27T15:43:04.3576628Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 2022-09-27T15:43:04.3631221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 2022-09-27T15:43:04.4018048Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 2022-09-27T15:43:04.4073962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 2022-09-27T15:43:04.4456884Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 2022-09-27T15:43:04.4513009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 2022-09-27T15:43:04.4896978Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 2022-09-27T15:43:04.4945275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 2022-09-27T15:43:04.5797683Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 2022-09-27T15:43:04.5809130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 2022-09-27T15:43:04.5994972Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 2022-09-27T15:43:04.6003831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 2022-09-27T15:43:04.6234889Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 2022-09-27T15:43:04.6294366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 2022-09-27T15:43:04.6716188Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 2022-09-27T15:43:04.6807877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool 2022-09-27T15:43:04.7193830Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool 2022-09-27T15:43:04.7275999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 2022-09-27T15:43:04.7673451Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 2022-09-27T15:43:04.7768980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 2022-09-27T15:43:04.8115085Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 2022-09-27T15:43:04.8210320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 2022-09-27T15:43:04.8595021Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 2022-09-27T15:43:04.8685776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 2022-09-27T15:43:04.9074474Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 2022-09-27T15:43:04.9162239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 2022-09-27T15:43:04.9553570Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 2022-09-27T15:43:04.9641732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 2022-09-27T15:43:05.0058726Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 2022-09-27T15:43:05.0178554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 2022-09-27T15:43:05.0576147Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 2022-09-27T15:43:05.0584987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 2022-09-27T15:43:05.0889214Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 2022-09-27T15:43:05.0940819Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:43:05.0984967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 2022-09-27T15:43:05.1252466Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:43:05.1353805Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 2022-09-27T15:43:05.1626025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool 2022-09-27T15:43:05.1831893Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool 2022-09-27T15:43:05.1929608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 2022-09-27T15:43:05.2302091Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 2022-09-27T15:43:05.2373702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 2022-09-27T15:43:05.2720446Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 2022-09-27T15:43:05.2838113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 2022-09-27T15:43:05.3185353Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 2022-09-27T15:43:05.3262799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 2022-09-27T15:43:05.3662721Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 2022-09-27T15:43:05.3849575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 2022-09-27T15:43:05.4132424Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 2022-09-27T15:43:05.4349267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 2022-09-27T15:43:05.4550694Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 2022-09-27T15:43:05.4759627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 2022-09-27T15:43:05.5035943Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 2022-09-27T15:43:05.5147564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 2022-09-27T15:43:05.5547988Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 2022-09-27T15:43:05.5566494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 2022-09-27T15:43:05.5960279Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 2022-09-27T15:43:05.5973809Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 2022-09-27T15:43:05.5982629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool 2022-09-27T15:43:05.5994536Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool 2022-09-27T15:43:05.6416971Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 2022-09-27T15:43:05.6423646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 2022-09-27T15:43:05.6820864Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 2022-09-27T15:43:05.6934703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 2022-09-27T15:43:05.7250765Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 2022-09-27T15:43:05.7412753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 2022-09-27T15:43:05.7732623Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 2022-09-27T15:43:05.7792592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 2022-09-27T15:43:05.7811524Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 2022-09-27T15:43:05.7867949Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 2022-09-27T15:43:05.8174208Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 2022-09-27T15:43:05.8303969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 2022-09-27T15:43:05.8616457Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 2022-09-27T15:43:05.8759592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 2022-09-27T15:43:05.9056936Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 2022-09-27T15:43:05.9215197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 2022-09-27T15:43:05.9493327Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 2022-09-27T15:43:05.9670394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool 2022-09-27T15:43:05.9924188Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool 2022-09-27T15:43:06.0075040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 2022-09-27T15:43:06.0404098Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 2022-09-27T15:43:06.0604738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 2022-09-27T15:43:06.0849554Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 2022-09-27T15:43:06.1094582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 2022-09-27T15:43:06.1271002Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 2022-09-27T15:43:06.1512209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 2022-09-27T15:43:06.1729418Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 2022-09-27T15:43:06.1899375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 2022-09-27T15:43:06.2176681Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 2022-09-27T15:43:06.2473139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 2022-09-27T15:43:06.2547907Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 2022-09-27T15:43:06.2569789Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 2022-09-27T15:43:06.2591707Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 2022-09-27T15:43:06.3028701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 2022-09-27T15:43:06.3081741Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 2022-09-27T15:43:06.3514672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool 2022-09-27T15:43:06.3585924Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool 2022-09-27T15:43:06.3819829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 2022-09-27T15:43:06.4023153Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 2022-09-27T15:43:06.4169282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 2022-09-27T15:43:06.4471144Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 2022-09-27T15:43:06.4558974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 2022-09-27T15:43:06.4912817Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 2022-09-27T15:43:06.5006152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 2022-09-27T15:43:06.5342280Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 2022-09-27T15:43:06.5486239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 2022-09-27T15:43:06.5780527Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 2022-09-27T15:43:06.5984875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 2022-09-27T15:43:06.6271830Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 2022-09-27T15:43:06.6425461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 2022-09-27T15:43:06.6670752Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 2022-09-27T15:43:06.7159859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 2022-09-27T15:43:06.7196287Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 2022-09-27T15:43:07.0057807Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 2022-09-27T15:43:07.0082542Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 2022-09-27T15:43:07.2370597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool 2022-09-27T15:43:07.2396812Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool 2022-09-27T15:43:07.7619244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 2022-09-27T15:43:07.7632565Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 2022-09-27T15:43:08.5379589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 2022-09-27T15:43:08.5393950Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 2022-09-27T15:43:08.9341490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 2022-09-27T15:43:08.9357192Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 2022-09-27T15:43:09.2647836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 2022-09-27T15:43:09.2663779Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 2022-09-27T15:43:09.4827433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 2022-09-27T15:43:09.4843904Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 2022-09-27T15:43:09.7023296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 2022-09-27T15:43:09.7056941Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 2022-09-27T15:43:09.8044314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 2022-09-27T15:43:09.8075382Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 2022-09-27T15:43:09.8992820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 2022-09-27T15:43:09.9023649Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 2022-09-27T15:43:10.0543094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 2022-09-27T15:43:10.0586441Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 2022-09-27T15:43:10.2658813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 2022-09-27T15:43:10.2704597Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 2022-09-27T15:43:10.4602643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 2022-09-27T15:43:10.4646751Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 2022-09-27T15:43:10.5243769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 2022-09-27T15:43:10.5272916Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 2022-09-27T15:43:10.5509162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool 2022-09-27T15:43:10.5790521Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool 2022-09-27T15:43:10.6093989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 2022-09-27T15:43:10.6177457Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 2022-09-27T15:43:10.6196722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 2022-09-27T15:43:10.6248025Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:43:10.6623391Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:43:10.6800760Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 2022-09-27T15:43:10.7305054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 2022-09-27T15:43:10.7520441Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 2022-09-27T15:43:10.8036585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 2022-09-27T15:43:10.8066495Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 2022-09-27T15:43:10.8656244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 2022-09-27T15:43:10.8686277Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 2022-09-27T15:43:10.8980992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 2022-09-27T15:43:10.9190467Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 2022-09-27T15:43:10.9358059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 2022-09-27T15:43:10.9631284Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 2022-09-27T15:43:10.9889373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 2022-09-27T15:43:10.9991481Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 2022-09-27T15:43:11.0369314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 2022-09-27T15:43:11.0432135Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 2022-09-27T15:43:11.0906286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 2022-09-27T15:43:11.0945680Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 2022-09-27T15:43:11.1520128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 2022-09-27T15:43:11.1537629Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 2022-09-27T15:43:11.1757999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 2022-09-27T15:43:11.2029972Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 2022-09-27T15:43:11.2041332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool 2022-09-27T15:43:11.2402324Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool 2022-09-27T15:43:11.2489799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 2022-09-27T15:43:11.2912207Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 2022-09-27T15:43:11.4729023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 2022-09-27T15:43:11.4739060Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 2022-09-27T15:43:11.6400623Z test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 2022-09-27T15:43:11.6408008Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 2022-09-27T15:43:11.6456794Z test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 2022-09-27T15:43:11.6834070Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 2022-09-27T15:43:11.7187179Z test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 2022-09-27T15:43:11.7349615Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 2022-09-27T15:43:11.7415173Z test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 2022-09-27T15:43:11.7795592Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 2022-09-27T15:43:11.8160050Z test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 2022-09-27T15:43:11.8282313Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 2022-09-27T15:43:11.8667800Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 2022-09-27T15:43:11.8765379Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 2022-09-27T15:43:11.9024296Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 2022-09-27T15:43:11.9233285Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 2022-09-27T15:43:11.9306839Z test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 2022-09-27T15:43:11.9674462Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 2022-09-27T15:43:11.9854538Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 2022-09-27T15:43:12.0152605Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 2022-09-27T15:43:12.1053308Z test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 2022-09-27T15:43:12.1070765Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 2022-09-27T15:43:12.1564645Z test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 2022-09-27T15:43:12.1577408Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 2022-09-27T15:43:12.1733093Z test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 2022-09-27T15:43:12.1992235Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 2022-09-27T15:43:12.2046184Z test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 2022-09-27T15:43:12.2433142Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 2022-09-27T15:43:12.2500727Z test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 2022-09-27T15:43:12.2913867Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 2022-09-27T15:43:12.2959469Z test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 2022-09-27T15:43:12.3391510Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 2022-09-27T15:43:12.3451394Z test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 2022-09-27T15:43:12.3873319Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 2022-09-27T15:43:12.4036144Z test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 2022-09-27T15:43:12.4354999Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 2022-09-27T15:43:12.4377857Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 2022-09-27T15:43:12.4835351Z [gw3] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 2022-09-27T15:43:12.4870324Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 2022-09-27T15:43:12.5315695Z [gw3] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 2022-09-27T15:43:12.5399407Z test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 2022-09-27T15:43:12.5770517Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 2022-09-27T15:43:12.5785679Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:43:12.5798549Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:43:12.5855777Z test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 2022-09-27T15:43:12.6234256Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 2022-09-27T15:43:12.6299840Z test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 2022-09-27T15:43:12.6714343Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 2022-09-27T15:43:12.6783273Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 2022-09-27T15:43:12.7194205Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 2022-09-27T15:43:12.7328497Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 2022-09-27T15:43:12.7672134Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 2022-09-27T15:43:12.7692852Z test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 2022-09-27T15:43:12.8153096Z [gw3] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 2022-09-27T15:43:12.8456059Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 2022-09-27T15:43:12.8592324Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 2022-09-27T15:43:12.8744462Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 2022-09-27T15:43:12.9057477Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 2022-09-27T15:43:12.9271549Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 2022-09-27T15:43:12.9550476Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 2022-09-27T15:43:12.9562554Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 2022-09-27T15:43:12.9954139Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 2022-09-27T15:43:13.0124465Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 2022-09-27T15:43:13.0396828Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 2022-09-27T15:43:13.0564331Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 2022-09-27T15:43:13.0873981Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 2022-09-27T15:43:13.0984492Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 2022-09-27T15:43:13.1352525Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 2022-09-27T15:43:13.1458693Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 2022-09-27T15:43:13.1909707Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 2022-09-27T15:43:13.1953594Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 2022-09-27T15:43:13.2271325Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 2022-09-27T15:43:13.2409007Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 2022-09-27T15:43:13.2712858Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 2022-09-27T15:43:13.2800466Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 2022-09-27T15:43:13.3195660Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 2022-09-27T15:43:13.3301018Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 2022-09-27T15:43:13.3675062Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 2022-09-27T15:43:13.3777234Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 2022-09-27T15:43:13.3955920Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 2022-09-27T15:43:13.3979814Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:43:13.4112316Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:43:13.4225891Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 2022-09-27T15:43:13.4629068Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 2022-09-27T15:43:13.4653845Z test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 2022-09-27T15:43:13.5034029Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 2022-09-27T15:43:13.5122096Z test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 2022-09-27T15:43:13.5514067Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 2022-09-27T15:43:13.5543197Z test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 2022-09-27T15:43:13.5568113Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:43:13.5643850Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:43:13.5954369Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 2022-09-27T15:43:13.6008731Z test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 2022-09-27T15:43:13.6471121Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 2022-09-27T15:43:13.6609320Z test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 2022-09-27T15:43:13.6910030Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 2022-09-27T15:43:13.6967344Z test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 2022-09-27T15:43:13.7312390Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 2022-09-27T15:43:13.7513099Z test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 2022-09-27T15:43:13.7752680Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 2022-09-27T15:43:13.7799446Z test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 2022-09-27T15:43:13.8190441Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 2022-09-27T15:43:13.8283479Z test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 2022-09-27T15:43:13.8673402Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 2022-09-27T15:43:13.8973001Z test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 2022-09-27T15:43:13.9190111Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 2022-09-27T15:43:13.9295405Z test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 2022-09-27T15:43:13.9730871Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 2022-09-27T15:43:13.9731660Z test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 2022-09-27T15:43:14.0189335Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 2022-09-27T15:43:14.0190045Z test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 2022-09-27T15:43:14.0680859Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 2022-09-27T15:43:14.0681549Z test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 2022-09-27T15:43:14.1032336Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 2022-09-27T15:43:14.1066192Z test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 2022-09-27T15:43:14.1074703Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 2022-09-27T15:43:14.1091224Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 2022-09-27T15:43:14.1515314Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 2022-09-27T15:43:14.1671557Z test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 2022-09-27T15:43:14.1996655Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 2022-09-27T15:43:14.2077368Z test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 2022-09-27T15:43:14.2437663Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 2022-09-27T15:43:14.2514923Z test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 2022-09-27T15:43:14.2913072Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 2022-09-27T15:43:14.3003568Z test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 2022-09-27T15:43:14.3137852Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 2022-09-27T15:43:14.3146484Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:43:14.3391188Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:43:14.3454072Z test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 2022-09-27T15:43:14.3832255Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 2022-09-27T15:43:14.3892229Z test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 2022-09-27T15:43:14.4132000Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 2022-09-27T15:43:14.4140043Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:43:14.4271739Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:43:14.4314038Z test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 2022-09-27T15:43:14.4758655Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 2022-09-27T15:43:14.4855862Z test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 2022-09-27T15:43:14.5230311Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 2022-09-27T15:43:14.5275562Z test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 2022-09-27T15:43:14.5712263Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 2022-09-27T15:43:14.5746304Z test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 2022-09-27T15:43:14.6196089Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 2022-09-27T15:43:14.6245902Z test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 2022-09-27T15:43:14.6633204Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 2022-09-27T15:43:14.6675736Z test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 2022-09-27T15:43:14.6719278Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 2022-09-27T15:43:14.6729311Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:43:14.7075953Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:43:14.7469990Z test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 2022-09-27T15:43:14.7490013Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:43:14.7557674Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 2022-09-27T15:43:14.7780436Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 2022-09-27T15:43:14.7785637Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 2022-09-27T15:43:14.7812199Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:43:14.8028901Z [gw3] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:43:14.8109690Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 2022-09-27T15:43:14.8191012Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 2022-09-27T15:43:14.8220170Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:43:14.8511169Z [gw3] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:43:14.8573085Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:43:14.8631948Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:43:14.8661706Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 2022-09-27T15:43:14.8949022Z [gw3] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 2022-09-27T15:43:14.8964200Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:43:14.9071397Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:43:14.9100056Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:43:14.9312940Z [gw3] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:43:14.9513622Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:43:14.9541197Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 2022-09-27T15:43:14.9709624Z [gw3] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 2022-09-27T15:43:14.9753296Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:43:14.9957771Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 2022-09-27T15:43:15.0010337Z test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 2022-09-27T15:43:15.0394198Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 2022-09-27T15:43:15.0484731Z test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 2022-09-27T15:43:15.0834061Z [gw3] [ 77%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 2022-09-27T15:43:15.1165153Z test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 2022-09-27T15:43:15.1272523Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 2022-09-27T15:43:15.1584082Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 2022-09-27T15:43:15.1727637Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 2022-09-27T15:43:15.1860918Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:43:15.2190275Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:43:15.2269124Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 2022-09-27T15:43:15.2382418Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 2022-09-27T15:43:15.2397637Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 2022-09-27T15:43:15.2591671Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 2022-09-27T15:43:15.2656227Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 2022-09-27T15:43:15.2675096Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 2022-09-27T15:43:15.2835482Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 2022-09-27T15:43:15.3033330Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 2022-09-27T15:43:15.3184237Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 2022-09-27T15:43:15.3362627Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 2022-09-27T15:43:15.3374964Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 2022-09-27T15:43:15.3475627Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 2022-09-27T15:43:15.4117295Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 2022-09-27T15:43:15.4133385Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 2022-09-27T15:43:15.4232212Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 2022-09-27T15:43:15.4250313Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 2022-09-27T15:43:15.4253504Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:43:15.4463722Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 2022-09-27T15:43:15.4551980Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:43:15.4658856Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 2022-09-27T15:43:15.4718977Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 2022-09-27T15:43:15.4996777Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:43:15.5003729Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:43:15.5114385Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 2022-09-27T15:43:15.5185771Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:43:15.5510588Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 2022-09-27T15:43:15.5564279Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 2022-09-27T15:43:15.5667246Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 2022-09-27T15:43:15.5698123Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:43:15.5873991Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 2022-09-27T15:43:15.6014610Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 2022-09-27T15:43:15.6111320Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 2022-09-27T15:43:15.6171442Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:43:15.6442517Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:43:15.6467221Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 2022-09-27T15:43:15.6596918Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 2022-09-27T15:43:15.6637203Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:43:15.6804436Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:43:15.6872369Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 2022-09-27T15:43:15.6993491Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 2022-09-27T15:43:15.7019457Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:43:15.7351261Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 2022-09-27T15:43:15.7383055Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 2022-09-27T15:43:15.7763387Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 2022-09-27T15:43:15.7916319Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:43:15.8191502Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:43:15.8531480Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 2022-09-27T15:43:15.8631821Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 2022-09-27T15:43:15.9083086Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 2022-09-27T15:43:15.9137265Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 2022-09-27T15:43:16.0192169Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:43:16.0201879Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:43:16.0361607Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 2022-09-27T15:43:16.0634285Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 2022-09-27T15:43:16.0822182Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 2022-09-27T15:43:16.1074114Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 2022-09-27T15:43:16.1226354Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:43:16.1510892Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:43:16.2077410Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 2022-09-27T15:43:16.2087707Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:43:16.2538480Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 2022-09-27T15:43:16.2552586Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 2022-09-27T15:43:16.2602153Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 2022-09-27T15:43:16.2951315Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 2022-09-27T15:43:16.3024271Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 2022-09-27T15:43:16.3393693Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 2022-09-27T15:43:16.3539585Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 2022-09-27T15:43:16.3830903Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 2022-09-27T15:43:16.3892595Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 2022-09-27T15:43:16.4272976Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 2022-09-27T15:43:16.4337671Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 2022-09-27T15:43:16.4714068Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 2022-09-27T15:43:16.4914560Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:43:16.5149801Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:43:16.5319131Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:43:16.5590714Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:43:16.5613623Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 2022-09-27T15:43:16.5622808Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 2022-09-27T15:43:16.5707345Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 2022-09-27T15:43:16.6031851Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 2022-09-27T15:43:16.6159055Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:43:16.6311630Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:43:16.6325431Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 2022-09-27T15:43:16.6472796Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 2022-09-27T15:43:16.6546438Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 2022-09-27T15:43:16.6605046Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 2022-09-27T15:43:16.6752574Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 2022-09-27T15:43:16.6911790Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 2022-09-27T15:43:16.7009028Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 2022-09-27T15:43:16.7119069Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 2022-09-27T15:43:16.7190744Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 2022-09-27T15:43:16.7263278Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:43:16.7393315Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:43:16.7483638Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 2022-09-27T15:43:16.7637626Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 2022-09-27T15:43:16.7762210Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 2022-09-27T15:43:16.7871453Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 2022-09-27T15:43:16.7959567Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:43:16.8069762Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:43:16.8351542Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 2022-09-27T15:43:16.8441750Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 2022-09-27T15:43:16.8776701Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 2022-09-27T15:43:16.8792102Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 2022-09-27T15:43:16.8798980Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:43:16.9231813Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:43:16.9270301Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:43:16.9614536Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 2022-09-27T15:43:16.9744974Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 2022-09-27T15:43:16.9870801Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:43:16.9879675Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:43:16.9886889Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 2022-09-27T15:43:16.9903423Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:16.9914658Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:43:17.0153575Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:43:17.0197288Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 2022-09-27T15:43:17.0594512Z [gw3] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 2022-09-27T15:43:17.0896787Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 2022-09-27T15:43:17.1032915Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 2022-09-27T15:43:17.1139648Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 2022-09-27T15:43:17.1156069Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:43:17.1182388Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 2022-09-27T15:43:17.1473145Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 2022-09-27T15:43:17.1745585Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 2022-09-27T15:43:17.1909425Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 2022-09-27T15:43:17.2057382Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 2022-09-27T15:43:17.2353494Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 2022-09-27T15:43:17.6622520Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 2022-09-27T15:43:17.6648537Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 2022-09-27T15:43:17.7080764Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 2022-09-27T15:43:17.7102021Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 2022-09-27T15:43:17.7264992Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:43:17.7587259Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:43:17.7732579Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:43:17.8069733Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:43:17.8475769Z test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 2022-09-27T15:43:17.8498989Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 2022-09-27T15:43:17.8622402Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 2022-09-27T15:43:17.8649405Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 2022-09-27T15:43:17.8960810Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 2022-09-27T15:43:17.9108888Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 2022-09-27T15:43:17.9148333Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 2022-09-27T15:43:17.9244989Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 2022-09-27T15:43:17.9257311Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 2022-09-27T15:43:17.9326544Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 2022-09-27T15:43:17.9590621Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 2022-09-27T15:43:17.9620315Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 2022-09-27T15:43:17.9749706Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 2022-09-27T15:43:17.9761887Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 2022-09-27T15:43:18.0029631Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 2022-09-27T15:43:18.0139410Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 2022-09-27T15:43:18.0186474Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 2022-09-27T15:43:18.0198811Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 2022-09-27T15:43:18.0392067Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 2022-09-27T15:43:18.0551771Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 2022-09-27T15:43:18.0798167Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 2022-09-27T15:43:18.0993311Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 2022-09-27T15:43:18.1046360Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 2022-09-27T15:43:18.1111109Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 2022-09-27T15:43:18.1123929Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 2022-09-27T15:43:18.1468503Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 2022-09-27T15:43:18.1494667Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 2022-09-27T15:43:18.1947920Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 2022-09-27T15:43:18.1992434Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 2022-09-27T15:43:18.2312249Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 2022-09-27T15:43:18.2527996Z test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 2022-09-27T15:43:18.2543139Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 2022-09-27T15:43:18.2577714Z test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 2022-09-27T15:43:18.2954815Z [gw3] [ 77%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 2022-09-27T15:43:18.3023907Z test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 2022-09-27T15:43:18.3394901Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 2022-09-27T15:43:18.3479138Z test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 2022-09-27T15:43:18.3491217Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:18.3500383Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 2022-09-27T15:43:18.3836272Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 2022-09-27T15:43:18.3909366Z test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 2022-09-27T15:43:18.4274955Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 2022-09-27T15:43:18.4346651Z test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 2022-09-27T15:43:18.4714613Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 2022-09-27T15:43:18.4892478Z test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 2022-09-27T15:43:18.5228626Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 2022-09-27T15:43:18.5239543Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 2022-09-27T15:43:18.5643876Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 2022-09-27T15:43:18.5654499Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 2022-09-27T15:43:18.5860483Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 2022-09-27T15:43:18.5874257Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 2022-09-27T15:43:18.5902693Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 2022-09-27T15:43:18.6108195Z [gw0] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 2022-09-27T15:43:18.6116605Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 2022-09-27T15:43:18.6352909Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 2022-09-27T15:43:18.6362322Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:43:18.6546584Z [gw0] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:43:18.6554869Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 2022-09-27T15:43:18.6830285Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 2022-09-27T15:43:18.6955794Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 2022-09-27T15:43:18.6965581Z test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 2022-09-27T15:43:18.7404175Z [gw3] [ 77%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 2022-09-27T15:43:18.7408198Z test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 2022-09-27T15:43:18.7850358Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 2022-09-27T15:43:18.7858627Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 2022-09-27T15:43:18.7865581Z test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 2022-09-27T15:43:18.7874683Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 2022-09-27T15:43:18.8085387Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 2022-09-27T15:43:18.8099819Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 2022-09-27T15:43:18.8219811Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 2022-09-27T15:43:18.8270767Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 2022-09-27T15:43:18.8276724Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 2022-09-27T15:43:19.0627840Z test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 2022-09-27T15:43:19.0652691Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 2022-09-27T15:43:19.0960485Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 2022-09-27T15:43:19.1070686Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 2022-09-27T15:43:19.1177296Z test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 2022-09-27T15:43:19.1591237Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 2022-09-27T15:43:19.1617601Z test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 2022-09-27T15:43:19.2031323Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 2022-09-27T15:43:19.2235363Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 2022-09-27T15:43:19.2468261Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 2022-09-27T15:43:19.2481557Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 2022-09-27T15:43:19.3070534Z [gw3] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 2022-09-27T15:43:19.3121817Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 2022-09-27T15:43:19.3591381Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 2022-09-27T15:43:19.3829880Z test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 2022-09-27T15:43:19.3912357Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 2022-09-27T15:43:19.4064183Z test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 2022-09-27T15:43:19.4473090Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 2022-09-27T15:43:19.4616186Z test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 2022-09-27T15:43:19.4951781Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 2022-09-27T15:43:19.4973155Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:43:19.5432159Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:43:19.5458213Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:43:19.5862136Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:43:19.5866260Z test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 2022-09-27T15:43:19.6335561Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 2022-09-27T15:43:19.6341344Z test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 2022-09-27T15:43:19.6829273Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 2022-09-27T15:43:19.6922905Z test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 2022-09-27T15:43:19.7233357Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 2022-09-27T15:43:19.7234149Z test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 2022-09-27T15:43:19.7671729Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 2022-09-27T15:43:19.7724083Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 2022-09-27T15:43:19.8113303Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 2022-09-27T15:43:19.8180262Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 2022-09-27T15:43:19.8592552Z [gw3] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 2022-09-27T15:43:19.8658079Z test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 2022-09-27T15:43:19.9032104Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 2022-09-27T15:43:19.9078203Z test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 2022-09-27T15:43:19.9512772Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 2022-09-27T15:43:19.9540762Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 2022-09-27T15:43:19.9795202Z [gw3] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 2022-09-27T15:43:19.9813281Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 2022-09-27T15:43:19.9977531Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:43:19.9980321Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 2022-09-27T15:43:20.0454163Z [gw3] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 2022-09-27T15:43:20.0457362Z test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 2022-09-27T15:43:20.0893325Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 2022-09-27T15:43:20.0900485Z test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 2022-09-27T15:43:20.1331830Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 2022-09-27T15:43:20.1337057Z test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 2022-09-27T15:43:20.1716026Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 2022-09-27T15:43:20.2050513Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 2022-09-27T15:43:20.2062616Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 2022-09-27T15:43:20.2976941Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 2022-09-27T15:43:20.2991491Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 2022-09-27T15:43:20.4104275Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 2022-09-27T15:43:20.4123917Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 2022-09-27T15:43:20.4298732Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 2022-09-27T15:43:20.4669455Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 2022-09-27T15:43:20.5676241Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 2022-09-27T15:43:20.5692248Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 2022-09-27T15:43:20.5815841Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 2022-09-27T15:43:20.5887403Z [gw2] [ 78%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 2022-09-27T15:43:20.5896659Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 2022-09-27T15:43:20.6111322Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:43:20.6257812Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 2022-09-27T15:43:20.6308973Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:43:20.6584256Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:43:20.6638638Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:43:20.6653140Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:43:20.6754472Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 2022-09-27T15:43:20.6875806Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:43:20.7193935Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:43:20.7446349Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 2022-09-27T15:43:20.7631723Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 2022-09-27T15:43:20.7833133Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 2022-09-27T15:43:20.8075298Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 2022-09-27T15:43:20.8198400Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:43:20.8512645Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:43:20.9030885Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:43:20.9039823Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:43:20.9094105Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:43:20.9105548Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 2022-09-27T15:43:20.9180776Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 2022-09-27T15:43:20.9471622Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:43:20.9680261Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:43:21.0028264Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:43:21.0042171Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:43:21.0493487Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:43:21.0500914Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:43:21.0969035Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:43:21.0976308Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:43:21.1407440Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:43:21.1415189Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:43:21.1876387Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:43:21.1882839Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:43:21.2339311Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:43:21.2345304Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 2022-09-27T15:43:21.2715121Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 2022-09-27T15:43:21.2787885Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:43:21.3154348Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:43:21.3306955Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:43:21.3502764Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:43:21.3510398Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 2022-09-27T15:43:21.3590382Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:43:21.3745233Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:43:21.4030371Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:43:21.4780503Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 2022-09-27T15:43:21.4793342Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:43:21.4820008Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 2022-09-27T15:43:21.5234599Z [gw0] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 2022-09-27T15:43:21.8021094Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 2022-09-27T15:43:21.8101605Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 2022-09-27T15:43:21.8278230Z test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 2022-09-27T15:43:21.8577912Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 2022-09-27T15:43:21.8586876Z test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 2022-09-27T15:43:21.9031243Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 2022-09-27T15:43:21.9072534Z test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 2022-09-27T15:43:21.9113524Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 2022-09-27T15:43:21.9135918Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 2022-09-27T15:43:21.9223040Z test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 2022-09-27T15:43:21.9467746Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 2022-09-27T15:43:21.9507876Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 2022-09-27T15:43:21.9550921Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 2022-09-27T15:43:21.9868893Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 2022-09-27T15:43:22.0128145Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 2022-09-27T15:43:22.0271795Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 2022-09-27T15:43:22.0402336Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 2022-09-27T15:43:22.0429832Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 2022-09-27T15:43:22.0555784Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 2022-09-27T15:43:22.0725409Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 2022-09-27T15:43:22.0761975Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 2022-09-27T15:43:22.0935513Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 2022-09-27T15:43:22.0953674Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 2022-09-27T15:43:22.0965454Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 2022-09-27T15:43:22.1270334Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 2022-09-27T15:43:22.1358712Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 2022-09-27T15:43:22.1382185Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 2022-09-27T15:43:22.1400820Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 2022-09-27T15:43:22.1715558Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 2022-09-27T15:43:22.1790984Z test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 2022-09-27T15:43:22.1809828Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 2022-09-27T15:43:22.2273254Z [gw3] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 2022-09-27T15:43:22.2280276Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 2022-09-27T15:43:22.2708618Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 2022-09-27T15:43:22.2720596Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 2022-09-27T15:43:22.2727036Z test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 2022-09-27T15:43:22.3337110Z test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 2022-09-27T15:43:22.3350091Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 2022-09-27T15:43:22.3897420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 2022-09-27T15:43:22.3939762Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 2022-09-27T15:43:22.4151599Z test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 2022-09-27T15:43:22.4168929Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 2022-09-27T15:43:22.4347363Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 2022-09-27T15:43:22.4367022Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 2022-09-27T15:43:22.4556761Z test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 2022-09-27T15:43:22.4622739Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 2022-09-27T15:43:22.4628925Z test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 2022-09-27T15:43:22.5072534Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 2022-09-27T15:43:22.5080702Z test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 2022-09-27T15:43:22.5510259Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 2022-09-27T15:43:22.5650603Z test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 2022-09-27T15:43:22.5672071Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 2022-09-27T15:43:22.5859176Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 2022-09-27T15:43:22.5968319Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 2022-09-27T15:43:22.6093296Z test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 2022-09-27T15:43:22.6396015Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 2022-09-27T15:43:22.6739085Z test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 2022-09-27T15:43:22.6871580Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 2022-09-27T15:43:22.7627446Z test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 2022-09-27T15:43:22.7647654Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 2022-09-27T15:43:22.8253169Z test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 2022-09-27T15:43:22.8269036Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 2022-09-27T15:43:22.9169014Z test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 2022-09-27T15:43:22.9184462Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 2022-09-27T15:43:22.9333224Z test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 2022-09-27T15:43:22.9649958Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 2022-09-27T15:43:22.9659049Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 2022-09-27T15:43:23.0110763Z [gw3] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 2022-09-27T15:43:23.0159373Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 2022-09-27T15:43:23.0548054Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 2022-09-27T15:43:23.0556671Z test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 2022-09-27T15:43:23.0949618Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 2022-09-27T15:43:23.0965745Z test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 2022-09-27T15:43:23.1435619Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 2022-09-27T15:43:23.1444198Z test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 2022-09-27T15:43:23.1869304Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 2022-09-27T15:43:23.1908699Z test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 2022-09-27T15:43:23.2310788Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 2022-09-27T15:43:23.2577008Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 2022-09-27T15:43:23.2673505Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 2022-09-27T15:43:23.2786838Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 2022-09-27T15:43:23.3196270Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 2022-09-27T15:43:23.3206398Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 2022-09-27T15:43:23.3631516Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 2022-09-27T15:43:23.3680044Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 2022-09-27T15:43:23.4050312Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 2022-09-27T15:43:23.4060605Z test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 2022-09-27T15:43:23.4496080Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 2022-09-27T15:43:23.4506668Z test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 2022-09-27T15:43:23.4548169Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 2022-09-27T15:43:23.4581293Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 2022-09-27T15:43:23.4933536Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 2022-09-27T15:43:23.4943405Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 2022-09-27T15:43:23.5367469Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 2022-09-27T15:43:23.5376412Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 2022-09-27T15:43:23.5871016Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 2022-09-27T15:43:23.6000965Z test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 2022-09-27T15:43:23.6192296Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 2022-09-27T15:43:23.6322199Z test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 2022-09-27T15:43:23.6342847Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 2022-09-27T15:43:23.6808057Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 2022-09-27T15:43:23.6876124Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 2022-09-27T15:43:23.6941997Z test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 2022-09-27T15:43:23.7316275Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 2022-09-27T15:43:23.7488140Z test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 2022-09-27T15:43:23.7871584Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 2022-09-27T15:43:23.7890480Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 2022-09-27T15:43:23.8254791Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 2022-09-27T15:43:23.8353881Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 2022-09-27T15:43:23.8636071Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 2022-09-27T15:43:23.8740531Z test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 2022-09-27T15:43:23.9109085Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 2022-09-27T15:43:23.9124633Z test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 2022-09-27T15:43:23.9612572Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 2022-09-27T15:43:23.9619879Z test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 2022-09-27T15:43:24.0072252Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 2022-09-27T15:43:24.0086325Z test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 2022-09-27T15:43:24.0490724Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 2022-09-27T15:43:24.0502344Z test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 2022-09-27T15:43:24.0951094Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 2022-09-27T15:43:24.0965797Z test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 2022-09-27T15:43:24.1348255Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 2022-09-27T15:43:24.1374924Z test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 2022-09-27T15:43:24.1795817Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 2022-09-27T15:43:24.1890247Z test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 2022-09-27T15:43:24.2261353Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 2022-09-27T15:43:24.2267495Z test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:43:24.2679787Z [gw3] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:43:24.2733161Z test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 2022-09-27T15:43:24.3115392Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 2022-09-27T15:43:24.3249575Z test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 2022-09-27T15:43:24.3556399Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 2022-09-27T15:43:24.3627769Z test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 2022-09-27T15:43:24.3994660Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 2022-09-27T15:43:24.4044846Z test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 2022-09-27T15:43:24.4147907Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 2022-09-27T15:43:24.4165790Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 2022-09-27T15:43:24.4512349Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 2022-09-27T15:43:24.4527513Z test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 2022-09-27T15:43:24.4953094Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 2022-09-27T15:43:24.5036627Z test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 2022-09-27T15:43:24.5372038Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 2022-09-27T15:43:24.5377329Z test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 2022-09-27T15:43:24.5761394Z [gw3] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 2022-09-27T15:43:24.5894755Z test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 2022-09-27T15:43:24.6286682Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 2022-09-27T15:43:24.6296014Z test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 2022-09-27T15:43:24.6674214Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 2022-09-27T15:43:24.6823996Z test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 2022-09-27T15:43:24.7073301Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 2022-09-27T15:43:24.7256225Z test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 2022-09-27T15:43:24.7516176Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 2022-09-27T15:43:24.7824427Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 2022-09-27T15:43:24.8026961Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 2022-09-27T15:43:24.8037027Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 2022-09-27T15:43:24.8472220Z [gw3] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 2022-09-27T15:43:25.1740451Z test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 2022-09-27T15:43:25.1760319Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 2022-09-27T15:43:25.1953274Z test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 2022-09-27T15:43:25.2308161Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 2022-09-27T15:43:25.2308770Z test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 2022-09-27T15:43:25.2711792Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 2022-09-27T15:43:25.2777273Z test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 2022-09-27T15:43:25.3230378Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 2022-09-27T15:43:25.3354599Z test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 2022-09-27T15:43:25.3597273Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 2022-09-27T15:43:25.3657814Z test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 2022-09-27T15:43:25.4058532Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 2022-09-27T15:43:25.4098481Z test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 2022-09-27T15:43:25.4193828Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 2022-09-27T15:43:25.4212253Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 2022-09-27T15:43:25.4294796Z test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 2022-09-27T15:43:25.4520504Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 2022-09-27T15:43:25.4631273Z test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 2022-09-27T15:43:25.4674301Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 2022-09-27T15:43:25.4914274Z test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 2022-09-27T15:43:25.4922507Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 2022-09-27T15:43:25.5011133Z test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 2022-09-27T15:43:25.5150400Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 2022-09-27T15:43:25.5428313Z test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 2022-09-27T15:43:25.5451871Z test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 2022-09-27T15:43:25.5553377Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 2022-09-27T15:43:25.5784696Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:43:25.5837652Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:43:25.6072211Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 2022-09-27T15:43:25.6110202Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:43:25.6155457Z test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 2022-09-27T15:43:25.6396982Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:43:25.6509890Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 2022-09-27T15:43:25.6549944Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:43:25.6564101Z test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 2022-09-27T15:43:25.6583724Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 2022-09-27T15:43:25.6912355Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:43:25.7006037Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:43:25.7006734Z test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 2022-09-27T15:43:25.7040330Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 2022-09-27T15:43:25.7391882Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:43:25.7468270Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:43:25.7471107Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:43:25.7676039Z test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 2022-09-27T15:43:25.7812506Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 2022-09-27T15:43:25.7814303Z test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 2022-09-27T15:43:25.7907164Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 2022-09-27T15:43:25.8116444Z test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 2022-09-27T15:43:25.8269786Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 2022-09-27T15:43:25.8348591Z test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 2022-09-27T15:43:25.8419941Z test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 2022-09-27T15:43:25.8438276Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 2022-09-27T15:43:25.8632949Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 2022-09-27T15:43:25.8740904Z test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 2022-09-27T15:43:25.9011385Z test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 2022-09-27T15:43:25.9075805Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 2022-09-27T15:43:25.9096568Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 2022-09-27T15:43:25.9166481Z test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 2022-09-27T15:43:25.9411081Z test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 2022-09-27T15:43:25.9607105Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 2022-09-27T15:43:25.9863739Z test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 2022-09-27T15:43:25.9904406Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 2022-09-27T15:43:25.9927738Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 2022-09-27T15:43:26.0109531Z test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 2022-09-27T15:43:26.0357870Z test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 2022-09-27T15:43:26.0551575Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 2022-09-27T15:43:26.0572789Z test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 2022-09-27T15:43:26.1110445Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 2022-09-27T15:43:26.1186455Z test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 2022-09-27T15:43:26.1509883Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 2022-09-27T15:43:26.1630252Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 2022-09-27T15:43:26.1674312Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 2022-09-27T15:43:26.2007728Z test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 2022-09-27T15:43:26.2051504Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 2022-09-27T15:43:26.2161993Z test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 2022-09-27T15:43:26.2549709Z [gw3] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 2022-09-27T15:43:26.2628928Z test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 2022-09-27T15:43:26.2987067Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 2022-09-27T15:43:26.3020812Z test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 2022-09-27T15:43:26.3355824Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 2022-09-27T15:43:26.3431250Z test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 2022-09-27T15:43:26.3795951Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 2022-09-27T15:43:26.3854563Z test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 2022-09-27T15:43:26.4235546Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 2022-09-27T15:43:26.4320163Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 2022-09-27T15:43:26.4674618Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 2022-09-27T15:43:26.4706999Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 2022-09-27T15:43:26.5114285Z [gw3] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 2022-09-27T15:43:26.5222337Z test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 2022-09-27T15:43:26.5551757Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 2022-09-27T15:43:26.5597158Z test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 2022-09-27T15:43:26.5991996Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 2022-09-27T15:43:26.6050867Z test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 2022-09-27T15:43:26.6217474Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 2022-09-27T15:43:26.6226354Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 2022-09-27T15:43:26.6272624Z test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 2022-09-27T15:43:26.6430895Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 2022-09-27T15:43:26.6528732Z test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 2022-09-27T15:43:26.6633483Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 2022-09-27T15:43:26.6874450Z test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 2022-09-27T15:43:26.6907138Z test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 2022-09-27T15:43:26.6950976Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 2022-09-27T15:43:26.7072985Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 2022-09-27T15:43:26.7315209Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 2022-09-27T15:43:26.7366693Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 2022-09-27T15:43:26.7576756Z [gw3] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 2022-09-27T15:43:26.7586098Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 2022-09-27T15:43:26.7664176Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 2022-09-27T15:43:26.7752981Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 2022-09-27T15:43:26.7801243Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 2022-09-27T15:43:26.7990897Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 2022-09-27T15:43:26.8190413Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 2022-09-27T15:43:26.8197700Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 2022-09-27T15:43:26.8227787Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 2022-09-27T15:43:26.8430670Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 2022-09-27T15:43:26.8499551Z test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 2022-09-27T15:43:26.8632063Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 2022-09-27T15:43:26.8677076Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 2022-09-27T15:43:26.8871928Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 2022-09-27T15:43:26.8935244Z test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 2022-09-27T15:43:26.9074370Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 2022-09-27T15:43:26.9126308Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 2022-09-27T15:43:26.9355497Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 2022-09-27T15:43:26.9415098Z test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 2022-09-27T15:43:26.9512458Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 2022-09-27T15:43:26.9554171Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 2022-09-27T15:43:26.9834531Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 2022-09-27T15:43:26.9953304Z test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 2022-09-27T15:43:26.9996533Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 2022-09-27T15:43:27.0262217Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 2022-09-27T15:43:27.0310594Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 2022-09-27T15:43:27.0393877Z test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 2022-09-27T15:43:27.0424888Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 2022-09-27T15:43:27.0476022Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 2022-09-27T15:43:27.0753304Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 2022-09-27T15:43:27.0832134Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 2022-09-27T15:43:27.0879403Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 2022-09-27T15:43:27.1275337Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 2022-09-27T15:43:27.1331881Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 2022-09-27T15:43:27.1353787Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 2022-09-27T15:43:27.1371750Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 2022-09-27T15:43:27.1707923Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 2022-09-27T15:43:27.1746879Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 2022-09-27T15:43:27.1774906Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 2022-09-27T15:43:27.1793320Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 2022-09-27T15:43:27.2013885Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 2022-09-27T15:43:27.2156041Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 2022-09-27T15:43:27.2227303Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumprod_cpu_complex128 2022-09-27T15:43:27.2351258Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumprod_cpu_complex128 2022-09-27T15:43:27.2437083Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 2022-09-27T15:43:27.2654926Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 2022-09-27T15:43:27.2660934Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumsum_cpu_complex128 2022-09-27T15:43:27.2712201Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumsum_cpu_complex128 2022-09-27T15:43:27.2745998Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 2022-09-27T15:43:27.3084047Z [gw1] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 2022-09-27T15:43:27.3089250Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_mean_cpu_complex128 2022-09-27T15:43:27.3185457Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_mean_cpu_complex128 2022-09-27T15:43:27.3193211Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 2022-09-27T15:43:27.3510234Z [gw1] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 2022-09-27T15:43:27.3559227Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_normalize_cpu_complex128 2022-09-27T15:43:27.3592095Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_normalize_cpu_complex128 2022-09-27T15:43:27.3640017Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 2022-09-27T15:43:27.3914097Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 2022-09-27T15:43:27.3945443Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_prod_cpu_complex128 2022-09-27T15:43:27.4031670Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_prod_cpu_complex128 2022-09-27T15:43:27.4083470Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 2022-09-27T15:43:27.4353387Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 2022-09-27T15:43:27.4402527Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_std_cpu_complex128 2022-09-27T15:43:27.4471547Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_std_cpu_complex128 2022-09-27T15:43:27.4754545Z test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 2022-09-27T15:43:27.4790134Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 2022-09-27T15:43:27.4818264Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_sum_cpu_complex128 2022-09-27T15:43:27.4909903Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_sum_cpu_complex128 2022-09-27T15:43:27.5233478Z test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 2022-09-27T15:43:27.5304067Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_var_cpu_complex128 2022-09-27T15:43:27.5433021Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_var_cpu_complex128 2022-09-27T15:43:27.5443431Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 2022-09-27T15:43:27.5475755Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 2022-09-27T15:43:27.5669953Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 2022-09-27T15:43:27.5702054Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 2022-09-27T15:43:27.5874756Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 2022-09-27T15:43:27.5878915Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 2022-09-27T15:43:27.5885967Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 2022-09-27T15:43:27.5932236Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 2022-09-27T15:43:27.6112028Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 2022-09-27T15:43:27.6146534Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 2022-09-27T15:43:27.6313614Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 2022-09-27T15:43:27.6445346Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 2022-09-27T15:43:27.6554952Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 2022-09-27T15:43:27.6601776Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 2022-09-27T15:43:27.6829190Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 2022-09-27T15:43:27.6829938Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 2022-09-27T15:43:27.6995155Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 2022-09-27T15:43:27.7055217Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 2022-09-27T15:43:27.7273795Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 2022-09-27T15:43:27.7277073Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 2022-09-27T15:43:27.7522598Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 2022-09-27T15:43:27.7523535Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 2022-09-27T15:43:27.7790684Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 2022-09-27T15:43:27.7931119Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 2022-09-27T15:43:27.7936540Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 2022-09-27T15:43:27.8053118Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 2022-09-27T15:43:27.8152756Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 2022-09-27T15:43:27.8351743Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 2022-09-27T15:43:27.8365650Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 2022-09-27T15:43:27.8404942Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 2022-09-27T15:43:27.8415736Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 2022-09-27T15:43:27.8581589Z test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 2022-09-27T15:43:27.8630349Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 2022-09-27T15:43:27.8643939Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 2022-09-27T15:43:27.8763131Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 2022-09-27T15:43:27.8837064Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 2022-09-27T15:43:27.8843586Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 2022-09-27T15:43:27.9020188Z test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 2022-09-27T15:43:27.9269772Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 2022-09-27T15:43:27.9276853Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 2022-09-27T15:43:27.9284031Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 2022-09-27T15:43:27.9507926Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 2022-09-27T15:43:27.9522291Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 2022-09-27T15:43:27.9669940Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 2022-09-27T15:43:27.9675563Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 2022-09-27T15:43:28.0127171Z [gw3] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 2022-09-27T15:43:28.0132440Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 2022-09-27T15:43:28.0280079Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 2022-09-27T15:43:28.0302293Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 2022-09-27T15:43:28.0512315Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 2022-09-27T15:43:28.0555066Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 2022-09-27T15:43:28.0797972Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 2022-09-27T15:43:28.0805639Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 2022-09-27T15:43:28.0951916Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 2022-09-27T15:43:28.0999411Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 2022-09-27T15:43:28.1049989Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 2022-09-27T15:43:28.1060614Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 2022-09-27T15:43:28.1396291Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 2022-09-27T15:43:28.1444682Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 2022-09-27T15:43:28.1487504Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 2022-09-27T15:43:28.1496466Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 2022-09-27T15:43:28.1569469Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 2022-09-27T15:43:28.1580552Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 2022-09-27T15:43:28.1834116Z test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 2022-09-27T15:43:28.1885450Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 2022-09-27T15:43:28.2274968Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 2022-09-27T15:43:28.2325274Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 2022-09-27T15:43:28.2623581Z [gw3] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 2022-09-27T15:43:28.2635454Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 2022-09-27T15:43:28.2710311Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 2022-09-27T15:43:28.2760264Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 2022-09-27T15:43:28.3170942Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 2022-09-27T15:43:28.3201488Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:43:28.3644427Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:43:28.3647847Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 2022-09-27T15:43:28.3664695Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 2022-09-27T15:43:28.3677931Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 2022-09-27T15:43:28.4148293Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 2022-09-27T15:43:28.4152356Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 2022-09-27T15:43:28.4311810Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 2022-09-27T15:43:28.4386231Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 2022-09-27T15:43:28.4527485Z test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 2022-09-27T15:43:28.4530989Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 2022-09-27T15:43:28.4696794Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 2022-09-27T15:43:28.4725779Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 2022-09-27T15:43:28.4950668Z test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 2022-09-27T15:43:28.4959024Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 2022-09-27T15:43:28.5022146Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 2022-09-27T15:43:28.5052017Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 2022-09-27T15:43:28.5402625Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 2022-09-27T15:43:28.5403238Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 2022-09-27T15:43:28.5839861Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 2022-09-27T15:43:28.5843727Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 2022-09-27T15:43:28.6280734Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 2022-09-27T15:43:28.6283793Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 2022-09-27T15:43:28.6721632Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 2022-09-27T15:43:28.6725022Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:43:28.7022048Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:43:28.7030205Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 2022-09-27T15:43:28.7114025Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 2022-09-27T15:43:28.7126169Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 2022-09-27T15:43:28.7151975Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 2022-09-27T15:43:28.7474737Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 2022-09-27T15:43:28.7552449Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 2022-09-27T15:43:28.7604552Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 2022-09-27T15:43:28.7618051Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 2022-09-27T15:43:28.7911120Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 2022-09-27T15:43:28.8034672Z test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 2022-09-27T15:43:28.8035590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 2022-09-27T15:43:28.8494598Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 2022-09-27T15:43:28.8495345Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 2022-09-27T15:43:28.8916723Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 2022-09-27T15:43:28.8917400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 2022-09-27T15:43:28.9367543Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 2022-09-27T15:43:28.9368171Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:43:28.9817054Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:43:28.9817782Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 2022-09-27T15:43:29.0034899Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 2022-09-27T15:43:29.0047213Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 2022-09-27T15:43:29.0100549Z test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 2022-09-27T15:43:29.0114063Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 2022-09-27T15:43:29.0256728Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 2022-09-27T15:43:29.0259585Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 2022-09-27T15:43:29.0614024Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 2022-09-27T15:43:29.0625526Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 2022-09-27T15:43:29.0661486Z test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 2022-09-27T15:43:29.0664433Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 2022-09-27T15:43:29.1066140Z [gw3] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 2022-09-27T15:43:29.1106569Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 2022-09-27T15:43:29.1107525Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:29.1108648Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 2022-09-27T15:43:29.1563680Z [gw3] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 2022-09-27T15:43:29.1565506Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 2022-09-27T15:43:29.1990352Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 2022-09-27T15:43:29.2114640Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 2022-09-27T15:43:29.2123373Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 2022-09-27T15:43:29.3186213Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 2022-09-27T15:43:29.3205248Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:29.4051346Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:29.4065270Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 2022-09-27T15:43:29.4147081Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 2022-09-27T15:43:29.4474805Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 2022-09-27T15:43:29.4624597Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 2022-09-27T15:43:29.4915073Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 2022-09-27T15:43:29.4946675Z test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 2022-09-27T15:43:29.4964552Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 2022-09-27T15:43:29.4974393Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 2022-09-27T15:43:29.5006577Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 2022-09-27T15:43:29.5354833Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 2022-09-27T15:43:29.5395343Z test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 2022-09-27T15:43:29.5443320Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 2022-09-27T15:43:29.5450938Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 2022-09-27T15:43:29.5795323Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 2022-09-27T15:43:29.5833387Z test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 2022-09-27T15:43:29.5867260Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 2022-09-27T15:43:29.5876994Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 2022-09-27T15:43:29.6235096Z [gw3] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 2022-09-27T15:43:29.6276097Z test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 2022-09-27T15:43:29.6288036Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 2022-09-27T15:43:29.6335386Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 2022-09-27T15:43:29.6726949Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 2022-09-27T15:43:29.6733703Z test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 2022-09-27T15:43:29.6746068Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 2022-09-27T15:43:29.6788263Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 2022-09-27T15:43:29.7167851Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 2022-09-27T15:43:29.7172033Z test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 2022-09-27T15:43:29.7245920Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 2022-09-27T15:43:29.7251651Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 2022-09-27T15:43:29.7588459Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 2022-09-27T15:43:29.7619704Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 2022-09-27T15:43:29.7669627Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 2022-09-27T15:43:29.7674724Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 2022-09-27T15:43:29.8035840Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 2022-09-27T15:43:29.8036615Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 2022-09-27T15:43:29.8092275Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 2022-09-27T15:43:29.8172610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 2022-09-27T15:43:29.8435742Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 2022-09-27T15:43:29.8543299Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 2022-09-27T15:43:29.8618286Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 2022-09-27T15:43:29.8954094Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 2022-09-27T15:43:29.9012242Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 2022-09-27T15:43:29.9039647Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 2022-09-27T15:43:29.9058910Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 2022-09-27T15:43:29.9231265Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 2022-09-27T15:43:29.9391604Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 2022-09-27T15:43:29.9487373Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 2022-09-27T15:43:29.9597931Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 2022-09-27T15:43:29.9621631Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 2022-09-27T15:43:29.9884143Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 2022-09-27T15:43:29.9914996Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 2022-09-27T15:43:29.9930614Z test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 2022-09-27T15:43:30.0416460Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 2022-09-27T15:43:30.0417070Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 2022-09-27T15:43:30.0795142Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 2022-09-27T15:43:30.0831457Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:43:30.1172830Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:43:30.1197358Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 2022-09-27T15:43:30.1198025Z test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 2022-09-27T15:43:30.1231567Z [gw1] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 2022-09-27T15:43:30.1278031Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 2022-09-27T15:43:30.1593823Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 2022-09-27T15:43:30.1663526Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 2022-09-27T15:43:30.1674015Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 2022-09-27T15:43:30.1725758Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 2022-09-27T15:43:30.2032125Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 2022-09-27T15:43:30.2107298Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 2022-09-27T15:43:30.2119995Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 2022-09-27T15:43:30.2175167Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 2022-09-27T15:43:30.2473942Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 2022-09-27T15:43:30.2548982Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 2022-09-27T15:43:30.2562810Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 2022-09-27T15:43:30.2600607Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 2022-09-27T15:43:30.2954109Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 2022-09-27T15:43:30.2991676Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 2022-09-27T15:43:30.3026330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 2022-09-27T15:43:30.3044755Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 2022-09-27T15:43:30.3392687Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 2022-09-27T15:43:30.3430980Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 2022-09-27T15:43:30.3469962Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 2022-09-27T15:43:30.3480874Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 2022-09-27T15:43:30.3872094Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 2022-09-27T15:43:30.3876046Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 2022-09-27T15:43:30.3922455Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:30.3987561Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 2022-09-27T15:43:30.3997319Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:30.4067558Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 2022-09-27T15:43:30.4313840Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:30.4314385Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:30.4356313Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 2022-09-27T15:43:30.4522764Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 2022-09-27T15:43:30.4752382Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:30.4753338Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:30.4776533Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 2022-09-27T15:43:30.4799275Z [gw1] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:30.5193900Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 2022-09-27T15:43:30.5215445Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 2022-09-27T15:43:30.5226186Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 2022-09-27T15:43:30.5242587Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:30.5247520Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:30.5262641Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 2022-09-27T15:43:30.5343610Z [gw1] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:30.5637449Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:30.5638541Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 2022-09-27T15:43:30.5766650Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 2022-09-27T15:43:30.5776697Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 2022-09-27T15:43:30.5784180Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 2022-09-27T15:43:30.5812510Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 2022-09-27T15:43:30.6111338Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 2022-09-27T15:43:30.6115950Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 2022-09-27T15:43:30.6123916Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 2022-09-27T15:43:30.6258404Z test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 2022-09-27T15:43:30.6259011Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 2022-09-27T15:43:30.6549645Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 2022-09-27T15:43:30.6552171Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 2022-09-27T15:43:30.6709997Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 2022-09-27T15:43:30.6966442Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:43:30.7101255Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:43:30.7111335Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 2022-09-27T15:43:30.7121927Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 2022-09-27T15:43:30.7395679Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:43:30.7435136Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 2022-09-27T15:43:30.7543265Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 2022-09-27T15:43:30.7679957Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:43:30.7738227Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 2022-09-27T15:43:30.7781971Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 2022-09-27T15:43:30.7824025Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 2022-09-27T15:43:30.7832454Z test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 2022-09-27T15:43:30.7874435Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 2022-09-27T15:43:30.7906479Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 2022-09-27T15:43:30.8113495Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 2022-09-27T15:43:30.8165727Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 2022-09-27T15:43:30.8231889Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 2022-09-27T15:43:30.8272251Z test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 2022-09-27T15:43:30.8446982Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 2022-09-27T15:43:30.8558899Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 2022-09-27T15:43:30.8565878Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 2022-09-27T15:43:30.8616527Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 2022-09-27T15:43:30.8671811Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 2022-09-27T15:43:30.8712032Z test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 2022-09-27T15:43:30.8755931Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 2022-09-27T15:43:30.8759670Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 2022-09-27T15:43:30.8994232Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 2022-09-27T15:43:30.9115165Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:43:30.9155556Z test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 2022-09-27T15:43:30.9184901Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 2022-09-27T15:43:30.9246742Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:43:30.9249834Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 2022-09-27T15:43:30.9434617Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 2022-09-27T15:43:30.9470447Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:43:30.9575593Z [gw1] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:43:30.9653802Z test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 2022-09-27T15:43:30.9656673Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 2022-09-27T15:43:30.9958621Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 2022-09-27T15:43:30.9959265Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 2022-09-27T15:43:31.0092594Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 2022-09-27T15:43:31.0143945Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 2022-09-27T15:43:31.0367538Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 2022-09-27T15:43:31.0382166Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 2022-09-27T15:43:31.0474293Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 2022-09-27T15:43:31.0511579Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:43:31.0518204Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 2022-09-27T15:43:31.0530286Z test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 2022-09-27T15:43:31.0633546Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:43:31.0753579Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 2022-09-27T15:43:31.0816543Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 2022-09-27T15:43:31.0912348Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 2022-09-27T15:43:31.0952904Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 2022-09-27T15:43:31.1046594Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:43:31.1194764Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 2022-09-27T15:43:31.1260402Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 2022-09-27T15:43:31.1352906Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 2022-09-27T15:43:31.1361899Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 2022-09-27T15:43:31.1392071Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:43:31.1397367Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:43:31.1634014Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 2022-09-27T15:43:31.1697018Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 2022-09-27T15:43:31.1778873Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 2022-09-27T15:43:31.1791453Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:43:31.1832195Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:43:31.1840763Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:43:31.2071510Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:43:31.2164158Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 2022-09-27T15:43:31.2209213Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 2022-09-27T15:43:31.2230336Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:43:31.2270036Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:43:31.2280205Z test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 2022-09-27T15:43:31.2386356Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:43:31.2512319Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 2022-09-27T15:43:31.2577325Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 2022-09-27T15:43:31.2673283Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 2022-09-27T15:43:31.2710626Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 2022-09-27T15:43:31.2721319Z [gw3] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 2022-09-27T15:43:31.2953132Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 2022-09-27T15:43:31.3100775Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:43:31.3115919Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:43:31.3153114Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 2022-09-27T15:43:31.3392908Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 2022-09-27T15:43:31.3456688Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:43:31.3552285Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:43:31.3597034Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 2022-09-27T15:43:31.3833605Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 2022-09-27T15:43:31.3899971Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:43:31.3991335Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:43:31.4025427Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 2022-09-27T15:43:31.4271907Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 2022-09-27T15:43:31.4285565Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:31.4432721Z [gw1] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:31.4461389Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 2022-09-27T15:43:31.4588985Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 2022-09-27T15:43:31.4597654Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 2022-09-27T15:43:31.4709927Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 2022-09-27T15:43:31.4725366Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:31.4870098Z [gw1] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:31.4894309Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 2022-09-27T15:43:31.4929248Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 2022-09-27T15:43:31.5030649Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 2022-09-27T15:43:31.5157128Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 2022-09-27T15:43:31.5175380Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:31.5312996Z [gw1] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:31.5362325Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 2022-09-27T15:43:31.5590911Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 2022-09-27T15:43:31.5608736Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:31.5750621Z [gw1] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:31.5789675Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 2022-09-27T15:43:31.6030076Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 2022-09-27T15:43:31.6078342Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:43:31.6189650Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:43:31.6224900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 2022-09-27T15:43:31.6472126Z [gw3] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 2022-09-27T15:43:31.6634042Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 2022-09-27T15:43:31.6638969Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 2022-09-27T15:43:31.6668910Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 2022-09-27T15:43:31.6911093Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 2022-09-27T15:43:31.7073066Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 2022-09-27T15:43:31.7095690Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 2022-09-27T15:43:31.7126298Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 2022-09-27T15:43:31.7351594Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 2022-09-27T15:43:31.7401666Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 2022-09-27T15:43:31.7511722Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 2022-09-27T15:43:31.7578226Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:43:31.7792754Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:43:31.7869085Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 2022-09-27T15:43:31.7951591Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 2022-09-27T15:43:31.8015884Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:43:31.8232228Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:43:31.8330493Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 2022-09-27T15:43:31.8391223Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 2022-09-27T15:43:31.8420972Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 2022-09-27T15:43:31.8672418Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 2022-09-27T15:43:31.8706332Z test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 2022-09-27T15:43:31.8832146Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 2022-09-27T15:43:31.8870236Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 2022-09-27T15:43:31.9113554Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 2022-09-27T15:43:31.9161740Z test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 2022-09-27T15:43:31.9271220Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 2022-09-27T15:43:31.9304340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 2022-09-27T15:43:31.9552835Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 2022-09-27T15:43:31.9642252Z test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 2022-09-27T15:43:31.9710984Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 2022-09-27T15:43:31.9743762Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 2022-09-27T15:43:31.9990202Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 2022-09-27T15:43:32.0100766Z test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 2022-09-27T15:43:32.0150854Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 2022-09-27T15:43:32.0185518Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 2022-09-27T15:43:32.0430925Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 2022-09-27T15:43:32.0543311Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 2022-09-27T15:43:32.0590991Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 2022-09-27T15:43:32.0609438Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 2022-09-27T15:43:32.0873710Z [gw3] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 2022-09-27T15:43:32.1018619Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 2022-09-27T15:43:32.1030817Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 2022-09-27T15:43:32.1048972Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 2022-09-27T15:43:32.1313010Z [gw3] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 2022-09-27T15:43:32.1474756Z test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 2022-09-27T15:43:32.1528503Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 2022-09-27T15:43:32.1741452Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 2022-09-27T15:43:32.1753972Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 2022-09-27T15:43:32.1910939Z test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 2022-09-27T15:43:32.1947644Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 2022-09-27T15:43:32.2050751Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 2022-09-27T15:43:32.2190292Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 2022-09-27T15:43:32.2350533Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 2022-09-27T15:43:32.2389430Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 2022-09-27T15:43:32.2437541Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 2022-09-27T15:43:32.2631314Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 2022-09-27T15:43:32.2792879Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 2022-09-27T15:43:32.2828894Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:43:32.2850103Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 2022-09-27T15:43:32.3073250Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:43:32.3234601Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 2022-09-27T15:43:32.3292664Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:43:32.3674455Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:43:32.3726280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:43:32.4113602Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:43:32.4147592Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 2022-09-27T15:43:32.4211780Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 2022-09-27T15:43:32.4218746Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 2022-09-27T15:43:32.4552900Z test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 2022-09-27T15:43:32.4590410Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 2022-09-27T15:43:32.4991508Z [gw3] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 2022-09-27T15:43:32.5028292Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 2022-09-27T15:43:32.5067393Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 2022-09-27T15:43:32.5074878Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 2022-09-27T15:43:32.5136207Z test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 2022-09-27T15:43:32.5430714Z [gw2] [ 79%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 2022-09-27T15:43:32.5461576Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 2022-09-27T15:43:32.5548857Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 2022-09-27T15:43:32.5870904Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 2022-09-27T15:43:32.5914896Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 2022-09-27T15:43:32.6314563Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 2022-09-27T15:43:32.6368759Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 2022-09-27T15:43:32.6754561Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 2022-09-27T15:43:32.6784372Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 2022-09-27T15:43:32.6943923Z [gw3] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 2022-09-27T15:43:32.6957861Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 2022-09-27T15:43:32.7010594Z test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 2022-09-27T15:43:32.7240669Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 2022-09-27T15:43:32.7245571Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 2022-09-27T15:43:32.7506607Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 2022-09-27T15:43:32.7673219Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:43:32.7678722Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 2022-09-27T15:43:32.7799485Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 2022-09-27T15:43:32.7869652Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:43:32.8128185Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:43:32.8133279Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 2022-09-27T15:43:32.8470318Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 2022-09-27T15:43:32.8483795Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 2022-09-27T15:43:32.8488260Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:43:32.8592384Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 2022-09-27T15:43:32.8596626Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 2022-09-27T15:43:32.8706726Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 2022-09-27T15:43:32.8992763Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:43:32.8997064Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 2022-09-27T15:43:32.9360631Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 2022-09-27T15:43:32.9390251Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:43:32.9394885Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:43:32.9441777Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 2022-09-27T15:43:32.9886739Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 2022-09-27T15:43:32.9894550Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 2022-09-27T15:43:33.0283152Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 2022-09-27T15:43:33.0341669Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 2022-09-27T15:43:33.0354491Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 2022-09-27T15:43:33.0373029Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:43:33.0741288Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:43:33.0769772Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 2022-09-27T15:43:33.1147394Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 2022-09-27T15:43:33.1183145Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:43:33.1183864Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:43:33.1226481Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 2022-09-27T15:43:33.1592237Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 2022-09-27T15:43:33.1638999Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 2022-09-27T15:43:33.1788606Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 2022-09-27T15:43:33.1799798Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:43:33.2035661Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:43:33.2105868Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 2022-09-27T15:43:33.2210501Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 2022-09-27T15:43:33.2272484Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:43:33.2512381Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:43:33.2537493Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 2022-09-27T15:43:33.2546349Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 2022-09-27T15:43:33.2714111Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:43:33.2920583Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:43:33.2979502Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 2022-09-27T15:43:33.3154702Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 2022-09-27T15:43:33.3179576Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:43:33.3416573Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 2022-09-27T15:43:33.3425637Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 2022-09-27T15:43:33.3854342Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 2022-09-27T15:43:33.3863260Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 2022-09-27T15:43:33.4282459Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 2022-09-27T15:43:33.4290797Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 2022-09-27T15:43:33.4731334Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 2022-09-27T15:43:33.4740494Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 2022-09-27T15:43:33.5166895Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 2022-09-27T15:43:33.5176607Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 2022-09-27T15:43:33.5627052Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 2022-09-27T15:43:33.5635874Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 2022-09-27T15:43:33.6090030Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 2022-09-27T15:43:33.6099216Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 2022-09-27T15:43:33.6491800Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 2022-09-27T15:43:33.6501046Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 2022-09-27T15:43:33.6930718Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 2022-09-27T15:43:33.6939981Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 2022-09-27T15:43:33.7361791Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 2022-09-27T15:43:33.7370542Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 2022-09-27T15:43:33.7802560Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 2022-09-27T15:43:33.7811275Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 2022-09-27T15:43:33.8259166Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 2022-09-27T15:43:33.8268196Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 2022-09-27T15:43:33.8691698Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 2022-09-27T15:43:33.8698639Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 2022-09-27T15:43:33.9098644Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 2022-09-27T15:43:33.9157253Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 2022-09-27T15:43:33.9553918Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 2022-09-27T15:43:33.9561004Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 2022-09-27T15:43:33.9956268Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 2022-09-27T15:43:34.0002744Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 2022-09-27T15:43:34.0391774Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 2022-09-27T15:43:34.0436288Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 2022-09-27T15:43:34.0877963Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 2022-09-27T15:43:34.0881466Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 2022-09-27T15:43:34.1286474Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 2022-09-27T15:43:34.1319461Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 2022-09-27T15:43:34.1715891Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 2022-09-27T15:43:34.1777146Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 2022-09-27T15:43:34.2052879Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 2022-09-27T15:43:34.2070442Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 2022-09-27T15:43:34.2153965Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 2022-09-27T15:43:34.2207927Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 2022-09-27T15:43:34.2592414Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 2022-09-27T15:43:34.2622815Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 2022-09-27T15:43:34.3034957Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 2022-09-27T15:43:34.3102737Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 2022-09-27T15:43:34.3474339Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 2022-09-27T15:43:34.3528219Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 2022-09-27T15:43:34.3914561Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 2022-09-27T15:43:34.3974006Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 2022-09-27T15:43:34.4354408Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 2022-09-27T15:43:34.4428698Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 2022-09-27T15:43:34.4793233Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 2022-09-27T15:43:34.4826664Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 2022-09-27T15:43:34.5235466Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 2022-09-27T15:43:34.5277115Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 2022-09-27T15:43:34.5675197Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 2022-09-27T15:43:34.5722495Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 2022-09-27T15:43:34.6116320Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 2022-09-27T15:43:34.6176928Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 2022-09-27T15:43:34.6553904Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 2022-09-27T15:43:34.6602345Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 2022-09-27T15:43:34.6900680Z [gw3] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 2022-09-27T15:43:34.6908887Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 2022-09-27T15:43:34.6992000Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 2022-09-27T15:43:34.7031351Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 2022-09-27T15:43:34.7435192Z [gw3] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 2022-09-27T15:43:34.7502707Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 2022-09-27T15:43:34.7874566Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 2022-09-27T15:43:34.7934969Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 2022-09-27T15:43:34.8313545Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 2022-09-27T15:43:34.8363426Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 2022-09-27T15:43:34.8754769Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 2022-09-27T15:43:34.8802236Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 2022-09-27T15:43:34.9193878Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 2022-09-27T15:43:34.9363462Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 2022-09-27T15:43:34.9710074Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 2022-09-27T15:43:34.9737453Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 2022-09-27T15:43:35.0148193Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 2022-09-27T15:43:35.0168259Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 2022-09-27T15:43:35.0590685Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 2022-09-27T15:43:35.0599034Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 2022-09-27T15:43:35.1020124Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 2022-09-27T15:43:35.1035443Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 2022-09-27T15:43:35.1434088Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 2022-09-27T15:43:35.1485403Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 2022-09-27T15:43:35.1876191Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 2022-09-27T15:43:35.1932541Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 2022-09-27T15:43:35.2319940Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 2022-09-27T15:43:35.2381286Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 2022-09-27T15:43:35.2761022Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 2022-09-27T15:43:35.2856883Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 2022-09-27T15:43:35.3237563Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 2022-09-27T15:43:35.3305133Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 2022-09-27T15:43:35.3675935Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 2022-09-27T15:43:35.3706006Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 2022-09-27T15:43:35.4111296Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 2022-09-27T15:43:35.4141067Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 2022-09-27T15:43:35.4553673Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 2022-09-27T15:43:35.4598107Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 2022-09-27T15:43:35.4858789Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 2022-09-27T15:43:35.4874045Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 2022-09-27T15:43:35.4993977Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:43:35.5054464Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 2022-09-27T15:43:35.5436661Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 2022-09-27T15:43:35.5498682Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 2022-09-27T15:43:35.5875143Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 2022-09-27T15:43:35.5940541Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 2022-09-27T15:43:35.6355265Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 2022-09-27T15:43:35.6419519Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 2022-09-27T15:43:35.6512357Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 2022-09-27T15:43:35.6524844Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:43:35.6791688Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:43:35.6846185Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 2022-09-27T15:43:35.7229672Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 2022-09-27T15:43:35.7287177Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 2022-09-27T15:43:35.7678234Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 2022-09-27T15:43:35.7741360Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 2022-09-27T15:43:35.8151706Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 2022-09-27T15:43:35.8207758Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 2022-09-27T15:43:35.8633292Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 2022-09-27T15:43:35.8715661Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 2022-09-27T15:43:35.9074897Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 2022-09-27T15:43:35.9127603Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 2022-09-27T15:43:35.9646301Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 2022-09-27T15:43:35.9654711Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 2022-09-27T15:43:36.0041031Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 2022-09-27T15:43:36.0049191Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 2022-09-27T15:43:36.0474048Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 2022-09-27T15:43:36.0482632Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 2022-09-27T15:43:36.0927672Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 2022-09-27T15:43:36.0937861Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 2022-09-27T15:43:36.1373779Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 2022-09-27T15:43:36.1382820Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 2022-09-27T15:43:36.1797983Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 2022-09-27T15:43:36.1806754Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 2022-09-27T15:43:36.2196313Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 2022-09-27T15:43:36.2250453Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 2022-09-27T15:43:36.2574406Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 2022-09-27T15:43:36.2585994Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:43:36.2678071Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 2022-09-27T15:43:36.2683421Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 2022-09-27T15:43:36.2747288Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 2022-09-27T15:43:36.2995151Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 2022-09-27T15:43:36.3114077Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 2022-09-27T15:43:36.3220531Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 2022-09-27T15:43:36.3551895Z [gw3] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 2022-09-27T15:43:36.3598080Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 2022-09-27T15:43:36.3995919Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 2022-09-27T15:43:36.4469738Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 2022-09-27T15:43:36.4497336Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 2022-09-27T15:43:36.4587196Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 2022-09-27T15:43:36.4984066Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 2022-09-27T15:43:36.4994637Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 2022-09-27T15:43:36.5408709Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 2022-09-27T15:43:36.5420059Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 2022-09-27T15:43:36.5872679Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 2022-09-27T15:43:36.5905022Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 2022-09-27T15:43:36.6133523Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 2022-09-27T15:43:36.6150383Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 2022-09-27T15:43:36.6339896Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 2022-09-27T15:43:36.6351190Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 2022-09-27T15:43:36.6750099Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 2022-09-27T15:43:36.6783009Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 2022-09-27T15:43:36.7155264Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 2022-09-27T15:43:36.7195387Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 2022-09-27T15:43:36.7593445Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 2022-09-27T15:43:36.7637697Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 2022-09-27T15:43:36.8030602Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 2022-09-27T15:43:36.8069593Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 2022-09-27T15:43:36.8472327Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 2022-09-27T15:43:36.8516895Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 2022-09-27T15:43:36.8913446Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 2022-09-27T15:43:36.8967625Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 2022-09-27T15:43:36.9353511Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 2022-09-27T15:43:36.9408332Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 2022-09-27T15:43:36.9793811Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 2022-09-27T15:43:36.9842285Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 2022-09-27T15:43:37.0233928Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 2022-09-27T15:43:37.0271753Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 2022-09-27T15:43:37.0676124Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 2022-09-27T15:43:37.0738588Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 2022-09-27T15:43:37.1114767Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 2022-09-27T15:43:37.1161148Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 2022-09-27T15:43:37.1551995Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 2022-09-27T15:43:37.1597298Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 2022-09-27T15:43:37.1995214Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 2022-09-27T15:43:37.2044786Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 2022-09-27T15:43:37.2434617Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 2022-09-27T15:43:37.2494318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 2022-09-27T15:43:37.2875146Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 2022-09-27T15:43:37.2927535Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 2022-09-27T15:43:37.3312260Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 2022-09-27T15:43:37.3353560Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 2022-09-27T15:43:37.3750679Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 2022-09-27T15:43:37.3802162Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 2022-09-27T15:43:37.4190668Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 2022-09-27T15:43:37.4232112Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 2022-09-27T15:43:37.4631235Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 2022-09-27T15:43:37.4772879Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 2022-09-27T15:43:37.5029776Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 2022-09-27T15:43:37.5043465Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 2022-09-27T15:43:37.5109753Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:43:37.5115719Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 2022-09-27T15:43:37.5569605Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 2022-09-27T15:43:37.5576942Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 2022-09-27T15:43:37.5955118Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 2022-09-27T15:43:37.6011684Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 2022-09-27T15:43:37.6393239Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 2022-09-27T15:43:37.6437391Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 2022-09-27T15:43:37.6831188Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 2022-09-27T15:43:37.6867652Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 2022-09-27T15:43:37.7270909Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 2022-09-27T15:43:37.7308898Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 2022-09-27T15:43:37.7328416Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 2022-09-27T15:43:37.7337275Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:43:37.7712618Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:43:37.7759821Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 2022-09-27T15:43:37.8151717Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 2022-09-27T15:43:37.8177570Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 2022-09-27T15:43:37.8623478Z [gw3] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 2022-09-27T15:43:37.8633321Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 2022-09-27T15:43:37.9111957Z [gw3] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 2022-09-27T15:43:37.9119016Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 2022-09-27T15:43:37.9590577Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 2022-09-27T15:43:37.9597992Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 2022-09-27T15:43:38.0085456Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 2022-09-27T15:43:38.0093507Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 2022-09-27T15:43:38.0418574Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 2022-09-27T15:43:38.0434104Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:43:38.0522046Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:43:38.0528850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 2022-09-27T15:43:38.0961458Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 2022-09-27T15:43:38.0968292Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 2022-09-27T15:43:38.1423047Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 2022-09-27T15:43:38.1431916Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 2022-09-27T15:43:38.1900252Z [gw3] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 2022-09-27T15:43:38.1910656Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 2022-09-27T15:43:38.2335810Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 2022-09-27T15:43:38.2344971Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 2022-09-27T15:43:38.2758341Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 2022-09-27T15:43:38.2780572Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 2022-09-27T15:43:38.3058602Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 2022-09-27T15:43:38.3072471Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:43:38.3211797Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:43:38.3222035Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 2022-09-27T15:43:38.3617653Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 2022-09-27T15:43:38.3648145Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 2022-09-27T15:43:38.4068788Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 2022-09-27T15:43:38.4103255Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 2022-09-27T15:43:38.4504451Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 2022-09-27T15:43:38.4543812Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 2022-09-27T15:43:38.4940901Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 2022-09-27T15:43:38.4980764Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 2022-09-27T15:43:38.5379461Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 2022-09-27T15:43:38.5417848Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 2022-09-27T15:43:38.5824213Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 2022-09-27T15:43:38.5865389Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 2022-09-27T15:43:38.6297485Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 2022-09-27T15:43:38.6298158Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 2022-09-27T15:43:38.6737823Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 2022-09-27T15:43:38.6824026Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 2022-09-27T15:43:38.7219023Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 2022-09-27T15:43:38.7253848Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 2022-09-27T15:43:38.7701090Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 2022-09-27T15:43:38.7730875Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 2022-09-27T15:43:38.8096380Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 2022-09-27T15:43:38.8120350Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:43:38.8155327Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:43:38.8162976Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 2022-09-27T15:43:38.8598126Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 2022-09-27T15:43:38.8605336Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 2022-09-27T15:43:38.9087402Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 2022-09-27T15:43:38.9095788Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 2022-09-27T15:43:38.9566212Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 2022-09-27T15:43:38.9569162Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 2022-09-27T15:43:38.9954533Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 2022-09-27T15:43:38.9995775Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 2022-09-27T15:43:39.0437988Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 2022-09-27T15:43:39.0483944Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 2022-09-27T15:43:39.0876580Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 2022-09-27T15:43:39.0935395Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 2022-09-27T15:43:39.1008403Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 2022-09-27T15:43:39.1018227Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:43:39.1313456Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:43:39.1358255Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 2022-09-27T15:43:39.1857801Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 2022-09-27T15:43:39.1858480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 2022-09-27T15:43:39.2283706Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 2022-09-27T15:43:39.2284444Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 2022-09-27T15:43:39.2679171Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 2022-09-27T15:43:39.2732170Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 2022-09-27T15:43:39.3152203Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 2022-09-27T15:43:39.3167126Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 2022-09-27T15:43:39.3599034Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 2022-09-27T15:43:39.3599657Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 2022-09-27T15:43:39.3680191Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 2022-09-27T15:43:39.3698066Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:43:39.4094043Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:43:39.4094662Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 2022-09-27T15:43:39.4513545Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 2022-09-27T15:43:39.4517124Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 2022-09-27T15:43:39.5014637Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 2022-09-27T15:43:39.5015351Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 2022-09-27T15:43:39.5493697Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 2022-09-27T15:43:39.5494330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 2022-09-27T15:43:39.5952468Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 2022-09-27T15:43:39.5973440Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 2022-09-27T15:43:39.6400168Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 2022-09-27T15:43:39.6400758Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 2022-09-27T15:43:39.6849681Z [gw3] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 2022-09-27T15:43:39.6850297Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 2022-09-27T15:43:39.7312655Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 2022-09-27T15:43:39.7334660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 2022-09-27T15:43:39.7745669Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 2022-09-27T15:43:39.7761993Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 2022-09-27T15:43:39.8265320Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 2022-09-27T15:43:39.8273815Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 2022-09-27T15:43:39.8675439Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 2022-09-27T15:43:39.8685848Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 2022-09-27T15:43:39.9117259Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 2022-09-27T15:43:39.9126635Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 2022-09-27T15:43:39.9536229Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 2022-09-27T15:43:39.9570637Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 2022-09-27T15:43:40.0001830Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 2022-09-27T15:43:40.0011619Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 2022-09-27T15:43:40.0072808Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 2022-09-27T15:43:40.0097179Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:43:40.0460996Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 2022-09-27T15:43:40.0469621Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 2022-09-27T15:43:40.0654783Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 2022-09-27T15:43:40.0684929Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 2022-09-27T15:43:40.0914015Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 2022-09-27T15:43:40.0921608Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:43:40.1387194Z [gw3] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:43:40.1392756Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:43:40.1837063Z [gw3] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:43:40.1840617Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 2022-09-27T15:43:40.1964465Z [gw3] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 2022-09-27T15:43:40.1990314Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 2022-09-27T15:43:40.2270522Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 2022-09-27T15:43:40.2277347Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:43:40.2643899Z [gw3] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:43:40.2662662Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 2022-09-27T15:43:40.2681594Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 2022-09-27T15:43:40.2723797Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 2022-09-27T15:43:40.2780906Z [gw3] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 2022-09-27T15:43:40.3096793Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 2022-09-27T15:43:40.3186924Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:43:40.3187473Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 2022-09-27T15:43:40.3631631Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 2022-09-27T15:43:40.3646792Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 2022-09-27T15:43:40.4071090Z [gw3] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 2022-09-27T15:43:40.4079896Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 2022-09-27T15:43:40.4468540Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 2022-09-27T15:43:40.4484152Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 2022-09-27T15:43:40.4903272Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 2022-09-27T15:43:40.4934827Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:43:40.5315085Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:43:40.5360668Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 2022-09-27T15:43:40.5765561Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 2022-09-27T15:43:40.5803908Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 2022-09-27T15:43:40.6237852Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 2022-09-27T15:43:40.6242276Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 2022-09-27T15:43:40.6743040Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 2022-09-27T15:43:40.6895105Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 2022-09-27T15:43:40.7121681Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 2022-09-27T15:43:40.7126031Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 2022-09-27T15:43:40.7565589Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 2022-09-27T15:43:40.7578141Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 2022-09-27T15:43:40.8011096Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 2022-09-27T15:43:40.8020209Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 2022-09-27T15:43:40.8054658Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 2022-09-27T15:43:40.8070397Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 2022-09-27T15:43:40.8449028Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 2022-09-27T15:43:40.8459071Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 2022-09-27T15:43:40.8851625Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 2022-09-27T15:43:40.8983108Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 2022-09-27T15:43:40.9386760Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 2022-09-27T15:43:40.9396103Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 2022-09-27T15:43:40.9767734Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 2022-09-27T15:43:40.9815859Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 2022-09-27T15:43:41.0222008Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 2022-09-27T15:43:41.0255260Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 2022-09-27T15:43:41.0677066Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 2022-09-27T15:43:41.0712406Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:43:41.1157114Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:43:41.1191681Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 2022-09-27T15:43:41.1632535Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 2022-09-27T15:43:41.1765883Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 2022-09-27T15:43:41.2232013Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 2022-09-27T15:43:41.2397113Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:43:41.2633506Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:43:41.2643519Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 2022-09-27T15:43:41.3119240Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 2022-09-27T15:43:41.3129179Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 2022-09-27T15:43:41.3598124Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 2022-09-27T15:43:41.3608414Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:43:41.4046872Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:43:41.4065134Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:43:41.4069006Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 2022-09-27T15:43:41.4098694Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 2022-09-27T15:43:41.4249736Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 2022-09-27T15:43:41.4475875Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 2022-09-27T15:43:41.4526041Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:43:41.4526863Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 2022-09-27T15:43:41.5009666Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 2022-09-27T15:43:41.5010449Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 2022-09-27T15:43:41.5100504Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 2022-09-27T15:43:41.5133985Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:43:41.5487655Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:43:41.5488352Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 2022-09-27T15:43:41.5841499Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 2022-09-27T15:43:41.5860643Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:43:41.5965225Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:43:41.5965897Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:43:41.6464606Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:43:41.6465545Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 2022-09-27T15:43:41.6871017Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 2022-09-27T15:43:41.6956442Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 2022-09-27T15:43:41.7311436Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 2022-09-27T15:43:41.7348988Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:43:41.7752473Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:43:41.7799391Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 2022-09-27T15:43:41.8079515Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 2022-09-27T15:43:41.8102020Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:43:41.8190712Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:43:41.8239954Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:43:41.8631976Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:43:41.8654850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 2022-09-27T15:43:41.9111880Z [gw3] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 2022-09-27T15:43:41.9153727Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 2022-09-27T15:43:41.9641865Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 2022-09-27T15:43:41.9649526Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 2022-09-27T15:43:42.0133966Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 2022-09-27T15:43:42.0140340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 2022-09-27T15:43:42.0546374Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 2022-09-27T15:43:42.0565035Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 2022-09-27T15:43:42.0863435Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 2022-09-27T15:43:42.0883591Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:43:42.0991435Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:43:42.1020084Z [gw2] [ 80%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:43:42.1114067Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 2022-09-27T15:43:42.1129518Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 2022-09-27T15:43:42.1151754Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 2022-09-27T15:43:42.1389610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 2022-09-27T15:43:42.1467362Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 2022-09-27T15:43:42.1519801Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 2022-09-27T15:43:42.1523527Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 2022-09-27T15:43:42.1591185Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 2022-09-27T15:43:42.1638915Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 2022-09-27T15:43:42.1752853Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 2022-09-27T15:43:42.1952769Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 2022-09-27T15:43:42.1996465Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 2022-09-27T15:43:42.2390219Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 2022-09-27T15:43:42.2439251Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 2022-09-27T15:43:42.2871979Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 2022-09-27T15:43:42.2916328Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 2022-09-27T15:43:42.3056226Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 2022-09-27T15:43:42.3076560Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 2022-09-27T15:43:42.3399133Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 2022-09-27T15:43:42.3403474Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 2022-09-27T15:43:42.3795886Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 2022-09-27T15:43:42.3845446Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 2022-09-27T15:43:42.4235350Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 2022-09-27T15:43:42.4280854Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 2022-09-27T15:43:42.4709363Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 2022-09-27T15:43:42.4715440Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 2022-09-27T15:43:42.5207268Z [gw3] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 2022-09-27T15:43:42.5213653Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 2022-09-27T15:43:42.5280176Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 2022-09-27T15:43:42.5305273Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 2022-09-27T15:43:42.5648040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 2022-09-27T15:43:42.5658689Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 2022-09-27T15:43:42.5715206Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 2022-09-27T15:43:42.5730682Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 2022-09-27T15:43:42.6084066Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 2022-09-27T15:43:42.6129043Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 2022-09-27T15:43:42.6539066Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 2022-09-27T15:43:42.6567199Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 2022-09-27T15:43:42.6795350Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 2022-09-27T15:43:42.6815329Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 2022-09-27T15:43:42.6980649Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:42.6986111Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:42.7020507Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 2022-09-27T15:43:42.7032267Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 2022-09-27T15:43:42.7039568Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 2022-09-27T15:43:42.7233234Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 2022-09-27T15:43:42.7311482Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:43:42.7394230Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:43:42.7423013Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 2022-09-27T15:43:42.7673799Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 2022-09-27T15:43:42.7790735Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 2022-09-27T15:43:42.7873616Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 2022-09-27T15:43:42.7902629Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 2022-09-27T15:43:42.8114412Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 2022-09-27T15:43:42.8289587Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:42.8313049Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:42.8348445Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 2022-09-27T15:43:42.8554015Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 2022-09-27T15:43:42.8752939Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:42.8779913Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 2022-09-27T15:43:42.9190460Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 2022-09-27T15:43:42.9218075Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 2022-09-27T15:43:42.9588937Z [gw3] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 2022-09-27T15:43:42.9595696Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:42.9630060Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 2022-09-27T15:43:42.9653974Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 2022-09-27T15:43:43.0069667Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 2022-09-27T15:43:43.0098960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 2022-09-27T15:43:43.0130424Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 2022-09-27T15:43:43.0136962Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 2022-09-27T15:43:43.0513301Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 2022-09-27T15:43:43.0574708Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 2022-09-27T15:43:43.0975713Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 2022-09-27T15:43:43.1013262Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 2022-09-27T15:43:43.1442772Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 2022-09-27T15:43:43.1452855Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 2022-09-27T15:43:43.1885075Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 2022-09-27T15:43:43.1898631Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 2022-09-27T15:43:43.2435699Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 2022-09-27T15:43:43.2446864Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 2022-09-27T15:43:43.2771488Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 2022-09-27T15:43:43.2783636Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 2022-09-27T15:43:43.3218315Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 2022-09-27T15:43:43.3228799Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 2022-09-27T15:43:43.3676315Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 2022-09-27T15:43:43.3685303Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 2022-09-27T15:43:43.4112159Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 2022-09-27T15:43:43.4120044Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 2022-09-27T15:43:43.4527384Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 2022-09-27T15:43:43.4534543Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 2022-09-27T15:43:43.4974737Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 2022-09-27T15:43:43.4983371Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:43:43.5414390Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:43:43.5420987Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:43:43.5846029Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:43:43.5849501Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 2022-09-27T15:43:43.6235175Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 2022-09-27T15:43:43.6284737Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 2022-09-27T15:43:43.6673984Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 2022-09-27T15:43:43.6723692Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 2022-09-27T15:43:43.7110769Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 2022-09-27T15:43:43.7158989Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 2022-09-27T15:43:43.7588886Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 2022-09-27T15:43:43.7595300Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 2022-09-27T15:43:43.8052288Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 2022-09-27T15:43:43.8052899Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 2022-09-27T15:43:43.8478406Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 2022-09-27T15:43:43.8478987Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 2022-09-27T15:43:43.8885748Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 2022-09-27T15:43:43.8932389Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 2022-09-27T15:43:43.9256454Z [gw3] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 2022-09-27T15:43:43.9274086Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 2022-09-27T15:43:43.9340533Z test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 2022-09-27T15:43:43.9342555Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 2022-09-27T15:43:43.9479911Z [gw3] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 2022-09-27T15:43:43.9710198Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 2022-09-27T15:43:43.9781523Z test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 2022-09-27T15:43:43.9786944Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 2022-09-27T15:43:43.9799682Z [gw3] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 2022-09-27T15:43:44.0251746Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 2022-09-27T15:43:44.0258894Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 2022-09-27T15:43:44.0265272Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 2022-09-27T15:43:44.0412388Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 2022-09-27T15:43:44.0717342Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 2022-09-27T15:43:44.0723250Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 2022-09-27T15:43:44.0728884Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 2022-09-27T15:43:44.0936201Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 2022-09-27T15:43:44.1110723Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 2022-09-27T15:43:44.1154975Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 2022-09-27T15:43:44.1164966Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 2022-09-27T15:43:44.1211214Z test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 2022-09-27T15:43:44.1552112Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 2022-09-27T15:43:44.1636177Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 2022-09-27T15:43:44.1663688Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 2022-09-27T15:43:44.1674229Z test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 2022-09-27T15:43:44.1991987Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 2022-09-27T15:43:44.2030193Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 2022-09-27T15:43:44.2124381Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 2022-09-27T15:43:44.2141003Z [gw1] [ 81%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 2022-09-27T15:43:44.2474985Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 2022-09-27T15:43:44.2483072Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 2022-09-27T15:43:44.2604825Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:43:44.2638712Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:43:44.2914482Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 2022-09-27T15:43:44.2992196Z test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 2022-09-27T15:43:44.2998974Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:43:44.3595459Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:43:44.3596180Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:43:44.3911687Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:43:44.3939024Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 2022-09-27T15:43:44.4084463Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 2022-09-27T15:43:44.4119736Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 2022-09-27T15:43:44.4324811Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 2022-09-27T15:43:44.4329417Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 2022-09-27T15:43:44.4445422Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 2022-09-27T15:43:44.4453961Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 2022-09-27T15:43:44.4641676Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 2022-09-27T15:43:44.4652656Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 2022-09-27T15:43:44.4671157Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 2022-09-27T15:43:44.4711215Z [gw1] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 2022-09-27T15:43:44.4747218Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:43:44.5072468Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:43:44.5150925Z test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 2022-09-27T15:43:44.5191890Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:43:44.5374964Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:43:44.5511192Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 2022-09-27T15:43:44.5552611Z test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 2022-09-27T15:43:44.5591642Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 2022-09-27T15:43:44.5629187Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:43:44.5760522Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:43:44.5771096Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 2022-09-27T15:43:44.5955339Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:43:44.6033472Z test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 2022-09-27T15:43:44.6083162Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:43:44.6109652Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:43:44.6116610Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:43:44.6190125Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 2022-09-27T15:43:44.6394257Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:43:44.6474868Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 2022-09-27T15:43:44.6489574Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:43:44.6524276Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:43:44.6632753Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:43:44.6915427Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:43:44.6927668Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:43:44.6959390Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:43:44.6973718Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 2022-09-27T15:43:44.7138456Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:43:44.7143779Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 2022-09-27T15:43:44.7409171Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:43:44.7416838Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:43:44.7671097Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:43:44.7696475Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 2022-09-27T15:43:44.7718996Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:43:44.7725477Z test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 2022-09-27T15:43:44.7834174Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:43:44.7840848Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:43:44.8171627Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:43:44.8183387Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 2022-09-27T15:43:44.8245726Z test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 2022-09-27T15:43:44.8291341Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:43:44.8340759Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:43:44.8425675Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 2022-09-27T15:43:44.8440688Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:43:44.8619915Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:43:44.8729629Z test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 2022-09-27T15:43:44.8739280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 2022-09-27T15:43:44.8831742Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 2022-09-27T15:43:44.8869189Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:43:44.8881840Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 2022-09-27T15:43:44.9031838Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 2022-09-27T15:43:44.9189950Z test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 2022-09-27T15:43:44.9199698Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:43:44.9336086Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:43:44.9513502Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 2022-09-27T15:43:44.9554989Z test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 2022-09-27T15:43:44.9632922Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 2022-09-27T15:43:44.9643801Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:43:44.9956002Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:43:45.0034062Z test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 2022-09-27T15:43:45.0085210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:43:45.0156330Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:43:45.0390922Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 2022-09-27T15:43:45.0472571Z test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 2022-09-27T15:43:45.0521646Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 2022-09-27T15:43:45.0545226Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 2022-09-27T15:43:45.0832691Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 2022-09-27T15:43:45.0913516Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 2022-09-27T15:43:45.0958962Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 2022-09-27T15:43:45.0977234Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 2022-09-27T15:43:45.0987640Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 2022-09-27T15:43:45.1086941Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:45.1272392Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 2022-09-27T15:43:45.1353682Z test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 2022-09-27T15:43:45.1373811Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 2022-09-27T15:43:45.1394512Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 2022-09-27T15:43:45.1428540Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 2022-09-27T15:43:45.1436874Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:45.1711302Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:45.1791821Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 2022-09-27T15:43:45.1836115Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 2022-09-27T15:43:45.2234051Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 2022-09-27T15:43:45.2281570Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 2022-09-27T15:43:45.2360576Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 2022-09-27T15:43:45.2371400Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:45.2665165Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:45.2684381Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:45.2728097Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 2022-09-27T15:43:45.2790934Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 2022-09-27T15:43:45.3115823Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 2022-09-27T15:43:45.3160188Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 2022-09-27T15:43:45.3595327Z [gw3] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 2022-09-27T15:43:45.3660307Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 2022-09-27T15:43:45.4034208Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 2022-09-27T15:43:45.4489364Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 2022-09-27T15:43:45.4497463Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 2022-09-27T15:43:45.4544108Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 2022-09-27T15:43:45.4952528Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 2022-09-27T15:43:45.4996981Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 2022-09-27T15:43:45.5218945Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 2022-09-27T15:43:45.5227053Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 2022-09-27T15:43:45.5250482Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 2022-09-27T15:43:45.5392105Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 2022-09-27T15:43:45.5450481Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 2022-09-27T15:43:45.5631874Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 2022-09-27T15:43:45.5771051Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 2022-09-27T15:43:45.5804062Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 2022-09-27T15:43:45.5811896Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 2022-09-27T15:43:45.5831982Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:43:45.5876277Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 2022-09-27T15:43:45.5995888Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 2022-09-27T15:43:45.6006859Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 2022-09-27T15:43:45.6073934Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 2022-09-27T15:43:45.6163901Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 2022-09-27T15:43:45.6271869Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 2022-09-27T15:43:45.6327533Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 2022-09-27T15:43:45.6510479Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 2022-09-27T15:43:45.6597390Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 2022-09-27T15:43:45.6606825Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:43:45.6681751Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:43:45.6708899Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:43:45.6733091Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 2022-09-27T15:43:45.6750184Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 2022-09-27T15:43:45.6949677Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 2022-09-27T15:43:45.7030548Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 2022-09-27T15:43:45.7118646Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:43:45.7151039Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 2022-09-27T15:43:45.7196765Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 2022-09-27T15:43:45.7390796Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 2022-09-27T15:43:45.7590197Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 2022-09-27T15:43:45.7697794Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 2022-09-27T15:43:45.8080673Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 2022-09-27T15:43:45.8087750Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 2022-09-27T15:43:45.8163212Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 2022-09-27T15:43:45.8188987Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 2022-09-27T15:43:45.8566532Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 2022-09-27T15:43:45.8573924Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 2022-09-27T15:43:45.8885564Z [gw3] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 2022-09-27T15:43:45.8894387Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 2022-09-27T15:43:45.8953464Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 2022-09-27T15:43:45.9010252Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 2022-09-27T15:43:45.9310492Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 2022-09-27T15:43:45.9319816Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 2022-09-27T15:43:45.9392819Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 2022-09-27T15:43:45.9441798Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 2022-09-27T15:43:45.9834443Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 2022-09-27T15:43:45.9877643Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 2022-09-27T15:43:45.9883346Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 2022-09-27T15:43:45.9893928Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 2022-09-27T15:43:45.9917338Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 2022-09-27T15:43:46.0272021Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 2022-09-27T15:43:46.0314525Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 2022-09-27T15:43:46.0320383Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 2022-09-27T15:43:46.0713470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 2022-09-27T15:43:46.0764628Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 2022-09-27T15:43:46.1274865Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 2022-09-27T15:43:46.1330415Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 2022-09-27T15:43:46.1348000Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 2022-09-27T15:43:46.1356736Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 2022-09-27T15:43:46.1382911Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 2022-09-27T15:43:46.1638276Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 2022-09-27T15:43:46.1646648Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:43:46.1760567Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:43:46.1763905Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 2022-09-27T15:43:46.1791821Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 2022-09-27T15:43:46.1821944Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 2022-09-27T15:43:46.2207923Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 2022-09-27T15:43:46.2212223Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 2022-09-27T15:43:46.2233813Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 2022-09-27T15:43:46.2291764Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 2022-09-27T15:43:46.2648193Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 2022-09-27T15:43:46.2652844Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 2022-09-27T15:43:46.2689177Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 2022-09-27T15:43:46.2715091Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 2022-09-27T15:43:46.3075884Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 2022-09-27T15:43:46.3076517Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 2022-09-27T15:43:46.3115050Z [gw3] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 2022-09-27T15:43:46.3524626Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 2022-09-27T15:43:46.3530207Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 2022-09-27T15:43:46.3611723Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 2022-09-27T15:43:46.3636917Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 2022-09-27T15:43:46.3667527Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 2022-09-27T15:43:46.3965370Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 2022-09-27T15:43:46.3966016Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 2022-09-27T15:43:46.4109742Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 2022-09-27T15:43:46.4405586Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 2022-09-27T15:43:46.4407390Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 2022-09-27T15:43:46.4843143Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 2022-09-27T15:43:46.4843944Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 2022-09-27T15:43:46.4930873Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 2022-09-27T15:43:46.4944153Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 2022-09-27T15:43:46.5067854Z test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 2022-09-27T15:43:46.5280761Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 2022-09-27T15:43:46.5281361Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 2022-09-27T15:43:46.5351266Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 2022-09-27T15:43:46.5524482Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 2022-09-27T15:43:46.5579300Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 2022-09-27T15:43:46.5590494Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 2022-09-27T15:43:46.5615270Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 2022-09-27T15:43:46.5669497Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 2022-09-27T15:43:46.5709502Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 2022-09-27T15:43:46.5789596Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 2022-09-27T15:43:46.5997181Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 2022-09-27T15:43:46.6032630Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 2022-09-27T15:43:46.6060887Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 2022-09-27T15:43:46.6110770Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 2022-09-27T15:43:46.6153873Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 2022-09-27T15:43:46.6230702Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 2022-09-27T15:43:46.6275248Z test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 2022-09-27T15:43:46.6473830Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 2022-09-27T15:43:46.6594606Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 2022-09-27T15:43:46.6697006Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 2022-09-27T15:43:46.6776620Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 2022-09-27T15:43:46.6777772Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 2022-09-27T15:43:46.7102769Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 2022-09-27T15:43:46.7104773Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 2022-09-27T15:43:46.7228957Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 2022-09-27T15:43:46.7267493Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 2022-09-27T15:43:46.7519451Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 2022-09-27T15:43:46.7520104Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 2022-09-27T15:43:46.7668633Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 2022-09-27T15:43:46.7713554Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 2022-09-27T15:43:46.8004591Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 2022-09-27T15:43:46.8005222Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 2022-09-27T15:43:46.8112994Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 2022-09-27T15:43:46.8117139Z test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 2022-09-27T15:43:46.8482012Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 2022-09-27T15:43:46.8482585Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 2022-09-27T15:43:46.8488102Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 2022-09-27T15:43:46.8560653Z test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 2022-09-27T15:43:46.8929493Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 2022-09-27T15:43:46.8930067Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 2022-09-27T15:43:46.8936123Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 2022-09-27T15:43:46.9387370Z test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 2022-09-27T15:43:46.9388076Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 2022-09-27T15:43:46.9388661Z test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 2022-09-27T15:43:46.9389211Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 2022-09-27T15:43:46.9735318Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 2022-09-27T15:43:46.9761558Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 2022-09-27T15:43:46.9794026Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 2022-09-27T15:43:46.9809767Z test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 2022-09-27T15:43:46.9953121Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 2022-09-27T15:43:47.0303323Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 2022-09-27T15:43:47.0313438Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 2022-09-27T15:43:47.0316934Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 2022-09-27T15:43:47.0318474Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 2022-09-27T15:43:47.0729702Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 2022-09-27T15:43:47.0732940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 2022-09-27T15:43:47.0733564Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 2022-09-27T15:43:47.0854278Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 2022-09-27T15:43:47.1145827Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 2022-09-27T15:43:47.1146435Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:43:47.1173372Z [gw3] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:43:47.1173992Z test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 2022-09-27T15:43:47.1598512Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 2022-09-27T15:43:47.1606711Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 2022-09-27T15:43:47.1619300Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 2022-09-27T15:43:47.1624159Z test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 2022-09-27T15:43:47.1996653Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 2022-09-27T15:43:47.2000551Z test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 2022-09-27T15:43:47.2055081Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 2022-09-27T15:43:47.2278211Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 2022-09-27T15:43:47.2435363Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 2022-09-27T15:43:47.2524770Z test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 2022-09-27T15:43:47.2530722Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 2022-09-27T15:43:47.2610051Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 2022-09-27T15:43:47.2972555Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 2022-09-27T15:43:47.2978688Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 2022-09-27T15:43:47.2988388Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 2022-09-27T15:43:47.3034477Z test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 2022-09-27T15:43:47.3352971Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 2022-09-27T15:43:47.3387733Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 2022-09-27T15:43:47.3406459Z test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 2022-09-27T15:43:47.3555336Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 2022-09-27T15:43:47.3850486Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 2022-09-27T15:43:47.3855315Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 2022-09-27T15:43:47.3866894Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 2022-09-27T15:43:47.3901610Z test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 2022-09-27T15:43:47.4268181Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 2022-09-27T15:43:47.4283395Z test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 2022-09-27T15:43:47.4287664Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 2022-09-27T15:43:47.4394272Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 2022-09-27T15:43:47.4633420Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 2022-09-27T15:43:47.4767756Z test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 2022-09-27T15:43:47.4772964Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 2022-09-27T15:43:47.4888670Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 2022-09-27T15:43:47.5150579Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 2022-09-27T15:43:47.5209572Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumprod_cpu_complex64 2022-09-27T15:43:47.5216660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 2022-09-27T15:43:47.5363291Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 2022-09-27T15:43:47.5591083Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumprod_cpu_complex64 2022-09-27T15:43:47.5659635Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumsum_cpu_complex64 2022-09-27T15:43:47.5667036Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 2022-09-27T15:43:47.5738764Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 2022-09-27T15:43:47.6070355Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumsum_cpu_complex64 2022-09-27T15:43:47.6129527Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_mean_cpu_complex64 2022-09-27T15:43:47.6134515Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 2022-09-27T15:43:47.6316238Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 2022-09-27T15:43:47.6333654Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 2022-09-27T15:43:47.6518391Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 2022-09-27T15:43:47.6562050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 2022-09-27T15:43:47.7001660Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 2022-09-27T15:43:47.7005583Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 2022-09-27T15:43:47.7040647Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 2022-09-27T15:43:47.7066453Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_mean_cpu_complex64 2022-09-27T15:43:47.7435960Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_normalize_cpu_complex64 2022-09-27T15:43:47.7441639Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 2022-09-27T15:43:47.7850306Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 2022-09-27T15:43:47.7885330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 2022-09-27T15:43:47.8010405Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 2022-09-27T15:43:47.8027414Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_normalize_cpu_complex64 2022-09-27T15:43:47.8320132Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_prod_cpu_complex64 2022-09-27T15:43:47.8327421Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 2022-09-27T15:43:47.8760925Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 2022-09-27T15:43:47.8768317Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 2022-09-27T15:43:47.9203322Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 2022-09-27T15:43:47.9210278Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 2022-09-27T15:43:47.9307306Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 2022-09-27T15:43:47.9326286Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_prod_cpu_complex64 2022-09-27T15:43:47.9644476Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_std_cpu_complex64 2022-09-27T15:43:47.9652051Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 2022-09-27T15:43:48.0091322Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 2022-09-27T15:43:48.0099536Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 2022-09-27T15:43:48.0524860Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 2022-09-27T15:43:48.0533272Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 2022-09-27T15:43:48.1010851Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 2022-09-27T15:43:48.1019068Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 2022-09-27T15:43:48.1236555Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 2022-09-27T15:43:48.1253653Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_std_cpu_complex64 2022-09-27T15:43:48.1495899Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_sum_cpu_complex64 2022-09-27T15:43:48.1503263Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 2022-09-27T15:43:48.1923225Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 2022-09-27T15:43:48.1931519Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 2022-09-27T15:43:48.2325097Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 2022-09-27T15:43:48.2337182Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_sum_cpu_complex64 2022-09-27T15:43:48.2358963Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 2022-09-27T15:43:48.2444018Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 2022-09-27T15:43:48.2845842Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_var_cpu_complex64 2022-09-27T15:43:48.2853104Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 2022-09-27T15:43:48.3285862Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 2022-09-27T15:43:48.3293362Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 2022-09-27T15:43:48.3720684Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 2022-09-27T15:43:48.3730050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 2022-09-27T15:43:48.4133147Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 2022-09-27T15:43:48.4170813Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 2022-09-27T15:43:48.4553751Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 2022-09-27T15:43:48.4593720Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 2022-09-27T15:43:48.4900393Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 2022-09-27T15:43:48.4909464Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_var_cpu_complex64 2022-09-27T15:43:48.4941076Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 2022-09-27T15:43:48.4990102Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 2022-09-27T15:43:48.5036205Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 2022-09-27T15:43:48.5350462Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 2022-09-27T15:43:48.5405295Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 2022-09-27T15:43:48.5446609Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 2022-09-27T15:43:48.5544089Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 2022-09-27T15:43:48.5791984Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 2022-09-27T15:43:48.5852720Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 2022-09-27T15:43:48.5918562Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 2022-09-27T15:43:48.5924684Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 2022-09-27T15:43:48.6231472Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 2022-09-27T15:43:48.6353087Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 2022-09-27T15:43:48.6359348Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 2022-09-27T15:43:48.6567926Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 2022-09-27T15:43:48.6716297Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 2022-09-27T15:43:48.6800613Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 2022-09-27T15:43:48.6806230Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 2022-09-27T15:43:48.6812673Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 2022-09-27T15:43:48.7177366Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 2022-09-27T15:43:48.7183668Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 2022-09-27T15:43:48.7263377Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 2022-09-27T15:43:48.7269635Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 2022-09-27T15:43:48.7553851Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 2022-09-27T15:43:48.7634279Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 2022-09-27T15:43:48.7697481Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 2022-09-27T15:43:48.7816214Z [gw3] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 2022-09-27T15:43:48.7994001Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 2022-09-27T15:43:48.8077571Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 2022-09-27T15:43:48.8085833Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 2022-09-27T15:43:48.8128920Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 2022-09-27T15:43:48.8432302Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 2022-09-27T15:43:48.8512935Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 2022-09-27T15:43:48.8573619Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 2022-09-27T15:43:48.8771149Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 2022-09-27T15:43:48.8873727Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 2022-09-27T15:43:48.8901913Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 2022-09-27T15:43:48.8952595Z [gw1] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 2022-09-27T15:43:48.9006579Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 2022-09-27T15:43:48.9312289Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 2022-09-27T15:43:48.9359855Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 2022-09-27T15:43:48.9427880Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 2022-09-27T15:43:48.9434484Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 2022-09-27T15:43:48.9810812Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 2022-09-27T15:43:48.9816298Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 2022-09-27T15:43:48.9882105Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 2022-09-27T15:43:48.9886981Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 2022-09-27T15:43:49.0250884Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 2022-09-27T15:43:49.0255992Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 2022-09-27T15:43:49.0309270Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 2022-09-27T15:43:49.0317167Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 2022-09-27T15:43:49.0694405Z [gw3] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 2022-09-27T15:43:49.0702539Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 2022-09-27T15:43:49.0764479Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 2022-09-27T15:43:49.0771898Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 2022-09-27T15:43:49.1167115Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 2022-09-27T15:43:49.1176855Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 2022-09-27T15:43:49.1202385Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 2022-09-27T15:43:49.1210223Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 2022-09-27T15:43:49.1615139Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 2022-09-27T15:43:49.1625685Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 2022-09-27T15:43:49.1642697Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 2022-09-27T15:43:49.1652084Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 2022-09-27T15:43:49.2030284Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 2022-09-27T15:43:49.2073493Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 2022-09-27T15:43:49.2083362Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 2022-09-27T15:43:49.2093878Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 2022-09-27T15:43:49.2438335Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 2022-09-27T15:43:49.2447205Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:43:49.2511254Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:43:49.2519885Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 2022-09-27T15:43:49.2936266Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 2022-09-27T15:43:49.2946530Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 2022-09-27T15:43:49.2959685Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 2022-09-27T15:43:49.2968226Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 2022-09-27T15:43:49.3392029Z [gw3] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 2022-09-27T15:43:49.3402007Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 2022-09-27T15:43:49.3412113Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 2022-09-27T15:43:49.3420684Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 2022-09-27T15:43:49.3834275Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 2022-09-27T15:43:49.3851672Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 2022-09-27T15:43:49.3868360Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 2022-09-27T15:43:49.3876899Z test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 2022-09-27T15:43:49.4215657Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 2022-09-27T15:43:49.4221190Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 2022-09-27T15:43:49.4252946Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 2022-09-27T15:43:49.4284896Z test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 2022-09-27T15:43:49.4675472Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 2022-09-27T15:43:49.4682452Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 2022-09-27T15:43:49.4740521Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 2022-09-27T15:43:49.4934454Z test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 2022-09-27T15:43:49.5032399Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 2022-09-27T15:43:49.5085866Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 2022-09-27T15:43:49.5189569Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 2022-09-27T15:43:49.5236797Z test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 2022-09-27T15:43:49.5475858Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 2022-09-27T15:43:49.5521256Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 2022-09-27T15:43:49.5628778Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 2022-09-27T15:43:49.5691676Z test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 2022-09-27T15:43:49.5916684Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 2022-09-27T15:43:49.6070944Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:43:49.6490717Z test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 2022-09-27T15:43:49.6524909Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 2022-09-27T15:43:49.6748544Z test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 2022-09-27T15:43:49.7031199Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 2022-09-27T15:43:49.7037681Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:43:49.7096539Z test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 2022-09-27T15:43:49.7111862Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 2022-09-27T15:43:49.7151477Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 2022-09-27T15:43:49.7479280Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 2022-09-27T15:43:49.7587855Z test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 2022-09-27T15:43:49.7609197Z [gw3] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 2022-09-27T15:43:49.7615504Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 2022-09-27T15:43:49.7949105Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 2022-09-27T15:43:49.8003956Z test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 2022-09-27T15:43:49.8091131Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 2022-09-27T15:43:49.8096632Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 2022-09-27T15:43:49.8429005Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 2022-09-27T15:43:49.8550385Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_amax_cpu_float64 2022-09-27T15:43:49.8593685Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 2022-09-27T15:43:49.8993515Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 2022-09-27T15:43:49.8998915Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 2022-09-27T15:43:49.9295354Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 2022-09-27T15:43:49.9318330Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_amax_cpu_float64 2022-09-27T15:43:49.9388545Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_amin_cpu_float64 2022-09-27T15:43:49.9574666Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:43:49.9876249Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:43:49.9881031Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 2022-09-27T15:43:50.0311106Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 2022-09-27T15:43:50.0320331Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 2022-09-27T15:43:50.0705198Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 2022-09-27T15:43:50.0710009Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 2022-09-27T15:43:50.0790955Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 2022-09-27T15:43:50.0815122Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_amin_cpu_float64 2022-09-27T15:43:50.1083635Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmax_cpu_float64 2022-09-27T15:43:50.1135702Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmax_cpu_float64 2022-09-27T15:43:50.1140710Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 2022-09-27T15:43:50.1233177Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 2022-09-27T15:43:50.1632319Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmin_cpu_float64 2022-09-27T15:43:50.1684831Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 2022-09-27T15:43:50.1704814Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmin_cpu_float64 2022-09-27T15:43:50.1726840Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 2022-09-27T15:43:50.1945908Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumprod_cpu_float64 2022-09-27T15:43:50.1993346Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumprod_cpu_float64 2022-09-27T15:43:50.2055859Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 2022-09-27T15:43:50.2152063Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 2022-09-27T15:43:50.2353997Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumsum_cpu_float64 2022-09-27T15:43:50.2433103Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumsum_cpu_float64 2022-09-27T15:43:50.2483991Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 2022-09-27T15:43:50.2594348Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 2022-09-27T15:43:50.2874266Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_log_softmax_cpu_float64 2022-09-27T15:43:50.2886722Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_log_softmax_cpu_float64 2022-09-27T15:43:50.3004856Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 2022-09-27T15:43:50.3032590Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 2022-09-27T15:43:50.3302459Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_logaddexp_cpu_float64 2022-09-27T15:43:50.3313593Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_logaddexp_cpu_float64 2022-09-27T15:43:50.3332678Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 2022-09-27T15:43:50.3512360Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 2022-09-27T15:43:50.3754457Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_logsumexp_cpu_float64 2022-09-27T15:43:50.3832109Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 2022-09-27T15:43:50.4268425Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 2022-09-27T15:43:50.4308368Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 2022-09-27T15:43:50.4580474Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 2022-09-27T15:43:50.4592196Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_logsumexp_cpu_float64 2022-09-27T15:43:50.4663221Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_mean_cpu_float64 2022-09-27T15:43:50.4807448Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 2022-09-27T15:43:50.4904903Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 2022-09-27T15:43:50.4924764Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:43:50.5147134Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:43:50.5152268Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 2022-09-27T15:43:50.5542924Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 2022-09-27T15:43:50.5633254Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 2022-09-27T15:43:50.5643786Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_mean_cpu_float64 2022-09-27T15:43:50.5654420Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 2022-09-27T15:43:50.5869095Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_median_cpu_float64 2022-09-27T15:43:50.6069876Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_median_cpu_float64 2022-09-27T15:43:50.6083758Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 2022-09-27T15:43:50.6096905Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 2022-09-27T15:43:50.6549103Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_norm_cpu_float64 2022-09-27T15:43:50.6726082Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 2022-09-27T15:43:50.6930111Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 2022-09-27T15:43:50.6938145Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 2022-09-27T15:43:50.7413906Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 2022-09-27T15:43:50.7422858Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 2022-09-27T15:43:50.7788164Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 2022-09-27T15:43:50.8026057Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 2022-09-27T15:43:50.8191943Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 2022-09-27T15:43:50.8249597Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:43:50.8666605Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:43:50.8852410Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 2022-09-27T15:43:50.9098932Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 2022-09-27T15:43:50.9225322Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 2022-09-27T15:43:50.9544512Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 2022-09-27T15:43:50.9693997Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 2022-09-27T15:43:51.0031133Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 2022-09-27T15:43:51.0040129Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 2022-09-27T15:43:51.0471666Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 2022-09-27T15:43:51.0482027Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 2022-09-27T15:43:51.0911308Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 2022-09-27T15:43:51.0939666Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 2022-09-27T15:43:51.1373055Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 2022-09-27T15:43:51.1383786Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 2022-09-27T15:43:51.1791819Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 2022-09-27T15:43:51.1805386Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 2022-09-27T15:43:51.2197223Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 2022-09-27T15:43:51.2381019Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 2022-09-27T15:43:51.2636179Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 2022-09-27T15:43:51.2698275Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 2022-09-27T15:43:51.2749357Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 2022-09-27T15:43:51.2765286Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_norm_cpu_float64 2022-09-27T15:43:51.3073556Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_normalize_cpu_float64 2022-09-27T15:43:51.3126438Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 2022-09-27T15:43:51.3264175Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 2022-09-27T15:43:51.3288623Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_normalize_cpu_float64 2022-09-27T15:43:51.3569238Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_prod_cpu_float64 2022-09-27T15:43:51.3578369Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 2022-09-27T15:43:51.4036032Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 2022-09-27T15:43:51.4045567Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 2022-09-27T15:43:51.4342901Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 2022-09-27T15:43:51.4370173Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_prod_cpu_float64 2022-09-27T15:43:51.4448901Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmax_cpu_float64 2022-09-27T15:43:51.4458145Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 2022-09-27T15:43:51.4634749Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 2022-09-27T15:43:51.4890638Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmax_cpu_float64 2022-09-27T15:43:51.4952452Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 2022-09-27T15:43:51.4962449Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 2022-09-27T15:43:51.5156045Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmin_cpu_float64 2022-09-27T15:43:51.5279067Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmin_cpu_float64 2022-09-27T15:43:51.5328909Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 2022-09-27T15:43:51.5342755Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 2022-09-27T15:43:51.5748645Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_std_cpu_float64 2022-09-27T15:43:51.7109262Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 2022-09-27T15:43:51.7135339Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_std_cpu_float64 2022-09-27T15:43:51.7497566Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_sum_cpu_float64 2022-09-27T15:43:51.7575222Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 2022-09-27T15:43:51.7623732Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 2022-09-27T15:43:51.7980849Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 2022-09-27T15:43:51.7993554Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_sum_cpu_float64 2022-09-27T15:43:51.8014766Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 2022-09-27T15:43:51.8070573Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_var_cpu_float64 2022-09-27T15:43:51.8483747Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 2022-09-27T15:43:51.8493241Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 2022-09-27T15:43:51.8929677Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 2022-09-27T15:43:51.8940037Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 2022-09-27T15:43:51.9392104Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 2022-09-27T15:43:51.9507398Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:43:51.9534702Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_var_cpu_float64 2022-09-27T15:43:51.9582587Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 2022-09-27T15:43:52.0055768Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 2022-09-27T15:43:52.0065179Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 2022-09-27T15:43:52.0496123Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 2022-09-27T15:43:52.0506339Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 2022-09-27T15:43:52.0952209Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 2022-09-27T15:43:52.1039630Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 2022-09-27T15:43:52.1263094Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 2022-09-27T15:43:52.1273564Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:43:52.1313704Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 2022-09-27T15:43:52.1427208Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 2022-09-27T15:43:52.1755941Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 2022-09-27T15:43:52.1838926Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 2022-09-27T15:43:52.2233583Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 2022-09-27T15:43:52.2505310Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 2022-09-27T15:43:52.2714411Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 2022-09-27T15:43:52.2773255Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 2022-09-27T15:43:52.3000075Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 2022-09-27T15:43:52.3013986Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 2022-09-27T15:43:52.3111960Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 2022-09-27T15:43:52.3317791Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 2022-09-27T15:43:52.3549570Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 2022-09-27T15:43:52.3720847Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 2022-09-27T15:43:52.3991850Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 2022-09-27T15:43:52.4186101Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 2022-09-27T15:43:52.4434303Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 2022-09-27T15:43:52.4464949Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 2022-09-27T15:43:52.4915929Z [gw3] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 2022-09-27T15:43:52.4951966Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 2022-09-27T15:43:52.5394564Z [gw3] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 2022-09-27T15:43:52.5399667Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 2022-09-27T15:43:52.5834155Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 2022-09-27T15:43:52.5838746Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 2022-09-27T15:43:52.5899013Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 2022-09-27T15:43:52.5919497Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 2022-09-27T15:43:52.6346255Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:43:52.6351741Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:43:52.6370534Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 2022-09-27T15:43:52.6429195Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 2022-09-27T15:43:52.6719589Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:43:52.6723916Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 2022-09-27T15:43:52.7156659Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 2022-09-27T15:43:52.7157377Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 2022-09-27T15:43:52.7627432Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 2022-09-27T15:43:52.7628159Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 2022-09-27T15:43:52.7997912Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 2022-09-27T15:43:52.8088621Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 2022-09-27T15:43:52.8436902Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 2022-09-27T15:43:52.8565773Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 2022-09-27T15:43:52.8878667Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 2022-09-27T15:43:52.8926481Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 2022-09-27T15:43:52.9315703Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 2022-09-27T15:43:52.9401178Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 2022-09-27T15:43:52.9531598Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 2022-09-27T15:43:52.9542364Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:43:52.9570871Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 2022-09-27T15:43:52.9752735Z [gw1] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 2022-09-27T15:43:52.9844463Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 2022-09-27T15:43:52.9952021Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 2022-09-27T15:43:52.9995184Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 2022-09-27T15:43:53.0191490Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 2022-09-27T15:43:53.0230295Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 2022-09-27T15:43:53.0392133Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 2022-09-27T15:43:53.0446603Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 2022-09-27T15:43:53.0633856Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 2022-09-27T15:43:53.0727235Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 2022-09-27T15:43:53.0834843Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 2022-09-27T15:43:53.0897161Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 2022-09-27T15:43:53.1072667Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 2022-09-27T15:43:53.1135587Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 2022-09-27T15:43:53.1272437Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 2022-09-27T15:43:53.1358611Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 2022-09-27T15:43:53.1514180Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 2022-09-27T15:43:53.1576798Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 2022-09-27T15:43:53.1711781Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 2022-09-27T15:43:53.1756839Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 2022-09-27T15:43:53.1953473Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 2022-09-27T15:43:53.2018583Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 2022-09-27T15:43:53.2152690Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 2022-09-27T15:43:53.2315858Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 2022-09-27T15:43:53.2390855Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 2022-09-27T15:43:53.2432232Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 2022-09-27T15:43:53.2592710Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 2022-09-27T15:43:53.2695719Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 2022-09-27T15:43:53.2831385Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 2022-09-27T15:43:53.2889537Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 2022-09-27T15:43:53.3032616Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 2022-09-27T15:43:53.3071149Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 2022-09-27T15:43:53.3272595Z [gw1] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 2022-09-27T15:43:53.3313281Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 2022-09-27T15:43:53.3471090Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 2022-09-27T15:43:53.3535942Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 2022-09-27T15:43:53.3711480Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 2022-09-27T15:43:53.3745617Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 2022-09-27T15:43:53.3913528Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 2022-09-27T15:43:53.4187906Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 2022-09-27T15:43:53.4358407Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 2022-09-27T15:43:53.4377068Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 2022-09-27T15:43:53.4523141Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:43:53.4544234Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 2022-09-27T15:43:53.4591294Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:43:53.4627219Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 2022-09-27T15:43:53.4679631Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 2022-09-27T15:43:53.4689778Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 2022-09-27T15:43:53.4792015Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 2022-09-27T15:43:53.5108242Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:43:53.5110845Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:43:53.5230662Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 2022-09-27T15:43:53.5267279Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 2022-09-27T15:43:53.5432312Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 2022-09-27T15:43:53.5468917Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 2022-09-27T15:43:53.5565460Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 2022-09-27T15:43:53.5786471Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 2022-09-27T15:43:53.5839942Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 2022-09-27T15:43:53.5971593Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 2022-09-27T15:43:53.5973704Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 2022-09-27T15:43:53.6267437Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 2022-09-27T15:43:53.6268702Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 2022-09-27T15:43:53.6456693Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 2022-09-27T15:43:53.6459517Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 2022-09-27T15:43:53.6668809Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 2022-09-27T15:43:53.6712139Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 2022-09-27T15:43:53.6876761Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 2022-09-27T15:43:53.6877363Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 2022-09-27T15:43:53.7124172Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 2022-09-27T15:43:53.7124732Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 2022-09-27T15:43:53.7293732Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 2022-09-27T15:43:53.7294286Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 2022-09-27T15:43:53.7589517Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 2022-09-27T15:43:53.7590097Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 2022-09-27T15:43:53.7753602Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 2022-09-27T15:43:53.8002980Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 2022-09-27T15:43:53.8034835Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 2022-09-27T15:43:53.8503290Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 2022-09-27T15:43:53.8511801Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 2022-09-27T15:43:53.8880357Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 2022-09-27T15:43:53.8934659Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 2022-09-27T15:43:53.8973388Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 2022-09-27T15:43:53.8991817Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 2022-09-27T15:43:53.9114764Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:43:53.9361974Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:43:53.9407102Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 2022-09-27T15:43:53.9507636Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 2022-09-27T15:43:53.9754218Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:43:53.9788758Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:43:53.9796908Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 2022-09-27T15:43:53.9805091Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:43:53.9939222Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 2022-09-27T15:43:53.9941276Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 2022-09-27T15:43:53.9988224Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 2022-09-27T15:43:54.0197422Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:43:54.0231672Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 2022-09-27T15:43:54.0295334Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 2022-09-27T15:43:54.0297377Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:43:54.0388328Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:43:54.0394122Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 2022-09-27T15:43:54.0638202Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 2022-09-27T15:43:54.0670658Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 2022-09-27T15:43:54.0744173Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 2022-09-27T15:43:54.0745731Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:43:54.0776621Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:43:54.0779003Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 2022-09-27T15:43:54.1219677Z [gw3] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 2022-09-27T15:43:54.1221412Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 2022-09-27T15:43:54.1222199Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 2022-09-27T15:43:54.1289299Z [gw3] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 2022-09-27T15:43:54.1596723Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 2022-09-27T15:43:54.1597328Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 2022-09-27T15:43:54.1708901Z [gw1] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 2022-09-27T15:43:54.1774706Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 2022-09-27T15:43:54.1993900Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 2022-09-27T15:43:54.2066679Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 2022-09-27T15:43:54.2080091Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 2022-09-27T15:43:54.2121338Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 2022-09-27T15:43:54.2434951Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 2022-09-27T15:43:54.2482193Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 2022-09-27T15:43:54.2511807Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 2022-09-27T15:43:54.2529142Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 2022-09-27T15:43:54.2537499Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 2022-09-27T15:43:54.2569777Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 2022-09-27T15:43:54.2870255Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 2022-09-27T15:43:54.2949586Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 2022-09-27T15:43:54.2987610Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 2022-09-27T15:43:54.3026667Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 2022-09-27T15:43:54.3311966Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 2022-09-27T15:43:54.3391390Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 2022-09-27T15:43:54.3441411Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 2022-09-27T15:43:54.3829549Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 2022-09-27T15:43:54.3847889Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 2022-09-27T15:43:54.3858265Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 2022-09-27T15:43:54.3880057Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 2022-09-27T15:43:54.3890431Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 2022-09-27T15:43:54.4324665Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 2022-09-27T15:43:54.4325601Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 2022-09-27T15:43:54.4338258Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 2022-09-27T15:43:54.4347022Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 2022-09-27T15:43:54.4358303Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 2022-09-27T15:43:54.4428765Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 2022-09-27T15:43:54.4771026Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 2022-09-27T15:43:54.4773848Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 2022-09-27T15:43:54.4776371Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 2022-09-27T15:43:54.5075056Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 2022-09-27T15:43:54.5087666Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 2022-09-27T15:43:54.5187379Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 2022-09-27T15:43:54.5218890Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 2022-09-27T15:43:54.5467324Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 2022-09-27T15:43:54.5663906Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 2022-09-27T15:43:54.5740152Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 2022-09-27T15:43:54.5791507Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 2022-09-27T15:43:54.5918562Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 2022-09-27T15:43:54.6084026Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 2022-09-27T15:43:54.6084608Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 2022-09-27T15:43:54.6182745Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 2022-09-27T15:43:54.6183718Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 2022-09-27T15:43:54.6470530Z [gw3] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 2022-09-27T15:43:54.6549081Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 2022-09-27T15:43:54.6590667Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 2022-09-27T15:43:54.6645177Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 2022-09-27T15:43:54.6909954Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 2022-09-27T15:43:54.7017300Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 2022-09-27T15:43:54.7116686Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 2022-09-27T15:43:54.7121617Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 2022-09-27T15:43:54.7349843Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 2022-09-27T15:43:54.7534989Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 2022-09-27T15:43:54.7540142Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 2022-09-27T15:43:54.7595557Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 2022-09-27T15:43:54.7789603Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 2022-09-27T15:43:54.7832722Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 2022-09-27T15:43:54.7953561Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 2022-09-27T15:43:54.7958756Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 2022-09-27T15:43:54.8308472Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 2022-09-27T15:43:54.8403556Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 2022-09-27T15:43:54.8407068Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 2022-09-27T15:43:54.8513746Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 2022-09-27T15:43:54.8713978Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 2022-09-27T15:43:54.8718721Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 2022-09-27T15:43:54.8900379Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 2022-09-27T15:43:54.8904383Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 2022-09-27T15:43:54.9148999Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 2022-09-27T15:43:54.9240791Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 2022-09-27T15:43:54.9263399Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 2022-09-27T15:43:54.9508942Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 2022-09-27T15:43:54.9610987Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 2022-09-27T15:43:54.9620977Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 2022-09-27T15:43:54.9692436Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 2022-09-27T15:43:54.9771917Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 2022-09-27T15:43:55.0062596Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 2022-09-27T15:43:55.0073044Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 2022-09-27T15:43:55.0135442Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 2022-09-27T15:43:55.0395057Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 2022-09-27T15:43:55.0534314Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 2022-09-27T15:43:55.0544641Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 2022-09-27T15:43:55.0556100Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 2022-09-27T15:43:55.0839513Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 2022-09-27T15:43:55.0980130Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 2022-09-27T15:43:55.0991440Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 2022-09-27T15:43:55.1060930Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 2022-09-27T15:43:55.1070792Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 2022-09-27T15:43:55.1376659Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 2022-09-27T15:43:55.1440154Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 2022-09-27T15:43:55.1502064Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 2022-09-27T15:43:55.1511441Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 2022-09-27T15:43:55.1847978Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 2022-09-27T15:43:55.1885408Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 2022-09-27T15:43:55.1949189Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 2022-09-27T15:43:55.1972173Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 2022-09-27T15:43:55.2111694Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 2022-09-27T15:43:55.2130010Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 2022-09-27T15:43:55.2319498Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 2022-09-27T15:43:55.2320087Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 2022-09-27T15:43:55.2390489Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 2022-09-27T15:43:55.2578920Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 2022-09-27T15:43:55.2600966Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 2022-09-27T15:43:55.2618837Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 2022-09-27T15:43:55.2709000Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 2022-09-27T15:43:55.2836738Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 2022-09-27T15:43:55.2847353Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 2022-09-27T15:43:55.3037333Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 2022-09-27T15:43:55.3114036Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 2022-09-27T15:43:55.3270486Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 2022-09-27T15:43:55.3445243Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 2022-09-27T15:43:55.3711046Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 2022-09-27T15:43:55.3932477Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 2022-09-27T15:43:55.3965382Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 2022-09-27T15:43:55.4007119Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 2022-09-27T15:43:55.4114319Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 2022-09-27T15:43:55.4131822Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 2022-09-27T15:43:55.4387138Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 2022-09-27T15:43:55.4431985Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 2022-09-27T15:43:55.4592286Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 2022-09-27T15:43:55.4614643Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 2022-09-27T15:43:55.5032292Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 2022-09-27T15:43:55.5044989Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 2022-09-27T15:43:55.5056299Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 2022-09-27T15:43:55.5067814Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 2022-09-27T15:43:55.5275188Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 2022-09-27T15:43:55.5447224Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 2022-09-27T15:43:55.5456338Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 2022-09-27T15:43:55.5513664Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 2022-09-27T15:43:55.5522675Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 2022-09-27T15:43:55.5905294Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 2022-09-27T15:43:55.5916239Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 2022-09-27T15:43:55.5970077Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 2022-09-27T15:43:55.5979997Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 2022-09-27T15:43:55.6351782Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 2022-09-27T15:43:55.6372736Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 2022-09-27T15:43:55.6747194Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 2022-09-27T15:43:55.6790365Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 2022-09-27T15:43:55.6898348Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 2022-09-27T15:43:55.6902054Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 2022-09-27T15:43:55.6912266Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 2022-09-27T15:43:55.7094773Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 2022-09-27T15:43:55.7109664Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 2022-09-27T15:43:55.7121280Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 2022-09-27T15:43:55.7224427Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 2022-09-27T15:43:55.7235332Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 2022-09-27T15:43:55.7271852Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 2022-09-27T15:43:55.7391319Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 2022-09-27T15:43:55.7553458Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 2022-09-27T15:43:55.7570290Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 2022-09-27T15:43:55.7707700Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 2022-09-27T15:43:55.7810042Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 2022-09-27T15:43:55.7908194Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 2022-09-27T15:43:55.7910733Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 2022-09-27T15:43:55.7939291Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 2022-09-27T15:43:55.7988376Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 2022-09-27T15:43:55.8116784Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 2022-09-27T15:43:55.8119326Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 2022-09-27T15:43:55.8372786Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 2022-09-27T15:43:55.8429720Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 2022-09-27T15:43:55.8588070Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 2022-09-27T15:43:55.8872744Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 2022-09-27T15:43:55.8875108Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 2022-09-27T15:43:55.9351783Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 2022-09-27T15:43:55.9372678Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 2022-09-27T15:43:55.9743737Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 2022-09-27T15:43:55.9866543Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 2022-09-27T15:43:56.0020315Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 2022-09-27T15:43:56.0026026Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 2022-09-27T15:43:56.0116572Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 2022-09-27T15:43:56.0190595Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 2022-09-27T15:43:56.0274703Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 2022-09-27T15:43:56.0432578Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 2022-09-27T15:43:56.0546640Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 2022-09-27T15:43:56.0631906Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 2022-09-27T15:43:56.0688395Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 2022-09-27T15:43:56.0876138Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 2022-09-27T15:43:56.1008247Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 2022-09-27T15:43:56.1075093Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 2022-09-27T15:43:56.1197733Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 2022-09-27T15:43:56.1206072Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 2022-09-27T15:43:56.1214631Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 2022-09-27T15:43:56.1313108Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 2022-09-27T15:43:56.1414852Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 2022-09-27T15:43:56.1512740Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 2022-09-27T15:43:56.1612483Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 2022-09-27T15:43:56.1660687Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 2022-09-27T15:43:56.1674614Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:43:56.1754124Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:43:56.1871467Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 2022-09-27T15:43:56.1947780Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 2022-09-27T15:43:56.1958309Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 2022-09-27T15:43:56.1963030Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 2022-09-27T15:43:56.2105094Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 2022-09-27T15:43:56.2194084Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 2022-09-27T15:43:56.2305700Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 2022-09-27T15:43:56.2393476Z [gw3] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 2022-09-27T15:43:56.2548505Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 2022-09-27T15:43:56.2557289Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 2022-09-27T15:43:56.2629874Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:56.2660092Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 2022-09-27T15:43:56.2831688Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 2022-09-27T15:43:56.2880089Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 2022-09-27T15:43:56.2958038Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 2022-09-27T15:43:56.3069259Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 2022-09-27T15:43:56.3115785Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 2022-09-27T15:43:56.3269430Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 2022-09-27T15:43:56.3343206Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 2022-09-27T15:43:56.3511213Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 2022-09-27T15:43:56.3552658Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 2022-09-27T15:43:56.3711219Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 2022-09-27T15:43:56.3781128Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 2022-09-27T15:43:56.3951475Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 2022-09-27T15:43:56.4065765Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 2022-09-27T15:43:56.4149939Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 2022-09-27T15:43:56.4191857Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 2022-09-27T15:43:56.4206734Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:56.4215629Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:56.4390810Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 2022-09-27T15:43:56.4441497Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 2022-09-27T15:43:56.4590283Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 2022-09-27T15:43:56.4676197Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 2022-09-27T15:43:56.4830268Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 2022-09-27T15:43:56.4969269Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 2022-09-27T15:43:56.5030642Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 2022-09-27T15:43:56.5059750Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 2022-09-27T15:43:56.5269978Z [gw1] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 2022-09-27T15:43:56.5406123Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 2022-09-27T15:43:56.5469800Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 2022-09-27T15:43:56.5505063Z test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 2022-09-27T15:43:56.5710750Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 2022-09-27T15:43:56.5779837Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 2022-09-27T15:43:56.5909602Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 2022-09-27T15:43:56.5969329Z test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 2022-09-27T15:43:56.6150585Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 2022-09-27T15:43:56.6193074Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 2022-09-27T15:43:56.6350463Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 2022-09-27T15:43:56.6414524Z test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 2022-09-27T15:43:56.6593049Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 2022-09-27T15:43:56.6643073Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 2022-09-27T15:43:56.6792276Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 2022-09-27T15:43:56.6969141Z test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 2022-09-27T15:43:56.7030792Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 2022-09-27T15:43:56.7076365Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 2022-09-27T15:43:56.7230440Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 2022-09-27T15:43:56.7499292Z test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 2022-09-27T15:43:56.7507049Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 2022-09-27T15:43:56.7869272Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 2022-09-27T15:43:56.8126930Z test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 2022-09-27T15:43:56.8130601Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 2022-09-27T15:43:56.8556588Z test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 2022-09-27T15:43:56.8576213Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 2022-09-27T15:43:56.8774579Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 2022-09-27T15:43:56.9069024Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 2022-09-27T15:43:56.9113145Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 2022-09-27T15:43:56.9137358Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 2022-09-27T15:43:56.9149869Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 2022-09-27T15:43:56.9197129Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 2022-09-27T15:43:56.9430327Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 2022-09-27T15:43:56.9576156Z test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 2022-09-27T15:43:56.9590426Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 2022-09-27T15:43:56.9635265Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 2022-09-27T15:43:56.9870191Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 2022-09-27T15:43:56.9979863Z test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 2022-09-27T15:43:57.0030784Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 2022-09-27T15:43:57.0067943Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 2022-09-27T15:43:57.0310819Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 2022-09-27T15:43:57.0381936Z test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 2022-09-27T15:43:57.0470584Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 2022-09-27T15:43:57.0509976Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 2022-09-27T15:43:57.0751170Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 2022-09-27T15:43:57.0881898Z test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 2022-09-27T15:43:57.0910664Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 2022-09-27T15:43:57.0951625Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 2022-09-27T15:43:57.1196386Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 2022-09-27T15:43:57.1243128Z test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 2022-09-27T15:43:57.1351571Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 2022-09-27T15:43:57.1394038Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 2022-09-27T15:43:57.1636171Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 2022-09-27T15:43:57.1712209Z test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 2022-09-27T15:43:57.1794757Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 2022-09-27T15:43:57.1903114Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 2022-09-27T15:43:57.2074113Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 2022-09-27T15:43:57.2234572Z test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 2022-09-27T15:43:57.2245932Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 2022-09-27T15:43:57.2317312Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 2022-09-27T15:43:57.2543958Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 2022-09-27T15:43:57.2547921Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 2022-09-27T15:43:57.2697661Z [gw1] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 2022-09-27T15:43:57.2951694Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:43:57.2986564Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 2022-09-27T15:43:57.3468687Z [gw1] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 2022-09-27T15:43:57.3475918Z test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 2022-09-27T15:43:57.3886304Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 2022-09-27T15:43:57.3943887Z test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 2022-09-27T15:43:57.4317210Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 2022-09-27T15:43:57.4374787Z test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 2022-09-27T15:43:57.4407551Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 2022-09-27T15:43:57.4415621Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:43:57.4751211Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 2022-09-27T15:43:57.4805685Z test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 2022-09-27T15:43:57.5192068Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 2022-09-27T15:43:57.5287228Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 2022-09-27T15:43:57.5632205Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 2022-09-27T15:43:57.5724580Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 2022-09-27T15:43:57.6041929Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 2022-09-27T15:43:57.6052745Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 2022-09-27T15:43:57.6072842Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 2022-09-27T15:43:57.6168935Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 2022-09-27T15:43:57.6514010Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 2022-09-27T15:43:57.7137044Z test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 2022-09-27T15:43:57.7166479Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 2022-09-27T15:43:57.7282608Z test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 2022-09-27T15:43:57.7671824Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 2022-09-27T15:43:57.7731406Z test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 2022-09-27T15:43:57.8053541Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 2022-09-27T15:43:57.8155207Z test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 2022-09-27T15:43:57.8548854Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 2022-09-27T15:43:57.8567075Z test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 2022-09-27T15:43:57.8645865Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 2022-09-27T15:43:57.8660397Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 2022-09-27T15:43:57.8947089Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 2022-09-27T15:43:57.9002634Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 2022-09-27T15:43:57.9019225Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 2022-09-27T15:43:57.9425994Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 2022-09-27T15:43:57.9427721Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:43:57.9725111Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 2022-09-27T15:43:57.9911980Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 2022-09-27T15:43:57.9957976Z test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 2022-09-27T15:43:58.0354657Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 2022-09-27T15:43:58.0417676Z test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 2022-09-27T15:43:58.0794204Z [gw1] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 2022-09-27T15:43:58.0935632Z test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 2022-09-27T15:43:58.1275669Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 2022-09-27T15:43:58.1402002Z test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 2022-09-27T15:43:58.1755435Z [gw1] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 2022-09-27T15:43:58.1816836Z test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 2022-09-27T15:43:58.2234992Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 2022-09-27T15:43:58.2557187Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 2022-09-27T15:43:58.2575778Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 2022-09-27T15:43:58.2589549Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:43:58.2602480Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:43:58.2603901Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 2022-09-27T15:43:58.2642745Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:43:58.2670155Z [gw3] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 2022-09-27T15:43:58.2845485Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 2022-09-27T15:43:58.3103791Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 2022-09-27T15:43:58.3105837Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 2022-09-27T15:43:58.3151537Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 2022-09-27T15:43:58.3515664Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 2022-09-27T15:43:58.3520361Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 2022-09-27T15:43:58.3534312Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 2022-09-27T15:43:58.3630241Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 2022-09-27T15:43:58.3688217Z test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 2022-09-27T15:43:58.3909822Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 2022-09-27T15:43:58.3961956Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 2022-09-27T15:43:58.4160966Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 2022-09-27T15:43:58.4163022Z test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 2022-09-27T15:43:58.4348957Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 2022-09-27T15:43:58.4398064Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 2022-09-27T15:43:58.4655227Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 2022-09-27T15:43:58.4657304Z test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 2022-09-27T15:43:58.4827254Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 2022-09-27T15:43:58.5079521Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 2022-09-27T15:43:58.5187966Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 2022-09-27T15:43:58.5230921Z test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 2022-09-27T15:43:58.5313364Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 2022-09-27T15:43:58.5424628Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 2022-09-27T15:43:58.5550390Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 2022-09-27T15:43:58.5598727Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 2022-09-27T15:43:58.5670942Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 2022-09-27T15:43:58.5708709Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 2022-09-27T15:43:58.6035042Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 2022-09-27T15:43:58.6086293Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 2022-09-27T15:43:58.6111501Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 2022-09-27T15:43:58.6242312Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 2022-09-27T15:43:58.6513727Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 2022-09-27T15:43:58.6552252Z test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 2022-09-27T15:43:58.6634661Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 2022-09-27T15:43:58.6992814Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 2022-09-27T15:43:58.7034346Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 2022-09-27T15:43:58.7194636Z [gw3] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 2022-09-27T15:43:58.7205801Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 2022-09-27T15:43:58.7251368Z test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 2022-09-27T15:43:58.7431462Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 2022-09-27T15:43:58.7630022Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 2022-09-27T15:43:58.7753249Z test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 2022-09-27T15:43:58.8074913Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 2022-09-27T15:43:58.8086370Z test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 2022-09-27T15:43:58.8102778Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 2022-09-27T15:43:58.8148354Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 2022-09-27T15:43:58.8203899Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 2022-09-27T15:43:58.8515068Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 2022-09-27T15:43:58.8533057Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 2022-09-27T15:43:58.8569950Z test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 2022-09-27T15:43:58.8601824Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 2022-09-27T15:43:58.8955826Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 2022-09-27T15:43:58.8959559Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 2022-09-27T15:43:58.9028223Z test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 2022-09-27T15:43:58.9080777Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 2022-09-27T15:43:58.9410465Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 2022-09-27T15:43:58.9411091Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 2022-09-27T15:43:58.9616561Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 2022-09-27T15:43:58.9752949Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 2022-09-27T15:43:58.9855828Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 2022-09-27T15:43:58.9859164Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:43:58.9994291Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 2022-09-27T15:43:59.0044913Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:43:59.0270758Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 2022-09-27T15:43:59.0273825Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 2022-09-27T15:43:59.0681993Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:43:59.0745230Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:43:59.0843602Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 2022-09-27T15:43:59.0923810Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 2022-09-27T15:43:59.0949272Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 2022-09-27T15:43:59.1208482Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 2022-09-27T15:43:59.1223221Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 2022-09-27T15:43:59.1232301Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 2022-09-27T15:43:59.1430899Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 2022-09-27T15:43:59.1481129Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 2022-09-27T15:43:59.1669502Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 2022-09-27T15:43:59.1757079Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 2022-09-27T15:43:59.1910808Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 2022-09-27T15:43:59.1945606Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 2022-09-27T15:43:59.2057471Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 2022-09-27T15:43:59.2230152Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 2022-09-27T15:43:59.2286396Z test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 2022-09-27T15:43:59.2385534Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 2022-09-27T15:43:59.2470688Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 2022-09-27T15:43:59.2604833Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 2022-09-27T15:43:59.2761398Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 2022-09-27T15:43:59.2776186Z test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 2022-09-27T15:43:59.2910574Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 2022-09-27T15:43:59.3230003Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 2022-09-27T15:43:59.3239129Z test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 2022-09-27T15:43:59.3431473Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 2022-09-27T15:43:59.3444453Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 2022-09-27T15:43:59.3546158Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 2022-09-27T15:43:59.3584381Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 2022-09-27T15:43:59.3605675Z test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 2022-09-27T15:43:59.3740731Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 2022-09-27T15:43:59.3755703Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:59.3870885Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 2022-09-27T15:43:59.3914064Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 2022-09-27T15:43:59.3991186Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 2022-09-27T15:43:59.4047769Z test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 2022-09-27T15:43:59.4314291Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 2022-09-27T15:43:59.4334589Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 2022-09-27T15:43:59.4433014Z [gw3] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 2022-09-27T15:43:59.4518707Z test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 2022-09-27T15:43:59.4754108Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 2022-09-27T15:43:59.4781033Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 2022-09-27T15:43:59.4873126Z [gw3] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 2022-09-27T15:43:59.5095659Z test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 2022-09-27T15:43:59.5193179Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 2022-09-27T15:43:59.5249778Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 2022-09-27T15:43:59.5311825Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 2022-09-27T15:43:59.5360045Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 2022-09-27T15:43:59.5634406Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 2022-09-27T15:43:59.5686045Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 2022-09-27T15:43:59.5751052Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 2022-09-27T15:43:59.5847262Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 2022-09-27T15:43:59.6074172Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 2022-09-27T15:43:59.6125563Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 2022-09-27T15:43:59.6191046Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 2022-09-27T15:43:59.6354520Z test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 2022-09-27T15:43:59.6510039Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 2022-09-27T15:43:59.6629479Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 2022-09-27T15:43:59.6645943Z test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 2022-09-27T15:43:59.6759189Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 2022-09-27T15:43:59.6927193Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 2022-09-27T15:43:59.6940234Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 2022-09-27T15:43:59.6950661Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:59.6992075Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 2022-09-27T15:43:59.7070819Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 2022-09-27T15:43:59.7117268Z test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 2022-09-27T15:43:59.7215611Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:59.7349956Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 2022-09-27T15:43:59.7446577Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 2022-09-27T15:43:59.7451295Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:43:59.7510613Z [gw3] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:43:59.7592869Z test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 2022-09-27T15:43:59.7629793Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 2022-09-27T15:43:59.7791095Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 2022-09-27T15:43:59.7883651Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 2022-09-27T15:43:59.7886753Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 2022-09-27T15:43:59.7998810Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 2022-09-27T15:43:59.8003392Z test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 2022-09-27T15:43:59.8172073Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 2022-09-27T15:43:59.8185846Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:43:59.8345219Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:43:59.8348489Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:43:59.8437415Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:43:59.8440459Z test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 2022-09-27T15:43:59.8816123Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 2022-09-27T15:43:59.8906684Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 2022-09-27T15:43:59.8917123Z test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 2022-09-27T15:43:59.9005385Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 2022-09-27T15:43:59.9152600Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 2022-09-27T15:43:59.9247968Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:43:59.9353038Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:43:59.9357715Z test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 2022-09-27T15:43:59.9589527Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 2022-09-27T15:43:59.9637286Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:43:59.9711169Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:43:59.9912797Z test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 2022-09-27T15:44:00.0069270Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 2022-09-27T15:44:00.0206544Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:44:00.0245975Z test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 2022-09-27T15:44:00.0269616Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 2022-09-27T15:44:00.0282989Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:44:00.0580103Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:44:00.0597490Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:44:00.0606098Z test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 2022-09-27T15:44:00.0653058Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:44:00.0728970Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 2022-09-27T15:44:00.1058167Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:44:00.1060146Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:44:00.1101962Z test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 2022-09-27T15:44:00.1116126Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:44:00.1239821Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 2022-09-27T15:44:00.1263606Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 2022-09-27T15:44:00.1525128Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 2022-09-27T15:44:00.1527374Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:44:00.1548722Z test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 2022-09-27T15:44:00.1555042Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 2022-09-27T15:44:00.1810183Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:44:00.1822589Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 2022-09-27T15:44:00.1947718Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 2022-09-27T15:44:00.1949425Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:44:00.2494316Z test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 2022-09-27T15:44:00.2506737Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 2022-09-27T15:44:00.2644613Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 2022-09-27T15:44:00.2693413Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 2022-09-27T15:44:00.2758812Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 2022-09-27T15:44:00.2989729Z test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 2022-09-27T15:44:00.3236486Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 2022-09-27T15:44:00.3340840Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 2022-09-27T15:44:00.3428643Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:44:00.3597061Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 2022-09-27T15:44:00.3641125Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 2022-09-27T15:44:00.4110274Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 2022-09-27T15:44:00.4155944Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:44:00.4437166Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:44:00.4447056Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 2022-09-27T15:44:00.4473299Z test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 2022-09-27T15:44:00.4530208Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:44:00.4914669Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:44:00.4997416Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:44:00.5353393Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:44:00.5562452Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:44:00.5579565Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 2022-09-27T15:44:00.5622480Z test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 2022-09-27T15:44:00.6086434Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 2022-09-27T15:44:00.6086985Z test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 2022-09-27T15:44:00.6337473Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 2022-09-27T15:44:00.6354817Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 2022-09-27T15:44:00.6385112Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 2022-09-27T15:44:00.6507825Z [gw0] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 2022-09-27T15:44:00.6611623Z test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 2022-09-27T15:44:00.6870613Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 2022-09-27T15:44:00.6950564Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 2022-09-27T15:44:00.6964687Z test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 2022-09-27T15:44:00.6978002Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:44:00.6992418Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:44:00.7321252Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 2022-09-27T15:44:00.7325440Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 2022-09-27T15:44:00.7371066Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:00.7372859Z test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 2022-09-27T15:44:00.7388806Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:44:00.7419157Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:44:00.7433113Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:44:00.7792347Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 2022-09-27T15:44:00.7831347Z test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 2022-09-27T15:44:00.7868638Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 2022-09-27T15:44:00.7886917Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 2022-09-27T15:44:00.7899724Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 2022-09-27T15:44:00.7909690Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:00.8235670Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:00.8314494Z test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 2022-09-27T15:44:00.8362585Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 2022-09-27T15:44:00.8380111Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 2022-09-27T15:44:00.8421968Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 2022-09-27T15:44:00.8430647Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:00.8673487Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:00.8738603Z test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 2022-09-27T15:44:00.8753424Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 2022-09-27T15:44:00.8799706Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:44:00.9067639Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:44:00.9075015Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:00.9112937Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 2022-09-27T15:44:00.9183219Z test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 2022-09-27T15:44:00.9196029Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 2022-09-27T15:44:00.9252520Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:44:00.9354305Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 2022-09-27T15:44:00.9513359Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:44:00.9593207Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 2022-09-27T15:44:00.9620395Z test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 2022-09-27T15:44:00.9672559Z [gw1] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 2022-09-27T15:44:00.9749010Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:44:01.0035255Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:44:01.0114327Z test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 2022-09-27T15:44:01.0165089Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:44:01.0553606Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:44:01.0630784Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 2022-09-27T15:44:01.0631383Z test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 2022-09-27T15:44:01.0631924Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 2022-09-27T15:44:01.0719696Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 2022-09-27T15:44:01.0994593Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 2022-09-27T15:44:01.1033163Z test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 2022-09-27T15:44:01.1058509Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 2022-09-27T15:44:01.1078553Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 2022-09-27T15:44:01.1474783Z [gw3] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 2022-09-27T15:44:01.1512477Z test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 2022-09-27T15:44:01.1529524Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 2022-09-27T15:44:01.1572170Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 2022-09-27T15:44:01.1954864Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 2022-09-27T15:44:01.1992353Z test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 2022-09-27T15:44:01.2030759Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 2022-09-27T15:44:01.2063653Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 2022-09-27T15:44:01.2433673Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 2022-09-27T15:44:01.2438979Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 2022-09-27T15:44:01.2478069Z test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 2022-09-27T15:44:01.2551072Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 2022-09-27T15:44:01.2872237Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 2022-09-27T15:44:01.2913198Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 2022-09-27T15:44:01.2920272Z test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 2022-09-27T15:44:01.2947232Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 2022-09-27T15:44:01.2962621Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 2022-09-27T15:44:01.3325436Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 2022-09-27T15:44:01.3339035Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 2022-09-27T15:44:01.3413616Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 2022-09-27T15:44:01.3414146Z test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 2022-09-27T15:44:01.3418021Z [gw3] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 2022-09-27T15:44:01.3707808Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 2022-09-27T15:44:01.3718068Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 2022-09-27T15:44:01.3783884Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 2022-09-27T15:44:01.4033087Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 2022-09-27T15:44:01.4050759Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 2022-09-27T15:44:01.4114685Z test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 2022-09-27T15:44:01.4239850Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 2022-09-27T15:44:01.4241741Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 2022-09-27T15:44:01.4437893Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 2022-09-27T15:44:01.4470945Z test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 2022-09-27T15:44:01.4689776Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 2022-09-27T15:44:01.4690570Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 2022-09-27T15:44:01.4911087Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 2022-09-27T15:44:01.4911911Z test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 2022-09-27T15:44:01.5132037Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 2022-09-27T15:44:01.5201691Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 2022-09-27T15:44:01.5354658Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 2022-09-27T15:44:01.5356590Z test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 2022-09-27T15:44:01.5513173Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 2022-09-27T15:44:01.5664233Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 2022-09-27T15:44:01.5752413Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 2022-09-27T15:44:01.5956277Z test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 2022-09-27T15:44:01.6019221Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 2022-09-27T15:44:01.6167722Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 2022-09-27T15:44:01.6189916Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 2022-09-27T15:44:01.6219504Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:44:01.6469294Z [gw1] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:44:01.6494302Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 2022-09-27T15:44:01.6663738Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 2022-09-27T15:44:01.6664988Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:44:01.6991634Z [gw1] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:44:01.6999769Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 2022-09-27T15:44:01.7118804Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 2022-09-27T15:44:01.7119990Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 2022-09-27T15:44:01.7428073Z [gw1] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 2022-09-27T15:44:01.7539770Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 2022-09-27T15:44:01.7554057Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:44:01.7574146Z [gw1] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:44:01.7765677Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 2022-09-27T15:44:01.7803089Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 2022-09-27T15:44:01.7986537Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 2022-09-27T15:44:01.7991205Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 2022-09-27T15:44:01.8232706Z [gw1] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 2022-09-27T15:44:01.8286924Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 2022-09-27T15:44:01.8431342Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 2022-09-27T15:44:01.8480248Z test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 2022-09-27T15:44:01.8710745Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 2022-09-27T15:44:01.8873615Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 2022-09-27T15:44:01.8911382Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 2022-09-27T15:44:01.8974469Z test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 2022-09-27T15:44:01.9152951Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 2022-09-27T15:44:01.9190305Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 2022-09-27T15:44:01.9355596Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 2022-09-27T15:44:01.9442266Z test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 2022-09-27T15:44:01.9635619Z [gw1] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 2022-09-27T15:44:01.9757854Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 2022-09-27T15:44:01.9793331Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 2022-09-27T15:44:01.9849901Z test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 2022-09-27T15:44:02.0098234Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 2022-09-27T15:44:02.0120047Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 2022-09-27T15:44:02.0234640Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 2022-09-27T15:44:02.0418650Z test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 2022-09-27T15:44:02.0514536Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 2022-09-27T15:44:02.0558895Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 2022-09-27T15:44:02.0673590Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 2022-09-27T15:44:02.0738507Z test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 2022-09-27T15:44:02.0995595Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 2022-09-27T15:44:02.1040579Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 2022-09-27T15:44:02.1154312Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 2022-09-27T15:44:02.1499711Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 2022-09-27T15:44:02.1505503Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 2022-09-27T15:44:02.1757946Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 2022-09-27T15:44:02.1793005Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 2022-09-27T15:44:02.1932598Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 2022-09-27T15:44:02.1940270Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 2022-09-27T15:44:02.2040807Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 2022-09-27T15:44:02.2273985Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 2022-09-27T15:44:02.2429608Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 2022-09-27T15:44:02.2590105Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 2022-09-27T15:44:02.2672379Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 2022-09-27T15:44:02.2737886Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 2022-09-27T15:44:02.2804719Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 2022-09-27T15:44:02.2847865Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 2022-09-27T15:44:02.2955480Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 2022-09-27T15:44:02.3229553Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 2022-09-27T15:44:02.3292897Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 2022-09-27T15:44:02.3337736Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 2022-09-27T15:44:02.3339962Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 2022-09-27T15:44:02.3610724Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 2022-09-27T15:44:02.3741822Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 2022-09-27T15:44:02.3776094Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 2022-09-27T15:44:02.4218987Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 2022-09-27T15:44:02.4269723Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 2022-09-27T15:44:02.4588632Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 2022-09-27T15:44:02.4589281Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 2022-09-27T15:44:02.4589941Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:44:02.4590539Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 2022-09-27T15:44:02.4726119Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:44:02.4732843Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:44:02.4782791Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 2022-09-27T15:44:02.5224327Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:44:02.5263810Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 2022-09-27T15:44:02.5303762Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 2022-09-27T15:44:02.5343673Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:44:02.5543844Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:44:02.5665624Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 2022-09-27T15:44:02.5666570Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 2022-09-27T15:44:02.5667173Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:44:02.6029959Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:44:02.6040871Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 2022-09-27T15:44:02.6044609Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 2022-09-27T15:44:02.6183220Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 2022-09-27T15:44:02.6382895Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 2022-09-27T15:44:02.6502896Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 2022-09-27T15:44:02.6504170Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 2022-09-27T15:44:02.6941025Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 2022-09-27T15:44:02.6944090Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 2022-09-27T15:44:02.6953434Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 2022-09-27T15:44:02.6955210Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 2022-09-27T15:44:02.7158210Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 2022-09-27T15:44:02.7369724Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 2022-09-27T15:44:02.7390758Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:44:02.7391392Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 2022-09-27T15:44:02.7397824Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 2022-09-27T15:44:02.7404509Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 2022-09-27T15:44:02.7469094Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:44:02.7754155Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 2022-09-27T15:44:02.7809762Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 2022-09-27T15:44:02.7817550Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 2022-09-27T15:44:02.7904044Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 2022-09-27T15:44:02.8229009Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 2022-09-27T15:44:02.8287725Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 2022-09-27T15:44:02.8423309Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:44:02.8461462Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:44:02.8707946Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 2022-09-27T15:44:02.8728945Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 2022-09-27T15:44:02.8958744Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 2022-09-27T15:44:02.9217599Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 2022-09-27T15:44:02.9226862Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 2022-09-27T15:44:02.9255581Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 2022-09-27T15:44:02.9719532Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 2022-09-27T15:44:02.9738179Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 2022-09-27T15:44:02.9769990Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 2022-09-27T15:44:02.9805875Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 2022-09-27T15:44:03.0008091Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:44:03.0234636Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 2022-09-27T15:44:03.0235219Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 2022-09-27T15:44:03.0636139Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 2022-09-27T15:44:03.0637002Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 2022-09-27T15:44:03.1077860Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 2022-09-27T15:44:03.1078409Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 2022-09-27T15:44:03.1522036Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 2022-09-27T15:44:03.1522612Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 2022-09-27T15:44:03.1694763Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 2022-09-27T15:44:03.1796998Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:44:03.1989000Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 2022-09-27T15:44:03.2240132Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 2022-09-27T15:44:03.2350092Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 2022-09-27T15:44:03.2599676Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 2022-09-27T15:44:03.2630730Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 2022-09-27T15:44:03.2739809Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 2022-09-27T15:44:03.2789603Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 2022-09-27T15:44:03.2818034Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 2022-09-27T15:44:03.3003420Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 2022-09-27T15:44:03.3069570Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 2022-09-27T15:44:03.3228698Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:44:03.3290153Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 2022-09-27T15:44:03.3368231Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 2022-09-27T15:44:03.3510504Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:44:03.3742219Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 2022-09-27T15:44:03.3744329Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 2022-09-27T15:44:03.4125697Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 2022-09-27T15:44:03.4179557Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 2022-09-27T15:44:03.4629809Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 2022-09-27T15:44:03.4679203Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 2022-09-27T15:44:03.4994856Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 2022-09-27T15:44:03.5038263Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 2022-09-27T15:44:03.5506095Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 2022-09-27T15:44:03.5510700Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 2022-09-27T15:44:03.5930499Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 2022-09-27T15:44:03.5931074Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 2022-09-27T15:44:03.6390767Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 2022-09-27T15:44:03.6430559Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 2022-09-27T15:44:03.6831314Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 2022-09-27T15:44:03.6851530Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 2022-09-27T15:44:03.7312500Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 2022-09-27T15:44:03.7339718Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 2022-09-27T15:44:03.7710702Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 2022-09-27T15:44:03.7895557Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 2022-09-27T15:44:03.8116934Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 2022-09-27T15:44:03.8118988Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 2022-09-27T15:44:03.8600247Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 2022-09-27T15:44:03.8600924Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 2022-09-27T15:44:03.9024841Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 2022-09-27T15:44:03.9025440Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 2022-09-27T15:44:03.9465873Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 2022-09-27T15:44:03.9469468Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 2022-09-27T15:44:03.9931918Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 2022-09-27T15:44:03.9936269Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 2022-09-27T15:44:03.9948094Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 2022-09-27T15:44:03.9960970Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 2022-09-27T15:44:04.0070133Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 2022-09-27T15:44:04.0095784Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:44:04.0319102Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:44:04.0323229Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 2022-09-27T15:44:04.0745476Z [gw3] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 2022-09-27T15:44:04.0752993Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 2022-09-27T15:44:04.0756312Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 2022-09-27T15:44:04.0778878Z test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 2022-09-27T15:44:04.0985311Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 2022-09-27T15:44:04.1154565Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 2022-09-27T15:44:04.1267609Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 2022-09-27T15:44:04.1271529Z test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 2022-09-27T15:44:04.1481549Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 2022-09-27T15:44:04.1708085Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 2022-09-27T15:44:04.1712533Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:44:04.1719286Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:44:04.1723675Z test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 2022-09-27T15:44:04.2018736Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 2022-09-27T15:44:04.2036620Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:44:04.2075930Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 2022-09-27T15:44:04.2149042Z test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 2022-09-27T15:44:04.2163853Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 2022-09-27T15:44:04.2195996Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 2022-09-27T15:44:04.2252404Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 2022-09-27T15:44:04.2577891Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 2022-09-27T15:44:04.2583281Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 2022-09-27T15:44:04.2617758Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 2022-09-27T15:44:04.3162146Z test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 2022-09-27T15:44:04.3208875Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 2022-09-27T15:44:04.3541570Z test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 2022-09-27T15:44:04.3569211Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 2022-09-27T15:44:04.3770906Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:44:04.3785582Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 2022-09-27T15:44:04.3889819Z test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 2022-09-27T15:44:04.3991277Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:44:04.4005534Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:44:04.4123992Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 2022-09-27T15:44:04.4138080Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 2022-09-27T15:44:04.4174013Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:44:04.4191063Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:44:04.4269405Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 2022-09-27T15:44:04.4434132Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 2022-09-27T15:44:04.4632283Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:44:04.4731263Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 2022-09-27T15:44:04.4798787Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 2022-09-27T15:44:04.4811839Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:44:04.5137969Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 2022-09-27T15:44:04.5147723Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 2022-09-27T15:44:04.5207648Z test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 2022-09-27T15:44:04.5231324Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 2022-09-27T15:44:04.5390642Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:44:04.5630150Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:44:04.5665300Z test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 2022-09-27T15:44:04.5676046Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 2022-09-27T15:44:04.5711888Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 2022-09-27T15:44:04.5887767Z [gw1] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 2022-09-27T15:44:04.5900842Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:44:04.6065479Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 2022-09-27T15:44:04.6069191Z test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 2022-09-27T15:44:04.6114704Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 2022-09-27T15:44:04.6429164Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 2022-09-27T15:44:04.6508343Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 2022-09-27T15:44:04.6541891Z test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 2022-09-27T15:44:04.6590529Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 2022-09-27T15:44:04.6684802Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 2022-09-27T15:44:04.6908796Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 2022-09-27T15:44:04.7055605Z test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 2022-09-27T15:44:04.7159012Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 2022-09-27T15:44:04.7311708Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 2022-09-27T15:44:04.7373848Z test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 2022-09-27T15:44:04.7470755Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 2022-09-27T15:44:04.7869181Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 2022-09-27T15:44:04.7872025Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 2022-09-27T15:44:04.7874702Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 2022-09-27T15:44:04.8032058Z test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 2022-09-27T15:44:04.8033733Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 2022-09-27T15:44:04.8311854Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 2022-09-27T15:44:04.8313535Z test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 2022-09-27T15:44:04.8777169Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 2022-09-27T15:44:04.8780069Z test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 2022-09-27T15:44:04.9204512Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 2022-09-27T15:44:04.9206678Z test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 2022-09-27T15:44:04.9667604Z [gw3] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 2022-09-27T15:44:04.9671533Z test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 2022-09-27T15:44:05.0096582Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 2022-09-27T15:44:05.0100206Z test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 2022-09-27T15:44:05.0517097Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 2022-09-27T15:44:05.0598121Z test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 2022-09-27T15:44:05.0975889Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 2022-09-27T15:44:05.0979800Z test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 2022-09-27T15:44:05.1391330Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 2022-09-27T15:44:05.1395360Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 2022-09-27T15:44:05.1833140Z [gw3] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 2022-09-27T15:44:05.1837161Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 2022-09-27T15:44:05.2303912Z [gw3] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 2022-09-27T15:44:05.2307960Z test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 2022-09-27T15:44:05.2740258Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 2022-09-27T15:44:05.2744313Z test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 2022-09-27T15:44:05.3190386Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 2022-09-27T15:44:05.3319124Z test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 2022-09-27T15:44:05.3608613Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 2022-09-27T15:44:05.3612378Z test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 2022-09-27T15:44:05.4031683Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 2022-09-27T15:44:05.4047067Z test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 2022-09-27T15:44:05.4499809Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 2022-09-27T15:44:05.4508334Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 2022-09-27T15:44:05.4520414Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 2022-09-27T15:44:05.4532275Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 2022-09-27T15:44:05.4871149Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 2022-09-27T15:44:05.4971619Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 2022-09-27T15:44:05.5310414Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 2022-09-27T15:44:05.5333849Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 2022-09-27T15:44:05.5349301Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 2022-09-27T15:44:05.5393594Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 2022-09-27T15:44:05.5793350Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 2022-09-27T15:44:05.6104578Z test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 2022-09-27T15:44:05.6121260Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 2022-09-27T15:44:05.6132975Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 2022-09-27T15:44:05.6140813Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 2022-09-27T15:44:05.6275783Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 2022-09-27T15:44:05.6332518Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 2022-09-27T15:44:05.6581302Z test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 2022-09-27T15:44:05.6647371Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 2022-09-27T15:44:05.6674400Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 2022-09-27T15:44:05.6790869Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 2022-09-27T15:44:05.6859889Z test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 2022-09-27T15:44:05.7055938Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 2022-09-27T15:44:05.7068979Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 2022-09-27T15:44:05.7269723Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 2022-09-27T15:44:05.7336901Z test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 2022-09-27T15:44:05.7350106Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 2022-09-27T15:44:05.7356791Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 2022-09-27T15:44:05.7412681Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 2022-09-27T15:44:05.7711066Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 2022-09-27T15:44:05.7761880Z test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 2022-09-27T15:44:05.7827827Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 2022-09-27T15:44:05.7849118Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 2022-09-27T15:44:05.8245738Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 2022-09-27T15:44:05.8247064Z test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 2022-09-27T15:44:05.8263727Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 2022-09-27T15:44:05.8276758Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 2022-09-27T15:44:05.8306743Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:44:05.8389382Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 2022-09-27T15:44:05.8630852Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 2022-09-27T15:44:05.8639180Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 2022-09-27T15:44:05.8648835Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:44:05.8748226Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 2022-09-27T15:44:05.8750592Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 2022-09-27T15:44:05.8753730Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 2022-09-27T15:44:05.8757225Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 2022-09-27T15:44:05.8761147Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 2022-09-27T15:44:05.9158779Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:44:05.9190192Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 2022-09-27T15:44:05.9223382Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 2022-09-27T15:44:05.9247380Z [gw0] [ 84%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 2022-09-27T15:44:05.9260873Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 2022-09-27T15:44:05.9271836Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 2022-09-27T15:44:05.9594956Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 2022-09-27T15:44:05.9693861Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 2022-09-27T15:44:05.9702850Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 2022-09-27T15:44:05.9711563Z test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 2022-09-27T15:44:05.9725400Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:44:05.9731699Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 2022-09-27T15:44:05.9997313Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:44:06.0042602Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 2022-09-27T15:44:06.0054621Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 2022-09-27T15:44:06.0112932Z test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 2022-09-27T15:44:06.0435709Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 2022-09-27T15:44:06.0456223Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 2022-09-27T15:44:06.0478641Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:44:06.0480937Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 2022-09-27T15:44:06.0541583Z test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 2022-09-27T15:44:06.0560372Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 2022-09-27T15:44:06.0751274Z [gw3] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 2022-09-27T15:44:06.0761763Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 2022-09-27T15:44:06.0798923Z test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 2022-09-27T15:44:06.0811858Z [gw1] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 2022-09-27T15:44:06.0870928Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 2022-09-27T15:44:06.0872041Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:44:06.0901550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 2022-09-27T15:44:06.0913189Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 2022-09-27T15:44:06.0937265Z test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 2022-09-27T15:44:06.1005991Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:44:06.1190692Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 2022-09-27T15:44:06.1239575Z test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 2022-09-27T15:44:06.1310546Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 2022-09-27T15:44:06.1354481Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:44:06.1355218Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 2022-09-27T15:44:06.1377667Z test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 2022-09-27T15:44:06.1387806Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 2022-09-27T15:44:06.1672810Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:44:06.1715647Z test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 2022-09-27T15:44:06.1751245Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 2022-09-27T15:44:06.1791100Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:44:06.1823237Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 2022-09-27T15:44:06.2109800Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 2022-09-27T15:44:06.2179194Z test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 2022-09-27T15:44:06.2231463Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 2022-09-27T15:44:06.2269104Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 2022-09-27T15:44:06.2552994Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 2022-09-27T15:44:06.2616469Z test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 2022-09-27T15:44:06.2671733Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 2022-09-27T15:44:06.2705101Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 2022-09-27T15:44:06.2994685Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 2022-09-27T15:44:06.3083293Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 2022-09-27T15:44:06.3156377Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 2022-09-27T15:44:06.3162072Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 2022-09-27T15:44:06.3435862Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 2022-09-27T15:44:06.3518449Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 2022-09-27T15:44:06.3554251Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 2022-09-27T15:44:06.3874771Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:44:06.3918967Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 2022-09-27T15:44:06.3984578Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 2022-09-27T15:44:06.3998533Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:44:06.4060505Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:44:06.4069175Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 2022-09-27T15:44:06.4105292Z test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 2022-09-27T15:44:06.4312105Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 2022-09-27T15:44:06.4359977Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 2022-09-27T15:44:06.4506560Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 2022-09-27T15:44:06.4514468Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:44:06.4521877Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:44:06.4623404Z test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 2022-09-27T15:44:06.4753486Z [gw3] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 2022-09-27T15:44:06.4893728Z test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 2022-09-27T15:44:06.4951271Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 2022-09-27T15:44:06.4991818Z test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 2022-09-27T15:44:06.5106748Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 2022-09-27T15:44:06.5118436Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:44:06.5190721Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:44:06.5365715Z test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 2022-09-27T15:44:06.5413607Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 2022-09-27T15:44:06.5634931Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 2022-09-27T15:44:06.5707769Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 2022-09-27T15:44:06.5999718Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 2022-09-27T15:44:06.6032653Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 2022-09-27T15:44:06.6117094Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 2022-09-27T15:44:06.6121431Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 2022-09-27T15:44:06.6371651Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 2022-09-27T15:44:06.6386973Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:44:06.6404418Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:44:06.6472199Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 2022-09-27T15:44:06.6580527Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 2022-09-27T15:44:06.6583182Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 2022-09-27T15:44:06.6826007Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 2022-09-27T15:44:06.6912054Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 2022-09-27T15:44:06.7020710Z test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 2022-09-27T15:44:06.7023708Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 2022-09-27T15:44:06.7024230Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 2022-09-27T15:44:06.7413708Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 2022-09-27T15:44:06.7418407Z test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 2022-09-27T15:44:06.7474533Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 2022-09-27T15:44:06.7569470Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 2022-09-27T15:44:06.7888776Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 2022-09-27T15:44:06.7890353Z test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 2022-09-27T15:44:06.7898836Z [gw1] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 2022-09-27T15:44:06.7994820Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 2022-09-27T15:44:06.8227702Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 2022-09-27T15:44:06.8243628Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:44:06.8350888Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:44:06.8357677Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 2022-09-27T15:44:06.8437840Z test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 2022-09-27T15:44:06.8582773Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 2022-09-27T15:44:06.8747544Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 2022-09-27T15:44:06.8752693Z test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 2022-09-27T15:44:06.8768699Z test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 2022-09-27T15:44:06.8776909Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 2022-09-27T15:44:06.9236927Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 2022-09-27T15:44:06.9237668Z test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 2022-09-27T15:44:06.9313444Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 2022-09-27T15:44:06.9319343Z test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 2022-09-27T15:44:06.9595378Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 2022-09-27T15:44:06.9673494Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 2022-09-27T15:44:07.0077265Z test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 2022-09-27T15:44:07.0093690Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:44:07.0146319Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:44:07.0161524Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 2022-09-27T15:44:07.0241705Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 2022-09-27T15:44:07.0273961Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 2022-09-27T15:44:07.0402820Z test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 2022-09-27T15:44:07.0714780Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 2022-09-27T15:44:07.0771220Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 2022-09-27T15:44:07.0988817Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 2022-09-27T15:44:07.1006044Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 2022-09-27T15:44:07.1153749Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 2022-09-27T15:44:07.1163108Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 2022-09-27T15:44:07.1202106Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 2022-09-27T15:44:07.1472831Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 2022-09-27T15:44:07.1529609Z test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 2022-09-27T15:44:07.1571916Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 2022-09-27T15:44:07.1669939Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:44:07.1874848Z test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 2022-09-27T15:44:07.1950084Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:44:07.1966065Z test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 2022-09-27T15:44:07.2190908Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 2022-09-27T15:44:07.2203948Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 2022-09-27T15:44:07.2252271Z test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 2022-09-27T15:44:07.2348371Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 2022-09-27T15:44:07.2428994Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 2022-09-27T15:44:07.2475801Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 2022-09-27T15:44:07.2494680Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:44:07.2678727Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:44:07.2755538Z test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 2022-09-27T15:44:07.2836238Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 2022-09-27T15:44:07.2843293Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 2022-09-27T15:44:07.2970340Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 2022-09-27T15:44:07.2990409Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:44:07.3112401Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 2022-09-27T15:44:07.3194848Z test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 2022-09-27T15:44:07.3205267Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 2022-09-27T15:44:07.3293641Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 2022-09-27T15:44:07.3554293Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 2022-09-27T15:44:07.3634384Z test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 2022-09-27T15:44:07.3646914Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 2022-09-27T15:44:07.3829110Z test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 2022-09-27T15:44:07.3994584Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 2022-09-27T15:44:07.4088569Z test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 2022-09-27T15:44:07.4094549Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 2022-09-27T15:44:07.4195751Z test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 2022-09-27T15:44:07.4512779Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 2022-09-27T15:44:07.4569427Z test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 2022-09-27T15:44:07.4574926Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 2022-09-27T15:44:07.4668243Z test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 2022-09-27T15:44:07.4682753Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 2022-09-27T15:44:07.4696322Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:44:07.4950047Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 2022-09-27T15:44:07.4958345Z test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 2022-09-27T15:44:07.5009697Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 2022-09-27T15:44:07.5413683Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 2022-09-27T15:44:07.5504098Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 2022-09-27T15:44:07.5849915Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 2022-09-27T15:44:07.5979696Z test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 2022-09-27T15:44:07.6166284Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 2022-09-27T15:44:07.6310528Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 2022-09-27T15:44:07.6311417Z test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 2022-09-27T15:44:07.6316554Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 2022-09-27T15:44:07.6334899Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 2022-09-27T15:44:07.6399285Z test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 2022-09-27T15:44:07.6412051Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 2022-09-27T15:44:07.6473067Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 2022-09-27T15:44:07.6715091Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 2022-09-27T15:44:07.6806267Z test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 2022-09-27T15:44:07.6809185Z test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 2022-09-27T15:44:07.6861867Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 2022-09-27T15:44:07.6862776Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 2022-09-27T15:44:07.6935515Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 2022-09-27T15:44:07.7181714Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 2022-09-27T15:44:07.7243448Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:44:07.7245614Z test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 2022-09-27T15:44:07.7251483Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 2022-09-27T15:44:07.7263872Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:44:07.7454167Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 2022-09-27T15:44:07.7589786Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 2022-09-27T15:44:07.7632145Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:44:07.7654143Z test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 2022-09-27T15:44:07.7670717Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:44:07.7745214Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 2022-09-27T15:44:07.7865167Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 2022-09-27T15:44:07.8031417Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 2022-09-27T15:44:07.8110699Z test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 2022-09-27T15:44:07.8185584Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 2022-09-27T15:44:07.8209730Z test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 2022-09-27T15:44:07.8313104Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 2022-09-27T15:44:07.8337958Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 2022-09-27T15:44:07.8470911Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 2022-09-27T15:44:07.8539522Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 2022-09-27T15:44:07.8555386Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 2022-09-27T15:44:07.8591512Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:44:07.8814938Z test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 2022-09-27T15:44:07.8936508Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 2022-09-27T15:44:07.8983155Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 2022-09-27T15:44:07.9058306Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 2022-09-27T15:44:07.9256883Z test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 2022-09-27T15:44:07.9390070Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 2022-09-27T15:44:07.9495246Z test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 2022-09-27T15:44:07.9542764Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 2022-09-27T15:44:07.9570231Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:44:07.9587808Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:44:07.9716617Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 2022-09-27T15:44:07.9840981Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 2022-09-27T15:44:07.9844600Z test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 2022-09-27T15:44:07.9989486Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 2022-09-27T15:44:08.0228019Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 2022-09-27T15:44:08.0236242Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:44:08.0303697Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 2022-09-27T15:44:08.0308124Z test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 2022-09-27T15:44:08.0313170Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 2022-09-27T15:44:08.0391318Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 2022-09-27T15:44:08.0467850Z test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 2022-09-27T15:44:08.0532108Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 2022-09-27T15:44:08.0724314Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 2022-09-27T15:44:08.0728084Z test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 2022-09-27T15:44:08.0750004Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 2022-09-27T15:44:08.0846012Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:44:08.0987411Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 2022-09-27T15:44:08.1036027Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 2022-09-27T15:44:08.1132116Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:44:08.1200599Z test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 2022-09-27T15:44:08.1226210Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 2022-09-27T15:44:08.1336178Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 2022-09-27T15:44:08.1342641Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 2022-09-27T15:44:08.1473282Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 2022-09-27T15:44:08.1570606Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 2022-09-27T15:44:08.1697946Z test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 2022-09-27T15:44:08.1702625Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 2022-09-27T15:44:08.1713734Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 2022-09-27T15:44:08.1781348Z test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 2022-09-27T15:44:08.2190010Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 2022-09-27T15:44:08.2198357Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 2022-09-27T15:44:08.2244020Z test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 2022-09-27T15:44:08.2260457Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 2022-09-27T15:44:08.2513921Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 2022-09-27T15:44:08.2554528Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:44:08.2608474Z test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 2022-09-27T15:44:08.2681391Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 2022-09-27T15:44:08.2768173Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:44:08.2782120Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 2022-09-27T15:44:08.2850425Z test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 2022-09-27T15:44:08.2954650Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 2022-09-27T15:44:08.2993632Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 2022-09-27T15:44:08.3115271Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:44:08.3161387Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 2022-09-27T15:44:08.3193495Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:44:08.3393845Z test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 2022-09-27T15:44:08.3432244Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:44:08.3634205Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:44:08.3872867Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:44:08.3998188Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:44:08.4013554Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 2022-09-27T15:44:08.4079394Z test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 2022-09-27T15:44:08.4183799Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:44:08.4311838Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 2022-09-27T15:44:08.4378345Z test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 2022-09-27T15:44:08.4430387Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 2022-09-27T15:44:08.4598915Z test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 2022-09-27T15:44:08.4755851Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 2022-09-27T15:44:08.4874548Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 2022-09-27T15:44:08.5021664Z test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 2022-09-27T15:44:08.5194987Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 2022-09-27T15:44:08.5210675Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 2022-09-27T15:44:08.5311983Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 2022-09-27T15:44:08.5321556Z test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 2022-09-27T15:44:08.5360292Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 2022-09-27T15:44:08.5635723Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 2022-09-27T15:44:08.5753439Z test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 2022-09-27T15:44:08.5839776Z test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 2022-09-27T15:44:08.6191793Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 2022-09-27T15:44:08.6245049Z test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 2022-09-27T15:44:08.6412643Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 2022-09-27T15:44:08.6429294Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 2022-09-27T15:44:08.6632532Z test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 2022-09-27T15:44:08.6699591Z test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 2022-09-27T15:44:08.6836770Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 2022-09-27T15:44:08.6846073Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 2022-09-27T15:44:08.6895256Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 2022-09-27T15:44:08.7071057Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 2022-09-27T15:44:08.7250797Z test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 2022-09-27T15:44:08.7271263Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 2022-09-27T15:44:08.7300936Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 2022-09-27T15:44:08.7309759Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:44:08.7332122Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:44:08.7513473Z [gw1] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 2022-09-27T15:44:08.7535972Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 2022-09-27T15:44:08.7715842Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 2022-09-27T15:44:08.7871576Z test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 2022-09-27T15:44:08.7983957Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 2022-09-27T15:44:08.7984583Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 2022-09-27T15:44:08.8235916Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 2022-09-27T15:44:08.8244479Z test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 2022-09-27T15:44:08.8462820Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 2022-09-27T15:44:08.8469277Z test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 2022-09-27T15:44:08.8657598Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 2022-09-27T15:44:08.8663756Z test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 2022-09-27T15:44:08.8849499Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 2022-09-27T15:44:08.8886283Z test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 2022-09-27T15:44:08.9064936Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 2022-09-27T15:44:08.9069351Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 2022-09-27T15:44:08.9322620Z [gw1] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 2022-09-27T15:44:08.9326826Z test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 2022-09-27T15:44:08.9506831Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 2022-09-27T15:44:08.9510759Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 2022-09-27T15:44:08.9713196Z [gw1] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 2022-09-27T15:44:08.9782269Z test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 2022-09-27T15:44:08.9912985Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 2022-09-27T15:44:08.9975554Z test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 2022-09-27T15:44:09.0150820Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 2022-09-27T15:44:09.0196437Z test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 2022-09-27T15:44:09.0350037Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 2022-09-27T15:44:09.0399074Z test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 2022-09-27T15:44:09.0590469Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 2022-09-27T15:44:09.0644897Z test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 2022-09-27T15:44:09.0790035Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 2022-09-27T15:44:09.0842538Z test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 2022-09-27T15:44:09.1035396Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 2022-09-27T15:44:09.1107454Z test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 2022-09-27T15:44:09.1113699Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:44:09.1118985Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 2022-09-27T15:44:09.1231050Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 2022-09-27T15:44:09.1288762Z test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 2022-09-27T15:44:09.1471403Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 2022-09-27T15:44:09.1522994Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 2022-09-27T15:44:09.1671979Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 2022-09-27T15:44:09.1868246Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:44:09.1910679Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:44:09.2055143Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 2022-09-27T15:44:09.2113296Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 2022-09-27T15:44:09.2300945Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:44:09.2409652Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:44:09.2414271Z test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 2022-09-27T15:44:09.2550479Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 2022-09-27T15:44:09.2817084Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:44:09.2824744Z test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 2022-09-27T15:44:09.2970136Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 2022-09-27T15:44:09.3011545Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:44:09.3241581Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:44:09.3251795Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:44:09.3443439Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 2022-09-27T15:44:09.3696118Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:44:09.3727330Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 2022-09-27T15:44:09.4045215Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 2022-09-27T15:44:09.4133839Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 2022-09-27T15:44:09.4152394Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:44:09.4162225Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 2022-09-27T15:44:09.4449254Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:44:09.4592617Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 2022-09-27T15:44:09.4668832Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 2022-09-27T15:44:09.5056595Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 2022-09-27T15:44:09.5220107Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 2022-09-27T15:44:09.5309417Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:44:09.5312659Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:44:09.5490198Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 2022-09-27T15:44:09.5694410Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 2022-09-27T15:44:09.5929525Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 2022-09-27T15:44:09.5982545Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 2022-09-27T15:44:09.6007719Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:44:09.6210924Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:44:09.6351678Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 2022-09-27T15:44:09.6354898Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:44:09.6444339Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 2022-09-27T15:44:09.6658199Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:44:09.6770970Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 2022-09-27T15:44:09.6790754Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:44:09.6872208Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 2022-09-27T15:44:09.7034246Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 2022-09-27T15:44:09.7258657Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 2022-09-27T15:44:09.7517229Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 2022-09-27T15:44:09.7529290Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 2022-09-27T15:44:09.7602286Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 2022-09-27T15:44:09.7671000Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 2022-09-27T15:44:09.7759058Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 2022-09-27T15:44:09.8132868Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 2022-09-27T15:44:09.8365855Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 2022-09-27T15:44:09.8572471Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 2022-09-27T15:44:09.8767966Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 2022-09-27T15:44:09.9011849Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 2022-09-27T15:44:09.9291073Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 2022-09-27T15:44:09.9432472Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 2022-09-27T15:44:09.9496154Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:44:09.9755361Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:44:09.9859140Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 2022-09-27T15:44:09.9953257Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:44:09.9953965Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:44:10.0376844Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:44:10.0383713Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:44:10.0384422Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 2022-09-27T15:44:10.0399029Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 2022-09-27T15:44:10.0834480Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:44:10.0835191Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 2022-09-27T15:44:10.1047954Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 2022-09-27T15:44:10.1069369Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:44:10.1144360Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 2022-09-27T15:44:10.1265166Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 2022-09-27T15:44:10.1265739Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 2022-09-27T15:44:10.1475574Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 2022-09-27T15:44:10.1712792Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 2022-09-27T15:44:10.1726695Z test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:44:10.2112444Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:44:10.2116804Z test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:44:10.2206212Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:44:10.2247635Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 2022-09-27T15:44:10.2549599Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 2022-09-27T15:44:10.2591363Z test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 2022-09-27T15:44:10.3004000Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 2022-09-27T15:44:10.3007498Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 2022-09-27T15:44:10.3444304Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 2022-09-27T15:44:10.3448485Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 2022-09-27T15:44:10.3892765Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 2022-09-27T15:44:10.3896305Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 2022-09-27T15:44:10.4331438Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 2022-09-27T15:44:10.4336888Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 2022-09-27T15:44:10.4434472Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 2022-09-27T15:44:10.4457232Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 2022-09-27T15:44:10.4797499Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:44:10.4801664Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 2022-09-27T15:44:10.5229134Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 2022-09-27T15:44:10.5232106Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 2022-09-27T15:44:10.5429429Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 2022-09-27T15:44:10.5470128Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:44:10.5619233Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:44:10.5749697Z test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:44:10.6069938Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:44:10.6085965Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:44:10.6413906Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:44:10.6442101Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:44:10.6485373Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:44:10.6528809Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:44:10.6950222Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:44:10.6953043Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:44:10.7388198Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:44:10.7396562Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:44:10.7399110Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:44:10.7404247Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:44:10.7616165Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:44:10.7630461Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 2022-09-27T15:44:10.7672251Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:44:10.7768059Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:44:10.7789496Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:44:10.7818387Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:44:10.7829292Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:44:10.8010628Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:44:10.8146439Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:44:10.8275215Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:44:10.8281613Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:44:10.8303007Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:44:10.8710394Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:44:10.8716576Z test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:44:10.8731399Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:44:10.8768454Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:44:10.8899785Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 2022-09-27T15:44:10.8923710Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:44:10.9189025Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:44:10.9435198Z test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 2022-09-27T15:44:10.9631147Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 2022-09-27T15:44:10.9637019Z test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 2022-09-27T15:44:11.0059751Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 2022-09-27T15:44:11.0067943Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:44:11.0072799Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 2022-09-27T15:44:11.0078281Z test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 2022-09-27T15:44:11.0427280Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 2022-09-27T15:44:11.0511850Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 2022-09-27T15:44:11.0517361Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 2022-09-27T15:44:11.0523227Z test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 2022-09-27T15:44:11.0951028Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 2022-09-27T15:44:11.0960507Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 2022-09-27T15:44:11.0965585Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 2022-09-27T15:44:11.0971284Z test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 2022-09-27T15:44:11.1378399Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 2022-09-27T15:44:11.1385532Z test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 2022-09-27T15:44:11.1397677Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 2022-09-27T15:44:11.1409691Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 2022-09-27T15:44:11.1466476Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 2022-09-27T15:44:11.1835080Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 2022-09-27T15:44:11.1841890Z test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 2022-09-27T15:44:11.1849152Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 2022-09-27T15:44:11.1913682Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:44:11.1929354Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 2022-09-27T15:44:11.2121245Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 2022-09-27T15:44:11.2267590Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 2022-09-27T15:44:11.2300923Z test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 2022-09-27T15:44:11.2342821Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 2022-09-27T15:44:11.2356747Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:44:11.2413178Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 2022-09-27T15:44:11.2423497Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 2022-09-27T15:44:11.2678145Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 2022-09-27T15:44:11.2687766Z test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 2022-09-27T15:44:11.2708550Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 2022-09-27T15:44:11.2791661Z [gw3] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 2022-09-27T15:44:11.2906975Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 2022-09-27T15:44:11.3058538Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:44:11.3148214Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 2022-09-27T15:44:11.3261357Z test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 2022-09-27T15:44:11.3368959Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 2022-09-27T15:44:11.3383676Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:44:11.3440134Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 2022-09-27T15:44:11.3590677Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:44:11.3607614Z test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 2022-09-27T15:44:11.3876967Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 2022-09-27T15:44:11.3897342Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 2022-09-27T15:44:11.3977777Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 2022-09-27T15:44:11.4084660Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 2022-09-27T15:44:11.4234597Z test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 2022-09-27T15:44:11.4246715Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:44:11.4257973Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:44:11.4265081Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 2022-09-27T15:44:11.4320752Z [gw1] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:44:11.4484699Z test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 2022-09-27T15:44:11.4674885Z test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 2022-09-27T15:44:11.4708730Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 2022-09-27T15:44:11.4712168Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:44:11.4719042Z [gw1] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:44:11.4755399Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 2022-09-27T15:44:11.4786613Z test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 2022-09-27T15:44:11.4911376Z [gw2] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 2022-09-27T15:44:11.5151618Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 2022-09-27T15:44:11.5173984Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 2022-09-27T15:44:11.5201500Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:44:11.5351888Z test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 2022-09-27T15:44:11.5425731Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 2022-09-27T15:44:11.5471468Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 2022-09-27T15:44:11.5709652Z [gw3] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 2022-09-27T15:44:11.5794072Z test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 2022-09-27T15:44:11.7853124Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 2022-09-27T15:44:11.7877181Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 2022-09-27T15:44:11.8378770Z test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 2022-09-27T15:44:11.8419637Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 2022-09-27T15:44:11.9506946Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 2022-09-27T15:44:11.9520304Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 2022-09-27T15:44:11.9859288Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:44:11.9952722Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:44:12.0446564Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:44:12.0456435Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:44:12.0468464Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:44:12.0476320Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 2022-09-27T15:44:12.0573241Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:44:12.0756751Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 2022-09-27T15:44:12.0871321Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:44:12.0987922Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:44:12.1172586Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 2022-09-27T15:44:12.1389111Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:44:12.1685799Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:44:12.1709409Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 2022-09-27T15:44:12.1727082Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 2022-09-27T15:44:12.1759054Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:44:12.1907221Z test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 2022-09-27T15:44:12.2208623Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 2022-09-27T15:44:12.3675303Z test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 2022-09-27T15:44:12.3737200Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 2022-09-27T15:44:12.3748422Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 2022-09-27T15:44:12.3759792Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 2022-09-27T15:44:12.3847516Z test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 2022-09-27T15:44:12.3907503Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 2022-09-27T15:44:12.4223944Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 2022-09-27T15:44:12.4276118Z test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 2022-09-27T15:44:12.4280193Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 2022-09-27T15:44:12.4287622Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 2022-09-27T15:44:12.4753865Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 2022-09-27T15:44:12.4835586Z test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 2022-09-27T15:44:12.4842649Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 2022-09-27T15:44:12.4847814Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:44:12.5229745Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:44:12.5265078Z test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 2022-09-27T15:44:12.5273431Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 2022-09-27T15:44:12.5278581Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 2022-09-27T15:44:12.5292171Z test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 2022-09-27T15:44:12.5302232Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 2022-09-27T15:44:12.5649052Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 2022-09-27T15:44:12.5655842Z test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 2022-09-27T15:44:12.5662709Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 2022-09-27T15:44:12.5729437Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 2022-09-27T15:44:12.6072721Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 2022-09-27T15:44:12.6079639Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:44:12.6120624Z test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 2022-09-27T15:44:12.6261620Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 2022-09-27T15:44:12.6514866Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:44:12.6515483Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 2022-09-27T15:44:12.6612221Z test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 2022-09-27T15:44:12.6657166Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 2022-09-27T15:44:12.6996875Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 2022-09-27T15:44:12.6997532Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 2022-09-27T15:44:12.7077251Z test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 2022-09-27T15:44:12.7118138Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 2022-09-27T15:44:12.7129229Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 2022-09-27T15:44:12.7257371Z test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 2022-09-27T15:44:12.7433529Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 2022-09-27T15:44:12.7440531Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:44:12.7752194Z test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 2022-09-27T15:44:12.7969004Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 2022-09-27T15:44:12.7978665Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:44:12.7984442Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:44:12.8224691Z test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 2022-09-27T15:44:12.8395497Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:44:12.8409649Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:44:12.8437991Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 2022-09-27T15:44:12.8553649Z test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 2022-09-27T15:44:12.8710702Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 2022-09-27T15:44:12.8832975Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:44:12.8992831Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:44:12.9000909Z test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 2022-09-27T15:44:12.9059862Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 2022-09-27T15:44:12.9349868Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:44:12.9387885Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:44:12.9407714Z test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 2022-09-27T15:44:12.9553454Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 2022-09-27T15:44:12.9710172Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:44:12.9791152Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:44:12.9888318Z test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 2022-09-27T15:44:12.9898191Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:44:13.0269166Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 2022-09-27T15:44:13.0283198Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 2022-09-27T15:44:13.0295958Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 2022-09-27T15:44:13.0307621Z test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 2022-09-27T15:44:13.0373841Z test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 2022-09-27T15:44:13.0411880Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 2022-09-27T15:44:13.0709242Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 2022-09-27T15:44:13.0729917Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 2022-09-27T15:44:13.0746361Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 2022-09-27T15:44:13.0803718Z test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 2022-09-27T15:44:13.1149757Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 2022-09-27T15:44:13.1172733Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 2022-09-27T15:44:13.1227679Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 2022-09-27T15:44:13.1265391Z test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 2022-09-27T15:44:13.1637055Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 2022-09-27T15:44:13.1637835Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:44:13.1642411Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:44:13.1766983Z test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 2022-09-27T15:44:13.2049755Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 2022-09-27T15:44:13.2069620Z test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 2022-09-27T15:44:13.2194895Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 2022-09-27T15:44:13.2277071Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 2022-09-27T15:44:13.2490696Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 2022-09-27T15:44:13.2548311Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:44:13.2835938Z test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 2022-09-27T15:44:13.2919343Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 2022-09-27T15:44:13.2946253Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:44:13.2953580Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:44:13.3000759Z test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 2022-09-27T15:44:13.3112436Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 2022-09-27T15:44:13.3468533Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:44:13.3549581Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:44:13.3557242Z test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 2022-09-27T15:44:13.3790279Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 2022-09-27T15:44:13.3832739Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:44:13.3990018Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:44:13.4059383Z test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 2022-09-27T15:44:13.4352261Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 2022-09-27T15:44:13.4625715Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 2022-09-27T15:44:13.4955683Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 2022-09-27T15:44:13.5012869Z test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 2022-09-27T15:44:13.5392384Z [gw3] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 2022-09-27T15:44:13.7460701Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 2022-09-27T15:44:13.7490975Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 2022-09-27T15:44:14.2098910Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 2022-09-27T15:44:14.2129110Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 2022-09-27T15:44:14.2413490Z test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 2022-09-27T15:44:14.2554361Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 2022-09-27T15:44:14.2725731Z test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 2022-09-27T15:44:14.3066292Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 2022-09-27T15:44:14.3074573Z test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 2022-09-27T15:44:14.3492982Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 2022-09-27T15:44:14.3501227Z test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 2022-09-27T15:44:14.3916746Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 2022-09-27T15:44:14.3925043Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 2022-09-27T15:44:14.4330901Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 2022-09-27T15:44:14.4358883Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:44:14.4391815Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:44:14.4399814Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 2022-09-27T15:44:14.4831584Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 2022-09-27T15:44:14.4870425Z test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 2022-09-27T15:44:14.5249520Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 2022-09-27T15:44:14.5258487Z test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 2022-09-27T15:44:14.5701677Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 2022-09-27T15:44:14.5710565Z test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 2022-09-27T15:44:14.6152135Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 2022-09-27T15:44:14.6193492Z test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 2022-09-27T15:44:14.6592070Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 2022-09-27T15:44:14.6768568Z test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 2022-09-27T15:44:14.6785899Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 2022-09-27T15:44:14.6918031Z test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 2022-09-27T15:44:14.7037912Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 2022-09-27T15:44:14.7046844Z test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 2022-09-27T15:44:14.7397023Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 2022-09-27T15:44:14.7435819Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 2022-09-27T15:44:14.7836342Z [gw3] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 2022-09-27T15:44:14.8267002Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 2022-09-27T15:44:14.8433081Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 2022-09-27T15:44:14.8463838Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu 2022-09-27T15:44:14.8919179Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu 2022-09-27T15:44:14.8928398Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu 2022-09-27T15:44:14.9359623Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu 2022-09-27T15:44:14.9368874Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu 2022-09-27T15:44:14.9800816Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu 2022-09-27T15:44:14.9808274Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu 2022-09-27T15:44:15.0238485Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu 2022-09-27T15:44:15.0247283Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu 2022-09-27T15:44:15.0677002Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu 2022-09-27T15:44:15.0686633Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu 2022-09-27T15:44:15.1117404Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu 2022-09-27T15:44:15.1126937Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu 2022-09-27T15:44:15.1559273Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu 2022-09-27T15:44:15.1569506Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu 2022-09-27T15:44:15.1957313Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu 2022-09-27T15:44:15.1985304Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu 2022-09-27T15:44:15.2397878Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu 2022-09-27T15:44:15.2428614Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu 2022-09-27T15:44:15.2837931Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu 2022-09-27T15:44:15.2866333Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu 2022-09-27T15:44:15.3277737Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu 2022-09-27T15:44:15.3305946Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu 2022-09-27T15:44:15.3717222Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu 2022-09-27T15:44:15.3757549Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu 2022-09-27T15:44:15.4197510Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu 2022-09-27T15:44:15.4207046Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu 2022-09-27T15:44:15.4639287Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu 2022-09-27T15:44:15.4648844Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu 2022-09-27T15:44:15.5077951Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu 2022-09-27T15:44:15.5087267Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu 2022-09-27T15:44:15.5517198Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu 2022-09-27T15:44:15.5526276Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu 2022-09-27T15:44:15.5623929Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu 2022-09-27T15:44:15.5647610Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:44:15.5954842Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:44:15.5963342Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu 2022-09-27T15:44:15.6399551Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu 2022-09-27T15:44:15.6408933Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu 2022-09-27T15:44:15.6838931Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu 2022-09-27T15:44:15.6849520Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu 2022-09-27T15:44:15.7279482Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu 2022-09-27T15:44:15.7288872Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu 2022-09-27T15:44:15.7718516Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu 2022-09-27T15:44:15.7727728Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu 2022-09-27T15:44:15.8158260Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu 2022-09-27T15:44:15.8167284Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu 2022-09-27T15:44:15.8591781Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu 2022-09-27T15:44:15.8600662Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu 2022-09-27T15:44:15.9030404Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu 2022-09-27T15:44:15.9038749Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu 2022-09-27T15:44:15.9478967Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu 2022-09-27T15:44:15.9487914Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu 2022-09-27T15:44:15.9919727Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu 2022-09-27T15:44:15.9929371Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu 2022-09-27T15:44:16.0358438Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu 2022-09-27T15:44:16.0367887Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu 2022-09-27T15:44:16.0707651Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu 2022-09-27T15:44:16.0735320Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:44:16.0793257Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:44:16.0801165Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu 2022-09-27T15:44:16.1206409Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu 2022-09-27T15:44:16.1228860Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 2022-09-27T15:44:16.1234266Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu 2022-09-27T15:44:16.1249389Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu 2022-09-27T15:44:16.1368574Z test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 2022-09-27T15:44:16.1666890Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 2022-09-27T15:44:16.1673124Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu 2022-09-27T15:44:16.1684525Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu 2022-09-27T15:44:16.1825371Z test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 2022-09-27T15:44:16.2463953Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 2022-09-27T15:44:16.2478094Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu 2022-09-27T15:44:16.2481823Z test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 2022-09-27T15:44:16.2488721Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu 2022-09-27T15:44:16.2628741Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 2022-09-27T15:44:16.2634971Z test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 2022-09-27T15:44:16.2640217Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu 2022-09-27T15:44:16.2748289Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu 2022-09-27T15:44:16.3093402Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 2022-09-27T15:44:16.3099566Z test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 2022-09-27T15:44:16.3105773Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu 2022-09-27T15:44:16.3132915Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu 2022-09-27T15:44:16.3161626Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:44:16.3556280Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:44:16.3563613Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu 2022-09-27T15:44:16.4038666Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu 2022-09-27T15:44:16.4045938Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu 2022-09-27T15:44:16.4198484Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu 2022-09-27T15:44:16.4223921Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 2022-09-27T15:44:16.4477434Z test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 2022-09-27T15:44:16.4484799Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu 2022-09-27T15:44:16.4576861Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu 2022-09-27T15:44:16.4590683Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:44:16.4780062Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:44:16.4806797Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 2022-09-27T15:44:16.4913771Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 2022-09-27T15:44:16.4923342Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu 2022-09-27T15:44:16.5355227Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu 2022-09-27T15:44:16.5366548Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu 2022-09-27T15:44:16.5701006Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu 2022-09-27T15:44:16.5730871Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 2022-09-27T15:44:16.5793372Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 2022-09-27T15:44:16.5802873Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu 2022-09-27T15:44:16.6099904Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu 2022-09-27T15:44:16.6189613Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 2022-09-27T15:44:16.6241677Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 2022-09-27T15:44:16.6247593Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu 2022-09-27T15:44:16.6481239Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu 2022-09-27T15:44:16.6629134Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 2022-09-27T15:44:16.6679476Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 2022-09-27T15:44:16.6685329Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu 2022-09-27T15:44:16.7122528Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu 2022-09-27T15:44:16.7130419Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu 2022-09-27T15:44:16.7278034Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu 2022-09-27T15:44:16.7307747Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 2022-09-27T15:44:16.7393829Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 2022-09-27T15:44:16.7555862Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 2022-09-27T15:44:16.7562867Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu 2022-09-27T15:44:16.7796357Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu 2022-09-27T15:44:16.7803340Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 2022-09-27T15:44:16.8000965Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 2022-09-27T15:44:16.8008497Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu 2022-09-27T15:44:16.8230218Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu 2022-09-27T15:44:16.8435339Z test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 2022-09-27T15:44:16.8441055Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu 2022-09-27T15:44:16.8877914Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu 2022-09-27T15:44:16.8883278Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu 2022-09-27T15:44:16.8891514Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu 2022-09-27T15:44:16.8899413Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 2022-09-27T15:44:16.9346120Z test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 2022-09-27T15:44:16.9351528Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu 2022-09-27T15:44:16.9794719Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu 2022-09-27T15:44:16.9801213Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu 2022-09-27T15:44:17.0193473Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu 2022-09-27T15:44:17.0206712Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:44:17.0269982Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:44:17.0276695Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu 2022-09-27T15:44:17.0544216Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu 2022-09-27T15:44:17.0717716Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 2022-09-27T15:44:17.0725316Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu 2022-09-27T15:44:17.0734591Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu 2022-09-27T15:44:17.0745256Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 2022-09-27T15:44:17.1115359Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 2022-09-27T15:44:17.1194896Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 2022-09-27T15:44:17.1201561Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu 2022-09-27T15:44:17.1223304Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu 2022-09-27T15:44:17.1630413Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 2022-09-27T15:44:17.1712926Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu 2022-09-27T15:44:17.1719124Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu 2022-09-27T15:44:17.1743280Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 2022-09-27T15:44:17.1753068Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:44:17.1774687Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 2022-09-27T15:44:17.2076166Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:44:17.2082147Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 2022-09-27T15:44:17.2149541Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu 2022-09-27T15:44:17.2176107Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu 2022-09-27T15:44:17.2553163Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 2022-09-27T15:44:17.2558691Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu 2022-09-27T15:44:17.2630085Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu 2022-09-27T15:44:17.2687410Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 2022-09-27T15:44:17.3036349Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 2022-09-27T15:44:17.3041727Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu 2022-09-27T15:44:17.3069038Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu 2022-09-27T15:44:17.3668769Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 2022-09-27T15:44:17.3669274Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu 2022-09-27T15:44:17.4069809Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu 2022-09-27T15:44:17.4074056Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu 2022-09-27T15:44:17.4193700Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu 2022-09-27T15:44:17.4199670Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:44:17.4271539Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:44:17.4285557Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 2022-09-27T15:44:17.4426185Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 2022-09-27T15:44:17.4430874Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu 2022-09-27T15:44:17.4870785Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu 2022-09-27T15:44:17.4873413Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu 2022-09-27T15:44:17.5142193Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu 2022-09-27T15:44:17.5163514Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:44:17.5184152Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 2022-09-27T15:44:17.5197759Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 2022-09-27T15:44:17.5244569Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 2022-09-27T15:44:17.5304926Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 2022-09-27T15:44:17.5309584Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu 2022-09-27T15:44:17.5710571Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu 2022-09-27T15:44:17.5731905Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 2022-09-27T15:44:17.5752626Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 2022-09-27T15:44:17.5756869Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu 2022-09-27T15:44:17.6143342Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu 2022-09-27T15:44:17.6148158Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:44:17.6181377Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:44:17.6185544Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu 2022-09-27T15:44:17.6281681Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu 2022-09-27T15:44:17.6294528Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 2022-09-27T15:44:17.6628095Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 2022-09-27T15:44:17.6633012Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:44:17.6638694Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:44:17.6642761Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu 2022-09-27T15:44:17.6991345Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu 2022-09-27T15:44:17.7064271Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:44:17.7075082Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu 2022-09-27T15:44:17.7085740Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu 2022-09-27T15:44:17.7504453Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:44:17.7505110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu 2022-09-27T15:44:17.7516929Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu 2022-09-27T15:44:17.7954540Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 2022-09-27T15:44:17.7959668Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu 2022-09-27T15:44:17.8390119Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu 2022-09-27T15:44:17.8395043Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu 2022-09-27T15:44:17.8758048Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu 2022-09-27T15:44:17.8772112Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 2022-09-27T15:44:17.8825924Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 2022-09-27T15:44:17.8832144Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu 2022-09-27T15:44:17.8957006Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu 2022-09-27T15:44:17.9269042Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 2022-09-27T15:44:17.9278824Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu 2022-09-27T15:44:17.9287607Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu 2022-09-27T15:44:17.9361919Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 2022-09-27T15:44:17.9706104Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 2022-09-27T15:44:17.9714452Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu 2022-09-27T15:44:17.9747560Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu 2022-09-27T15:44:18.0164072Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 2022-09-27T15:44:18.0172345Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu 2022-09-27T15:44:18.0262226Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu 2022-09-27T15:44:18.0278183Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 2022-09-27T15:44:18.0462733Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:44:18.0602897Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:44:18.0603595Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu 2022-09-27T15:44:18.0716322Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu 2022-09-27T15:44:18.0905048Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:44:18.1036109Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:44:18.1046272Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu 2022-09-27T15:44:18.1155388Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu 2022-09-27T15:44:18.1297245Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:44:18.1467901Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:44:18.1473367Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu 2022-09-27T15:44:18.1668518Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu 2022-09-27T15:44:18.1734096Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 2022-09-27T15:44:18.1954039Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 2022-09-27T15:44:18.1954644Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu 2022-09-27T15:44:18.2092382Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu 2022-09-27T15:44:18.2305297Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:44:18.2397053Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:44:18.2397678Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu 2022-09-27T15:44:18.2572264Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu 2022-09-27T15:44:18.2573011Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:44:18.2877587Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:44:18.2878329Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu 2022-09-27T15:44:18.3028377Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu 2022-09-27T15:44:18.3318723Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:44:18.3319770Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu 2022-09-27T15:44:18.3795533Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu 2022-09-27T15:44:18.3796144Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu 2022-09-27T15:44:18.4239407Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu 2022-09-27T15:44:18.4240158Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu 2022-09-27T15:44:18.4636719Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu 2022-09-27T15:44:18.4665706Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu 2022-09-27T15:44:18.4721936Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu 2022-09-27T15:44:18.4732356Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:44:18.4812980Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 2022-09-27T15:44:18.4863954Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 2022-09-27T15:44:18.4972358Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 2022-09-27T15:44:18.5093849Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 2022-09-27T15:44:18.5102255Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu 2022-09-27T15:44:18.5152931Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu 2022-09-27T15:44:18.5207261Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 2022-09-27T15:44:18.5515542Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 2022-09-27T15:44:18.5544494Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu 2022-09-27T15:44:18.5591329Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu 2022-09-27T15:44:18.5664118Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 2022-09-27T15:44:18.5954711Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 2022-09-27T15:44:18.5976910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu 2022-09-27T15:44:18.6031357Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu 2022-09-27T15:44:18.6108013Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 2022-09-27T15:44:18.6390540Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 2022-09-27T15:44:18.6413982Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu 2022-09-27T15:44:18.6472173Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu 2022-09-27T15:44:18.6532887Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 2022-09-27T15:44:18.6875670Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 2022-09-27T15:44:18.6900494Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu 2022-09-27T15:44:18.6913776Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu 2022-09-27T15:44:18.6979795Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 2022-09-27T15:44:18.7314993Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 2022-09-27T15:44:18.7339653Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu 2022-09-27T15:44:18.7354755Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu 2022-09-27T15:44:18.7469494Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:44:18.7755326Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:44:18.7781973Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu 2022-09-27T15:44:18.7795702Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu 2022-09-27T15:44:18.7893396Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:44:18.8235225Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:44:18.8237946Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu 2022-09-27T15:44:18.8266709Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 2022-09-27T15:44:18.8342556Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu 2022-09-27T15:44:18.8677135Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 2022-09-27T15:44:18.8677764Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu 2022-09-27T15:44:18.8706340Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:44:18.8780310Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu 2022-09-27T15:44:18.9116098Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:44:18.9117267Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 2022-09-27T15:44:18.9153283Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu 2022-09-27T15:44:18.9179093Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu 2022-09-27T15:44:18.9554081Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 2022-09-27T15:44:18.9593989Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 2022-09-27T15:44:18.9634386Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu 2022-09-27T15:44:18.9636920Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 2022-09-27T15:44:18.9995578Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu 2022-09-27T15:44:19.0034170Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 2022-09-27T15:44:19.0053983Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu 2022-09-27T15:44:19.0065041Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 2022-09-27T15:44:19.0432529Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu 2022-09-27T15:44:19.0472097Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:44:19.0493435Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu 2022-09-27T15:44:19.0504436Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:44:19.0873820Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu 2022-09-27T15:44:19.0912707Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 2022-09-27T15:44:19.0943770Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu 2022-09-27T15:44:19.0954231Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 2022-09-27T15:44:19.1315393Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu 2022-09-27T15:44:19.1356047Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:44:19.1394056Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu 2022-09-27T15:44:19.1463131Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu 2022-09-27T15:44:19.1755474Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:44:19.1792988Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:44:19.1825448Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu 2022-09-27T15:44:19.1901587Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu 2022-09-27T15:44:19.2172924Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:44:19.2187271Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 2022-09-27T15:44:19.2194105Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 2022-09-27T15:44:19.2230458Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 2022-09-27T15:44:19.2263835Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu 2022-09-27T15:44:19.2716978Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu 2022-09-27T15:44:19.2760987Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu 2022-09-27T15:44:19.3183357Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu 2022-09-27T15:44:19.3195603Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu 2022-09-27T15:44:19.3660838Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu 2022-09-27T15:44:19.3666546Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu 2022-09-27T15:44:19.4099860Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu 2022-09-27T15:44:19.4103358Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu 2022-09-27T15:44:19.4544041Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu 2022-09-27T15:44:19.4544639Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu 2022-09-27T15:44:19.5005488Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu 2022-09-27T15:44:19.5006099Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu 2022-09-27T15:44:19.5445787Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu 2022-09-27T15:44:19.5446390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu 2022-09-27T15:44:19.5887930Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu 2022-09-27T15:44:19.5888429Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu 2022-09-27T15:44:19.5982068Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu 2022-09-27T15:44:19.6000507Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 2022-09-27T15:44:19.6068820Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:44:19.6352328Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:44:19.6352930Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu 2022-09-27T15:44:19.6510013Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu 2022-09-27T15:44:19.6584188Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:44:19.6832552Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:44:19.6833463Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu 2022-09-27T15:44:19.6951159Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu 2022-09-27T15:44:19.6997861Z test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 2022-09-27T15:44:19.7267735Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 2022-09-27T15:44:19.7271517Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu 2022-09-27T15:44:19.7430246Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu 2022-09-27T15:44:19.7721794Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 2022-09-27T15:44:19.7728871Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu 2022-09-27T15:44:19.7824944Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu 2022-09-27T15:44:19.7842694Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 2022-09-27T15:44:19.7897869Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 2022-09-27T15:44:19.8151833Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 2022-09-27T15:44:19.8187118Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu 2022-09-27T15:44:19.8189299Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu 2022-09-27T15:44:19.8199833Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 2022-09-27T15:44:19.8271287Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 2022-09-27T15:44:19.8299801Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 2022-09-27T15:44:19.8338608Z [gw2] [ 86%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 2022-09-27T15:44:19.8638895Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 2022-09-27T15:44:19.8639582Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 2022-09-27T15:44:19.8662560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu 2022-09-27T15:44:19.8710524Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu 2022-09-27T15:44:19.8850918Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 2022-09-27T15:44:19.9108168Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 2022-09-27T15:44:19.9111453Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu 2022-09-27T15:44:19.9154340Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu 2022-09-27T15:44:19.9265791Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 2022-09-27T15:44:19.9279245Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 2022-09-27T15:44:19.9293610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 2022-09-27T15:44:19.9544518Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 2022-09-27T15:44:19.9546704Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu 2022-09-27T15:44:19.9591730Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu 2022-09-27T15:44:19.9642446Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 2022-09-27T15:44:19.9987297Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 2022-09-27T15:44:19.9989910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu 2022-09-27T15:44:20.0035021Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu 2022-09-27T15:44:20.0080956Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 2022-09-27T15:44:20.0428010Z [gw1] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 2022-09-27T15:44:20.0433441Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu 2022-09-27T15:44:20.0523679Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu 2022-09-27T15:44:20.0529510Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 2022-09-27T15:44:20.0832744Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 2022-09-27T15:44:20.0858713Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu 2022-09-27T15:44:20.0911241Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu 2022-09-27T15:44:20.1072918Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:44:20.1273012Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:44:20.1295126Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu 2022-09-27T15:44:20.1349743Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu 2022-09-27T15:44:20.1695392Z test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 2022-09-27T15:44:20.1710306Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 2022-09-27T15:44:20.1729497Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu 2022-09-27T15:44:20.1793421Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu 2022-09-27T15:44:20.1802004Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 2022-09-27T15:44:20.1802939Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 2022-09-27T15:44:20.1830527Z test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 2022-09-27T15:44:20.2153794Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 2022-09-27T15:44:20.2176011Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu 2022-09-27T15:44:20.2231541Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu 2022-09-27T15:44:20.2596914Z test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 2022-09-27T15:44:20.2629220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu 2022-09-27T15:44:20.3037169Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu 2022-09-27T15:44:20.3074029Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu 2022-09-27T15:44:20.3476668Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu 2022-09-27T15:44:20.3512413Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu 2022-09-27T15:44:20.3915959Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu 2022-09-27T15:44:20.3957079Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu 2022-09-27T15:44:20.4354432Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu 2022-09-27T15:44:20.4396592Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu 2022-09-27T15:44:20.4575079Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu 2022-09-27T15:44:20.4589472Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 2022-09-27T15:44:20.4634680Z test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 2022-09-27T15:44:20.4791605Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 2022-09-27T15:44:20.4820625Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu 2022-09-27T15:44:20.5033578Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu 2022-09-27T15:44:20.5153598Z test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 2022-09-27T15:44:20.5232317Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 2022-09-27T15:44:20.5262113Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu 2022-09-27T15:44:20.5474011Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu 2022-09-27T15:44:20.5589859Z test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 2022-09-27T15:44:20.5671697Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 2022-09-27T15:44:20.5703599Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu 2022-09-27T15:44:20.5910908Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu 2022-09-27T15:44:20.6093450Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:44:20.6113166Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:44:20.6139151Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu 2022-09-27T15:44:20.6350973Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu 2022-09-27T15:44:20.6486147Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:44:20.6553003Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:44:20.6580693Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu 2022-09-27T15:44:20.6788480Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu 2022-09-27T15:44:20.6801837Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 2022-09-27T15:44:20.6805089Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 2022-09-27T15:44:20.6941703Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:44:20.6992122Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:44:20.7019143Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu 2022-09-27T15:44:20.7231172Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu 2022-09-27T15:44:20.7403682Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:44:20.7431068Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:44:20.7454076Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu 2022-09-27T15:44:20.7673800Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu 2022-09-27T15:44:20.7787051Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:44:20.7873120Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:44:20.7897990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu 2022-09-27T15:44:20.8112991Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu 2022-09-27T15:44:20.8156998Z test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 2022-09-27T15:44:20.8310511Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 2022-09-27T15:44:20.8332712Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu 2022-09-27T15:44:20.8549362Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu 2022-09-27T15:44:20.8693425Z test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 2022-09-27T15:44:20.8750153Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 2022-09-27T15:44:20.8768801Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu 2022-09-27T15:44:20.8989800Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu 2022-09-27T15:44:20.9190087Z test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 2022-09-27T15:44:20.9211874Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu 2022-09-27T15:44:20.9317332Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu 2022-09-27T15:44:20.9429317Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 2022-09-27T15:44:20.9628452Z test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 2022-09-27T15:44:20.9636462Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 2022-09-27T15:44:20.9654782Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu 2022-09-27T15:44:20.9873385Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu 2022-09-27T15:44:21.0061684Z test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 2022-09-27T15:44:21.0071101Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 2022-09-27T15:44:21.0096360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu 2022-09-27T15:44:21.0309413Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu 2022-09-27T15:44:21.0510683Z test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 2022-09-27T15:44:21.0535193Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu 2022-09-27T15:44:21.0928901Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu 2022-09-27T15:44:21.0937461Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 2022-09-27T15:44:21.0950433Z test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 2022-09-27T15:44:21.0982611Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu 2022-09-27T15:44:21.0993903Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu 2022-09-27T15:44:21.1349785Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 2022-09-27T15:44:21.1392845Z test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 2022-09-27T15:44:21.1424116Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu 2022-09-27T15:44:21.1438075Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu 2022-09-27T15:44:21.1835484Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 2022-09-27T15:44:21.1839437Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 2022-09-27T15:44:21.1871494Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu 2022-09-27T15:44:21.1883856Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu 2022-09-27T15:44:21.1893813Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 2022-09-27T15:44:21.1996295Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 2022-09-27T15:44:21.2020548Z [gw1] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 2022-09-27T15:44:21.2273871Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 2022-09-27T15:44:21.2274274Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 2022-09-27T15:44:21.2299117Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu 2022-09-27T15:44:21.2314488Z [gw3] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu 2022-09-27T15:44:21.2349418Z [gw1] [ 87%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 2022-09-27T15:44:21.2629097Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 2022-09-27T15:44:21.2710124Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 2022-09-27T15:44:21.2711568Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 2022-09-27T15:44:21.2734151Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu 2022-09-27T15:44:21.2789257Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu 2022-09-27T15:44:21.2799119Z test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 2022-09-27T15:44:21.2830477Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 2022-09-27T15:44:21.3150616Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 2022-09-27T15:44:21.3151220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu 2022-09-27T15:44:21.3173920Z test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 2022-09-27T15:44:21.3203016Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu 2022-09-27T15:44:21.3228957Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 2022-09-27T15:44:21.3308570Z test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 2022-09-27T15:44:21.3591860Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 2022-09-27T15:44:21.3594691Z test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 2022-09-27T15:44:21.3616282Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu 2022-09-27T15:44:21.3637497Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu 2022-09-27T15:44:21.3669558Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 2022-09-27T15:44:21.3726038Z test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 2022-09-27T15:44:21.4037416Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 2022-09-27T15:44:21.4038835Z test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 2022-09-27T15:44:21.4064457Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu 2022-09-27T15:44:21.4097559Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu 2022-09-27T15:44:21.4110493Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 2022-09-27T15:44:21.4172689Z test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 2022-09-27T15:44:21.4475680Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 2022-09-27T15:44:21.4478367Z test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 2022-09-27T15:44:21.4508880Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu 2022-09-27T15:44:21.4552135Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu 2022-09-27T15:44:21.4620406Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 2022-09-27T15:44:21.4789386Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 2022-09-27T15:44:21.4912370Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 2022-09-27T15:44:21.4915003Z test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 2022-09-27T15:44:21.4938931Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu 2022-09-27T15:44:21.4990731Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu 2022-09-27T15:44:21.5003645Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 2022-09-27T15:44:21.5055376Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 2022-09-27T15:44:21.5350125Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 2022-09-27T15:44:21.5351244Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 2022-09-27T15:44:21.5376802Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu 2022-09-27T15:44:21.5430797Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu 2022-09-27T15:44:21.5522036Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 2022-09-27T15:44:21.5794707Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 2022-09-27T15:44:21.5795482Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 2022-09-27T15:44:21.5828161Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu 2022-09-27T15:44:21.5855222Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu 2022-09-27T15:44:21.6235776Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 2022-09-27T15:44:21.6247159Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 2022-09-27T15:44:21.6250639Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 2022-09-27T15:44:21.6254358Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu 2022-09-27T15:44:21.6287409Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 2022-09-27T15:44:21.6313225Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu 2022-09-27T15:44:21.6443198Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 2022-09-27T15:44:21.6678405Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 2022-09-27T15:44:21.6681924Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 2022-09-27T15:44:21.6705281Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:44:21.6715104Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:44:21.6808063Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 2022-09-27T15:44:21.6929895Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 2022-09-27T15:44:21.7111547Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 2022-09-27T15:44:21.7138609Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:44:21.7152934Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:44:21.7155165Z test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 2022-09-27T15:44:21.7184005Z test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 2022-09-27T15:44:21.7552145Z [gw1] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 2022-09-27T15:44:21.7578539Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:44:21.7593412Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:44:21.7642527Z test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 2022-09-27T15:44:21.7991818Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 2022-09-27T15:44:21.8013428Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:44:21.8031448Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:44:21.8078537Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 2022-09-27T15:44:21.8434361Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 2022-09-27T15:44:21.8458567Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:44:21.8499294Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:44:21.8509114Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 2022-09-27T15:44:21.8510986Z test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 2022-09-27T15:44:21.8524255Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 2022-09-27T15:44:21.8561048Z [gw2] [ 87%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 2022-09-27T15:44:21.8874135Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 2022-09-27T15:44:21.8896967Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu 2022-09-27T15:44:21.8952996Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu 2022-09-27T15:44:21.8954153Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 2022-09-27T15:44:21.9050495Z test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 2022-09-27T15:44:21.9173705Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 2022-09-27T15:44:21.9312948Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 2022-09-27T15:44:21.9339431Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:44:21.9433378Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:44:21.9435878Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 2022-09-27T15:44:21.9568442Z test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 2022-09-27T15:44:21.9751522Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 2022-09-27T15:44:21.9782185Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:44:21.9871983Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:44:21.9884381Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 2022-09-27T15:44:21.9897461Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 2022-09-27T15:44:21.9937960Z test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 2022-09-27T15:44:21.9979717Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 2022-09-27T15:44:22.0194522Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 2022-09-27T15:44:22.0220334Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu 2022-09-27T15:44:22.0313484Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu 2022-09-27T15:44:22.0316035Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 2022-09-27T15:44:22.0370969Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 2022-09-27T15:44:22.0490977Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 2022-09-27T15:44:22.0632669Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 2022-09-27T15:44:22.0659669Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:44:22.0755364Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:44:22.0756052Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 2022-09-27T15:44:22.0775634Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 2022-09-27T15:44:22.0980169Z [gw1] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 2022-09-27T15:44:22.1071255Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 2022-09-27T15:44:22.1098649Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu 2022-09-27T15:44:22.1190516Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu 2022-09-27T15:44:22.1210509Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 2022-09-27T15:44:22.1230067Z [gw1] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 2022-09-27T15:44:22.1418342Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 2022-09-27T15:44:22.1510537Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 2022-09-27T15:44:22.1533301Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu 2022-09-27T15:44:22.1631184Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu 2022-09-27T15:44:22.1670966Z test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 2022-09-27T15:44:22.1690919Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 2022-09-27T15:44:22.1883666Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 2022-09-27T15:44:22.1951722Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 2022-09-27T15:44:22.1977044Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu 2022-09-27T15:44:22.2072905Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu 2022-09-27T15:44:22.2111921Z test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 2022-09-27T15:44:22.2216605Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 2022-09-27T15:44:22.2293474Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 2022-09-27T15:44:22.2392485Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 2022-09-27T15:44:22.2416897Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu 2022-09-27T15:44:22.2512012Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu 2022-09-27T15:44:22.2551672Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 2022-09-27T15:44:22.2625712Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:44:22.2831136Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 2022-09-27T15:44:22.2859892Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu 2022-09-27T15:44:22.2904422Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu 2022-09-27T15:44:22.2950226Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:44:22.2996979Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 2022-09-27T15:44:22.3068636Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 2022-09-27T15:44:22.3269471Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 2022-09-27T15:44:22.3296271Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:44:22.3389698Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:44:22.3689281Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 2022-09-27T15:44:22.3710203Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 2022-09-27T15:44:22.3734706Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:44:22.3830298Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:44:22.4142047Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 2022-09-27T15:44:22.4152326Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 2022-09-27T15:44:22.4176333Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu 2022-09-27T15:44:22.4269848Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu 2022-09-27T15:44:22.4405390Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 2022-09-27T15:44:22.4418986Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 2022-09-27T15:44:22.4587553Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 2022-09-27T15:44:22.4590534Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 2022-09-27T15:44:22.4625859Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 2022-09-27T15:44:22.4630050Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu 2022-09-27T15:44:22.4710024Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu 2022-09-27T15:44:22.4830575Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 2022-09-27T15:44:22.5033334Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 2022-09-27T15:44:22.5065084Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu 2022-09-27T15:44:22.5088605Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu 2022-09-27T15:44:22.5151179Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 2022-09-27T15:44:22.5208786Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 2022-09-27T15:44:22.5271929Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 2022-09-27T15:44:22.5431799Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 2022-09-27T15:44:22.5505740Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 2022-09-27T15:44:22.5508995Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu 2022-09-27T15:44:22.5591732Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu 2022-09-27T15:44:22.5761890Z test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 2022-09-27T15:44:22.5776271Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 2022-09-27T15:44:22.5848232Z test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 2022-09-27T15:44:22.5914949Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 2022-09-27T15:44:22.5947634Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu 2022-09-27T15:44:22.5959160Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu 2022-09-27T15:44:22.6030355Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 2022-09-27T15:44:22.6189774Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 2022-09-27T15:44:22.6309629Z test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 2022-09-27T15:44:22.6383532Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 2022-09-27T15:44:22.6385788Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu 2022-09-27T15:44:22.6629449Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu 2022-09-27T15:44:22.6820610Z test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 2022-09-27T15:44:22.6823155Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu 2022-09-27T15:44:22.6919248Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu 2022-09-27T15:44:22.7147596Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 2022-09-27T15:44:22.7266211Z test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 2022-09-27T15:44:22.7267791Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu 2022-09-27T15:44:22.7535108Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu 2022-09-27T15:44:22.7551636Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 2022-09-27T15:44:22.7557069Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 2022-09-27T15:44:22.7576609Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 2022-09-27T15:44:22.7704530Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 2022-09-27T15:44:22.7708754Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu 2022-09-27T15:44:22.8066383Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu 2022-09-27T15:44:22.8075358Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 2022-09-27T15:44:22.8110187Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 2022-09-27T15:44:22.8140695Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu 2022-09-27T15:44:22.8552858Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu 2022-09-27T15:44:22.8582957Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu 2022-09-27T15:44:22.8665372Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu 2022-09-27T15:44:22.8674913Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 2022-09-27T15:44:22.8759727Z test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 2022-09-27T15:44:22.8993557Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 2022-09-27T15:44:22.9021210Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu 2022-09-27T15:44:22.9110977Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu 2022-09-27T15:44:22.9204264Z test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 2022-09-27T15:44:22.9206722Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 2022-09-27T15:44:22.9215889Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 2022-09-27T15:44:22.9474368Z test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 2022-09-27T15:44:22.9500136Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu 2022-09-27T15:44:22.9630927Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu 2022-09-27T15:44:22.9673135Z test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 2022-09-27T15:44:22.9992251Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 2022-09-27T15:44:23.0018420Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu 2022-09-27T15:44:23.0069881Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu 2022-09-27T15:44:23.0106196Z test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 2022-09-27T15:44:23.0474223Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 2022-09-27T15:44:23.0476187Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu 2022-09-27T15:44:23.0519595Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu 2022-09-27T15:44:23.0591340Z test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 2022-09-27T15:44:23.0647924Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 2022-09-27T15:44:23.0658487Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 2022-09-27T15:44:23.0907120Z test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 2022-09-27T15:44:23.0913369Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu 2022-09-27T15:44:23.1010137Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu 2022-09-27T15:44:23.1015603Z test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 2022-09-27T15:44:23.1391089Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 2022-09-27T15:44:23.1392617Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu 2022-09-27T15:44:23.1446427Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu 2022-09-27T15:44:23.1448254Z test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 2022-09-27T15:44:23.1661843Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 2022-09-27T15:44:23.1676469Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 2022-09-27T15:44:23.1819836Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 2022-09-27T15:44:23.1826028Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu 2022-09-27T15:44:23.1903170Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu 2022-09-27T15:44:23.1908282Z test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 2022-09-27T15:44:23.2267931Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 2022-09-27T15:44:23.2275072Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu 2022-09-27T15:44:23.2292861Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu 2022-09-27T15:44:23.2307286Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 2022-09-27T15:44:23.2314568Z test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 2022-09-27T15:44:23.2359048Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 2022-09-27T15:44:23.2671719Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 2022-09-27T15:44:23.2699274Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu 2022-09-27T15:44:23.2734282Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu 2022-09-27T15:44:23.2751818Z test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 2022-09-27T15:44:23.2789565Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 2022-09-27T15:44:23.2800105Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 2022-09-27T15:44:23.3112978Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 2022-09-27T15:44:23.3141174Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu 2022-09-27T15:44:23.3153520Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu 2022-09-27T15:44:23.3401267Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 2022-09-27T15:44:23.3549575Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 2022-09-27T15:44:23.3585494Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu 2022-09-27T15:44:23.3598438Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu 2022-09-27T15:44:23.3675121Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 2022-09-27T15:44:23.3989072Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 2022-09-27T15:44:23.4014916Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu 2022-09-27T15:44:23.4028903Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu 2022-09-27T15:44:23.4101667Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 2022-09-27T15:44:23.4429709Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 2022-09-27T15:44:23.4454222Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu 2022-09-27T15:44:23.4469481Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu 2022-09-27T15:44:23.4709874Z test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 2022-09-27T15:44:23.4871284Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 2022-09-27T15:44:23.4896031Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu 2022-09-27T15:44:23.4910280Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu 2022-09-27T15:44:23.4930184Z test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 2022-09-27T15:44:23.5312532Z [gw1] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 2022-09-27T15:44:23.5339597Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu 2022-09-27T15:44:23.5350785Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu 2022-09-27T15:44:23.5387811Z test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 2022-09-27T15:44:23.5749757Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 2022-09-27T15:44:23.5775064Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu 2022-09-27T15:44:23.5789596Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu 2022-09-27T15:44:23.5822118Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 2022-09-27T15:44:23.6192745Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 2022-09-27T15:44:23.6218769Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu 2022-09-27T15:44:23.6230536Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu 2022-09-27T15:44:23.6266774Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 2022-09-27T15:44:23.6629427Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 2022-09-27T15:44:23.6649765Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu 2022-09-27T15:44:23.6668875Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu 2022-09-27T15:44:23.6701409Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 2022-09-27T15:44:23.7071198Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 2022-09-27T15:44:23.7096531Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu 2022-09-27T15:44:23.7110166Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu 2022-09-27T15:44:23.7144181Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 2022-09-27T15:44:23.7514249Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 2022-09-27T15:44:23.7541179Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu 2022-09-27T15:44:23.7551015Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu 2022-09-27T15:44:23.7611531Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:44:23.7953878Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:44:23.7978467Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu 2022-09-27T15:44:23.7993054Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu 2022-09-27T15:44:23.8054008Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:44:23.8394291Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:44:23.8423269Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu 2022-09-27T15:44:23.8433533Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu 2022-09-27T15:44:23.8453538Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:44:23.8834343Z [gw1] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:44:23.8862288Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu 2022-09-27T15:44:23.8876089Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu 2022-09-27T15:44:23.8899062Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:44:23.9275056Z [gw1] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:44:23.9302607Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu 2022-09-27T15:44:23.9312896Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu 2022-09-27T15:44:23.9364600Z test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 2022-09-27T15:44:23.9713683Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 2022-09-27T15:44:23.9740130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu 2022-09-27T15:44:23.9753387Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu 2022-09-27T15:44:23.9897562Z test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 2022-09-27T15:44:24.0153930Z [gw1] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 2022-09-27T15:44:24.0181319Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu 2022-09-27T15:44:24.0192130Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu 2022-09-27T15:44:24.0223641Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu 2022-09-27T15:44:24.0593882Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu 2022-09-27T15:44:24.0677708Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu 2022-09-27T15:44:24.0689295Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu 2022-09-27T15:44:24.0715612Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu 2022-09-27T15:44:24.1031947Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu 2022-09-27T15:44:24.1057057Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu 2022-09-27T15:44:24.1110221Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu 2022-09-27T15:44:24.1143595Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu 2022-09-27T15:44:24.1474416Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu 2022-09-27T15:44:24.1501132Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu 2022-09-27T15:44:24.1591642Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu 2022-09-27T15:44:24.1617234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu 2022-09-27T15:44:24.1913005Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu 2022-09-27T15:44:24.1939748Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu 2022-09-27T15:44:24.2034005Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu 2022-09-27T15:44:24.2059787Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu 2022-09-27T15:44:24.2353587Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu 2022-09-27T15:44:24.2380519Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu 2022-09-27T15:44:24.2511394Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu 2022-09-27T15:44:24.2538575Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu 2022-09-27T15:44:24.2791693Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu 2022-09-27T15:44:24.2819338Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu 2022-09-27T15:44:24.2950587Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu 2022-09-27T15:44:24.2977339Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu 2022-09-27T15:44:24.3231110Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu 2022-09-27T15:44:24.3256821Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu 2022-09-27T15:44:24.3390359Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu 2022-09-27T15:44:24.3415167Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu 2022-09-27T15:44:24.3670589Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu 2022-09-27T15:44:24.3693677Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu 2022-09-27T15:44:24.3830171Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu 2022-09-27T15:44:24.3853979Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu 2022-09-27T15:44:24.4112918Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu 2022-09-27T15:44:24.4140030Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu 2022-09-27T15:44:24.4310603Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu 2022-09-27T15:44:24.4338745Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu 2022-09-27T15:44:24.4554352Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu 2022-09-27T15:44:24.4580483Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu 2022-09-27T15:44:24.4791452Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu 2022-09-27T15:44:24.4814301Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu 2022-09-27T15:44:24.4993196Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu 2022-09-27T15:44:24.5019601Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu 2022-09-27T15:44:24.5273241Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu 2022-09-27T15:44:24.5297274Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu 2022-09-27T15:44:24.5433465Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu 2022-09-27T15:44:24.5460830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu 2022-09-27T15:44:24.5754226Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu 2022-09-27T15:44:24.5779430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu 2022-09-27T15:44:24.5870671Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu 2022-09-27T15:44:24.5896135Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu 2022-09-27T15:44:24.6229840Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu 2022-09-27T15:44:24.6254227Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu 2022-09-27T15:44:24.6309318Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu 2022-09-27T15:44:24.6332110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu 2022-09-27T15:44:24.6712378Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu 2022-09-27T15:44:24.6737809Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu 2022-09-27T15:44:24.6751177Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu 2022-09-27T15:44:24.6777845Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu 2022-09-27T15:44:24.7194170Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu 2022-09-27T15:44:24.7195253Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu 2022-09-27T15:44:24.7223204Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu 2022-09-27T15:44:24.7234583Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu 2022-09-27T15:44:24.7633660Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu 2022-09-27T15:44:24.7635248Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu 2022-09-27T15:44:24.7667274Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu 2022-09-27T15:44:24.7670916Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu 2022-09-27T15:44:24.8074170Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu 2022-09-27T15:44:24.8098795Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu 2022-09-27T15:44:24.8113761Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu 2022-09-27T15:44:24.8138642Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu 2022-09-27T15:44:24.8510373Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu 2022-09-27T15:44:24.8537880Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu 2022-09-27T15:44:24.8550193Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu 2022-09-27T15:44:24.8575274Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu 2022-09-27T15:44:24.8950459Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu 2022-09-27T15:44:24.8974978Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu 2022-09-27T15:44:24.8990084Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu 2022-09-27T15:44:24.9013795Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu 2022-09-27T15:44:24.9390115Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu 2022-09-27T15:44:24.9413637Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu 2022-09-27T15:44:24.9429311Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu 2022-09-27T15:44:24.9453322Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu 2022-09-27T15:44:24.9832474Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu 2022-09-27T15:44:24.9858261Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu 2022-09-27T15:44:24.9870326Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu 2022-09-27T15:44:24.9892778Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu 2022-09-27T15:44:25.0270258Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu 2022-09-27T15:44:25.0295717Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu 2022-09-27T15:44:25.0309934Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu 2022-09-27T15:44:25.0336547Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu 2022-09-27T15:44:25.0708704Z [gw1] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu 2022-09-27T15:44:25.0724897Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu 2022-09-27T15:44:25.0748678Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu 2022-09-27T15:44:25.0764070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu 2022-09-27T15:44:25.1149467Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu 2022-09-27T15:44:25.1166002Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu 2022-09-27T15:44:25.1188778Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu 2022-09-27T15:44:25.1211341Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu 2022-09-27T15:44:25.1591919Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu 2022-09-27T15:44:25.1610987Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu 2022-09-27T15:44:25.1630746Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu 2022-09-27T15:44:25.1653310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu 2022-09-27T15:44:25.2033216Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu 2022-09-27T15:44:25.2057209Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu 2022-09-27T15:44:25.2072527Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu 2022-09-27T15:44:25.2100839Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu 2022-09-27T15:44:25.2471374Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu 2022-09-27T15:44:25.2491073Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu 2022-09-27T15:44:25.2510566Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu 2022-09-27T15:44:25.2536541Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu 2022-09-27T15:44:25.2911695Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu 2022-09-27T15:44:25.2930277Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu 2022-09-27T15:44:25.2951653Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu 2022-09-27T15:44:25.2978407Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu 2022-09-27T15:44:25.3352562Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu 2022-09-27T15:44:25.3372859Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu 2022-09-27T15:44:25.3390965Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu 2022-09-27T15:44:25.3417403Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu 2022-09-27T15:44:25.3792397Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu 2022-09-27T15:44:25.3813301Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu 2022-09-27T15:44:25.3870519Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu 2022-09-27T15:44:25.3899577Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu 2022-09-27T15:44:25.4233848Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu 2022-09-27T15:44:25.4254011Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu 2022-09-27T15:44:25.4311937Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu 2022-09-27T15:44:25.4338941Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu 2022-09-27T15:44:25.4672579Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu 2022-09-27T15:44:25.4692734Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu 2022-09-27T15:44:25.4752018Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu 2022-09-27T15:44:25.4780055Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu 2022-09-27T15:44:25.5114751Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu 2022-09-27T15:44:25.5134459Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu 2022-09-27T15:44:25.5192482Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu 2022-09-27T15:44:25.5220640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu 2022-09-27T15:44:25.5552991Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu 2022-09-27T15:44:25.5573147Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu 2022-09-27T15:44:25.5631330Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu 2022-09-27T15:44:25.5657925Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu 2022-09-27T15:44:25.5990977Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu 2022-09-27T15:44:25.6010256Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu 2022-09-27T15:44:25.6069329Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu 2022-09-27T15:44:25.6094169Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu 2022-09-27T15:44:25.6432281Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu 2022-09-27T15:44:25.6451111Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu 2022-09-27T15:44:25.6511375Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu 2022-09-27T15:44:25.6538036Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu 2022-09-27T15:44:25.6873315Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu 2022-09-27T15:44:25.6890547Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu 2022-09-27T15:44:25.6949993Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu 2022-09-27T15:44:25.6979228Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu 2022-09-27T15:44:25.7309508Z [gw1] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu 2022-09-27T15:44:25.7325855Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu 2022-09-27T15:44:25.7389276Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu 2022-09-27T15:44:25.7411417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu 2022-09-27T15:44:25.7753675Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu 2022-09-27T15:44:25.7772948Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu 2022-09-27T15:44:25.7831008Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu 2022-09-27T15:44:25.7857775Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu 2022-09-27T15:44:25.8193623Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu 2022-09-27T15:44:25.8211613Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu 2022-09-27T15:44:25.8271098Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu 2022-09-27T15:44:25.8297674Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu 2022-09-27T15:44:25.8633268Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu 2022-09-27T15:44:25.8652360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:44:25.8711799Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:44:25.8742549Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu 2022-09-27T15:44:25.9071328Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu 2022-09-27T15:44:25.9090083Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:44:25.9151608Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:44:25.9182567Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu 2022-09-27T15:44:25.9511583Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu 2022-09-27T15:44:25.9528971Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:44:25.9591330Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:44:25.9621329Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu 2022-09-27T15:44:25.9949874Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu 2022-09-27T15:44:25.9968196Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:44:26.0030730Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:44:26.0059839Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu 2022-09-27T15:44:26.0391414Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu 2022-09-27T15:44:26.0410847Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:44:26.0470862Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:44:26.0501264Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu 2022-09-27T15:44:26.0830028Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu 2022-09-27T15:44:26.0847332Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu 2022-09-27T15:44:26.0918886Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu 2022-09-27T15:44:26.0941452Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu 2022-09-27T15:44:26.1272912Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu 2022-09-27T15:44:26.1294181Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:44:26.1351447Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:44:26.1382310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu 2022-09-27T15:44:26.1712320Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu 2022-09-27T15:44:26.1731169Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:44:26.1792378Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:44:26.1822887Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu 2022-09-27T15:44:26.2153234Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu 2022-09-27T15:44:26.2171445Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu 2022-09-27T15:44:26.2272801Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu 2022-09-27T15:44:26.2306607Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu 2022-09-27T15:44:26.2592112Z [gw1] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu 2022-09-27T15:44:26.2677802Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:44:26.2750998Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:44:26.2776980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu 2022-09-27T15:44:26.3033562Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu 2022-09-27T15:44:26.3057883Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu 2022-09-27T15:44:26.3192541Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu 2022-09-27T15:44:26.3222746Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu 2022-09-27T15:44:26.3470694Z [gw1] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu 2022-09-27T15:44:26.3488746Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu 2022-09-27T15:44:26.3632697Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu 2022-09-27T15:44:26.3658950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu 2022-09-27T15:44:26.3912293Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu 2022-09-27T15:44:26.3931897Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu 2022-09-27T15:44:26.4071501Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu 2022-09-27T15:44:26.4089065Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu 2022-09-27T15:44:26.4351138Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu 2022-09-27T15:44:26.4372084Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu 2022-09-27T15:44:26.4512045Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu 2022-09-27T15:44:26.4536368Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu 2022-09-27T15:44:26.4793889Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu 2022-09-27T15:44:26.4813282Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu 2022-09-27T15:44:26.4953376Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu 2022-09-27T15:44:26.4973483Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu 2022-09-27T15:44:26.5232899Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu 2022-09-27T15:44:26.5255349Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:44:26.5390483Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:44:26.5409619Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu 2022-09-27T15:44:26.5672993Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu 2022-09-27T15:44:26.5693710Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:44:26.5830484Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:44:26.5849194Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu 2022-09-27T15:44:26.6112690Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu 2022-09-27T15:44:26.6136319Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu 2022-09-27T15:44:26.6271232Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu 2022-09-27T15:44:26.6289542Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu 2022-09-27T15:44:26.6550957Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu 2022-09-27T15:44:26.6577370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu 2022-09-27T15:44:26.6714126Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu 2022-09-27T15:44:26.6743839Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu 2022-09-27T15:44:26.6995219Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu 2022-09-27T15:44:26.7024012Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu 2022-09-27T15:44:26.7194427Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu 2022-09-27T15:44:26.7226036Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu 2022-09-27T15:44:26.7432662Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu 2022-09-27T15:44:26.7459465Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu 2022-09-27T15:44:26.7675212Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu 2022-09-27T15:44:26.7701279Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu 2022-09-27T15:44:26.7874729Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu 2022-09-27T15:44:26.7898582Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu 2022-09-27T15:44:26.8112926Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu 2022-09-27T15:44:26.8140860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu 2022-09-27T15:44:26.8313645Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu 2022-09-27T15:44:26.8340406Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu 2022-09-27T15:44:26.8551097Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu 2022-09-27T15:44:26.8580150Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu 2022-09-27T15:44:26.8751124Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu 2022-09-27T15:44:26.8776238Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu 2022-09-27T15:44:26.8994415Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu 2022-09-27T15:44:26.9021404Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu 2022-09-27T15:44:26.9194188Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu 2022-09-27T15:44:26.9220162Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu 2022-09-27T15:44:26.9471552Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu 2022-09-27T15:44:26.9496448Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu 2022-09-27T15:44:26.9631013Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu 2022-09-27T15:44:26.9654063Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu 2022-09-27T15:44:26.9949709Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu 2022-09-27T15:44:26.9974424Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu 2022-09-27T15:44:27.0069792Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu 2022-09-27T15:44:27.0091804Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu 2022-09-27T15:44:27.0389563Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu 2022-09-27T15:44:27.0412079Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu 2022-09-27T15:44:27.0511292Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu 2022-09-27T15:44:27.0533283Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu 2022-09-27T15:44:27.0830598Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu 2022-09-27T15:44:27.0853919Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu 2022-09-27T15:44:27.0949445Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu 2022-09-27T15:44:27.0972928Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu 2022-09-27T15:44:27.1270588Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu 2022-09-27T15:44:27.1297548Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu 2022-09-27T15:44:27.1391129Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu 2022-09-27T15:44:27.1410777Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu 2022-09-27T15:44:27.1753749Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu 2022-09-27T15:44:27.1781083Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu 2022-09-27T15:44:27.1830908Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu 2022-09-27T15:44:27.1856088Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu 2022-09-27T15:44:27.2190704Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu 2022-09-27T15:44:27.2212202Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu 2022-09-27T15:44:27.2269793Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu 2022-09-27T15:44:27.2299999Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu 2022-09-27T15:44:27.2629961Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu 2022-09-27T15:44:27.2652987Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu 2022-09-27T15:44:27.2711052Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu 2022-09-27T15:44:27.2731571Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu 2022-09-27T15:44:27.3071259Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu 2022-09-27T15:44:27.3095412Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu 2022-09-27T15:44:27.3150549Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu 2022-09-27T15:44:27.3174337Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu 2022-09-27T15:44:27.3512072Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu 2022-09-27T15:44:27.3539592Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu 2022-09-27T15:44:27.3687485Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu 2022-09-27T15:44:27.3696027Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu 2022-09-27T15:44:27.3951264Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu 2022-09-27T15:44:27.3980345Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu 2022-09-27T15:44:27.4059237Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu 2022-09-27T15:44:27.4064200Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu 2022-09-27T15:44:27.4392006Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu 2022-09-27T15:44:27.4422891Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu 2022-09-27T15:44:27.4470665Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu 2022-09-27T15:44:27.4500098Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu 2022-09-27T15:44:27.4834501Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu 2022-09-27T15:44:27.4860207Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu 2022-09-27T15:44:27.4911971Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu 2022-09-27T15:44:27.4935618Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu 2022-09-27T15:44:27.5274380Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu 2022-09-27T15:44:27.5303660Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu 2022-09-27T15:44:27.5351427Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu 2022-09-27T15:44:27.5380732Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu 2022-09-27T15:44:27.5752870Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu 2022-09-27T15:44:27.5778228Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu 2022-09-27T15:44:27.5792560Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu 2022-09-27T15:44:27.5818599Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu 2022-09-27T15:44:27.6194965Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu 2022-09-27T15:44:27.6228196Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu 2022-09-27T15:44:27.6239756Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu 2022-09-27T15:44:27.6264022Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu 2022-09-27T15:44:27.6636229Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu 2022-09-27T15:44:27.6663531Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu 2022-09-27T15:44:27.6679258Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu 2022-09-27T15:44:27.6706696Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu 2022-09-27T15:44:27.7073965Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu 2022-09-27T15:44:27.7104273Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu 2022-09-27T15:44:27.7116603Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu 2022-09-27T15:44:27.7140214Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu 2022-09-27T15:44:27.7573717Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu 2022-09-27T15:44:27.7584305Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu 2022-09-27T15:44:27.7590718Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu 2022-09-27T15:44:27.7596365Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu 2022-09-27T15:44:27.7996320Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu 2022-09-27T15:44:27.8026357Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu 2022-09-27T15:44:27.8036537Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu 2022-09-27T15:44:27.8062175Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu 2022-09-27T15:44:27.8465389Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu 2022-09-27T15:44:27.8469206Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu 2022-09-27T15:44:27.8476759Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu 2022-09-27T15:44:27.8500451Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu 2022-09-27T15:44:27.8880138Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu 2022-09-27T15:44:27.8911098Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu 2022-09-27T15:44:27.8950352Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu 2022-09-27T15:44:27.8977590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu 2022-09-27T15:44:27.9349523Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu 2022-09-27T15:44:27.9355613Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu 2022-09-27T15:44:27.9391975Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu 2022-09-27T15:44:27.9419478Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu 2022-09-27T15:44:27.9789927Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu 2022-09-27T15:44:27.9796774Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu 2022-09-27T15:44:27.9866353Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu 2022-09-27T15:44:27.9872469Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu 2022-09-27T15:44:28.0229264Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu 2022-09-27T15:44:28.0236133Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu 2022-09-27T15:44:28.0305427Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu 2022-09-27T15:44:28.0311619Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu 2022-09-27T15:44:28.0663556Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu 2022-09-27T15:44:28.0669136Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu 2022-09-27T15:44:28.0742030Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu 2022-09-27T15:44:28.0748192Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu 2022-09-27T15:44:28.1103103Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu 2022-09-27T15:44:28.1109051Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu 2022-09-27T15:44:28.1184011Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu 2022-09-27T15:44:28.1190434Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu 2022-09-27T15:44:28.1548899Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu 2022-09-27T15:44:28.1556002Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu 2022-09-27T15:44:28.1629945Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu 2022-09-27T15:44:28.1637376Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu 2022-09-27T15:44:28.1991862Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu 2022-09-27T15:44:28.1998651Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu 2022-09-27T15:44:28.2074323Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu 2022-09-27T15:44:28.2080259Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu 2022-09-27T15:44:28.2420832Z [gw1] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu 2022-09-27T15:44:28.2426474Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu 2022-09-27T15:44:28.2508868Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu 2022-09-27T15:44:28.2514880Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu 2022-09-27T15:44:28.2866369Z [gw1] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu 2022-09-27T15:44:28.2873006Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu 2022-09-27T15:44:28.2990281Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu 2022-09-27T15:44:28.2996441Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu 2022-09-27T15:44:28.3300958Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu 2022-09-27T15:44:28.3306641Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu 2022-09-27T15:44:28.3471133Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu 2022-09-27T15:44:28.3474955Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu 2022-09-27T15:44:28.3748679Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu 2022-09-27T15:44:28.3752824Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu 2022-09-27T15:44:28.3915543Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu 2022-09-27T15:44:28.3919522Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu 2022-09-27T15:44:28.4187329Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu 2022-09-27T15:44:28.4191212Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu 2022-09-27T15:44:28.4397191Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu 2022-09-27T15:44:28.4401566Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu 2022-09-27T15:44:28.4629731Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu 2022-09-27T15:44:28.4633303Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu 2022-09-27T15:44:28.4877389Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu 2022-09-27T15:44:28.4881174Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu 2022-09-27T15:44:28.5069105Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu 2022-09-27T15:44:28.5075053Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu 2022-09-27T15:44:28.5316336Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu 2022-09-27T15:44:28.5322600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu 2022-09-27T15:44:28.5509654Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu 2022-09-27T15:44:28.5513390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu 2022-09-27T15:44:28.5756902Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu 2022-09-27T15:44:28.5783789Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu 2022-09-27T15:44:28.5915094Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu 2022-09-27T15:44:28.5947353Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu 2022-09-27T15:44:28.6195126Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu 2022-09-27T15:44:28.6220618Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu 2022-09-27T15:44:28.6351187Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu 2022-09-27T15:44:28.6374691Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu 2022-09-27T15:44:28.6634725Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu 2022-09-27T15:44:28.6675958Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu 2022-09-27T15:44:28.6828762Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu 2022-09-27T15:44:28.6833944Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu 2022-09-27T15:44:28.7114076Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu 2022-09-27T15:44:28.7119236Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu 2022-09-27T15:44:28.7265794Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu 2022-09-27T15:44:28.7270658Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu 2022-09-27T15:44:28.7553260Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu 2022-09-27T15:44:28.7558405Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu 2022-09-27T15:44:28.7707023Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu 2022-09-27T15:44:28.7712118Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu 2022-09-27T15:44:28.7998840Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu 2022-09-27T15:44:28.8004456Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add__cpu 2022-09-27T15:44:28.8148170Z [gw1] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add__cpu 2022-09-27T15:44:28.8152804Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu 2022-09-27T15:44:28.8439638Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu 2022-09-27T15:44:28.8440283Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu 2022-09-27T15:44:28.8585646Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu 2022-09-27T15:44:28.8590309Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu 2022-09-27T15:44:28.8871886Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu 2022-09-27T15:44:28.8877261Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu 2022-09-27T15:44:28.9028244Z [gw1] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu 2022-09-27T15:44:28.9033516Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu 2022-09-27T15:44:28.9314810Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu 2022-09-27T15:44:28.9319747Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu 2022-09-27T15:44:28.9463403Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu 2022-09-27T15:44:28.9468959Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu 2022-09-27T15:44:28.9758967Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu 2022-09-27T15:44:28.9763626Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu 2022-09-27T15:44:28.9905523Z [gw1] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu 2022-09-27T15:44:28.9910252Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu 2022-09-27T15:44:29.0190966Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu 2022-09-27T15:44:29.0195812Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu 2022-09-27T15:44:29.0348422Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu 2022-09-27T15:44:29.0352234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu 2022-09-27T15:44:29.0633317Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu 2022-09-27T15:44:29.0638111Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu 2022-09-27T15:44:29.0784755Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu 2022-09-27T15:44:29.0789345Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu 2022-09-27T15:44:29.1032628Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu 2022-09-27T15:44:29.1073968Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu 2022-09-27T15:44:29.1224617Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu 2022-09-27T15:44:29.1229405Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu 2022-09-27T15:44:29.1505352Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu 2022-09-27T15:44:29.1510408Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu 2022-09-27T15:44:29.1663549Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu 2022-09-27T15:44:29.1669593Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu 2022-09-27T15:44:29.1948285Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu 2022-09-27T15:44:29.1953817Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu 2022-09-27T15:44:29.2109374Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu 2022-09-27T15:44:29.2114792Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu 2022-09-27T15:44:29.2275603Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu 2022-09-27T15:44:29.2287867Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 2022-09-27T15:44:29.2307964Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 2022-09-27T15:44:29.2371753Z [gw2] [ 88%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 2022-09-27T15:44:29.2395621Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu 2022-09-27T15:44:29.2586629Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu 2022-09-27T15:44:29.2593962Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu 2022-09-27T15:44:29.2738139Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu 2022-09-27T15:44:29.2834313Z test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 2022-09-27T15:44:29.2871553Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu 2022-09-27T15:44:29.3071497Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu 2022-09-27T15:44:29.3080441Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu 2022-09-27T15:44:29.3315023Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu 2022-09-27T15:44:29.3322653Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu 2022-09-27T15:44:29.3512293Z [gw1] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu 2022-09-27T15:44:29.3522239Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu 2022-09-27T15:44:29.3750118Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu 2022-09-27T15:44:29.3756110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu 2022-09-27T15:44:29.3948996Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu 2022-09-27T15:44:29.3955603Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu 2022-09-27T15:44:29.4189181Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu 2022-09-27T15:44:29.4195747Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu 2022-09-27T15:44:29.4388502Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu 2022-09-27T15:44:29.4389012Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu 2022-09-27T15:44:29.4590972Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu 2022-09-27T15:44:29.4610688Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu 2022-09-27T15:44:29.4792414Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu 2022-09-27T15:44:29.4813267Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu 2022-09-27T15:44:29.5032408Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu 2022-09-27T15:44:29.5058836Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu 2022-09-27T15:44:29.5233784Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu 2022-09-27T15:44:29.5266101Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu 2022-09-27T15:44:29.5435563Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu 2022-09-27T15:44:29.5446929Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 2022-09-27T15:44:29.5491546Z test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 2022-09-27T15:44:29.5494669Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu 2022-09-27T15:44:29.5532575Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu 2022-09-27T15:44:29.5670418Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 2022-09-27T15:44:29.5689133Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu 2022-09-27T15:44:29.5869295Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu 2022-09-27T15:44:29.5910332Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 2022-09-27T15:44:29.5936409Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu 2022-09-27T15:44:29.6111824Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu 2022-09-27T15:44:29.6132300Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu 2022-09-27T15:44:29.6209653Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu 2022-09-27T15:44:29.6310446Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 2022-09-27T15:44:29.6350707Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 2022-09-27T15:44:29.6376239Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu 2022-09-27T15:44:29.6554873Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu 2022-09-27T15:44:29.6573560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu 2022-09-27T15:44:29.6793923Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu 2022-09-27T15:44:29.6822550Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu 2022-09-27T15:44:29.6863079Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu 2022-09-27T15:44:29.6870760Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 2022-09-27T15:44:29.6936158Z test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 2022-09-27T15:44:29.6991696Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 2022-09-27T15:44:29.7012988Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu 2022-09-27T15:44:29.7274650Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu 2022-09-27T15:44:29.7301181Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu 2022-09-27T15:44:29.7352347Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu 2022-09-27T15:44:29.7416472Z test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 2022-09-27T15:44:29.7472016Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 2022-09-27T15:44:29.7563430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu 2022-09-27T15:44:29.7713650Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu 2022-09-27T15:44:29.7741500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu 2022-09-27T15:44:29.7833506Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu 2022-09-27T15:44:29.7956884Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 2022-09-27T15:44:29.8013810Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_H_cpu_float32 2022-09-27T15:44:29.8077382Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_H_cpu_float32 2022-09-27T15:44:29.8193553Z [gw2] [ 88%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 2022-09-27T15:44:29.8222432Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu 2022-09-27T15:44:29.8312758Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu 2022-09-27T15:44:29.8391839Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 2022-09-27T15:44:29.8439918Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_T_cpu_float32 2022-09-27T15:44:29.8632043Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_T_cpu_float32 2022-09-27T15:44:29.8653599Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu 2022-09-27T15:44:29.8757095Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu 2022-09-27T15:44:29.8768030Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 2022-09-27T15:44:29.8830876Z test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 2022-09-27T15:44:29.9070514Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___getitem___cpu_float32 2022-09-27T15:44:29.9099063Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu 2022-09-27T15:44:29.9125982Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu 2022-09-27T15:44:29.9268844Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___getitem___cpu_float32 2022-09-27T15:44:29.9367459Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___radd___cpu_float32 2022-09-27T15:44:29.9509933Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___radd___cpu_float32 2022-09-27T15:44:29.9533172Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu 2022-09-27T15:44:29.9565572Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu 2022-09-27T15:44:29.9576290Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 2022-09-27T15:44:29.9751316Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 2022-09-27T15:44:29.9842690Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rand___cpu_int64 2022-09-27T15:44:29.9949634Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rand___cpu_int64 2022-09-27T15:44:29.9973375Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu 2022-09-27T15:44:30.0229151Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu 2022-09-27T15:44:30.0347007Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rdiv___cpu_float32 2022-09-27T15:44:30.0431867Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rdiv___cpu_float32 2022-09-27T15:44:30.0455161Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu 2022-09-27T15:44:30.0648636Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu 2022-09-27T15:44:30.0659938Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 2022-09-27T15:44:30.0731699Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 2022-09-27T15:44:30.0734010Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmatmul___cpu_float32 2022-09-27T15:44:30.0950881Z [gw2] [ 88%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 2022-09-27T15:44:30.0953981Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu 2022-09-27T15:44:30.0961629Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu 2022-09-27T15:44:30.1071166Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmatmul___cpu_float32 2022-09-27T15:44:30.1229632Z test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 2022-09-27T15:44:30.1352210Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmod___cpu_float32 2022-09-27T15:44:30.1374410Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu 2022-09-27T15:44:30.1515612Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu 2022-09-27T15:44:30.1613000Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmod___cpu_float32 2022-09-27T15:44:30.1626180Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 2022-09-27T15:44:30.1747920Z test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 2022-09-27T15:44:30.1794008Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmul___cpu_float32 2022-09-27T15:44:30.1806513Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu 2022-09-27T15:44:30.1823251Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmul___cpu_float32 2022-09-27T15:44:30.1828343Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 2022-09-27T15:44:30.2111200Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu 2022-09-27T15:44:30.2153452Z test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 2022-09-27T15:44:30.2235125Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___ror___cpu_int64 2022-09-27T15:44:30.2262001Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu 2022-09-27T15:44:30.2276387Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu 2022-09-27T15:44:30.2387747Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___ror___cpu_int64 2022-09-27T15:44:30.2511961Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 2022-09-27T15:44:30.2628712Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 2022-09-27T15:44:30.2704432Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rpow___cpu_float32 2022-09-27T15:44:30.2713352Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu 2022-09-27T15:44:30.2807249Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu 2022-09-27T15:44:30.3031635Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rpow___cpu_float32 2022-09-27T15:44:30.3153861Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rsub___cpu_float32 2022-09-27T15:44:30.3161181Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu 2022-09-27T15:44:30.3177840Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rsub___cpu_float32 2022-09-27T15:44:30.3475186Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu 2022-09-27T15:44:30.3593069Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rxor___cpu_int64 2022-09-27T15:44:30.3599148Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rxor___cpu_int64 2022-09-27T15:44:30.3624650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu 2022-09-27T15:44:30.3914111Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu 2022-09-27T15:44:30.4073982Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amax_cpu_float32 2022-09-27T15:44:30.4102855Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu 2022-09-27T15:44:30.4171536Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu 2022-09-27T15:44:30.4185252Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 2022-09-27T15:44:30.4514740Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 2022-09-27T15:44:30.4543846Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu 2022-09-27T15:44:30.4954658Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu 2022-09-27T15:44:30.4985563Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu 2022-09-27T15:44:30.5346971Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu 2022-09-27T15:44:30.5355390Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 2022-09-27T15:44:30.5426495Z test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 2022-09-27T15:44:30.5427317Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu 2022-09-27T15:44:30.5701278Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu 2022-09-27T15:44:30.5709936Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amax_cpu_float32 2022-09-27T15:44:30.5834433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amin_cpu_float32 2022-09-27T15:44:30.5887210Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu 2022-09-27T15:44:30.6271573Z [gw1] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu 2022-09-27T15:44:30.6448067Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amin_cpu_float32 2022-09-27T15:44:30.6715199Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amin_cpu_float32 2022-09-27T15:44:30.6753793Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_aminmax_cpu_float32 2022-09-27T15:44:30.7153511Z [gw1] [ 88%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_aminmax_cpu_float32 2022-09-27T15:44:30.7192132Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_angle_cpu_float32 2022-09-27T15:44:30.7549101Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_angle_cpu_float32 2022-09-27T15:44:30.7649026Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amin_cpu_float32 2022-09-27T15:44:30.7650977Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmax_cpu_float32 2022-09-27T15:44:30.7807302Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_any_cpu_float32 2022-09-27T15:44:30.8226763Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_any_cpu_float32 2022-09-27T15:44:30.8627787Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_arange_cpu_float32 2022-09-27T15:44:30.8640381Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 2022-09-27T15:44:30.8885201Z test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 2022-09-27T15:44:30.8915245Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 2022-09-27T15:44:30.8938102Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_arange_cpu_float32 2022-09-27T15:44:30.9044843Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmax_cpu_float32 2022-09-27T15:44:30.9063636Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmax_cpu_float32 2022-09-27T15:44:30.9079662Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmin_cpu_float32 2022-09-27T15:44:30.9112639Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmax_cpu_float32 2022-09-27T15:44:30.9346453Z test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 2022-09-27T15:44:30.9396696Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 2022-09-27T15:44:30.9528479Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmin_cpu_float32 2022-09-27T15:44:30.9592949Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmin_cpu_float32 2022-09-27T15:44:30.9853145Z test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 2022-09-27T15:44:31.0339719Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argsort_cpu_float32 2022-09-27T15:44:31.0342412Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argsort_cpu_float32 2022-09-27T15:44:31.0489594Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argwhere_cpu_float32 2022-09-27T15:44:31.0520677Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argwhere_cpu_float32 2022-09-27T15:44:31.0530163Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmin_cpu_float32 2022-09-27T15:44:31.0822514Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumprod_cpu_float32 2022-09-27T15:44:31.0842651Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumprod_cpu_float32 2022-09-27T15:44:31.0843292Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_cpu_float32 2022-09-27T15:44:31.0983740Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_cpu_float32 2022-09-27T15:44:31.1344070Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumsum_cpu_float32 2022-09-27T15:44:31.1357998Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_scatter_cpu_float32 2022-09-27T15:44:31.1364595Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_scatter_cpu_float32 2022-09-27T15:44:31.1422892Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumsum_cpu_float32 2022-09-27T15:44:31.1488286Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_log_softmax_cpu_float32 2022-09-27T15:44:31.1542831Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 2022-09-27T15:44:31.1557470Z test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 2022-09-27T15:44:31.1772241Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 2022-09-27T15:44:31.1777501Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asin_cpu_float32 2022-09-27T15:44:31.1921211Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asin_cpu_float32 2022-09-27T15:44:31.1952359Z test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 2022-09-27T15:44:31.1974711Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_log_softmax_cpu_float32 2022-09-27T15:44:31.2211653Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logaddexp_cpu_float32 2022-09-27T15:44:31.2216414Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asinh_cpu_float32 2022-09-27T15:44:31.2593864Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asinh_cpu_float32 2022-09-27T15:44:31.2607643Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan2_cpu_float32 2022-09-27T15:44:31.2640070Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logaddexp_cpu_float32 2022-09-27T15:44:31.2720265Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logsumexp_cpu_float32 2022-09-27T15:44:31.3033332Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan2_cpu_float32 2022-09-27T15:44:31.3072743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan_cpu_float32 2022-09-27T15:44:31.3473868Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan_cpu_float32 2022-09-27T15:44:31.3518475Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atanh_cpu_float32 2022-09-27T15:44:31.3914076Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atanh_cpu_float32 2022-09-27T15:44:31.4001573Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_1d_cpu_float32 2022-09-27T15:44:31.4421373Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_1d_cpu_float32 2022-09-27T15:44:31.4517362Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_2d_cpu_float32 2022-09-27T15:44:31.4872448Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_2d_cpu_float32 2022-09-27T15:44:31.4973030Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_3d_cpu_float32 2022-09-27T15:44:31.5211081Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_3d_cpu_float32 2022-09-27T15:44:31.5223291Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 2022-09-27T15:44:31.5307297Z test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 2022-09-27T15:44:31.5323477Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logsumexp_cpu_float32 2022-09-27T15:44:31.5327044Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_mean_cpu_float32 2022-09-27T15:44:31.5383987Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_H_cpu_float32 2022-09-27T15:44:31.5484535Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_H_cpu_float32 2022-09-27T15:44:31.5632055Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 2022-09-27T15:44:31.5752842Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 2022-09-27T15:44:31.5810512Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_T_cpu_float32 2022-09-27T15:44:31.6190070Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_T_cpu_float32 2022-09-27T15:44:31.6255452Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___getitem___cpu_float32 2022-09-27T15:44:31.6268533Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 2022-09-27T15:44:31.6490165Z test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 2022-09-27T15:44:31.6552569Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 2022-09-27T15:44:31.6670145Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___getitem___cpu_float32 2022-09-27T15:44:31.6710231Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___radd___cpu_float32 2022-09-27T15:44:31.6824019Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 2022-09-27T15:44:31.7035029Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___radd___cpu_float32 2022-09-27T15:44:31.7109007Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 2022-09-27T15:44:31.7188630Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rand___cpu_int64 2022-09-27T15:44:31.7252779Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 2022-09-27T15:44:31.7549200Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rand___cpu_int64 2022-09-27T15:44:31.7616512Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rdiv___cpu_float32 2022-09-27T15:44:31.7630132Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 2022-09-27T15:44:31.7725740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:44:31.8026506Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rdiv___cpu_float32 2022-09-27T15:44:31.8039466Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 2022-09-27T15:44:31.8044796Z test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 2022-09-27T15:44:31.8128752Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmatmul___cpu_float32 2022-09-27T15:44:31.8495575Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 2022-09-27T15:44:31.8583554Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 2022-09-27T15:44:31.8713291Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 2022-09-27T15:44:31.8736116Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmatmul___cpu_float32 2022-09-27T15:44:31.8988476Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmod___cpu_float32 2022-09-27T15:44:31.9043548Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 2022-09-27T15:44:31.9150547Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmod___cpu_float32 2022-09-27T15:44:31.9176016Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmul___cpu_float32 2022-09-27T15:44:31.9354025Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 2022-09-27T15:44:31.9389628Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 2022-09-27T15:44:31.9606689Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmul___cpu_float32 2022-09-27T15:44:31.9618484Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 2022-09-27T15:44:31.9754963Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___ror___cpu_int64 2022-09-27T15:44:31.9816815Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___ror___cpu_int64 2022-09-27T15:44:31.9843643Z test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 2022-09-27T15:44:31.9857751Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_mean_cpu_float32 2022-09-27T15:44:32.0031427Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_median_cpu_float32 2022-09-27T15:44:32.0279596Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rpow___cpu_float32 2022-09-27T15:44:32.0293814Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_median_cpu_float32 2022-09-27T15:44:32.0346534Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_norm_cpu_float32 2022-09-27T15:44:32.0389457Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rpow___cpu_float32 2022-09-27T15:44:32.0397536Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 2022-09-27T15:44:32.0469420Z test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 2022-09-27T15:44:32.0494677Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rsub___cpu_float32 2022-09-27T15:44:32.0601210Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 2022-09-27T15:44:32.0828971Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rsub___cpu_float32 2022-09-27T15:44:32.0910007Z test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 2022-09-27T15:44:32.1018724Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rxor___cpu_int64 2022-09-27T15:44:32.1351164Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rxor___cpu_int64 2022-09-27T15:44:32.1485934Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amax_cpu_float32 2022-09-27T15:44:32.1493637Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 2022-09-27T15:44:32.2294080Z test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 2022-09-27T15:44:32.2301974Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 2022-09-27T15:44:32.2417526Z test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 2022-09-27T15:44:32.2713162Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 2022-09-27T15:44:32.2842417Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 2022-09-27T15:44:32.3032126Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 2022-09-27T15:44:32.3038986Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amax_cpu_float32 2022-09-27T15:44:32.3049113Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amin_cpu_float32 2022-09-27T15:44:32.3057336Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:44:32.3149484Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:44:32.3290326Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 2022-09-27T15:44:32.3594652Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 2022-09-27T15:44:32.4459970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 2022-09-27T15:44:32.4470163Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 2022-09-27T15:44:32.4748202Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 2022-09-27T15:44:32.4758276Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amin_cpu_float32 2022-09-27T15:44:32.5978730Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmax_cpu_float32 2022-09-27T15:44:32.5990261Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmax_cpu_float32 2022-09-27T15:44:32.6309393Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmin_cpu_float32 2022-09-27T15:44:32.6321530Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 2022-09-27T15:44:32.7218588Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 2022-09-27T15:44:32.7226356Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmin_cpu_float32 2022-09-27T15:44:32.7630691Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumprod_cpu_float32 2022-09-27T15:44:32.7640117Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumprod_cpu_float32 2022-09-27T15:44:32.7862889Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumsum_cpu_float32 2022-09-27T15:44:32.7870294Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_norm_cpu_float32 2022-09-27T15:44:32.8045225Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_normalize_cpu_float32 2022-09-27T15:44:32.8070069Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumsum_cpu_float32 2022-09-27T15:44:32.8386590Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_log_softmax_cpu_float32 2022-09-27T15:44:32.8391288Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_normalize_cpu_float32 2022-09-27T15:44:32.8396973Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_log_softmax_cpu_float32 2022-09-27T15:44:32.8512611Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_prod_cpu_float32 2022-09-27T15:44:32.8984294Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logaddexp_cpu_float32 2022-09-27T15:44:32.8991476Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 2022-09-27T15:44:32.9002136Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logaddexp_cpu_float32 2022-09-27T15:44:32.9009397Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 2022-09-27T15:44:33.0038619Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logsumexp_cpu_float32 2022-09-27T15:44:33.0052715Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_prod_cpu_float32 2022-09-27T15:44:33.0476272Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmax_cpu_float32 2022-09-27T15:44:33.0486252Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmax_cpu_float32 2022-09-27T15:44:33.0965960Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmin_cpu_float32 2022-09-27T15:44:33.0976778Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmin_cpu_float32 2022-09-27T15:44:33.1164381Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_std_cpu_float32 2022-09-27T15:44:33.1176687Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logsumexp_cpu_float32 2022-09-27T15:44:33.4472278Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_mean_cpu_float32 2022-09-27T15:44:33.4485900Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 2022-09-27T15:44:33.4868589Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 2022-09-27T15:44:33.4882015Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_mean_cpu_float32 2022-09-27T15:44:33.5286367Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_median_cpu_float32 2022-09-27T15:44:33.5350750Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_median_cpu_float32 2022-09-27T15:44:33.7143288Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_norm_cpu_float32 2022-09-27T15:44:33.7156274Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 2022-09-27T15:44:33.9751155Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 2022-09-27T15:44:33.9765308Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 2022-09-27T15:44:34.1381224Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 2022-09-27T15:44:34.1407052Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:44:34.1590810Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 2022-09-27T15:44:34.1684385Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 2022-09-27T15:44:34.1696229Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_std_cpu_float32 2022-09-27T15:44:34.1830411Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_sum_cpu_float32 2022-09-27T15:44:34.3245899Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 2022-09-27T15:44:34.3258274Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_sum_cpu_float32 2022-09-27T15:44:34.4020037Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_var_cpu_float32 2022-09-27T15:44:34.4038704Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 2022-09-27T15:44:34.6333865Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 2022-09-27T15:44:34.6348794Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_norm_cpu_float32 2022-09-27T15:44:34.6951672Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_normalize_cpu_float32 2022-09-27T15:44:34.6967745Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 2022-09-27T15:44:34.7129750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amax_cpu_float32 2022-09-27T15:44:34.7145127Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_normalize_cpu_float32 2022-09-27T15:44:34.9477815Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_prod_cpu_float32 2022-09-27T15:44:34.9491283Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_prod_cpu_float32 2022-09-27T15:44:34.9890101Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmax_cpu_float32 2022-09-27T15:44:34.9953038Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmax_cpu_float32 2022-09-27T15:44:35.0402583Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmin_cpu_float32 2022-09-27T15:44:35.0432881Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmin_cpu_float32 2022-09-27T15:44:35.5474814Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_std_cpu_float32 2022-09-27T15:44:35.5481447Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 2022-09-27T15:44:35.5924049Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 2022-09-27T15:44:35.5940089Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_var_cpu_float32 2022-09-27T15:44:35.5979086Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_abs_cpu_float32 2022-09-27T15:44:35.6393940Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_abs_cpu_float32 2022-09-27T15:44:35.6458929Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acos_cpu_float32 2022-09-27T15:44:35.6834752Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acos_cpu_float32 2022-09-27T15:44:35.6890558Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acosh_cpu_float32 2022-09-27T15:44:35.7272489Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acosh_cpu_float32 2022-09-27T15:44:35.7451863Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_add_cpu_float32 2022-09-27T15:44:35.7713936Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_add_cpu_float32 2022-09-27T15:44:35.7859439Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addbmm_cpu_float32 2022-09-27T15:44:35.8154971Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addbmm_cpu_float32 2022-09-27T15:44:35.8345211Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcdiv_cpu_float32 2022-09-27T15:44:35.8631568Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcdiv_cpu_float32 2022-09-27T15:44:35.8869977Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcmul_cpu_float32 2022-09-27T15:44:35.9072694Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcmul_cpu_float32 2022-09-27T15:44:35.9157252Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_cpu_float32 2022-09-27T15:44:35.9555448Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_cpu_float32 2022-09-27T15:44:35.9642673Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_decomposed_cpu_float32 2022-09-27T15:44:35.9991528Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_decomposed_cpu_float32 2022-09-27T15:44:36.0123639Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmv_cpu_float32 2022-09-27T15:44:36.0470722Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmv_cpu_float32 2022-09-27T15:44:36.0592012Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addr_cpu_float32 2022-09-27T15:44:36.0950236Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addr_cpu_float32 2022-09-27T15:44:36.1091703Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_all_cpu_float32 2022-09-27T15:44:36.1435176Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_all_cpu_float32 2022-09-27T15:44:36.1714082Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_allclose_cpu_float32 2022-09-27T15:44:36.1914292Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_allclose_cpu_float32 2022-09-27T15:44:36.2053789Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amax_cpu_float32 2022-09-27T15:44:36.2068273Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amax_cpu_float32 2022-09-27T15:44:36.2132711Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amin_cpu_float32 2022-09-27T15:44:36.2393546Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amax_cpu_float32 2022-09-27T15:44:36.2691653Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummax_cpu_float32 2022-09-27T15:44:36.2872466Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummax_cpu_float32 2022-09-27T15:44:36.3173791Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummin_cpu_float32 2022-09-27T15:44:36.3352527Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummin_cpu_float32 2022-09-27T15:44:36.3527870Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumprod_cpu_float32 2022-09-27T15:44:36.3848519Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumprod_cpu_float32 2022-09-27T15:44:36.3932903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumsum_cpu_float32 2022-09-27T15:44:36.4052504Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumsum_cpu_float32 2022-09-27T15:44:36.4064352Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_std_cpu_float32 2022-09-27T15:44:36.4252041Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_sum_cpu_float32 2022-09-27T15:44:36.4832762Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 2022-09-27T15:44:36.4862705Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 2022-09-27T15:44:36.4949205Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_deg2rad_cpu_float32 2022-09-27T15:44:36.5271968Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_deg2rad_cpu_float32 2022-09-27T15:44:36.5463584Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_cpu_float32 2022-09-27T15:44:36.5711819Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_cpu_float32 2022-09-27T15:44:36.5909842Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_embed_cpu_float32 2022-09-27T15:44:36.6030970Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_embed_cpu_float32 2022-09-27T15:44:36.6040574Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_sum_cpu_float32 2022-09-27T15:44:36.6150709Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_var_cpu_float32 2022-09-27T15:44:36.6266747Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagflat_cpu_float32 2022-09-27T15:44:36.6593519Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagflat_cpu_float32 2022-09-27T15:44:36.6839270Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_cpu_float32 2022-09-27T15:44:36.7034593Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_cpu_float32 2022-09-27T15:44:36.7339148Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_scatter_cpu_float32 2022-09-27T15:44:36.7472882Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_scatter_cpu_float32 2022-09-27T15:44:37.0217519Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diff_cpu_float32 2022-09-27T15:44:37.0232996Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diff_cpu_float32 2022-09-27T15:44:37.0292057Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_digamma_cpu_float32 2022-09-27T15:44:37.0635655Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_digamma_cpu_float32 2022-09-27T15:44:37.1370750Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dist_cpu_float32 2022-09-27T15:44:37.1383589Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dist_cpu_float32 2022-09-27T15:44:37.1537819Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_floor_rounding_cpu_float32 2022-09-27T15:44:37.1791669Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_floor_rounding_cpu_float32 2022-09-27T15:44:37.1980367Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 2022-09-27T15:44:37.2233277Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 2022-09-27T15:44:37.2392812Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 2022-09-27T15:44:37.2673531Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 2022-09-27T15:44:37.2719044Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dot_cpu_float32 2022-09-27T15:44:37.3115086Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dot_cpu_float32 2022-09-27T15:44:37.3238909Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_double_cpu_float32 2022-09-27T15:44:37.3594464Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_double_cpu_float32 2022-09-27T15:44:37.3686411Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dsplit_cpu_float32 2022-09-27T15:44:37.4075374Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dsplit_cpu_float32 2022-09-27T15:44:37.4179378Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dstack_cpu_float32 2022-09-27T15:44:37.4551649Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dstack_cpu_float32 2022-09-27T15:44:37.5058169Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_einsum_cpu_float32 2022-09-27T15:44:37.5085191Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_einsum_cpu_float32 2022-09-27T15:44:37.5200404Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_cpu_float32 2022-09-27T15:44:37.5512530Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_cpu_float32 2022-09-27T15:44:37.5671470Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_like_cpu_float32 2022-09-27T15:44:37.5955723Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_like_cpu_float32 2022-09-27T15:44:37.6186325Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eq_cpu_float32 2022-09-27T15:44:37.6394132Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eq_cpu_float32 2022-09-27T15:44:37.6508828Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_equal_cpu_float32 2022-09-27T15:44:37.6831027Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_equal_cpu_float32 2022-09-27T15:44:37.6875236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erf_cpu_float32 2022-09-27T15:44:37.6999194Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erf_cpu_float32 2022-09-27T15:44:37.7009789Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amin_cpu_float32 2022-09-27T15:44:37.7034168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmax_cpu_float32 2022-09-27T15:44:37.7272295Z [gw2] [ 89%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmax_cpu_float32 2022-09-27T15:44:37.7338409Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfc_cpu_float32 2022-09-27T15:44:37.7430916Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfc_cpu_float32 2022-09-27T15:44:37.7457004Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmin_cpu_float32 2022-09-27T15:44:37.7712583Z [gw2] [ 89%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmin_cpu_float32 2022-09-27T15:44:37.7757538Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfinv_cpu_float32 2022-09-27T15:44:37.7870855Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfinv_cpu_float32 2022-09-27T15:44:37.8015402Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumprod_cpu_float32 2022-09-27T15:44:37.8024796Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_var_cpu_float32 2022-09-27T15:44:37.8059134Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_abs_cpu_float32 2022-09-27T15:44:37.8149606Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_abs_cpu_float32 2022-09-27T15:44:37.8204885Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp2_cpu_float32 2022-09-27T15:44:37.8430032Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp2_cpu_float32 2022-09-27T15:44:37.8493161Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acos_cpu_float32 2022-09-27T15:44:37.8593514Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acos_cpu_float32 2022-09-27T15:44:37.8661143Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp_cpu_float32 2022-09-27T15:44:37.8871457Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp_cpu_float32 2022-09-27T15:44:37.8950066Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acosh_cpu_float32 2022-09-27T15:44:37.9030559Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acosh_cpu_float32 2022-09-27T15:44:37.9098736Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_as_cpu_float32 2022-09-27T15:44:37.9311038Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_as_cpu_float32 2022-09-27T15:44:37.9471617Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_add_cpu_float32 2022-09-27T15:44:37.9496076Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_cpu_float32 2022-09-27T15:44:37.9611973Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_add_cpu_float32 2022-09-27T15:44:37.9752388Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_cpu_float32 2022-09-27T15:44:37.9916855Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addbmm_cpu_float32 2022-09-27T15:44:37.9960103Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expm1_cpu_float32 2022-09-27T15:44:38.0001280Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expm1_cpu_float32 2022-09-27T15:44:38.0193627Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addbmm_cpu_float32 2022-09-27T15:44:38.0356157Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcdiv_cpu_float32 2022-09-27T15:44:38.0443013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eye_cpu_float32 2022-09-27T15:44:38.0631752Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcdiv_cpu_float32 2022-09-27T15:44:38.0875368Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcmul_cpu_float32 2022-09-27T15:44:38.0973046Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcmul_cpu_float32 2022-09-27T15:44:38.0987658Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumprod_cpu_float32 2022-09-27T15:44:38.1071029Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumsum_cpu_float32 2022-09-27T15:44:38.1210508Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_cpu_float32 2022-09-27T15:44:38.1514291Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_cpu_float32 2022-09-27T15:44:38.1604477Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_decomposed_cpu_float32 2022-09-27T15:44:38.1615332Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eye_cpu_float32 2022-09-27T15:44:38.1723615Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft2_cpu_float32 2022-09-27T15:44:38.1786817Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_decomposed_cpu_float32 2022-09-27T15:44:38.2032205Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft2_cpu_float32 2022-09-27T15:44:38.2136463Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmv_cpu_float32 2022-09-27T15:44:38.2271047Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft_cpu_float32 2022-09-27T15:44:38.2327989Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmv_cpu_float32 2022-09-27T15:44:38.2470756Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft_cpu_float32 2022-09-27T15:44:38.2539962Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addr_cpu_float32 2022-09-27T15:44:38.2589665Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addr_cpu_float32 2022-09-27T15:44:38.2910399Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftn_cpu_float32 2022-09-27T15:44:38.3038839Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_all_cpu_float32 2022-09-27T15:44:38.3080531Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_all_cpu_float32 2022-09-27T15:44:38.3111478Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftn_cpu_float32 2022-09-27T15:44:38.3186242Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftshift_cpu_float32 2022-09-27T15:44:38.3200015Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumsum_cpu_float32 2022-09-27T15:44:38.3328291Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_log_softmax_cpu_float32 2022-09-27T15:44:38.3347747Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftshift_cpu_float32 2022-09-27T15:44:38.3585426Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_allclose_cpu_float32 2022-09-27T15:44:38.3767698Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft2_cpu_float32 2022-09-27T15:44:38.3793859Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_allclose_cpu_float32 2022-09-27T15:44:38.4015699Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amax_cpu_float32 2022-09-27T15:44:38.4153629Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft2_cpu_float32 2022-09-27T15:44:38.4306764Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft_cpu_float32 2022-09-27T15:44:38.4330997Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amax_cpu_float32 2022-09-27T15:44:38.4700119Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amin_cpu_float32 2022-09-27T15:44:38.4749090Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft_cpu_float32 2022-09-27T15:44:38.4829969Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfftn_cpu_float32 2022-09-27T15:44:38.4855383Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amin_cpu_float32 2022-09-27T15:44:38.4906074Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_aminmax_cpu_float32 2022-09-27T15:44:38.5105814Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_aminmax_cpu_float32 2022-09-27T15:44:38.5152137Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfftn_cpu_float32 2022-09-27T15:44:38.5323085Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft2_cpu_float32 2022-09-27T15:44:38.5323915Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_angle_cpu_float32 2022-09-27T15:44:38.5439289Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_angle_cpu_float32 2022-09-27T15:44:38.5671459Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft2_cpu_float32 2022-09-27T15:44:38.5748114Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft_cpu_float32 2022-09-27T15:44:38.5759491Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_any_cpu_float32 2022-09-27T15:44:38.5907258Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft_cpu_float32 2022-09-27T15:44:38.6032531Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_any_cpu_float32 2022-09-27T15:44:38.6226251Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftn_cpu_float32 2022-09-27T15:44:38.6268744Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftn_cpu_float32 2022-09-27T15:44:38.6591287Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_arange_cpu_float32 2022-09-27T15:44:38.6645488Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftshift_cpu_float32 2022-09-27T15:44:38.6690614Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftshift_cpu_float32 2022-09-27T15:44:38.6785723Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_arange_cpu_float32 2022-09-27T15:44:38.6795744Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_log_softmax_cpu_float32 2022-09-27T15:44:38.6802979Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logaddexp_cpu_float32 2022-09-27T15:44:38.7021381Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmax_cpu_float32 2022-09-27T15:44:38.7062814Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft2_cpu_float32 2022-09-27T15:44:38.7191993Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmax_cpu_float32 2022-09-27T15:44:38.7402667Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmin_cpu_float32 2022-09-27T15:44:38.7429914Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft2_cpu_float32 2022-09-27T15:44:38.7442566Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmin_cpu_float32 2022-09-27T15:44:38.7709284Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft_cpu_float32 2022-09-27T15:44:38.7910037Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argsort_cpu_float32 2022-09-27T15:44:38.7934674Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft_cpu_float32 2022-09-27T15:44:38.8214976Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfftn_cpu_float32 2022-09-27T15:44:38.8257784Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argsort_cpu_float32 2022-09-27T15:44:38.8279794Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argwhere_cpu_float32 2022-09-27T15:44:38.8390744Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfftn_cpu_float32 2022-09-27T15:44:38.8626573Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft2_cpu_float32 2022-09-27T15:44:38.8659881Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argwhere_cpu_float32 2022-09-27T15:44:38.8685948Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft2_cpu_float32 2022-09-27T15:44:38.8836715Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_cpu_float32 2022-09-27T15:44:38.8893827Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_cpu_float32 2022-09-27T15:44:38.9136917Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft_cpu_float32 2022-09-27T15:44:38.9188580Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft_cpu_float32 2022-09-27T15:44:38.9230739Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_scatter_cpu_float32 2022-09-27T15:44:38.9377625Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_scatter_cpu_float32 2022-09-27T15:44:38.9600762Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfftn_cpu_float32 2022-09-27T15:44:38.9608836Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asin_cpu_float32 2022-09-27T15:44:38.9711506Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asin_cpu_float32 2022-09-27T15:44:38.9830848Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfftn_cpu_float32 2022-09-27T15:44:38.9979324Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft2_cpu_float32 2022-09-27T15:44:39.0042976Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft2_cpu_float32 2022-09-27T15:44:39.0050826Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asinh_cpu_float32 2022-09-27T15:44:39.0333133Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asinh_cpu_float32 2022-09-27T15:44:39.0431593Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft_cpu_float32 2022-09-27T15:44:39.0524373Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan2_cpu_float32 2022-09-27T15:44:39.0590017Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft_cpu_float32 2022-09-27T15:44:39.0824553Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan2_cpu_float32 2022-09-27T15:44:39.0932471Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfftn_cpu_float32 2022-09-27T15:44:39.0933156Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan_cpu_float32 2022-09-27T15:44:39.1065279Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan_cpu_float32 2022-09-27T15:44:39.1270249Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfftn_cpu_float32 2022-09-27T15:44:39.1310685Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fill_cpu_float32 2022-09-27T15:44:39.1364544Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fill_cpu_float32 2022-09-27T15:44:39.1369628Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atanh_cpu_float32 2022-09-27T15:44:39.1826347Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atanh_cpu_float32 2022-09-27T15:44:39.1831993Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flatten_cpu_float32 2022-09-27T15:44:39.1838116Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flatten_cpu_float32 2022-09-27T15:44:39.1866328Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_1d_cpu_float32 2022-09-27T15:44:39.2272172Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_1d_cpu_float32 2022-09-27T15:44:39.2275585Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_2d_cpu_float32 2022-09-27T15:44:39.2310693Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flip_cpu_float32 2022-09-27T15:44:39.2338750Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_2d_cpu_float32 2022-09-27T15:44:39.2673503Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flip_cpu_float32 2022-09-27T15:44:39.2677240Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_3d_cpu_float32 2022-09-27T15:44:39.2703820Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fliplr_cpu_float32 2022-09-27T15:44:39.2763298Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fliplr_cpu_float32 2022-09-27T15:44:39.3073391Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_3d_cpu_float32 2022-09-27T15:44:39.3080083Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flipud_cpu_float32 2022-09-27T15:44:39.3157676Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_baddbmm_cpu_float32 2022-09-27T15:44:39.3512933Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flipud_cpu_float32 2022-09-27T15:44:39.3612674Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_cpu_float32 2022-09-27T15:44:39.3627565Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_cpu_float32 2022-09-27T15:44:39.3641966Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_baddbmm_cpu_float32 2022-09-27T15:44:39.3903293Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bernoulli_cpu_float32 2022-09-27T15:44:39.3951087Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bernoulli_cpu_float32 2022-09-27T15:44:39.4106433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_power_cpu_float32 2022-09-27T15:44:39.4188499Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bfloat16_cpu_float32 2022-09-27T15:44:39.4437286Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bfloat16_cpu_float32 2022-09-27T15:44:39.4510316Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_power_cpu_float32 2022-09-27T15:44:39.4547821Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bincount_cpu_int64 2022-09-27T15:44:39.4587201Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_cpu_float32 2022-09-27T15:44:39.4812397Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_cpu_float32 2022-09-27T15:44:39.4950782Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bincount_cpu_int64 2022-09-27T15:44:39.4986289Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_and_cpu_int64 2022-09-27T15:44:39.5221367Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_divide_cpu_float32 2022-09-27T15:44:39.5393871Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_and_cpu_int64 2022-09-27T15:44:39.5556600Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 2022-09-27T15:44:39.5567686Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 2022-09-27T15:44:39.5579778Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_divide_cpu_float32 2022-09-27T15:44:39.5779144Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmax_cpu_float32 2022-09-27T15:44:39.5833263Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmax_cpu_float32 2022-09-27T15:44:39.5900209Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_not_cpu_int64 2022-09-27T15:44:39.5991370Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_not_cpu_int64 2022-09-27T15:44:39.6191982Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmin_cpu_float32 2022-09-27T15:44:39.6271442Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmin_cpu_float32 2022-09-27T15:44:39.6427638Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_or_cpu_int64 2022-09-27T15:44:39.6438417Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_or_cpu_int64 2022-09-27T15:44:39.6599881Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmod_cpu_float32 2022-09-27T15:44:39.6710910Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmod_cpu_float32 2022-09-27T15:44:39.6867283Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 2022-09-27T15:44:39.6876631Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 2022-09-27T15:44:39.6950041Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frac_cpu_float32 2022-09-27T15:44:39.7155963Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frac_cpu_float32 2022-09-27T15:44:39.7323606Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_xor_cpu_int64 2022-09-27T15:44:39.7327622Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frexp_cpu_float32 2022-09-27T15:44:39.7592688Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_xor_cpu_int64 2022-09-27T15:44:39.7696649Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_block_diag_cpu_float32 2022-09-27T15:44:39.7716118Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_block_diag_cpu_float32 2022-09-27T15:44:39.7757610Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frexp_cpu_float32 2022-09-27T15:44:39.7931186Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_full_like_cpu_float32 2022-09-27T15:44:39.8035585Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_full_like_cpu_float32 2022-09-27T15:44:39.8103490Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bmm_cpu_float32 2022-09-27T15:44:39.8317265Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bmm_cpu_float32 2022-09-27T15:44:39.8591574Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gather_cpu_float32 2022-09-27T15:44:39.8596954Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bool_cpu_float32 2022-09-27T15:44:39.8729939Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bool_cpu_float32 2022-09-27T15:44:39.8776479Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gather_cpu_float32 2022-09-27T15:44:39.8988449Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gcd_cpu_int64 2022-09-27T15:44:39.8993744Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_shapes_cpu_float32 2022-09-27T15:44:39.9039811Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_shapes_cpu_float32 2022-09-27T15:44:39.9229831Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gcd_cpu_int64 2022-09-27T15:44:39.9390547Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ge_cpu_float32 2022-09-27T15:44:39.9429728Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_tensors_cpu_float32 2022-09-27T15:44:39.9445203Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_tensors_cpu_float32 2022-09-27T15:44:39.9635510Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ge_cpu_float32 2022-09-27T15:44:39.9871236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_geqrf_cpu_float32 2022-09-27T15:44:39.9913484Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_to_cpu_float32 2022-09-27T15:44:40.0237763Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_to_cpu_float32 2022-09-27T15:44:40.2489115Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bucketize_cpu_float32 2022-09-27T15:44:40.2506394Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bucketize_cpu_float32 2022-09-27T15:44:40.2622233Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_byte_cpu_float32 2022-09-27T15:44:40.2990001Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_byte_cpu_float32 2022-09-27T15:44:40.3198009Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cartesian_prod_cpu_float32 2022-09-27T15:44:40.3391539Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cartesian_prod_cpu_float32 2022-09-27T15:44:40.3675717Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cat_cpu_float32 2022-09-27T15:44:40.3793621Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cat_cpu_float32 2022-09-27T15:44:40.4428759Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cdist_cpu_float32 2022-09-27T15:44:40.4445471Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_geqrf_cpu_float32 2022-09-27T15:44:40.5720371Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gradient_cpu_float32 2022-09-27T15:44:40.5743784Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gradient_cpu_float32 2022-09-27T15:44:40.6073823Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gt_cpu_float32 2022-09-27T15:44:40.6230724Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gt_cpu_float32 2022-09-27T15:44:40.6255930Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_half_cpu_float32 2022-09-27T15:44:40.6597374Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_half_cpu_float32 2022-09-27T15:44:40.6929286Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_heaviside_cpu_float32 2022-09-27T15:44:40.7034318Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_heaviside_cpu_float32 2022-09-27T15:44:40.7996193Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histc_cpu_float32 2022-09-27T15:44:40.8009381Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cdist_cpu_float32 2022-09-27T15:44:40.8044494Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ceil_cpu_float32 2022-09-27T15:44:40.8434798Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ceil_cpu_float32 2022-09-27T15:44:40.8551685Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chalf_cpu_float32 2022-09-27T15:44:40.8874169Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chalf_cpu_float32 2022-09-27T15:44:40.9008644Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_char_cpu_float32 2022-09-27T15:44:40.9315372Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_char_cpu_float32 2022-09-27T15:44:40.9501900Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_cpu_float32 2022-09-27T15:44:40.9756497Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_cpu_float32 2022-09-27T15:44:40.9808766Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_inverse_cpu_float32 2022-09-27T15:44:41.0197055Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_inverse_cpu_float32 2022-09-27T15:44:41.1832790Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_solve_cpu_float32 2022-09-27T15:44:41.1861645Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_solve_cpu_float32 2022-09-27T15:44:41.1963266Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chunk_cpu_float32 2022-09-27T15:44:41.2331616Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chunk_cpu_float32 2022-09-27T15:44:41.2407527Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_cpu_float32 2022-09-27T15:44:41.2741556Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_cpu_float32 2022-09-27T15:44:41.2918023Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_max_cpu_float32 2022-09-27T15:44:41.3270332Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_max_cpu_float32 2022-09-27T15:44:41.3333464Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_min_cpu_float32 2022-09-27T15:44:41.3596525Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_min_cpu_float32 2022-09-27T15:44:41.3663717Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clone_cpu_float32 2022-09-27T15:44:41.4032227Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clone_cpu_float32 2022-09-27T15:44:41.4118394Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_column_stack_cpu_float32 2022-09-27T15:44:41.4415361Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_column_stack_cpu_float32 2022-09-27T15:44:41.4420596Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logaddexp_cpu_float32 2022-09-27T15:44:41.4455907Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logsumexp_cpu_float32 2022-09-27T15:44:41.4467445Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 2022-09-27T15:44:41.4478942Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:44:41.5416418Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_combinations_cpu_float32 2022-09-27T15:44:41.5432153Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histc_cpu_float32 2022-09-27T15:44:41.5640597Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogram_cpu_float32 2022-09-27T15:44:41.5654791Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_combinations_cpu_float32 2022-09-27T15:44:41.5832029Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_complex_cpu_float32 2022-09-27T15:44:41.6075380Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_complex_cpu_float32 2022-09-27T15:44:41.6146559Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_cpu_float32 2022-09-27T15:44:41.6510719Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_cpu_float32 2022-09-27T15:44:41.6546505Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_physical_cpu_float32 2022-09-27T15:44:41.6950558Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_physical_cpu_float32 2022-09-27T15:44:41.7570460Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_constant_pad_nd_cpu_float32 2022-09-27T15:44:41.7578768Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_constant_pad_nd_cpu_float32 2022-09-27T15:44:41.7612143Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_contiguous_cpu_float32 2022-09-27T15:44:41.7993830Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_contiguous_cpu_float32 2022-09-27T15:44:41.8116493Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_copysign_cpu_float32 2022-09-27T15:44:41.8434604Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_copysign_cpu_float32 2022-09-27T15:44:41.8556059Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_corrcoef_cpu_float32 2022-09-27T15:44:41.8874541Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_corrcoef_cpu_float32 2022-09-27T15:44:41.8930880Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cos_cpu_float32 2022-09-27T15:44:41.9313496Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cos_cpu_float32 2022-09-27T15:44:41.9368277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cosh_cpu_float32 2022-09-27T15:44:41.9792165Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cosh_cpu_float32 2022-09-27T15:44:42.1184595Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_count_nonzero_cpu_float32 2022-09-27T15:44:42.1197918Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_count_nonzero_cpu_float32 2022-09-27T15:44:42.1222836Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cov_cpu_float32 2022-09-27T15:44:42.1636407Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cov_cpu_float32 2022-09-27T15:44:42.1728863Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cross_cpu_float32 2022-09-27T15:44:42.2072958Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cross_cpu_float32 2022-09-27T15:44:42.2662066Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_singular_cpu_float32 2022-09-27T15:44:42.2675671Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_singular_cpu_float32 2022-09-27T15:44:42.3731730Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eig_cpu_float32 2022-09-27T15:44:42.3756347Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eig_cpu_float32 2022-09-27T15:44:42.3945895Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigh_cpu_float32 2022-09-27T15:44:42.4196423Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigh_cpu_float32 2022-09-27T15:44:42.4230033Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvals_cpu_float32 2022-09-27T15:44:42.4637418Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvals_cpu_float32 2022-09-27T15:44:42.4676105Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 2022-09-27T15:44:42.5076078Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 2022-09-27T15:44:42.5295277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_householder_product_cpu_float32 2022-09-27T15:44:42.5305953Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:44:42.6123501Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:44:42.6130864Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_householder_product_cpu_float32 2022-09-27T15:44:42.6299954Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_cpu_float32 2022-09-27T15:44:42.6596006Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_cpu_float32 2022-09-27T15:44:42.6776508Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 2022-09-27T15:44:42.7077288Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 2022-09-27T15:44:42.7193014Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 2022-09-27T15:44:42.7269686Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 2022-09-27T15:44:42.7279036Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logsumexp_cpu_float32 2022-09-27T15:44:42.7515954Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_mean_cpu_float32 2022-09-27T15:44:42.7629536Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:44:42.7924556Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:44:42.7933322Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogram_cpu_float32 2022-09-27T15:44:42.7988887Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogramdd_cpu_float32 2022-09-27T15:44:42.8237967Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 2022-09-27T15:44:42.8429160Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 2022-09-27T15:44:42.9397161Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_cpu_float32 2022-09-27T15:44:42.9420675Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_cpu_float32 2022-09-27T15:44:43.0026050Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:44:43.0049691Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:44:43.0362039Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_cpu_float32 2022-09-27T15:44:43.0474955Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_cpu_float32 2022-09-27T15:44:43.1099444Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 2022-09-27T15:44:43.1139040Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 2022-09-27T15:44:43.1735667Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:44:43.1757348Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:44:43.4481857Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 2022-09-27T15:44:43.4508877Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 2022-09-27T15:44:43.5655718Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 2022-09-27T15:44:43.5681866Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 2022-09-27T15:44:43.5721824Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 2022-09-27T15:44:43.6113045Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 2022-09-27T15:44:43.9436019Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 2022-09-27T15:44:43.9457101Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 2022-09-27T15:44:43.9506612Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:44:43.9951136Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:44:44.0285172Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 2022-09-27T15:44:44.0311452Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 2022-09-27T15:44:44.2099920Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_cpu_float32 2022-09-27T15:44:44.2116063Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_cpu_float32 2022-09-27T15:44:44.2891621Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:44:44.2901082Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:44:44.2965290Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:44:44.2971298Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:44:44.3002876Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_cpu_float32 2022-09-27T15:44:44.3394452Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_cpu_float32 2022-09-27T15:44:44.3424467Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:44:44.3836131Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:44:44.3861841Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 2022-09-27T15:44:44.4007637Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 2022-09-27T15:44:44.4019803Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogramdd_cpu_float32 2022-09-27T15:44:44.4069902Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hsplit_cpu_float32 2022-09-27T15:44:44.4272558Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hsplit_cpu_float32 2022-09-27T15:44:44.4434394Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_qr_cpu_float32 2022-09-27T15:44:44.4531682Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hstack_cpu_float32 2022-09-27T15:44:44.4852365Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hstack_cpu_float32 2022-09-27T15:44:44.4866348Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_qr_cpu_float32 2022-09-27T15:44:44.4875571Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_slogdet_cpu_float32 2022-09-27T15:44:44.5056341Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hypot_cpu_float32 2022-09-27T15:44:44.5100163Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_slogdet_cpu_float32 2022-09-27T15:44:44.5270683Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hypot_cpu_float32 2022-09-27T15:44:44.5299867Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_cpu_float32 2022-09-27T15:44:44.5310628Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_cpu_float32 2022-09-27T15:44:44.5366804Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_i0_cpu_float32 2022-09-27T15:44:44.5711111Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_i0_cpu_float32 2022-09-27T15:44:44.5750630Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 2022-09-27T15:44:44.5831716Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igamma_cpu_float32 2022-09-27T15:44:44.5841311Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_mean_cpu_float32 2022-09-27T15:44:44.5920389Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_median_cpu_float32 2022-09-27T15:44:44.6195301Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igamma_cpu_float32 2022-09-27T15:44:44.6207922Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igammac_cpu_float32 2022-09-27T15:44:44.6220292Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 2022-09-27T15:44:44.6401907Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 2022-09-27T15:44:44.6634225Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igammac_cpu_float32 2022-09-27T15:44:44.6711120Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_imag_cpu_complex64 2022-09-27T15:44:44.7150653Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_imag_cpu_complex64 2022-09-27T15:44:44.7318592Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_add_cpu_float32 2022-09-27T15:44:44.7605952Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_add_cpu_float32 2022-09-27T15:44:44.7613846Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_copy_cpu_float32 2022-09-27T15:44:44.8038565Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_copy_cpu_float32 2022-09-27T15:44:44.8049559Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_fill_cpu_float32 2022-09-27T15:44:44.8431740Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_fill_cpu_float32 2022-09-27T15:44:44.8478859Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_put_cpu_float32 2022-09-27T15:44:44.8496078Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_median_cpu_float32 2022-09-27T15:44:44.8506518Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_norm_cpu_float32 2022-09-27T15:44:44.8834456Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_put_cpu_float32 2022-09-27T15:44:45.0106837Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_reduce_cpu_float32 2022-09-27T15:44:45.0171913Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_reduce_cpu_float32 2022-09-27T15:44:45.0368502Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_select_cpu_float32 2022-09-27T15:44:45.0597341Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_select_cpu_float32 2022-09-27T15:44:45.0681455Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inner_cpu_float32 2022-09-27T15:44:45.1111894Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inner_cpu_float32 2022-09-27T15:44:45.1142187Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_int_cpu_float32 2022-09-27T15:44:45.1476868Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_int_cpu_float32 2022-09-27T15:44:45.3225048Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isclose_cpu_float32 2022-09-27T15:44:45.3433547Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isclose_cpu_float32 2022-09-27T15:44:45.3691990Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isfinite_cpu_float32 2022-09-27T15:44:45.3954375Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isfinite_cpu_float32 2022-09-27T15:44:45.3964979Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isin_cpu_float32 2022-09-27T15:44:45.4386684Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isin_cpu_float32 2022-09-27T15:44:45.4397930Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isinf_cpu_float32 2022-09-27T15:44:45.4823263Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isinf_cpu_float32 2022-09-27T15:44:45.4834546Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isnan_cpu_float32 2022-09-27T15:44:45.5263177Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isnan_cpu_float32 2022-09-27T15:44:45.5274737Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isneginf_cpu_float32 2022-09-27T15:44:45.5705804Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isneginf_cpu_float32 2022-09-27T15:44:45.5717347Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isposinf_cpu_float32 2022-09-27T15:44:45.6112241Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isposinf_cpu_float32 2022-09-27T15:44:45.6166970Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isreal_cpu_float32 2022-09-27T15:44:45.6560403Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isreal_cpu_float32 2022-09-27T15:44:45.6571130Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_istft_cpu_float32 2022-09-27T15:44:45.7003334Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_istft_cpu_float32 2022-09-27T15:44:45.7014845Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:44:45.7448845Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:44:45.7460315Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:44:45.7834526Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:44:45.7871225Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_cpu_float32 2022-09-27T15:44:45.8278047Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_cpu_float32 2022-09-27T15:44:45.8307659Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:44:45.8714675Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:44:45.8745266Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_unary_cpu_float32 2022-09-27T15:44:45.9154217Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_unary_cpu_float32 2022-09-27T15:44:45.9206102Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kron_cpu_float32 2022-09-27T15:44:45.9594782Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kron_cpu_float32 2022-09-27T15:44:46.0626376Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kthvalue_cpu_float32 2022-09-27T15:44:46.0633445Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kthvalue_cpu_float32 2022-09-27T15:44:46.0747746Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lcm_cpu_int64 2022-09-27T15:44:46.1074890Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lcm_cpu_int64 2022-09-27T15:44:46.1223525Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ldexp_cpu_float32 2022-09-27T15:44:46.1514390Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ldexp_cpu_float32 2022-09-27T15:44:46.1637179Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_le_cpu_float32 2022-09-27T15:44:46.1685461Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_le_cpu_float32 2022-09-27T15:44:46.1692874Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 2022-09-27T15:44:46.1949969Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svd_cpu_float32 2022-09-27T15:44:46.2133285Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lerp_cpu_float32 2022-09-27T15:44:46.2394492Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lerp_cpu_float32 2022-09-27T15:44:46.2448428Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lgamma_cpu_float32 2022-09-27T15:44:46.2834270Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lgamma_cpu_float32 2022-09-27T15:44:46.3074395Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_cpu_float32 2022-09-27T15:44:46.3276746Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_cpu_float32 2022-09-27T15:44:46.3521830Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 2022-09-27T15:44:46.3711896Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 2022-09-27T15:44:46.3838235Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cond_cpu_float32 2022-09-27T15:44:46.4153974Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cond_cpu_float32 2022-09-27T15:44:46.4302788Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cross_cpu_float32 2022-09-27T15:44:46.4380541Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cross_cpu_float32 2022-09-27T15:44:46.4402979Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:44:46.4670121Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:44:46.4769066Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_cpu_float32 2022-09-27T15:44:46.5034451Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_cpu_float32 2022-09-27T15:44:46.5167809Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:44:46.5234703Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:44:46.5253240Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svd_cpu_float32 2022-09-27T15:44:46.5511223Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svdvals_cpu_float32 2022-09-27T15:44:46.5826323Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:44:46.5834644Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svdvals_cpu_float32 2022-09-27T15:44:46.5949136Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 2022-09-27T15:44:46.6069440Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 2022-09-27T15:44:46.6088447Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:44:46.6305266Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 2022-09-27T15:44:46.6307559Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 2022-09-27T15:44:46.6661905Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 2022-09-27T15:44:46.6679781Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 2022-09-27T15:44:46.6712248Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 2022-09-27T15:44:46.7000444Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vander_cpu_float32 2022-09-27T15:44:46.7193229Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vander_cpu_float32 2022-09-27T15:44:46.7227159Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vecdot_cpu_float32 2022-09-27T15:44:46.7238318Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 2022-09-27T15:44:46.7419787Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:44:46.7671228Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:44:46.7816039Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:44:46.7826985Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vecdot_cpu_float32 2022-09-27T15:44:46.8202402Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 2022-09-27T15:44:46.8216907Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:44:46.8279175Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_celu_cpu_float32 2022-09-27T15:44:46.8636033Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_celu_cpu_float32 2022-09-27T15:44:46.9153078Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 2022-09-27T15:44:46.9167943Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 2022-09-27T15:44:46.9810174Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 2022-09-27T15:44:46.9827759Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 2022-09-27T15:44:47.0382486Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linspace_cpu_float32 2022-09-27T15:44:47.0397049Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 2022-09-27T15:44:47.0405766Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:44:47.0417103Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linspace_cpu_float32 2022-09-27T15:44:47.0479487Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log10_cpu_float32 2022-09-27T15:44:47.0604444Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log10_cpu_float32 2022-09-27T15:44:47.0793337Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:44:47.0833903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:44:47.0879378Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log1p_cpu_float32 2022-09-27T15:44:47.1108305Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log1p_cpu_float32 2022-09-27T15:44:47.1233050Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:44:47.1273711Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:44:47.1349508Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log2_cpu_float32 2022-09-27T15:44:47.1524511Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log2_cpu_float32 2022-09-27T15:44:47.1675804Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:44:47.1714329Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:44:47.1791364Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_cpu_float32 2022-09-27T15:44:47.2155185Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_cpu_float32 2022-09-27T15:44:47.2207031Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_cpu_float32 2022-09-27T15:44:47.2217353Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:44:47.2276501Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:44:47.2595312Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_cpu_float32 2022-09-27T15:44:47.2646477Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 2022-09-27T15:44:47.2657519Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:44:47.2757549Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:44:47.3076947Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 2022-09-27T15:44:47.3130636Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp2_cpu_float32 2022-09-27T15:44:47.3555530Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp2_cpu_float32 2022-09-27T15:44:47.3607771Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp_cpu_float32 2022-09-27T15:44:47.3673667Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp_cpu_float32 2022-09-27T15:44:47.3682331Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:44:47.3712956Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:44:47.3994843Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:44:47.4113211Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logcumsumexp_cpu_float32 2022-09-27T15:44:47.4501552Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 2022-09-27T15:44:47.4552410Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 2022-09-27T15:44:47.4610030Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 2022-09-27T15:44:47.4621891Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logcumsumexp_cpu_float32 2022-09-27T15:44:47.4924118Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logdet_cpu_float32 2022-09-27T15:44:47.4974558Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logdet_cpu_float32 2022-09-27T15:44:47.5035785Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 2022-09-27T15:44:47.5036494Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 2022-09-27T15:44:47.5205889Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_and_cpu_float32 2022-09-27T15:44:47.5515387Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_and_cpu_float32 2022-09-27T15:44:47.5558143Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_not_cpu_float32 2022-09-27T15:44:47.5575041Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 2022-09-27T15:44:47.5589884Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_elu_cpu_float32 2022-09-27T15:44:47.5643286Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_not_cpu_float32 2022-09-27T15:44:47.5955354Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_elu_cpu_float32 2022-09-27T15:44:47.5993287Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_or_cpu_float32 2022-09-27T15:44:47.6028253Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:44:47.6186107Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:44:47.6435588Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_or_cpu_float32 2022-09-27T15:44:47.6441958Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_xor_cpu_float32 2022-09-27T15:44:47.6636890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 2022-09-27T15:44:47.6652108Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 2022-09-27T15:44:47.6874422Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_xor_cpu_float32 2022-09-27T15:44:47.6875109Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logit_cpu_float32 2022-09-27T15:44:47.7087905Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:44:47.7220191Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logit_cpu_float32 2022-09-27T15:44:47.7317022Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:44:47.7317832Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:44:47.7519100Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logspace_cpu_float32 2022-09-27T15:44:47.7773041Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:44:47.9431121Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:44:47.9440745Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:44:48.0846809Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:44:48.0859052Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:44:48.1844591Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:44:48.1858533Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logspace_cpu_float32 2022-09-27T15:44:48.2083157Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logsumexp_cpu_float32 2022-09-27T15:44:48.2272219Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logsumexp_cpu_float32 2022-09-27T15:44:48.2385871Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_long_cpu_float32 2022-09-27T15:44:48.2710208Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_long_cpu_float32 2022-09-27T15:44:48.2892255Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lt_cpu_float32 2022-09-27T15:44:48.3152492Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lt_cpu_float32 2022-09-27T15:44:48.3874118Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_cpu_float32 2022-09-27T15:44:48.3889610Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_cpu_float32 2022-09-27T15:44:48.3915998Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_solve_cpu_float32 2022-09-27T15:44:48.4313962Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_solve_cpu_float32 2022-09-27T15:44:48.4715218Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_unpack_cpu_float32 2022-09-27T15:44:48.4791636Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_unpack_cpu_float32 2022-09-27T15:44:48.4900283Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mH_cpu_float32 2022-09-27T15:44:48.5234169Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mH_cpu_float32 2022-09-27T15:44:48.5349379Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mT_cpu_float32 2022-09-27T15:44:48.5671898Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mT_cpu_float32 2022-09-27T15:44:48.5844307Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_fill_cpu_float32 2022-09-27T15:44:48.6112674Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_fill_cpu_float32 2022-09-27T15:44:48.6219376Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_scatter_cpu_float32 2022-09-27T15:44:48.6555928Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_scatter_cpu_float32 2022-09-27T15:44:48.6684903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_select_cpu_float32 2022-09-27T15:44:48.6992824Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_select_cpu_float32 2022-09-27T15:44:48.7144386Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matmul_cpu_float32 2022-09-27T15:44:48.7152359Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:44:48.7272780Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 2022-09-27T15:44:48.7583922Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 2022-09-27T15:44:48.7599227Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matmul_cpu_float32 2022-09-27T15:44:48.7632322Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matrix_exp_cpu_float32 2022-09-27T15:44:48.7975568Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_glu_cpu_float32 2022-09-27T15:44:48.8032679Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matrix_exp_cpu_float32 2022-09-27T15:44:48.8227017Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_binary_cpu_float32 2022-09-27T15:44:48.8625999Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_binary_cpu_float32 2022-09-27T15:44:48.8643428Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 2022-09-27T15:44:48.8653073Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_glu_cpu_float32 2022-09-27T15:44:48.8663389Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 2022-09-27T15:44:48.8913538Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 2022-09-27T15:44:48.9189555Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 2022-09-27T15:44:48.9352852Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 2022-09-27T15:44:48.9554241Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_maximum_cpu_float32 2022-09-27T15:44:48.9794594Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_maximum_cpu_float32 2022-09-27T15:44:49.0055598Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mean_cpu_float32 2022-09-27T15:44:49.0235177Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mean_cpu_float32 2022-09-27T15:44:49.1429386Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_median_cpu_float32 2022-09-27T15:44:49.1441716Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_median_cpu_float32 2022-09-27T15:44:49.1664519Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:44:49.1875080Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:44:49.2101999Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:44:49.2315473Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:44:49.2449157Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_binary_cpu_float32 2022-09-27T15:44:49.2555471Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_binary_cpu_float32 2022-09-27T15:44:49.2573594Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 2022-09-27T15:44:49.2681111Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 2022-09-27T15:44:49.2793792Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 2022-09-27T15:44:49.2842674Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 2022-09-27T15:44:49.2993007Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 2022-09-27T15:44:49.3095460Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:49.3275210Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:49.3367558Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 2022-09-27T15:44:49.3434184Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 2022-09-27T15:44:49.3501295Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:44:49.3830070Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:44:49.3912800Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_minimum_cpu_float32 2022-09-27T15:44:49.3994645Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 2022-09-27T15:44:49.4027021Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 2022-09-27T15:44:49.4295709Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_minimum_cpu_float32 2022-09-27T15:44:49.4299088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mm_cpu_float32 2022-09-27T15:44:49.4351291Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mm_cpu_float32 2022-09-27T15:44:49.4455490Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:49.4670769Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:49.4791141Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mode_cpu_float32 2022-09-27T15:44:49.5299008Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:49.5309487Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mode_cpu_float32 2022-09-27T15:44:49.5354931Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_movedim_cpu_float32 2022-09-27T15:44:49.5394462Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_movedim_cpu_float32 2022-09-27T15:44:49.5406270Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:49.5650007Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 2022-09-27T15:44:49.5711470Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 2022-09-27T15:44:49.5772549Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_msort_cpu_float32 2022-09-27T15:44:49.5831511Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_msort_cpu_float32 2022-09-27T15:44:49.6156874Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 2022-09-27T15:44:49.6409072Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mul_cpu_float32 2022-09-27T15:44:49.6572576Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mul_cpu_float32 2022-09-27T15:44:49.6588100Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 2022-09-27T15:44:49.6593433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:44:49.6665711Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_multinomial_cpu_float32 2022-09-27T15:44:49.6830216Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_multinomial_cpu_float32 2022-09-27T15:44:49.6990047Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:44:49.7029975Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:44:49.7073935Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mv_cpu_float32 2022-09-27T15:44:49.7198131Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mv_cpu_float32 2022-09-27T15:44:49.7430868Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:44:49.7494955Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:44:49.7499781Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:49.7634499Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:49.7874745Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:44:49.7913864Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:44:49.7943865Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:49.8088121Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:49.8316105Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:44:49.8354725Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:44:49.8387352Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:49.8828850Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:49.8834689Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:44:49.8845108Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:44:49.8853503Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nan_to_num_cpu_float32 2022-09-27T15:44:49.8853943Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:44:49.8954559Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:44:49.9069636Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nan_to_num_cpu_float32 2022-09-27T15:44:49.9274573Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:44:49.9277212Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmean_cpu_float32 2022-09-27T15:44:49.9300458Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 2022-09-27T15:44:49.9584018Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmean_cpu_float32 2022-09-27T15:44:49.9715883Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 2022-09-27T15:44:49.9717007Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 2022-09-27T15:44:49.9840005Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmedian_cpu_float32 2022-09-27T15:44:49.9970150Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 2022-09-27T15:44:50.0156473Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmedian_cpu_float32 2022-09-27T15:44:50.0157200Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanquantile_cpu_float32 2022-09-27T15:44:50.0181224Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 2022-09-27T15:44:50.0330483Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanquantile_cpu_float32 2022-09-27T15:44:50.0659244Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 2022-09-27T15:44:50.0668707Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:44:50.0693237Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nansum_cpu_float32 2022-09-27T15:44:50.1030904Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:44:50.1088788Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_linear_cpu_float32 2022-09-27T15:44:50.1100206Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nansum_cpu_float32 2022-09-27T15:44:50.1195298Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_copy_cpu_float32 2022-09-27T15:44:50.1474443Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_copy_cpu_float32 2022-09-27T15:44:50.1484214Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_linear_cpu_float32 2022-09-27T15:44:50.1512612Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:44:50.1551444Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_cpu_float32 2022-09-27T15:44:50.1792613Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_cpu_float32 2022-09-27T15:44:50.1910314Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:44:50.1952925Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:44:50.1976148Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_native_layer_norm_cpu_float32 2022-09-27T15:44:50.2392582Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:44:50.2527018Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:44:50.2556673Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_native_layer_norm_cpu_float32 2022-09-27T15:44:50.2759061Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ne_cpu_float32 2022-09-27T15:44:50.2994645Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ne_cpu_float32 2022-09-27T15:44:50.3045010Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_neg_cpu_float32 2022-09-27T15:44:50.3060176Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:44:50.3078277Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_neg_cpu_float32 2022-09-27T15:44:50.3110521Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:44:50.3510225Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:44:50.3518863Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_cpu_float32 2022-09-27T15:44:50.3600485Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:44:50.3881225Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_cpu_float32 2022-09-27T15:44:50.4038458Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_strided_cpu_float32 2022-09-27T15:44:50.4316211Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_strided_cpu_float32 2022-09-27T15:44:50.4476981Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_full_cpu_float32 2022-09-27T15:44:50.4756201Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_full_cpu_float32 2022-09-27T15:44:50.4916639Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_ones_cpu_float32 2022-09-27T15:44:50.5192914Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_ones_cpu_float32 2022-09-27T15:44:50.5348190Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_zeros_cpu_float32 2022-09-27T15:44:50.5636733Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_zeros_cpu_float32 2022-09-27T15:44:50.5838994Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nextafter_cpu_float32 2022-09-27T15:44:50.6074042Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nextafter_cpu_float32 2022-09-27T15:44:50.6431826Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:44:50.6512976Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:44:50.6848001Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:44:50.6952811Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:44:50.7347078Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:44:50.7391605Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:44:50.7946306Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:44:50.7962239Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:44:50.8718049Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:44:50.8755009Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:44:50.8928145Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:44:50.8949524Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:44:50.9732054Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:44:50.9774332Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:44:51.0267319Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:44:51.0291235Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:44:51.0432840Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_like_cpu_float32 2022-09-27T15:44:51.0743496Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_like_cpu_float32 2022-09-27T15:44:52.0164537Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ormqr_cpu_float32 2022-09-27T15:44:52.0186292Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:44:52.0223043Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:44:52.0594397Z [gw0] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:44:52.1890894Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 2022-09-27T15:44:52.1907808Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 2022-09-27T15:44:52.3411487Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 2022-09-27T15:44:52.3424874Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 2022-09-27T15:44:52.5098670Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 2022-09-27T15:44:52.5114825Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 2022-09-27T15:44:52.5280961Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 2022-09-27T15:44:52.5554297Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 2022-09-27T15:44:52.5584221Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:44:52.5995382Z [gw0] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:44:52.6322667Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 2022-09-27T15:44:52.6431310Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 2022-09-27T15:44:52.6471894Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:44:52.6481645Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:44:52.7155270Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:44:52.7167914Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:44:52.7942059Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:44:52.7956426Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:44:52.9332107Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:44:52.9347055Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ormqr_cpu_float32 2022-09-27T15:44:52.9400388Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_outer_cpu_float32 2022-09-27T15:44:52.9828990Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_outer_cpu_float32 2022-09-27T15:44:53.0692980Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pca_lowrank_cpu_float32 2022-09-27T15:44:53.0716155Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_norm_cpu_float32 2022-09-27T15:44:53.3688966Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_normalize_cpu_float32 2022-09-27T15:44:53.3709696Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:44:53.9231443Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:44:53.9258531Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_normalize_cpu_float32 2022-09-27T15:44:54.1125465Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_prod_cpu_float32 2022-09-27T15:44:54.1136712Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:44:54.1517649Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:44:54.1551872Z [gw0] [ 90%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:44:54.2294851Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 2022-09-27T15:44:54.2324749Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 2022-09-27T15:44:54.5120924Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 2022-09-27T15:44:54.5137371Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 2022-09-27T15:44:54.5156098Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 2022-09-27T15:44:54.5555243Z [gw0] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 2022-09-27T15:44:56.0730188Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 2022-09-27T15:44:56.0757204Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_prod_cpu_float32 2022-09-27T15:44:56.5232402Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmax_cpu_float32 2022-09-27T15:44:56.5257805Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmax_cpu_float32 2022-09-27T15:44:56.9438559Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmin_cpu_float32 2022-09-27T15:44:56.9447522Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmin_cpu_float32 2022-09-27T15:44:57.0845148Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_std_cpu_float32 2022-09-27T15:44:57.0861243Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 2022-09-27T15:44:57.1164566Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:57.1271416Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:57.1451275Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:44:57.1740890Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:44:57.2012142Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 2022-09-27T15:44:57.2153513Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 2022-09-27T15:44:57.2691490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:57.2724650Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:57.8021686Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:57.8052053Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pca_lowrank_cpu_float32 2022-09-27T15:44:57.8162863Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_permute_cpu_float32 2022-09-27T15:44:57.8550470Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_permute_cpu_float32 2022-09-27T15:44:57.8871213Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pinverse_cpu_float32 2022-09-27T15:44:57.8914104Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pinverse_cpu_float32 2022-09-27T15:44:57.9110381Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polar_cpu_float32 2022-09-27T15:44:57.9130666Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:58.0950507Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 2022-09-27T15:44:58.0964502Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polar_cpu_float32 2022-09-27T15:44:58.1128461Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:44:58.1396222Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:44:58.1577344Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:44:58.1834336Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:44:58.2006758Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:44:58.2235076Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:44:58.2245177Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 2022-09-27T15:44:58.2271870Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 2022-09-27T15:44:58.2428454Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:44:58.2712170Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:44:58.2881521Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:44:58.3153971Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:44:58.3218919Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_positive_cpu_float32 2022-09-27T15:44:58.3709374Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_positive_cpu_float32 2022-09-27T15:44:58.3767803Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pow_cpu_float32 2022-09-27T15:44:58.4151544Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pow_cpu_float32 2022-09-27T15:44:58.4877140Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_prod_cpu_float32 2022-09-27T15:44:58.4904207Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_prod_cpu_float32 2022-09-27T15:44:58.5838241Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_put_cpu_float32 2022-09-27T15:44:58.5994740Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_put_cpu_float32 2022-09-27T15:44:58.6972991Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_qr_cpu_float32 2022-09-27T15:44:58.6989720Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_qr_cpu_float32 2022-09-27T15:44:58.7153683Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_quantile_cpu_float32 2022-09-27T15:44:58.7477997Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_quantile_cpu_float32 2022-09-27T15:44:58.7483675Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rad2deg_cpu_float32 2022-09-27T15:44:58.7910577Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rad2deg_cpu_float32 2022-09-27T15:44:58.8229213Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rand_like_cpu_float32 2022-09-27T15:44:58.8272822Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rand_like_cpu_float32 2022-09-27T15:44:58.9118088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randint_like_cpu_float32 2022-09-27T15:44:58.9145459Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randint_like_cpu_float32 2022-09-27T15:44:58.9231780Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_cpu_float32 2022-09-27T15:44:58.9629894Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_cpu_float32 2022-09-27T15:44:58.9916935Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_like_cpu_float32 2022-09-27T15:44:58.9993041Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_like_cpu_float32 2022-09-27T15:44:59.0235739Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ravel_cpu_float32 2022-09-27T15:44:59.0497747Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ravel_cpu_float32 2022-09-27T15:44:59.0508097Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_real_cpu_float32 2022-09-27T15:44:59.0909716Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_real_cpu_float32 2022-09-27T15:44:59.0956754Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reciprocal_cpu_float32 2022-09-27T15:44:59.1389793Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reciprocal_cpu_float32 2022-09-27T15:44:59.1599578Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_remainder_cpu_float32 2022-09-27T15:44:59.1868306Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_remainder_cpu_float32 2022-09-27T15:44:59.1888381Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_renorm_cpu_float32 2022-09-27T15:44:59.2309043Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_renorm_cpu_float32 2022-09-27T15:44:59.3336813Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_cpu_float32 2022-09-27T15:44:59.3354540Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_cpu_float32 2022-09-27T15:44:59.3385830Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_interleave_cpu_float32 2022-09-27T15:44:59.3833702Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_interleave_cpu_float32 2022-09-27T15:44:59.3934515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_as_cpu_float32 2022-09-27T15:44:59.4274306Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_as_cpu_float32 2022-09-27T15:44:59.4449381Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_cpu_float32 2022-09-27T15:44:59.4846792Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_cpu_float32 2022-09-27T15:44:59.4852954Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize__cpu_float32 2022-09-27T15:44:59.5296687Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize__cpu_float32 2022-09-27T15:44:59.5303206Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize_as__cpu_float32 2022-09-27T15:44:59.5692036Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize_as__cpu_float32 2022-09-27T15:44:59.5697824Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_conj_cpu_float32 2022-09-27T15:44:59.6132882Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_conj_cpu_float32 2022-09-27T15:44:59.6139476Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_neg_cpu_float32 2022-09-27T15:44:59.6630639Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_neg_cpu_float32 2022-09-27T15:44:59.7040007Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_roll_cpu_float32 2022-09-27T15:44:59.7047913Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_roll_cpu_float32 2022-09-27T15:44:59.8117342Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rot90_cpu_float32 2022-09-27T15:44:59.8134142Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rot90_cpu_float32 2022-09-27T15:44:59.8182648Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_cpu_float32 2022-09-27T15:44:59.8636443Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_cpu_float32 2022-09-27T15:44:59.8646984Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_0_cpu_float32 2022-09-27T15:44:59.9074808Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_0_cpu_float32 2022-09-27T15:44:59.9086072Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_3_cpu_float32 2022-09-27T15:44:59.9558087Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_3_cpu_float32 2022-09-27T15:44:59.9568914Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 2022-09-27T15:44:59.9996592Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 2022-09-27T15:45:00.0009816Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsqrt_cpu_float32 2022-09-27T15:45:00.0431318Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsqrt_cpu_float32 2022-09-27T15:45:00.0719681Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsub_cpu_float32 2022-09-27T15:45:00.0828493Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsub_cpu_float32 2022-09-27T15:45:00.1088553Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_add_cpu_float32 2022-09-27T15:45:00.1232152Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_add_cpu_float32 2022-09-27T15:45:00.2181913Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_cpu_float32 2022-09-27T15:45:00.2269012Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_cpu_float32 2022-09-27T15:45:00.2955284Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 2022-09-27T15:45:00.2983175Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 2022-09-27T15:45:00.3426151Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 2022-09-27T15:45:00.3455943Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 2022-09-27T15:45:00.3923376Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 2022-09-27T15:45:00.3952096Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 2022-09-27T15:45:00.4406803Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 2022-09-27T15:45:00.4436836Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 2022-09-27T15:45:00.4894071Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 2022-09-27T15:45:00.4922901Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 2022-09-27T15:45:00.6960539Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_searchsorted_cpu_float32 2022-09-27T15:45:00.6985340Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_std_cpu_float32 2022-09-27T15:45:01.3564804Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_sum_cpu_float32 2022-09-27T15:45:01.3577387Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:45:01.6912048Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:45:01.6956190Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_sum_cpu_float32 2022-09-27T15:45:02.9922011Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_var_cpu_float32 2022-09-27T15:45:02.9934913Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_searchsorted_cpu_float32 2022-09-27T15:45:03.0118388Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 2022-09-27T15:45:03.0432465Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 2022-09-27T15:45:04.1426720Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 2022-09-27T15:45:04.1448813Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:45:04.1455881Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:45:04.1475337Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 2022-09-27T15:45:04.1573571Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_cpu_float32 2022-09-27T15:45:04.1991237Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_cpu_float32 2022-09-27T15:45:04.2200346Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_scatter_cpu_float32 2022-09-27T15:45:04.2414838Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_scatter_cpu_float32 2022-09-27T15:45:04.2419798Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sgn_cpu_float32 2022-09-27T15:45:04.2831239Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sgn_cpu_float32 2022-09-27T15:45:04.3080027Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_short_cpu_float32 2022-09-27T15:45:04.3235664Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_short_cpu_float32 2022-09-27T15:45:04.3315471Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sigmoid_cpu_float32 2022-09-27T15:45:04.3676727Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sigmoid_cpu_float32 2022-09-27T15:45:04.3728417Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sign_cpu_float32 2022-09-27T15:45:04.4167412Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sign_cpu_float32 2022-09-27T15:45:04.4173458Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_signbit_cpu_float32 2022-09-27T15:45:04.4532223Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_signbit_cpu_float32 2022-09-27T15:45:04.4545961Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:45:04.4607135Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:45:04.4613338Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sin_cpu_float32 2022-09-27T15:45:04.5030624Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sin_cpu_float32 2022-09-27T15:45:04.5067054Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinc_cpu_float32 2022-09-27T15:45:04.5435250Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinc_cpu_float32 2022-09-27T15:45:04.5478433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinh_cpu_float32 2022-09-27T15:45:04.5874130Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinh_cpu_float32 2022-09-27T15:45:04.6252217Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_slice_scatter_cpu_float32 2022-09-27T15:45:04.6310894Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_slice_scatter_cpu_float32 2022-09-27T15:45:04.6415472Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_cpu_float32 2022-09-27T15:45:04.6750820Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_cpu_float32 2022-09-27T15:45:04.6896681Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 2022-09-27T15:45:04.7192768Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 2022-09-27T15:45:04.8878889Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sort_cpu_float32 2022-09-27T15:45:04.8905370Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sort_cpu_float32 2022-09-27T15:45:04.8942741Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 2022-09-27T15:45:04.9397507Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 2022-09-27T15:45:04.9405227Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_airy_ai_cpu_float32 2022-09-27T15:45:04.9838208Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_airy_ai_cpu_float32 2022-09-27T15:45:04.9844705Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j0_cpu_float32 2022-09-27T15:45:05.0277051Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j0_cpu_float32 2022-09-27T15:45:05.0283726Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j1_cpu_float32 2022-09-27T15:45:05.0707805Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j1_cpu_float32 2022-09-27T15:45:05.0717934Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y0_cpu_float32 2022-09-27T15:45:05.1113694Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y0_cpu_float32 2022-09-27T15:45:05.1151828Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y1_cpu_float32 2022-09-27T15:45:05.1589979Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y1_cpu_float32 2022-09-27T15:45:05.1838644Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:45:05.2030802Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:45:05.2360578Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:45:05.2392432Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:45:05.2416684Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:45:05.2837269Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:45:05.2861109Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:45:05.3344890Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:45:05.3355424Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_entr_cpu_float32 2022-09-27T15:45:05.3805834Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_entr_cpu_float32 2022-09-27T15:45:05.3816693Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_erfcx_cpu_float32 2022-09-27T15:45:05.4270470Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_erfcx_cpu_float32 2022-09-27T15:45:05.4476920Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:45:05.4668112Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:45:05.4912732Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:45:05.5084425Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:45:05.5094275Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i0e_cpu_float32 2022-09-27T15:45:05.5508133Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i0e_cpu_float32 2022-09-27T15:45:05.5530087Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1_cpu_float32 2022-09-27T15:45:05.5986529Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1_cpu_float32 2022-09-27T15:45:05.5994813Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1e_cpu_float32 2022-09-27T15:45:05.6431768Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1e_cpu_float32 2022-09-27T15:45:05.6648921Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:45:05.6820276Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:45:05.6826258Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:45:05.7318108Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:45:05.7324610Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_log_ndtr_cpu_float32 2022-09-27T15:45:05.7757820Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_log_ndtr_cpu_float32 2022-09-27T15:45:05.7769492Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 2022-09-27T15:45:05.7884221Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 2022-09-27T15:45:05.7907253Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_var_cpu_float32 2022-09-27T15:45:05.7992663Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 2022-09-27T15:45:05.8191693Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 2022-09-27T15:45:05.8200838Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 2022-09-27T15:45:05.8386855Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 2022-09-27T15:45:05.8594083Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 2022-09-27T15:45:05.8604368Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 2022-09-27T15:45:05.8617337Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 2022-09-27T15:45:05.8826747Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 2022-09-27T15:45:05.9016203Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 2022-09-27T15:45:05.9026083Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 2022-09-27T15:45:05.9057227Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 2022-09-27T15:45:05.9267230Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 2022-09-27T15:45:05.9508351Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 2022-09-27T15:45:05.9526669Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtr_cpu_float32 2022-09-27T15:45:05.9913608Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtr_cpu_float32 2022-09-27T15:45:05.9978869Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtri_cpu_float32 2022-09-27T15:45:06.0429867Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtri_cpu_float32 2022-09-27T15:45:06.0634603Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:45:06.0857401Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:45:06.0867985Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:45:06.1349264Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:45:06.1360992Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:45:06.1784244Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:45:06.1795404Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:45:06.2224099Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:45:06.2235313Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:45:06.2703708Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:45:06.2715556Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:45:06.3174281Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:45:06.3185729Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clone_cpu_float32 2022-09-27T15:45:06.3629070Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clone_cpu_float32 2022-09-27T15:45:06.3632171Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 2022-09-27T15:45:06.3653437Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_column_stack_cpu_float32 2022-09-27T15:45:06.3674979Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 2022-09-27T15:45:06.4110868Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_column_stack_cpu_float32 2022-09-27T15:45:06.5767760Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_combinations_cpu_float32 2022-09-27T15:45:06.5796063Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_combinations_cpu_float32 2022-09-27T15:45:06.6036872Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_complex_cpu_float32 2022-09-27T15:45:06.6278609Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_complex_cpu_float32 2022-09-27T15:45:06.6284222Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_cpu_float32 2022-09-27T15:45:06.6759933Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_cpu_float32 2022-09-27T15:45:06.6769384Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_physical_cpu_float32 2022-09-27T15:45:06.7229049Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_physical_cpu_float32 2022-09-27T15:45:06.7999305Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_constant_pad_nd_cpu_float32 2022-09-27T15:45:06.8025942Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_constant_pad_nd_cpu_float32 2022-09-27T15:45:06.8112188Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_contiguous_cpu_float32 2022-09-27T15:45:06.8512583Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_contiguous_cpu_float32 2022-09-27T15:45:06.8613106Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_copysign_cpu_float32 2022-09-27T15:45:06.8952027Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_copysign_cpu_float32 2022-09-27T15:45:06.9060905Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_corrcoef_cpu_float32 2022-09-27T15:45:06.9380938Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_corrcoef_cpu_float32 2022-09-27T15:45:06.9388995Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cos_cpu_float32 2022-09-27T15:45:06.9816247Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cos_cpu_float32 2022-09-27T15:45:06.9822706Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cosh_cpu_float32 2022-09-27T15:45:07.0271719Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cosh_cpu_float32 2022-09-27T15:45:07.2652297Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_count_nonzero_cpu_float32 2022-09-27T15:45:07.2671699Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_count_nonzero_cpu_float32 2022-09-27T15:45:07.2704977Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cov_cpu_float32 2022-09-27T15:45:07.3193315Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cov_cpu_float32 2022-09-27T15:45:07.3196177Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cross_cpu_float32 2022-09-27T15:45:07.3616676Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cross_cpu_float32 2022-09-27T15:45:07.3943194Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummax_cpu_float32 2022-09-27T15:45:07.3992046Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummax_cpu_float32 2022-09-27T15:45:07.4639343Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummin_cpu_float32 2022-09-27T15:45:07.4653650Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummin_cpu_float32 2022-09-27T15:45:07.4918476Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumprod_cpu_float32 2022-09-27T15:45:07.5144375Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumprod_cpu_float32 2022-09-27T15:45:07.5154841Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumsum_cpu_float32 2022-09-27T15:45:07.5591075Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumsum_cpu_float32 2022-09-27T15:45:07.5942695Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumulative_trapezoid_cpu_float32 2022-09-27T15:45:07.5957996Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumulative_trapezoid_cpu_float32 2022-09-27T15:45:07.6003765Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_deg2rad_cpu_float32 2022-09-27T15:45:07.6395617Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_deg2rad_cpu_float32 2022-09-27T15:45:07.6534497Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_cpu_float32 2022-09-27T15:45:07.6836226Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_cpu_float32 2022-09-27T15:45:07.6993555Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_embed_cpu_float32 2022-09-27T15:45:07.7274886Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_embed_cpu_float32 2022-09-27T15:45:07.7361291Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagflat_cpu_float32 2022-09-27T15:45:07.7790482Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagflat_cpu_float32 2022-09-27T15:45:07.7879168Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_cpu_float32 2022-09-27T15:45:07.8231395Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_cpu_float32 2022-09-27T15:45:07.8392017Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_scatter_cpu_float32 2022-09-27T15:45:07.8631241Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_scatter_cpu_float32 2022-09-27T15:45:08.2735110Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diff_cpu_float32 2022-09-27T15:45:08.2766096Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 2022-09-27T15:45:08.2916845Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 2022-09-27T15:45:08.2936661Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diff_cpu_float32 2022-09-27T15:45:08.2997505Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_digamma_cpu_float32 2022-09-27T15:45:08.3355864Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_digamma_cpu_float32 2022-09-27T15:45:08.4425977Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dist_cpu_float32 2022-09-27T15:45:08.4462058Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dist_cpu_float32 2022-09-27T15:45:08.4681094Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_floor_rounding_cpu_float32 2022-09-27T15:45:08.4872826Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_floor_rounding_cpu_float32 2022-09-27T15:45:08.5097547Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_no_rounding_mode_cpu_float32 2022-09-27T15:45:08.5314244Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_no_rounding_mode_cpu_float32 2022-09-27T15:45:08.5464223Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_trunc_rounding_cpu_float32 2022-09-27T15:45:08.5760466Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_trunc_rounding_cpu_float32 2022-09-27T15:45:08.5812233Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dot_cpu_float32 2022-09-27T15:45:08.6271054Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dot_cpu_float32 2022-09-27T15:45:08.6290620Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_double_cpu_float32 2022-09-27T15:45:08.6749977Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_double_cpu_float32 2022-09-27T15:45:08.6757089Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dsplit_cpu_float32 2022-09-27T15:45:08.7233040Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dsplit_cpu_float32 2022-09-27T15:45:08.7241805Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dstack_cpu_float32 2022-09-27T15:45:08.7672366Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dstack_cpu_float32 2022-09-27T15:45:08.8355166Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_einsum_cpu_float32 2022-09-27T15:45:08.8380173Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_einsum_cpu_float32 2022-09-27T15:45:08.8571415Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_cpu_float32 2022-09-27T15:45:08.8848560Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_cpu_float32 2022-09-27T15:45:08.8898103Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_like_cpu_float32 2022-09-27T15:45:08.9351970Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_like_cpu_float32 2022-09-27T15:45:08.9491210Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eq_cpu_float32 2022-09-27T15:45:08.9514278Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:45:08.9558041Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:45:08.9767361Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eq_cpu_float32 2022-09-27T15:45:08.9854431Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_equal_cpu_float32 2022-09-27T15:45:09.0218944Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_equal_cpu_float32 2022-09-27T15:45:09.0241687Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erf_cpu_float32 2022-09-27T15:45:09.0699380Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erf_cpu_float32 2022-09-27T15:45:09.0705057Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfc_cpu_float32 2022-09-27T15:45:09.1162684Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfc_cpu_float32 2022-09-27T15:45:09.1166955Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfinv_cpu_float32 2022-09-27T15:45:09.1572372Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfinv_cpu_float32 2022-09-27T15:45:09.1601440Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp2_cpu_float32 2022-09-27T15:45:09.2049516Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp2_cpu_float32 2022-09-27T15:45:09.2054046Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp_cpu_float32 2022-09-27T15:45:09.2509338Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp_cpu_float32 2022-09-27T15:45:09.2513547Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_as_cpu_float32 2022-09-27T15:45:09.2627615Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_as_cpu_float32 2022-09-27T15:45:09.2648328Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:45:09.2911792Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:45:09.2985119Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_cpu_float32 2022-09-27T15:45:09.3337113Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_cpu_float32 2022-09-27T15:45:09.3362067Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expm1_cpu_float32 2022-09-27T15:45:09.3757243Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expm1_cpu_float32 2022-09-27T15:45:09.4418528Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eye_cpu_float32 2022-09-27T15:45:09.4593821Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eye_cpu_float32 2022-09-27T15:45:09.4930899Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft2_cpu_float32 2022-09-27T15:45:09.5032540Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft2_cpu_float32 2022-09-27T15:45:09.5226673Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft_cpu_float32 2022-09-27T15:45:09.5498475Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft_cpu_float32 2022-09-27T15:45:09.5746471Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftn_cpu_float32 2022-09-27T15:45:09.5948279Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftn_cpu_float32 2022-09-27T15:45:09.5990796Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftshift_cpu_float32 2022-09-27T15:45:09.6370724Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftshift_cpu_float32 2022-09-27T15:45:09.6787160Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft2_cpu_float32 2022-09-27T15:45:09.6813916Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft2_cpu_float32 2022-09-27T15:45:09.7151997Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft_cpu_float32 2022-09-27T15:45:09.7231166Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft_cpu_float32 2022-09-27T15:45:09.7526163Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfftn_cpu_float32 2022-09-27T15:45:09.7672456Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfftn_cpu_float32 2022-09-27T15:45:09.7800245Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft2_cpu_float32 2022-09-27T15:45:09.8112034Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft2_cpu_float32 2022-09-27T15:45:09.8229279Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft_cpu_float32 2022-09-27T15:45:09.8631191Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft_cpu_float32 2022-09-27T15:45:09.8735331Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftn_cpu_float32 2022-09-27T15:45:09.9072554Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftn_cpu_float32 2022-09-27T15:45:09.9081096Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftshift_cpu_float32 2022-09-27T15:45:09.9551728Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftshift_cpu_float32 2022-09-27T15:45:09.9571530Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft2_cpu_float32 2022-09-27T15:45:09.9898955Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft2_cpu_float32 2022-09-27T15:45:10.0006372Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft_cpu_float32 2022-09-27T15:45:10.0333785Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft_cpu_float32 2022-09-27T15:45:10.0790909Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfftn_cpu_float32 2022-09-27T15:45:10.0825565Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfftn_cpu_float32 2022-09-27T15:45:10.1263947Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft2_cpu_float32 2022-09-27T15:45:10.1294044Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft2_cpu_float32 2022-09-27T15:45:10.1605979Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft_cpu_float32 2022-09-27T15:45:10.1710869Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft_cpu_float32 2022-09-27T15:45:10.2227044Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfftn_cpu_float32 2022-09-27T15:45:10.2255547Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfftn_cpu_float32 2022-09-27T15:45:10.2445525Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft2_cpu_float32 2022-09-27T15:45:10.2690575Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft2_cpu_float32 2022-09-27T15:45:10.2786733Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft_cpu_float32 2022-09-27T15:45:10.3113651Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft_cpu_float32 2022-09-27T15:45:10.3254832Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfftn_cpu_float32 2022-09-27T15:45:10.3612760Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfftn_cpu_float32 2022-09-27T15:45:10.3618038Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fill_cpu_float32 2022-09-27T15:45:10.4061535Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fill_cpu_float32 2022-09-27T15:45:10.4066675Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flatten_cpu_float32 2022-09-27T15:45:10.4552657Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flatten_cpu_float32 2022-09-27T15:45:10.4561608Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flip_cpu_float32 2022-09-27T15:45:10.4926908Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flip_cpu_float32 2022-09-27T15:45:10.4932068Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fliplr_cpu_float32 2022-09-27T15:45:10.5373064Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fliplr_cpu_float32 2022-09-27T15:45:10.5378423Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flipud_cpu_float32 2022-09-27T15:45:10.5827594Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flipud_cpu_float32 2022-09-27T15:45:10.5833470Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_cpu_float32 2022-09-27T15:45:10.6309805Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_cpu_float32 2022-09-27T15:45:10.6491245Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_power_cpu_float32 2022-09-27T15:45:10.6631315Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_power_cpu_float32 2022-09-27T15:45:10.6675497Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_cpu_float32 2022-09-27T15:45:10.7190483Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_cpu_float32 2022-09-27T15:45:10.7742388Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_divide_cpu_float32 2022-09-27T15:45:10.7877924Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_divide_cpu_float32 2022-09-27T15:45:10.8132267Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmax_cpu_float32 2022-09-27T15:45:10.8389045Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmax_cpu_float32 2022-09-27T15:45:10.8436723Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmin_cpu_float32 2022-09-27T15:45:10.8751887Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmin_cpu_float32 2022-09-27T15:45:10.8884474Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmod_cpu_float32 2022-09-27T15:45:10.9193935Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmod_cpu_float32 2022-09-27T15:45:10.9251361Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frac_cpu_float32 2022-09-27T15:45:10.9709193Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frac_cpu_float32 2022-09-27T15:45:11.0137454Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frexp_cpu_float32 2022-09-27T15:45:11.0164152Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frexp_cpu_float32 2022-09-27T15:45:11.0369186Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_full_like_cpu_float32 2022-09-27T15:45:11.0674143Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_full_like_cpu_float32 2022-09-27T15:45:11.0680025Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gather_cpu_float32 2022-09-27T15:45:11.1109971Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gather_cpu_float32 2022-09-27T15:45:11.1140520Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gcd_cpu_int64 2022-09-27T15:45:11.1152014Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 2022-09-27T15:45:11.1183167Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gcd_cpu_int64 2022-09-27T15:45:11.1473943Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 2022-09-27T15:45:11.1604237Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ge_cpu_float32 2022-09-27T15:45:11.1914099Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ge_cpu_float32 2022-09-27T15:45:11.2015263Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_geqrf_cpu_float32 2022-09-27T15:45:11.2040954Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:45:11.5945073Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:45:11.5967730Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:45:11.6098947Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mish_cpu_float32 2022-09-27T15:45:11.6173299Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mish_cpu_float32 2022-09-27T15:45:11.6195042Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_geqrf_cpu_float32 2022-09-27T15:45:11.6510964Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gradient_cpu_float32 2022-09-27T15:45:11.6559986Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 2022-09-27T15:45:11.6951813Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 2022-09-27T15:45:11.7404992Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:45:11.7432318Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gradient_cpu_float32 2022-09-27T15:45:11.7505939Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gt_cpu_float32 2022-09-27T15:45:11.7512941Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:45:11.7582317Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:45:11.7874441Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gt_cpu_float32 2022-09-27T15:45:11.7970515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_half_cpu_float32 2022-09-27T15:45:11.7975862Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:45:11.7986320Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_half_cpu_float32 2022-09-27T15:45:11.8315764Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:45:11.8452043Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_heaviside_cpu_float32 2022-09-27T15:45:11.8568923Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_heaviside_cpu_float32 2022-09-27T15:45:11.8593798Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:45:11.8642064Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 2022-09-27T15:45:11.8816781Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 2022-09-27T15:45:11.9107438Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histc_cpu_float32 2022-09-27T15:45:11.9243322Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 2022-09-27T15:45:11.9472301Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 2022-09-27T15:45:11.9496001Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 2022-09-27T15:45:11.9910424Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 2022-09-27T15:45:12.0354704Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 2022-09-27T15:45:12.0367814Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 2022-09-27T15:45:12.0990293Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 2022-09-27T15:45:12.1002668Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 2022-09-27T15:45:12.1288746Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:45:12.1548518Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:45:12.1777063Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:45:12.1948850Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:45:12.2196095Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:45:12.2429213Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:45:12.3858001Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 2022-09-27T15:45:12.3868736Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 2022-09-27T15:45:12.4016101Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:45:12.4296611Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:45:12.4387417Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:45:12.4788270Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:45:12.7010994Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:45:12.7023878Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histc_cpu_float32 2022-09-27T15:45:12.7554807Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogram_cpu_float32 2022-09-27T15:45:12.7556089Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:45:12.7953592Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 2022-09-27T15:45:12.7954256Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 2022-09-27T15:45:12.8004203Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 2022-09-27T15:45:12.8355315Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 2022-09-27T15:45:12.8459626Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu_cpu_float32 2022-09-27T15:45:12.8790457Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu_cpu_float32 2022-09-27T15:45:12.9149753Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 2022-09-27T15:45:12.9230613Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 2022-09-27T15:45:12.9290182Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_selu_cpu_float32 2022-09-27T15:45:12.9673982Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_selu_cpu_float32 2022-09-27T15:45:12.9737119Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:45:13.0111012Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:45:13.0175239Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_cpu_float32 2022-09-27T15:45:13.0552808Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_cpu_float32 2022-09-27T15:45:13.0704073Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:45:13.0990656Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:45:13.1111602Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:45:13.1429302Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:45:13.1532621Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 2022-09-27T15:45:13.1870896Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 2022-09-27T15:45:13.2014724Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:45:13.2310758Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:45:13.2375890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 2022-09-27T15:45:13.2756275Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 2022-09-27T15:45:13.2842421Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 2022-09-27T15:45:13.3194758Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 2022-09-27T15:45:13.3283361Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 2022-09-27T15:45:13.3632595Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 2022-09-27T15:45:13.3706737Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:45:13.3902337Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:45:13.3916708Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 2022-09-27T15:45:13.4069183Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 2022-09-27T15:45:13.4146334Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 2022-09-27T15:45:13.4512214Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 2022-09-27T15:45:13.4820220Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:45:13.4951319Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:45:13.5249276Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:45:13.5390468Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:45:13.9732387Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 2022-09-27T15:45:13.9744825Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 2022-09-27T15:45:13.9830387Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:45:14.0137959Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:45:14.0162121Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 2022-09-27T15:45:14.0223628Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 2022-09-27T15:45:14.0939321Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:45:14.1036509Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:45:14.1144770Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nonzero_cpu_float32 2022-09-27T15:45:14.1165061Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogram_cpu_float32 2022-09-27T15:45:14.1532630Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogramdd_cpu_float32 2022-09-27T15:45:14.1558163Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nonzero_cpu_float32 2022-09-27T15:45:14.2215137Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_cpu_float32 2022-09-27T15:45:14.2238325Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_cpu_float32 2022-09-27T15:45:14.2325847Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_fro_cpu_float32 2022-09-27T15:45:14.2752116Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_fro_cpu_float32 2022-09-27T15:45:14.2769239Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_inf_cpu_float32 2022-09-27T15:45:14.3190764Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_inf_cpu_float32 2022-09-27T15:45:14.3206469Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_nuc_cpu_float32 2022-09-27T15:45:14.3630593Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_nuc_cpu_float32 2022-09-27T15:45:14.3738777Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_cpu_float32 2022-09-27T15:45:14.4064609Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_cpu_float32 2022-09-27T15:45:14.4068314Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_number_mean_cpu_float32 2022-09-27T15:45:14.4499202Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_number_mean_cpu_float32 2022-09-27T15:45:14.4502793Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_cpu_float32 2022-09-27T15:45:14.4900747Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_cpu_float32 2022-09-27T15:45:14.4905056Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:45:14.4940811Z [gw3] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:45:14.4960862Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 2022-09-27T15:45:14.5396446Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 2022-09-27T15:45:14.5399109Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:45:14.5829414Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:45:14.5912489Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_xlog1py_cpu_float32 2022-09-27T15:45:14.6268545Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_xlog1py_cpu_float32 2022-09-27T15:45:14.6349569Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_zeta_cpu_float32 2022-09-27T15:45:14.6708314Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_zeta_cpu_float32 2022-09-27T15:45:14.6712782Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_cpu_float32 2022-09-27T15:45:14.7151770Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_cpu_float32 2022-09-27T15:45:14.7162339Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_list_args_cpu_float32 2022-09-27T15:45:14.7556263Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_list_args_cpu_float32 2022-09-27T15:45:14.7664832Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_with_sizes_cpu_float32 2022-09-27T15:45:14.7993607Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_with_sizes_cpu_float32 2022-09-27T15:45:14.8034736Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sqrt_cpu_float32 2022-09-27T15:45:14.8435821Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sqrt_cpu_float32 2022-09-27T15:45:14.8505889Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_square_cpu_float32 2022-09-27T15:45:14.8875886Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_square_cpu_float32 2022-09-27T15:45:14.8985021Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_squeeze_cpu_float32 2022-09-27T15:45:14.9390099Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_squeeze_cpu_float32 2022-09-27T15:45:14.9474602Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stack_cpu_float32 2022-09-27T15:45:14.9830794Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stack_cpu_float32 2022-09-27T15:45:14.9923283Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_cpu_float32 2022-09-27T15:45:15.0271256Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_cpu_float32 2022-09-27T15:45:15.0447901Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_mean_cpu_float32 2022-09-27T15:45:15.0659937Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_mean_cpu_float32 2022-09-27T15:45:15.1329052Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stft_cpu_float32 2022-09-27T15:45:15.1350090Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stft_cpu_float32 2022-09-27T15:45:15.1744424Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sub_cpu_float32 2022-09-27T15:45:15.1768124Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sub_cpu_float32 2022-09-27T15:45:15.2275940Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_cpu_float32 2022-09-27T15:45:15.2300288Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_cpu_float32 2022-09-27T15:45:15.2705839Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_to_size_cpu_float32 2022-09-27T15:45:15.2727867Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_to_size_cpu_float32 2022-09-27T15:45:15.6755919Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_cpu_float32 2022-09-27T15:45:15.6778117Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 2022-09-27T15:45:15.6897151Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:45:15.6911776Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 2022-09-27T15:45:15.7683673Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 2022-09-27T15:45:15.7701999Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:45:15.8359576Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:45:15.8379343Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:45:15.8905690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:45:15.8915798Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:45:15.9431597Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:45:15.9444538Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:45:16.0024564Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:45:16.0031849Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogramdd_cpu_float32 2022-09-27T15:45:16.0079013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hsplit_cpu_float32 2022-09-27T15:45:16.0088999Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:45:16.0101993Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hsplit_cpu_float32 2022-09-27T15:45:16.0197969Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:45:16.0208595Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_cpu_float32 2022-09-27T15:45:16.0431223Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_lowrank_cpu_float32 2022-09-27T15:45:16.0498253Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hstack_cpu_float32 2022-09-27T15:45:16.0655008Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hstack_cpu_float32 2022-09-27T15:45:16.0661859Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:45:16.0872218Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 2022-09-27T15:45:16.1026237Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hypot_cpu_float32 2022-09-27T15:45:16.1359982Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hypot_cpu_float32 2022-09-27T15:45:16.1368438Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_i0_cpu_float32 2022-09-27T15:45:16.1757281Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_i0_cpu_float32 2022-09-27T15:45:16.1905644Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igamma_cpu_float32 2022-09-27T15:45:16.2192376Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igamma_cpu_float32 2022-09-27T15:45:16.2294686Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igammac_cpu_float32 2022-09-27T15:45:16.2635587Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igammac_cpu_float32 2022-09-27T15:45:16.2688492Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_imag_cpu_complex64 2022-09-27T15:45:16.3074528Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_imag_cpu_complex64 2022-09-27T15:45:16.3211727Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_add_cpu_float32 2022-09-27T15:45:16.3516166Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_add_cpu_float32 2022-09-27T15:45:16.3586670Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_copy_cpu_float32 2022-09-27T15:45:16.3955542Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_copy_cpu_float32 2022-09-27T15:45:16.4025056Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_fill_cpu_float32 2022-09-27T15:45:16.4392051Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_fill_cpu_float32 2022-09-27T15:45:16.4482081Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_put_cpu_float32 2022-09-27T15:45:16.4835076Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_put_cpu_float32 2022-09-27T15:45:16.4861284Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_reduce_cpu_float32 2022-09-27T15:45:16.4874532Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 2022-09-27T15:45:16.4889788Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 2022-09-27T15:45:16.5274330Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 2022-09-27T15:45:16.5286330Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 2022-09-27T15:45:16.5301011Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_reduce_cpu_float32 2022-09-27T15:45:16.5320761Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_select_cpu_float32 2022-09-27T15:45:16.5351231Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 2022-09-27T15:45:16.5716529Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_select_cpu_float32 2022-09-27T15:45:16.5717176Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inner_cpu_float32 2022-09-27T15:45:16.5794637Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 2022-09-27T15:45:16.6154962Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inner_cpu_float32 2022-09-27T15:45:16.6262937Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_int_cpu_float32 2022-09-27T15:45:16.6596715Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_int_cpu_float32 2022-09-27T15:45:16.7000242Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isclose_cpu_float32 2022-09-27T15:45:16.7010410Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 2022-09-27T15:45:16.7551347Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 2022-09-27T15:45:16.7564418Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isclose_cpu_float32 2022-09-27T15:45:16.7646479Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isfinite_cpu_float32 2022-09-27T15:45:16.7998528Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isfinite_cpu_float32 2022-09-27T15:45:16.8056353Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isin_cpu_float32 2022-09-27T15:45:16.8267957Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isin_cpu_float32 2022-09-27T15:45:16.8280420Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 2022-09-27T15:45:16.8308998Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 2022-09-27T15:45:16.8374181Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 2022-09-27T15:45:16.8384417Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 2022-09-27T15:45:16.8431343Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 2022-09-27T15:45:16.8471833Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isinf_cpu_float32 2022-09-27T15:45:16.8711981Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isinf_cpu_float32 2022-09-27T15:45:16.8771739Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 2022-09-27T15:45:16.8870130Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 2022-09-27T15:45:16.8900440Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isnan_cpu_float32 2022-09-27T15:45:16.9153363Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isnan_cpu_float32 2022-09-27T15:45:16.9174660Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 2022-09-27T15:45:16.9311459Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 2022-09-27T15:45:16.9342246Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isneginf_cpu_float32 2022-09-27T15:45:16.9590627Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isneginf_cpu_float32 2022-09-27T15:45:16.9611198Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 2022-09-27T15:45:16.9750032Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 2022-09-27T15:45:16.9781671Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isposinf_cpu_float32 2022-09-27T15:45:17.0004091Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isposinf_cpu_float32 2022-09-27T15:45:17.0010390Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 2022-09-27T15:45:17.0030640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 2022-09-27T15:45:17.0052897Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 2022-09-27T15:45:17.0189812Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 2022-09-27T15:45:17.0240324Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isreal_cpu_float32 2022-09-27T15:45:17.0471371Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isreal_cpu_float32 2022-09-27T15:45:17.0491576Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 2022-09-27T15:45:17.0630324Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 2022-09-27T15:45:17.0654384Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_istft_cpu_float32 2022-09-27T15:45:17.0910352Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_istft_cpu_float32 2022-09-27T15:45:17.0931994Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 2022-09-27T15:45:17.1069971Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 2022-09-27T15:45:17.1094221Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:45:17.1349215Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:45:17.1369212Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 2022-09-27T15:45:17.1511855Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 2022-09-27T15:45:17.1538755Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:45:17.1793831Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:45:17.1953983Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 2022-09-27T15:45:17.1974830Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_cpu_float32 2022-09-27T15:45:17.1996268Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_cpu_float32 2022-09-27T15:45:17.2233087Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 2022-09-27T15:45:17.2392598Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 2022-09-27T15:45:17.2422952Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:45:17.2868381Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:45:17.2890253Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_unary_cpu_float32 2022-09-27T15:45:17.3329740Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_unary_cpu_float32 2022-09-27T15:45:17.3349566Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kron_cpu_float32 2022-09-27T15:45:17.3716031Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kron_cpu_float32 2022-09-27T15:45:17.3913722Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kthvalue_cpu_float32 2022-09-27T15:45:17.3931597Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 2022-09-27T15:45:17.4057148Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 2022-09-27T15:45:17.4357323Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 2022-09-27T15:45:17.4449045Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 2022-09-27T15:45:17.4793387Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 2022-09-27T15:45:17.4815110Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 2022-09-27T15:45:17.4827283Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kthvalue_cpu_float32 2022-09-27T15:45:17.4966933Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lcm_cpu_int64 2022-09-27T15:45:17.5236012Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lcm_cpu_int64 2022-09-27T15:45:17.5430802Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ldexp_cpu_float32 2022-09-27T15:45:17.5676638Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ldexp_cpu_float32 2022-09-27T15:45:17.5838538Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_le_cpu_float32 2022-09-27T15:45:17.6117097Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_le_cpu_float32 2022-09-27T15:45:17.6363681Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lerp_cpu_float32 2022-09-27T15:45:17.6555517Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lerp_cpu_float32 2022-09-27T15:45:17.6619871Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lgamma_cpu_float32 2022-09-27T15:45:17.6994455Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lgamma_cpu_float32 2022-09-27T15:45:17.7213511Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_cpu_float32 2022-09-27T15:45:17.7435383Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_cpu_float32 2022-09-27T15:45:17.7586306Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_ex_cpu_float32 2022-09-27T15:45:17.7595978Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 2022-09-27T15:45:17.7668978Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 2022-09-27T15:45:17.7677488Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_ex_cpu_float32 2022-09-27T15:45:17.7871165Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 2022-09-27T15:45:17.7978112Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cond_cpu_float32 2022-09-27T15:45:17.8072238Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cond_cpu_float32 2022-09-27T15:45:17.8170716Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 2022-09-27T15:45:17.8314058Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 2022-09-27T15:45:17.8388832Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cross_cpu_float32 2022-09-27T15:45:17.8554650Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cross_cpu_float32 2022-09-27T15:45:17.8754853Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 2022-09-27T15:45:17.8903604Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_cpu_float32 2022-09-27T15:45:17.9030079Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_cpu_float32 2022-09-27T15:45:17.9039879Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 2022-09-27T15:45:17.9191717Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 2022-09-27T15:45:17.9525922Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_singular_cpu_float32 2022-09-27T15:45:17.9540167Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 2022-09-27T15:45:17.9637879Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 2022-09-27T15:45:17.9651970Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_singular_cpu_float32 2022-09-27T15:45:17.9978002Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eig_cpu_float32 2022-09-27T15:45:17.9991022Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 2022-09-27T15:45:18.0439238Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 2022-09-27T15:45:18.0458952Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eig_cpu_float32 2022-09-27T15:45:18.0729448Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigh_cpu_float32 2022-09-27T15:45:18.0958832Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigh_cpu_float32 2022-09-27T15:45:18.0968783Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvals_cpu_float32 2022-09-27T15:45:18.1403714Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvals_cpu_float32 2022-09-27T15:45:18.1413893Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvalsh_cpu_float32 2022-09-27T15:45:18.1895182Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvalsh_cpu_float32 2022-09-27T15:45:18.2825031Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_householder_product_cpu_float32 2022-09-27T15:45:18.2841594Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 2022-09-27T15:45:18.3159236Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:45:18.3176900Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_householder_product_cpu_float32 2022-09-27T15:45:18.3303003Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_cpu_float32 2022-09-27T15:45:18.3487856Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_cpu_float32 2022-09-27T15:45:18.3520533Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:45:18.3634220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 2022-09-27T15:45:18.3765762Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_ex_cpu_float32 2022-09-27T15:45:18.4086354Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_ex_cpu_float32 2022-09-27T15:45:18.4421460Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_cpu_float32 2022-09-27T15:45:18.4552756Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_cpu_float32 2022-09-27T15:45:18.4885505Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:45:18.4991326Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:45:18.5696301Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_solve_cpu_float32 2022-09-27T15:45:18.5719420Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_solve_cpu_float32 2022-09-27T15:45:18.6733578Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_cpu_float32 2022-09-27T15:45:18.6871567Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_cpu_float32 2022-09-27T15:45:18.7613916Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:45:18.7749719Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:45:18.8210207Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_cpu_float32 2022-09-27T15:45:18.8229787Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_cpu_float32 2022-09-27T15:45:18.8596731Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_cpu_float32 2022-09-27T15:45:18.8748364Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_cpu_float32 2022-09-27T15:45:18.9046688Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:45:18.9154165Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:45:19.1703664Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_solve_cpu_float32 2022-09-27T15:45:19.1733566Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_solve_cpu_float32 2022-09-27T15:45:19.3561841Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_norm_cpu_float32 2022-09-27T15:45:19.3611135Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_norm_cpu_float32 2022-09-27T15:45:19.3682160Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_power_cpu_float32 2022-09-27T15:45:19.4074662Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_power_cpu_float32 2022-09-27T15:45:19.6300112Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_cpu_float32 2022-09-27T15:45:19.6323748Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_cpu_float32 2022-09-27T15:45:19.6361812Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:45:19.6869601Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:45:19.6957750Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_multi_dot_cpu_float32 2022-09-27T15:45:19.7348946Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_multi_dot_cpu_float32 2022-09-27T15:45:19.8297558Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_cpu_float32 2022-09-27T15:45:19.8314479Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 2022-09-27T15:45:19.8441415Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 2022-09-27T15:45:19.8453581Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_cpu_float32 2022-09-27T15:45:19.8676411Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:45:19.8750680Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 2022-09-27T15:45:19.8785098Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 2022-09-27T15:45:19.9183506Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 2022-09-27T15:45:19.9210456Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:45:19.9217750Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_cpu_float32 2022-09-27T15:45:19.9950815Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 2022-09-27T15:45:19.9976542Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_cpu_float32 2022-09-27T15:45:20.0027549Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:45:20.0436190Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:45:20.0444461Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_singular_cpu_float32 2022-09-27T15:45:20.0838824Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_singular_cpu_float32 2022-09-27T15:45:20.1682062Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_qr_cpu_float32 2022-09-27T15:45:20.1693738Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_qr_cpu_float32 2022-09-27T15:45:20.1834633Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_slogdet_cpu_float32 2022-09-27T15:45:20.2117510Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_slogdet_cpu_float32 2022-09-27T15:45:20.2195545Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_cpu_float32 2022-09-27T15:45:20.2630281Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_cpu_float32 2022-09-27T15:45:20.3148359Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_ex_cpu_float32 2022-09-27T15:45:20.3189935Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_ex_cpu_float32 2022-09-27T15:45:20.5395312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_triangular_cpu_float32 2022-09-27T15:45:20.5418193Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 2022-09-27T15:45:20.6030172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 2022-09-27T15:45:20.6060098Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 2022-09-27T15:45:20.6102818Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 2022-09-27T15:45:20.6509177Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 2022-09-27T15:45:20.6519019Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 2022-09-27T15:45:20.6990640Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 2022-09-27T15:45:20.8386827Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 2022-09-27T15:45:20.8397191Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 2022-09-27T15:45:20.9413917Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:45:20.9440241Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_lowrank_cpu_float32 2022-09-27T15:45:21.1210333Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_symeig_cpu_float32 2022-09-27T15:45:21.1250821Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_symeig_cpu_float32 2022-09-27T15:45:21.1382074Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_t_cpu_float32 2022-09-27T15:45:21.1789687Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_t_cpu_float32 2022-09-27T15:45:21.1853441Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_along_dim_cpu_float32 2022-09-27T15:45:21.2188242Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_along_dim_cpu_float32 2022-09-27T15:45:21.2512733Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_cpu_float32 2022-09-27T15:45:21.2537919Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:45:21.2725535Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:45:21.3031281Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:45:21.3847890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:45:21.3862105Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_cpu_float32 2022-09-27T15:45:21.3903733Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tan_cpu_float32 2022-09-27T15:45:21.4328492Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tan_cpu_float32 2022-09-27T15:45:21.4337976Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tanh_cpu_float32 2022-09-27T15:45:21.4717708Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tanh_cpu_float32 2022-09-27T15:45:21.4754140Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensor_split_cpu_float32 2022-09-27T15:45:21.5156934Z [gw3] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensor_split_cpu_float32 2022-09-27T15:45:21.5279012Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensordot_cpu_float32 2022-09-27T15:45:21.5593430Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensordot_cpu_float32 2022-09-27T15:45:21.6237985Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tile_cpu_float32 2022-09-27T15:45:21.6249140Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tile_cpu_float32 2022-09-27T15:45:21.6557224Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_cpu_float32 2022-09-27T15:45:21.6562517Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 2022-09-27T15:45:21.6752343Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 2022-09-27T15:45:21.6763879Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_cpu_float32 2022-09-27T15:45:21.6790409Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_sparse_cpu_float32 2022-09-27T15:45:21.6961229Z [gw3] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_sparse_cpu_float32 2022-09-27T15:45:21.6989660Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 2022-09-27T15:45:21.7012492Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 2022-09-27T15:45:21.7189702Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 2022-09-27T15:45:21.7353668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_topk_cpu_float32 2022-09-27T15:45:21.7429110Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_topk_cpu_float32 2022-09-27T15:45:21.7451066Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 2022-09-27T15:45:21.7629620Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 2022-09-27T15:45:21.7661494Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trace_cpu_float32 2022-09-27T15:45:21.7910803Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trace_cpu_float32 2022-09-27T15:45:21.8072532Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 2022-09-27T15:45:21.8213223Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_transpose_cpu_float32 2022-09-27T15:45:21.8513204Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_transpose_cpu_float32 2022-09-27T15:45:21.8885294Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapezoid_cpu_float32 2022-09-27T15:45:21.8902842Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_triangular_cpu_float32 2022-09-27T15:45:21.8908207Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svd_cpu_float32 2022-09-27T15:45:21.8951440Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapezoid_cpu_float32 2022-09-27T15:45:21.9338365Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapz_cpu_float32 2022-09-27T15:45:21.9392195Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapz_cpu_float32 2022-09-27T15:45:21.9697146Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triangular_solve_cpu_float32 2022-09-27T15:45:21.9833550Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triangular_solve_cpu_float32 2022-09-27T15:45:21.9973932Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_cpu_float32 2022-09-27T15:45:22.0276355Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_cpu_float32 2022-09-27T15:45:22.0434766Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_indices_cpu_int64 2022-09-27T15:45:22.0715505Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_indices_cpu_int64 2022-09-27T15:45:22.0856114Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_cpu_float32 2022-09-27T15:45:22.1251593Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_cpu_float32 2022-09-27T15:45:22.1305265Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_indices_cpu_int64 2022-09-27T15:45:22.1433960Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 2022-09-27T15:45:22.1596366Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 2022-09-27T15:45:22.1639191Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_indices_cpu_int64 2022-09-27T15:45:22.1653617Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svd_cpu_float32 2022-09-27T15:45:22.1707626Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svdvals_cpu_float32 2022-09-27T15:45:22.2004785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_true_divide_cpu_float32 2022-09-27T15:45:22.2017944Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svdvals_cpu_float32 2022-09-27T15:45:22.2072361Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_true_divide_cpu_float32 2022-09-27T15:45:22.2076769Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorinv_cpu_float32 2022-09-27T15:45:22.2088983Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 2022-09-27T15:45:22.2111649Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 2022-09-27T15:45:22.2155264Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trunc_cpu_float32 2022-09-27T15:45:22.2169758Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trunc_cpu_float32 2022-09-27T15:45:22.2194908Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 2022-09-27T15:45:22.2515054Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorinv_cpu_float32 2022-09-27T15:45:22.2555202Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorsolve_cpu_float32 2022-09-27T15:45:22.2565732Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 2022-09-27T15:45:22.2609724Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorsolve_cpu_float32 2022-09-27T15:45:22.2638287Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unbind_cpu_float32 2022-09-27T15:45:22.2731708Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 2022-09-27T15:45:22.2950995Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unbind_cpu_float32 2022-09-27T15:45:22.3033696Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vander_cpu_float32 2022-09-27T15:45:22.3041876Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 2022-09-27T15:45:22.3066625Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unflatten_cpu_float32 2022-09-27T15:45:22.3219339Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 2022-09-27T15:45:22.3226195Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vander_cpu_float32 2022-09-27T15:45:22.3391572Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unflatten_cpu_float32 2022-09-27T15:45:22.3471554Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vecdot_cpu_float32 2022-09-27T15:45:22.3477996Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unfold_cpu_float32 2022-09-27T15:45:22.3506475Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 2022-09-27T15:45:22.3699519Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 2022-09-27T15:45:22.3914331Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unfold_cpu_float32 2022-09-27T15:45:22.3915009Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 2022-09-27T15:45:22.3936828Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_uniform_cpu_float32 2022-09-27T15:45:22.3969745Z [gw2] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 2022-09-27T15:45:22.3978187Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vecdot_cpu_float32 2022-09-27T15:45:22.4016083Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vector_norm_cpu_float32 2022-09-27T15:45:22.4353131Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_uniform_cpu_float32 2022-09-27T15:45:22.4355005Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_consecutive_cpu_float32 2022-09-27T15:45:22.4763908Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 2022-09-27T15:45:22.4777586Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:45:22.5406166Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:45:22.5426559Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vector_norm_cpu_float32 2022-09-27T15:45:22.5893463Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linspace_cpu_float32 2022-09-27T15:45:22.5917590Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linspace_cpu_float32 2022-09-27T15:45:22.5988518Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log10_cpu_float32 2022-09-27T15:45:22.6407027Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log10_cpu_float32 2022-09-27T15:45:22.6411308Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log1p_cpu_float32 2022-09-27T15:45:22.6668227Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log1p_cpu_float32 2022-09-27T15:45:22.6682025Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 2022-09-27T15:45:22.6823169Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 2022-09-27T15:45:22.6826384Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_consecutive_cpu_float32 2022-09-27T15:45:22.6841796Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log2_cpu_float32 2022-09-27T15:45:22.6857931Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_cpu_float32 2022-09-27T15:45:22.7309974Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log2_cpu_float32 2022-09-27T15:45:22.7310581Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_cpu_float32 2022-09-27T15:45:22.7755116Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_cpu_float32 2022-09-27T15:45:22.7773793Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_cpu_float32 2022-09-27T15:45:22.8191944Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_cpu_float32 2022-09-27T15:45:22.8246444Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_dtype_cpu_float32 2022-09-27T15:45:22.8554356Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_dtype_cpu_float32 2022-09-27T15:45:22.8592688Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp2_cpu_float32 2022-09-27T15:45:22.8995506Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp2_cpu_float32 2022-09-27T15:45:22.9043110Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp_cpu_float32 2022-09-27T15:45:22.9436780Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp_cpu_float32 2022-09-27T15:45:23.0637715Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logcumsumexp_cpu_float32 2022-09-27T15:45:23.0675826Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logcumsumexp_cpu_float32 2022-09-27T15:45:23.1538170Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logdet_cpu_float32 2022-09-27T15:45:23.1591453Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logdet_cpu_float32 2022-09-27T15:45:23.1910063Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_and_cpu_float32 2022-09-27T15:45:23.1920953Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_cpu_float32 2022-09-27T15:45:23.2027855Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_and_cpu_float32 2022-09-27T15:45:23.2033356Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unsqueeze_cpu_float32 2022-09-27T15:45:23.2089593Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_not_cpu_float32 2022-09-27T15:45:23.2206915Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_not_cpu_float32 2022-09-27T15:45:23.2435569Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unsqueeze_cpu_float32 2022-09-27T15:45:23.2549914Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_cpu_float32 2022-09-27T15:45:23.2585351Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_or_cpu_float32 2022-09-27T15:45:23.2770541Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_cpu_float32 2022-09-27T15:45:23.2874888Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_or_cpu_float32 2022-09-27T15:45:23.2914142Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_mean_cpu_float32 2022-09-27T15:45:23.3100182Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_xor_cpu_float32 2022-09-27T15:45:23.3300234Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_mean_cpu_float32 2022-09-27T15:45:23.3323698Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_xor_cpu_float32 2022-09-27T15:45:23.3352583Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vdot_cpu_float32 2022-09-27T15:45:23.3363391Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logit_cpu_float32 2022-09-27T15:45:23.3424645Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vdot_cpu_float32 2022-09-27T15:45:23.3759659Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logit_cpu_float32 2022-09-27T15:45:23.3800285Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_complex_cpu_float32 2022-09-27T15:45:23.3810607Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logspace_cpu_float32 2022-09-27T15:45:23.4231563Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_complex_cpu_float32 2022-09-27T15:45:23.4299843Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_cpu_float32 2022-09-27T15:45:23.4692678Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_cpu_float32 2022-09-27T15:45:23.4697586Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_real_cpu_complex64 2022-09-27T15:45:23.5188749Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_real_cpu_complex64 2022-09-27T15:45:23.5224911Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_cpu_float32 2022-09-27T15:45:23.5370437Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_cpu_float32 2022-09-27T15:45:23.5383186Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 2022-09-27T15:45:23.5556668Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 2022-09-27T15:45:23.5641867Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vsplit_cpu_float32 2022-09-27T15:45:23.5760652Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vsplit_cpu_float32 2022-09-27T15:45:23.5792501Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 2022-09-27T15:45:23.6072312Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 2022-09-27T15:45:23.6095454Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vstack_cpu_float32 2022-09-27T15:45:23.6512485Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vstack_cpu_float32 2022-09-27T15:45:23.6609579Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_where_cpu_float32 2022-09-27T15:45:23.6952228Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_where_cpu_float32 2022-09-27T15:45:23.7182329Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_xlogy_cpu_float32 2022-09-27T15:45:23.7314680Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_xlogy_cpu_float32 2022-09-27T15:45:23.7394394Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zero__cpu_float32 2022-09-27T15:45:23.7540216Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zero__cpu_float32 2022-09-27T15:45:23.7548387Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logspace_cpu_float32 2022-09-27T15:45:23.7705447Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logsumexp_cpu_float32 2022-09-27T15:45:23.7751196Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logsumexp_cpu_float32 2022-09-27T15:45:23.7792061Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_cpu_float32 2022-09-27T15:45:23.7952327Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_cpu_float32 2022-09-27T15:45:23.8033763Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_long_cpu_float32 2022-09-27T15:45:23.8193937Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_long_cpu_float32 2022-09-27T15:45:23.8323773Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_like_cpu_float32 2022-09-27T15:45:23.8394445Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_like_cpu_float32 2022-09-27T15:45:23.8521939Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lt_cpu_float32 2022-09-27T15:45:23.8632511Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lt_cpu_float32 2022-09-27T15:45:23.8753003Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_baddbmm_cpu_float32 2022-09-27T15:45:23.8832479Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_baddbmm_cpu_float32 2022-09-27T15:45:23.9148669Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_cpu_float32 2022-09-27T15:45:23.9171716Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bernoulli_cpu_float32 2022-09-27T15:45:23.9589783Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bernoulli_cpu_float32 2022-09-27T15:45:23.9606537Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bfloat16_cpu_float32 2022-09-27T15:45:23.9972802Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bfloat16_cpu_float32 2022-09-27T15:45:24.0084337Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bincount_cpu_int64 2022-09-27T15:45:24.0277058Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bincount_cpu_int64 2022-09-27T15:45:24.0305490Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_cpu_float32 2022-09-27T15:45:24.0357777Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_solve_cpu_float32 2022-09-27T15:45:24.0384528Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_solve_cpu_float32 2022-09-27T15:45:24.0466802Z [gw2] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 2022-09-27T15:45:24.0512022Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_and_cpu_int64 2022-09-27T15:45:24.0529939Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_and_cpu_int64 2022-09-27T15:45:24.0733100Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 2022-09-27T15:45:24.0909284Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_unpack_cpu_float32 2022-09-27T15:45:24.0951844Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_left_shift_cpu_int64 2022-09-27T15:45:24.1309007Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_left_shift_cpu_int64 2022-09-27T15:45:24.1322611Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_not_cpu_int64 2022-09-27T15:45:24.1790696Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_not_cpu_int64 2022-09-27T15:45:24.1835772Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_or_cpu_int64 2022-09-27T15:45:24.1889466Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_or_cpu_int64 2022-09-27T15:45:24.1917033Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_unpack_cpu_float32 2022-09-27T15:45:24.2061275Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mH_cpu_float32 2022-09-27T15:45:24.2230064Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mH_cpu_float32 2022-09-27T15:45:24.2277235Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_right_shift_cpu_int64 2022-09-27T15:45:24.2433511Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_right_shift_cpu_int64 2022-09-27T15:45:24.2440318Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mT_cpu_float32 2022-09-27T15:45:24.2668491Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mT_cpu_float32 2022-09-27T15:45:24.2709397Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_xor_cpu_int64 2022-09-27T15:45:24.2831752Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_xor_cpu_int64 2022-09-27T15:45:24.2945812Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_fill_cpu_float32 2022-09-27T15:45:24.3111319Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_fill_cpu_float32 2022-09-27T15:45:24.3115382Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_block_diag_cpu_float32 2022-09-27T15:45:24.3390886Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_block_diag_cpu_float32 2022-09-27T15:45:24.3395652Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_scatter_cpu_float32 2022-09-27T15:45:24.3522679Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_scatter_cpu_float32 2022-09-27T15:45:24.3523308Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bmm_cpu_float32 2022-09-27T15:45:24.3752206Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bmm_cpu_float32 2022-09-27T15:45:24.3834586Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_select_cpu_float32 2022-09-27T15:45:24.3912710Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_select_cpu_float32 2022-09-27T15:45:24.4003636Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bool_cpu_float32 2022-09-27T15:45:24.4190419Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bool_cpu_float32 2022-09-27T15:45:24.4214380Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matmul_cpu_float32 2022-09-27T15:45:24.4227457Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 2022-09-27T15:45:24.4349987Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 2022-09-27T15:45:24.4391121Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_shapes_cpu_float32 2022-09-27T15:45:24.4706824Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_shapes_cpu_float32 2022-09-27T15:45:24.4744485Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matmul_cpu_float32 2022-09-27T15:45:24.4862074Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matrix_exp_cpu_float32 2022-09-27T15:45:24.4867845Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_tensors_cpu_float32 2022-09-27T15:45:24.5280391Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_tensors_cpu_float32 2022-09-27T15:45:24.5308461Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matrix_exp_cpu_float32 2022-09-27T15:45:24.5322847Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_to_cpu_float32 2022-09-27T15:45:24.5327146Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_binary_cpu_float32 2022-09-27T15:45:24.5589503Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_to_cpu_float32 2022-09-27T15:45:24.5749852Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_binary_cpu_float32 2022-09-27T15:45:24.5844862Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bucketize_cpu_float32 2022-09-27T15:45:24.5846768Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_no_dim_cpu_float32 2022-09-27T15:45:24.6347044Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_no_dim_cpu_float32 2022-09-27T15:45:24.6352233Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_with_dim_cpu_float32 2022-09-27T15:45:24.6747805Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_with_dim_cpu_float32 2022-09-27T15:45:24.6835106Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_maximum_cpu_float32 2022-09-27T15:45:24.7152867Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_maximum_cpu_float32 2022-09-27T15:45:24.7332167Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mean_cpu_float32 2022-09-27T15:45:24.7443195Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mean_cpu_float32 2022-09-27T15:45:24.7458347Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 2022-09-27T15:45:24.7587049Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 2022-09-27T15:45:24.7707033Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 2022-09-27T15:45:24.7947239Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_median_cpu_float32 2022-09-27T15:45:24.8215479Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 2022-09-27T15:45:24.8313582Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 2022-09-27T15:45:24.8853211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 2022-09-27T15:45:24.8869989Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bucketize_cpu_float32 2022-09-27T15:45:24.8970487Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_byte_cpu_float32 2022-09-27T15:45:24.9013876Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_byte_cpu_float32 2022-09-27T15:45:24.9022636Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_median_cpu_float32 2022-09-27T15:45:24.9261016Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:45:24.9270492Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:45:24.9387712Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cartesian_prod_cpu_float32 2022-09-27T15:45:24.9431331Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cartesian_prod_cpu_float32 2022-09-27T15:45:24.9710342Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:45:24.9745615Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cat_cpu_float32 2022-09-27T15:45:24.9813252Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:45:24.9869539Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cat_cpu_float32 2022-09-27T15:45:25.0011153Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_binary_cpu_float32 2022-09-27T15:45:25.0149564Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_binary_cpu_float32 2022-09-27T15:45:25.0309652Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cdist_cpu_float32 2022-09-27T15:45:25.0356812Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_no_dim_cpu_float32 2022-09-27T15:45:25.0458687Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_no_dim_cpu_float32 2022-09-27T15:45:25.0467091Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 2022-09-27T15:45:25.0829666Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 2022-09-27T15:45:25.0994646Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_with_dim_cpu_float32 2022-09-27T15:45:25.1267823Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_with_dim_cpu_float32 2022-09-27T15:45:25.1313154Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_minimum_cpu_float32 2022-09-27T15:45:25.1678725Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_minimum_cpu_float32 2022-09-27T15:45:25.1679986Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mm_cpu_float32 2022-09-27T15:45:25.2104898Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mm_cpu_float32 2022-09-27T15:45:25.3233903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mode_cpu_float32 2022-09-27T15:45:25.3259299Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cdist_cpu_float32 2022-09-27T15:45:25.3334349Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ceil_cpu_float32 2022-09-27T15:45:25.3633141Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ceil_cpu_float32 2022-09-27T15:45:25.3659814Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mode_cpu_float32 2022-09-27T15:45:25.3725074Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_movedim_cpu_float32 2022-09-27T15:45:25.3788622Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_movedim_cpu_float32 2022-09-27T15:45:25.3794290Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chalf_cpu_float32 2022-09-27T15:45:25.4123173Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chalf_cpu_float32 2022-09-27T15:45:25.4128357Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_msort_cpu_float32 2022-09-27T15:45:25.4219724Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_msort_cpu_float32 2022-09-27T15:45:25.4265750Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_char_cpu_float32 2022-09-27T15:45:25.4282421Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_char_cpu_float32 2022-09-27T15:45:25.4302877Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 2022-09-27T15:45:25.4431131Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 2022-09-27T15:45:25.4632203Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 2022-09-27T15:45:25.4639623Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mul_cpu_float32 2022-09-27T15:45:25.4651193Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mul_cpu_float32 2022-09-27T15:45:25.4664221Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_cpu_float32 2022-09-27T15:45:25.4709585Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_cpu_float32 2022-09-27T15:45:25.4782012Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 2022-09-27T15:45:25.4950090Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 2022-09-27T15:45:25.4972616Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_multinomial_cpu_float32 2022-09-27T15:45:25.5069692Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_multinomial_cpu_float32 2022-09-27T15:45:25.5091765Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_inverse_cpu_float32 2022-09-27T15:45:25.5150530Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_inverse_cpu_float32 2022-09-27T15:45:25.5393550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 2022-09-27T15:45:25.5431946Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mv_cpu_float32 2022-09-27T15:45:25.5511342Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mv_cpu_float32 2022-09-27T15:45:25.5833840Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_solve_cpu_float32 2022-09-27T15:45:25.5863218Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:45:25.6274099Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:45:25.6304572Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:45:25.6713956Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:45:25.6747016Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:45:25.7153944Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:45:25.7293125Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nan_to_num_cpu_float32 2022-09-27T15:45:25.7632119Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nan_to_num_cpu_float32 2022-09-27T15:45:25.7633137Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmean_cpu_float32 2022-09-27T15:45:25.7710249Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmean_cpu_float32 2022-09-27T15:45:25.7725516Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 2022-09-27T15:45:25.7806082Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 2022-09-27T15:45:25.7822948Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_solve_cpu_float32 2022-09-27T15:45:25.7848347Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chunk_cpu_float32 2022-09-27T15:45:25.7889793Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 2022-09-27T15:45:25.8104006Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chunk_cpu_float32 2022-09-27T15:45:25.8166997Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmedian_cpu_float32 2022-09-27T15:45:25.8263411Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 2022-09-27T15:45:25.8307760Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmedian_cpu_float32 2022-09-27T15:45:25.8348370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_cpu_float32 2022-09-27T15:45:25.8505721Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_cpu_float32 2022-09-27T15:45:25.8508994Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanquantile_cpu_float32 2022-09-27T15:45:25.8746713Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanquantile_cpu_float32 2022-09-27T15:45:25.8825620Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_max_cpu_float32 2022-09-27T15:45:25.8922134Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_max_cpu_float32 2022-09-27T15:45:25.9186562Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nansum_cpu_float32 2022-09-27T15:45:25.9263797Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_min_cpu_float32 2022-09-27T15:45:25.9346795Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_min_cpu_float32 2022-09-27T15:45:25.9389092Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nansum_cpu_float32 2022-09-27T15:45:25.9449094Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_copy_cpu_float32 2022-09-27T15:45:25.9589202Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_copy_cpu_float32 2022-09-27T15:45:25.9865351Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:45:25.9872310Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_cpu_float32 2022-09-27T15:45:25.9980703Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_cpu_float32 2022-09-27T15:45:26.0030379Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:45:26.0198238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:45:26.0311525Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:45:26.0527863Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_native_layer_norm_cpu_float32 2022-09-27T15:45:26.0711751Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:45:26.1010367Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:45:26.1159546Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:45:26.1190224Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_native_layer_norm_cpu_float32 2022-09-27T15:45:26.1204847Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ne_cpu_float32 2022-09-27T15:45:26.1437515Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:45:26.1493628Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ne_cpu_float32 2022-09-27T15:45:26.1713587Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_batch_norm_cpu_float32 2022-09-27T15:45:26.1714674Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_neg_cpu_float32 2022-09-27T15:45:26.2156546Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_neg_cpu_float32 2022-09-27T15:45:26.2165007Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_batch_norm_cpu_float32 2022-09-27T15:45:26.2191667Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_cpu_float32 2022-09-27T15:45:26.2200845Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_bilinear_cpu_float32 2022-09-27T15:45:26.2230018Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 2022-09-27T15:45:26.2238154Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 2022-09-27T15:45:26.2630020Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_cpu_float32 2022-09-27T15:45:26.2672948Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_strided_cpu_float32 2022-09-27T15:45:26.3069485Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_strided_cpu_float32 2022-09-27T15:45:26.3102419Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_full_cpu_float32 2022-09-27T15:45:26.3258000Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_full_cpu_float32 2022-09-27T15:45:26.3292547Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_bilinear_cpu_float32 2022-09-27T15:45:26.3327098Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:45:26.3348835Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 2022-09-27T15:45:26.3536849Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 2022-09-27T15:45:26.3655348Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 2022-09-27T15:45:26.3664197Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_ones_cpu_float32 2022-09-27T15:45:26.3674031Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_ones_cpu_float32 2022-09-27T15:45:26.3709378Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:45:26.3789751Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:45:26.3970377Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 2022-09-27T15:45:26.4105932Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 2022-09-27T15:45:26.4112468Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_zeros_cpu_float32 2022-09-27T15:45:26.4232099Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_zeros_cpu_float32 2022-09-27T15:45:26.4269837Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 2022-09-27T15:45:26.4549525Z [gw2] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 2022-09-27T15:45:26.4558906Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:45:26.4563134Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_celu_cpu_float32 2022-09-27T15:45:26.4623765Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nextafter_cpu_float32 2022-09-27T15:45:26.4636500Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nextafter_cpu_float32 2022-09-27T15:45:26.4708253Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_celu_cpu_float32 2022-09-27T15:45:26.4972892Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 2022-09-27T15:45:26.4977907Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv1d_cpu_float32 2022-09-27T15:45:26.5031908Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:45:26.5224366Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:45:26.5428733Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv1d_cpu_float32 2022-09-27T15:45:26.5433847Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:45:26.5583948Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv2d_cpu_float32 2022-09-27T15:45:26.5868744Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:45:26.6074208Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:45:26.6348553Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:45:26.6545118Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:45:26.6729563Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:45:26.6738787Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv2d_cpu_float32 2022-09-27T15:45:26.6743597Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:45:26.7159709Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:45:26.7177102Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:45:26.7187827Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:45:26.7202427Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_constant_cpu_float32 2022-09-27T15:45:26.7714604Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:45:26.7759754Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:45:26.7965585Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:45:26.7980386Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_constant_cpu_float32 2022-09-27T15:45:26.8183137Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:45:26.8249323Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:45:26.8285721Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:45:26.8470760Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:45:26.8530169Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:45:26.8910960Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:45:26.8979130Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:45:26.9294046Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:45:26.9328440Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:45:26.9347278Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:45:27.0237515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pdist_cpu_float32 2022-09-27T15:45:27.0253515Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:45:27.0617175Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:45:27.0641235Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pdist_cpu_float32 2022-09-27T15:45:27.0857295Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:45:27.1071444Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:45:27.1113293Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:45:27.1192383Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:45:27.1216682Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:45:27.1250641Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:45:27.1589386Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:45:27.1751543Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:45:27.2079957Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout2d_cpu_float32 2022-09-27T15:45:27.2152292Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout2d_cpu_float32 2022-09-27T15:45:27.2788539Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout3d_cpu_float32 2022-09-27T15:45:27.2826111Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout3d_cpu_float32 2022-09-27T15:45:27.3202060Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout_cpu_float32 2022-09-27T15:45:27.3230647Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout_cpu_float32 2022-09-27T15:45:27.3282943Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_elu_cpu_float32 2022-09-27T15:45:27.3711228Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_elu_cpu_float32 2022-09-27T15:45:27.3739077Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:45:27.4076354Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:45:27.4086695Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:45:27.4154383Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_prelu_cpu_float32 2022-09-27T15:45:27.4341623Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_cpu_float32 2022-09-27T15:45:27.4433545Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_cpu_float32 2022-09-27T15:45:27.4509976Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_prelu_cpu_float32 2022-09-27T15:45:27.4551127Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu6_cpu_float32 2022-09-27T15:45:27.4589990Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu6_cpu_float32 2022-09-27T15:45:27.4733940Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:45:27.4950623Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:45:27.5078947Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu_cpu_float32 2022-09-27T15:45:27.5096835Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu_cpu_float32 2022-09-27T15:45:27.5225126Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:45:27.5392468Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:45:27.5515722Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_rrelu_cpu_float32 2022-09-27T15:45:27.5842502Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:45:27.5862736Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_rrelu_cpu_float32 2022-09-27T15:45:27.5931934Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_selu_cpu_float32 2022-09-27T15:45:27.6337886Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_selu_cpu_float32 2022-09-27T15:45:27.6345755Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:45:27.6749262Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:45:27.6779678Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_cpu_float32 2022-09-27T15:45:27.7231220Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_cpu_float32 2022-09-27T15:45:27.7282230Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:45:27.7358218Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:45:27.7374151Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:45:27.7702459Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:45:27.7712062Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:45:27.8071876Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:45:27.8125166Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_cpu_float32 2022-09-27T15:45:27.8473314Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_cpu_float32 2022-09-27T15:45:27.8600392Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:45:27.8996791Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:45:27.8997631Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softplus_cpu_float32 2022-09-27T15:45:27.9002308Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softplus_cpu_float32 2022-09-27T15:45:27.9109397Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:45:27.9378302Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:45:27.9465762Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softshrink_cpu_float32 2022-09-27T15:45:27.9887129Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softshrink_cpu_float32 2022-09-27T15:45:27.9896852Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softsign_cpu_float32 2022-09-27T15:45:28.0234685Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softsign_cpu_float32 2022-09-27T15:45:28.0294676Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:45:28.0674525Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:45:28.0739777Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_threshold_cpu_float32 2022-09-27T15:45:28.1117966Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_threshold_cpu_float32 2022-09-27T15:45:28.1400027Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:45:28.1553851Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:45:28.1834569Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:45:28.1993601Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:45:28.5107893Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_unfold_cpu_float32 2022-09-27T15:45:28.5122545Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:45:28.5367198Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gelu_cpu_float32 2022-09-27T15:45:28.5503264Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gelu_cpu_float32 2022-09-27T15:45:28.5540149Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_unfold_cpu_float32 2022-09-27T15:45:28.5627976Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:45:28.5670047Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_glu_cpu_float32 2022-09-27T15:45:28.6070567Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:45:28.6124978Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:45:28.6195711Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_glu_cpu_float32 2022-09-27T15:45:28.6694315Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_grid_sample_cpu_float32 2022-09-27T15:45:28.6783918Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:45:28.7109799Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nonzero_cpu_float32 2022-09-27T15:45:28.7193850Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nonzero_cpu_float32 2022-09-27T15:45:28.7665507Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_cpu_float32 2022-09-27T15:45:28.7674362Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_cpu_float32 2022-09-27T15:45:28.7746487Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_fro_cpu_float32 2022-09-27T15:45:28.8114145Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_fro_cpu_float32 2022-09-27T15:45:28.8183044Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_inf_cpu_float32 2022-09-27T15:45:28.8554433Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_inf_cpu_float32 2022-09-27T15:45:28.8625683Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_nuc_cpu_float32 2022-09-27T15:45:28.9111027Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_nuc_cpu_float32 2022-09-27T15:45:28.9176656Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_cpu_float32 2022-09-27T15:45:28.9471488Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_cpu_float32 2022-09-27T15:45:28.9520270Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_number_mean_cpu_float32 2022-09-27T15:45:28.9911958Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_number_mean_cpu_float32 2022-09-27T15:45:28.9965047Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_cpu_float32 2022-09-27T15:45:29.0429129Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_cpu_float32 2022-09-27T15:45:29.0445521Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_like_cpu_float32 2022-09-27T15:45:29.0795566Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_like_cpu_float32 2022-09-27T15:45:29.1196513Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ormqr_cpu_float32 2022-09-27T15:45:29.1212901Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_grid_sample_cpu_float32 2022-09-27T15:45:29.1345119Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_group_norm_cpu_float32 2022-09-27T15:45:29.1756022Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_group_norm_cpu_float32 2022-09-27T15:45:29.1762080Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardshrink_cpu_float32 2022-09-27T15:45:29.2210092Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardshrink_cpu_float32 2022-09-27T15:45:29.2214499Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:45:29.2667517Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:45:29.2672220Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardswish_cpu_float32 2022-09-27T15:45:29.3125773Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardswish_cpu_float32 2022-09-27T15:45:29.3162350Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardtanh_cpu_float32 2022-09-27T15:45:29.3511077Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardtanh_cpu_float32 2022-09-27T15:45:29.4061532Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:45:29.4078592Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:45:29.4276009Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_huber_loss_cpu_float32 2022-09-27T15:45:29.4509931Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_huber_loss_cpu_float32 2022-09-27T15:45:29.5061406Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_instance_norm_cpu_float32 2022-09-27T15:45:29.5081098Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_instance_norm_cpu_float32 2022-09-27T15:45:29.5248888Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:45:29.5591035Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:45:29.5663537Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:45:29.6069714Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:45:29.6088287Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:45:29.6511542Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:45:29.6574929Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:45:29.6923011Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:45:29.7347703Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:45:29.7365553Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:45:29.7515425Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:45:29.7795283Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:45:29.8137696Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_kl_div_cpu_float32 2022-09-27T15:45:29.8273486Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_kl_div_cpu_float32 2022-09-27T15:45:29.8420605Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_l1_loss_cpu_float32 2022-09-27T15:45:29.8755602Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_l1_loss_cpu_float32 2022-09-27T15:45:29.8960098Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_layer_norm_cpu_float32 2022-09-27T15:45:29.9270827Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_layer_norm_cpu_float32 2022-09-27T15:45:29.9303214Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:45:29.9741833Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:45:30.0074305Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_linear_cpu_float32 2022-09-27T15:45:30.0110464Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_linear_cpu_float32 2022-09-27T15:45:30.0788340Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:45:30.0812000Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:45:30.0986949Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:45:30.1309896Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:45:30.2260313Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:45:30.2310412Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:45:30.2364728Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:45:30.2715504Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:45:30.5331749Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:45:30.5343762Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ormqr_cpu_float32 2022-09-27T15:45:30.5382197Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_outer_cpu_float32 2022-09-27T15:45:30.5829303Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_outer_cpu_float32 2022-09-27T15:45:31.7054791Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pca_lowrank_cpu_float32 2022-09-27T15:45:31.7085687Z [gw0] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:45:32.2663391Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:45:32.2690378Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 2022-09-27T15:45:32.3628108Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 2022-09-27T15:45:32.3666895Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 2022-09-27T15:45:32.4080613Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 2022-09-27T15:45:32.4118834Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 2022-09-27T15:45:32.4533147Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 2022-09-27T15:45:32.4570649Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 2022-09-27T15:45:32.6405948Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 2022-09-27T15:45:32.6441950Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 2022-09-27T15:45:32.6876981Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 2022-09-27T15:45:32.6914516Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 2022-09-27T15:45:33.3541960Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 2022-09-27T15:45:33.3565171Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:45:33.4843112Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:45:33.4870058Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 2022-09-27T15:45:33.5077650Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 2022-09-27T15:45:33.5351722Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 2022-09-27T15:45:33.6699685Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 2022-09-27T15:45:33.6736381Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 2022-09-27T15:45:33.7688636Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 2022-09-27T15:45:33.7718890Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 2022-09-27T15:45:33.8105563Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 2022-09-27T15:45:33.8229324Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 2022-09-27T15:45:33.9027512Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 2022-09-27T15:45:33.9056504Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 2022-09-27T15:45:34.2450232Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 2022-09-27T15:45:34.2479559Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pca_lowrank_cpu_float32 2022-09-27T15:45:34.2720732Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_permute_cpu_float32 2022-09-27T15:45:34.2988961Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_permute_cpu_float32 2022-09-27T15:45:34.3618123Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pinverse_cpu_float32 2022-09-27T15:45:34.3634475Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pinverse_cpu_float32 2022-09-27T15:45:34.5097489Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polar_cpu_float32 2022-09-27T15:45:34.5126862Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polar_cpu_float32 2022-09-27T15:45:34.5259311Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:45:34.5630180Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:45:34.5692622Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:45:34.5995940Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:45:34.6154349Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:45:34.6436267Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:45:34.6620677Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:45:34.6694894Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:45:34.6722544Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 2022-09-27T15:45:34.6987270Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 2022-09-27T15:45:34.7008854Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:45:34.7312924Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:45:34.7376527Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_positive_cpu_float32 2022-09-27T15:45:34.7828939Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_positive_cpu_float32 2022-09-27T15:45:34.7919464Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pow_cpu_float32 2022-09-27T15:45:34.8270022Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pow_cpu_float32 2022-09-27T15:45:34.8865484Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_prod_cpu_float32 2022-09-27T15:45:34.8886414Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_prod_cpu_float32 2022-09-27T15:45:34.9539077Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_put_cpu_float32 2022-09-27T15:45:34.9661555Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_put_cpu_float32 2022-09-27T15:45:35.0288814Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_qr_cpu_float32 2022-09-27T15:45:35.0310828Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_qr_cpu_float32 2022-09-27T15:45:35.0346001Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_quantile_cpu_float32 2022-09-27T15:45:35.0829076Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_quantile_cpu_float32 2022-09-27T15:45:35.0835173Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rad2deg_cpu_float32 2022-09-27T15:45:35.1270630Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rad2deg_cpu_float32 2022-09-27T15:45:35.1419932Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rand_like_cpu_float32 2022-09-27T15:45:35.1672623Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rand_like_cpu_float32 2022-09-27T15:45:35.2126982Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randint_like_cpu_float32 2022-09-27T15:45:35.2246839Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randint_like_cpu_float32 2022-09-27T15:45:35.2357775Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_cpu_float32 2022-09-27T15:45:35.2791585Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_cpu_float32 2022-09-27T15:45:35.2840629Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_like_cpu_float32 2022-09-27T15:45:35.3116195Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_like_cpu_float32 2022-09-27T15:45:35.3175727Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ravel_cpu_float32 2022-09-27T15:45:35.3556928Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ravel_cpu_float32 2022-09-27T15:45:35.3603032Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_real_cpu_float32 2022-09-27T15:45:35.3995366Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_real_cpu_float32 2022-09-27T15:45:35.4053988Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reciprocal_cpu_float32 2022-09-27T15:45:35.4436875Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reciprocal_cpu_float32 2022-09-27T15:45:35.4574236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_remainder_cpu_float32 2022-09-27T15:45:35.4913205Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_remainder_cpu_float32 2022-09-27T15:45:35.4945387Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_renorm_cpu_float32 2022-09-27T15:45:35.5431625Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_renorm_cpu_float32 2022-09-27T15:45:35.5898470Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_cpu_float32 2022-09-27T15:45:35.5938042Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_cpu_float32 2022-09-27T15:45:35.6000087Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_interleave_cpu_float32 2022-09-27T15:45:35.6433768Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_interleave_cpu_float32 2022-09-27T15:45:35.6443732Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_as_cpu_float32 2022-09-27T15:45:35.6831070Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_as_cpu_float32 2022-09-27T15:45:35.6851228Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:45:35.7263774Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:45:35.7268987Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:45:35.7702385Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:45:35.7707634Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:45:35.8145182Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:45:35.8150500Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:45:35.8583411Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:45:35.8588412Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:45:35.9054773Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:45:35.9057134Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:45:35.9510268Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:45:35.9579275Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_xlog1py_cpu_float32 2022-09-27T15:45:35.9878123Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_xlog1py_cpu_float32 2022-09-27T15:45:36.0016329Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_zeta_cpu_float32 2022-09-27T15:45:36.0314964Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_zeta_cpu_float32 2022-09-27T15:45:36.0364962Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_cpu_float32 2022-09-27T15:45:36.0757148Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_cpu_float32 2022-09-27T15:45:36.0832660Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_list_args_cpu_float32 2022-09-27T15:45:36.1289458Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_list_args_cpu_float32 2022-09-27T15:45:36.1294312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_with_sizes_cpu_float32 2022-09-27T15:45:36.1684728Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_with_sizes_cpu_float32 2022-09-27T15:45:36.1690117Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sqrt_cpu_float32 2022-09-27T15:45:36.2142278Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sqrt_cpu_float32 2022-09-27T15:45:36.2147351Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_square_cpu_float32 2022-09-27T15:45:36.2592611Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_square_cpu_float32 2022-09-27T15:45:36.2601571Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_squeeze_cpu_float32 2022-09-27T15:45:36.2952604Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_squeeze_cpu_float32 2022-09-27T15:45:36.3067087Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stack_cpu_float32 2022-09-27T15:45:36.3396157Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stack_cpu_float32 2022-09-27T15:45:36.3516839Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_cpu_float32 2022-09-27T15:45:36.3869199Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_cpu_float32 2022-09-27T15:45:36.3990954Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_mean_cpu_float32 2022-09-27T15:45:36.4287709Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_mean_cpu_float32 2022-09-27T15:45:36.4665825Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stft_cpu_float32 2022-09-27T15:45:36.4713003Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stft_cpu_float32 2022-09-27T15:45:36.4993862Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sub_cpu_float32 2022-09-27T15:45:36.5231801Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sub_cpu_float32 2022-09-27T15:45:36.5383311Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_cpu_float32 2022-09-27T15:45:36.5711891Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_cpu_float32 2022-09-27T15:45:36.5740102Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_to_size_cpu_float32 2022-09-27T15:45:36.6036425Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_to_size_cpu_float32 2022-09-27T15:45:37.0992174Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_cpu_float32 2022-09-27T15:45:37.1043947Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_cpu_float32 2022-09-27T15:45:41.0370236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_lowrank_cpu_float32 2022-09-27T15:45:41.0402175Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_lowrank_cpu_float32 2022-09-27T15:45:41.1862138Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_symeig_cpu_float32 2022-09-27T15:45:41.1887639Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_symeig_cpu_float32 2022-09-27T15:45:41.2691740Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_t_cpu_float32 2022-09-27T15:45:41.2716034Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_t_cpu_float32 2022-09-27T15:45:41.2839956Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_along_dim_cpu_float32 2022-09-27T15:45:41.3191727Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_along_dim_cpu_float32 2022-09-27T15:45:41.4125424Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_cpu_float32 2022-09-27T15:45:41.4157298Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_cpu_float32 2022-09-27T15:45:41.4211485Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tan_cpu_float32 2022-09-27T15:45:41.4644147Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tan_cpu_float32 2022-09-27T15:45:41.4654151Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tanh_cpu_float32 2022-09-27T15:45:41.5063640Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tanh_cpu_float32 2022-09-27T15:45:41.5072241Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensor_split_cpu_float32 2022-09-27T15:45:41.5549828Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensor_split_cpu_float32 2022-09-27T15:45:41.5570324Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensordot_cpu_float32 2022-09-27T15:45:41.5992110Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensordot_cpu_float32 2022-09-27T15:45:41.6648642Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tile_cpu_float32 2022-09-27T15:45:41.6807680Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tile_cpu_float32 2022-09-27T15:45:41.7488590Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_cpu_float32 2022-09-27T15:45:41.7503290Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_cpu_float32 2022-09-27T15:45:41.7535192Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_sparse_cpu_float32 2022-09-27T15:45:41.7988112Z [gw1] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_sparse_cpu_float32 2022-09-27T15:45:41.8081430Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_topk_cpu_float32 2022-09-27T15:45:41.8406249Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_topk_cpu_float32 2022-09-27T15:45:41.8412959Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trace_cpu_float32 2022-09-27T15:45:41.8874729Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trace_cpu_float32 2022-09-27T15:45:41.8909627Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_transpose_cpu_float32 2022-09-27T15:45:41.9310248Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_transpose_cpu_float32 2022-09-27T15:45:41.9619049Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapezoid_cpu_float32 2022-09-27T15:45:41.9762563Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapezoid_cpu_float32 2022-09-27T15:45:42.0255107Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapz_cpu_float32 2022-09-27T15:45:42.0272905Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapz_cpu_float32 2022-09-27T15:45:42.0690846Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triangular_solve_cpu_float32 2022-09-27T15:45:42.0706708Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triangular_solve_cpu_float32 2022-09-27T15:45:42.1015210Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_cpu_float32 2022-09-27T15:45:42.1121728Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_cpu_float32 2022-09-27T15:45:42.1227287Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_indices_cpu_int64 2022-09-27T15:45:42.1629743Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_indices_cpu_int64 2022-09-27T15:45:42.1659305Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_cpu_float32 2022-09-27T15:45:42.1914861Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_cpu_float32 2022-09-27T15:45:42.1938783Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:45:42.2068001Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:45:42.2119431Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_indices_cpu_int64 2022-09-27T15:45:42.2510654Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_indices_cpu_int64 2022-09-27T15:45:42.2717375Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_true_divide_cpu_float32 2022-09-27T15:45:42.2919523Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_true_divide_cpu_float32 2022-09-27T15:45:42.2925715Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trunc_cpu_float32 2022-09-27T15:45:42.3464187Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trunc_cpu_float32 2022-09-27T15:45:42.3523323Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unbind_cpu_float32 2022-09-27T15:45:42.3755596Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unbind_cpu_float32 2022-09-27T15:45:42.3884643Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unflatten_cpu_float32 2022-09-27T15:45:42.4192354Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unflatten_cpu_float32 2022-09-27T15:45:42.4433443Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unfold_cpu_float32 2022-09-27T15:45:42.4631385Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unfold_cpu_float32 2022-09-27T15:45:42.4715601Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_uniform_cpu_float32 2022-09-27T15:45:42.5074338Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_uniform_cpu_float32 2022-09-27T15:45:42.8272399Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_consecutive_cpu_float32 2022-09-27T15:45:42.8296653Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_consecutive_cpu_float32 2022-09-27T15:45:43.3124524Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_cpu_float32 2022-09-27T15:45:43.3242310Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_cpu_float32 2022-09-27T15:45:43.3459088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unsqueeze_cpu_float32 2022-09-27T15:45:43.3750806Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unsqueeze_cpu_float32 2022-09-27T15:45:43.3812887Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_cpu_float32 2022-09-27T15:45:43.4151083Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_cpu_float32 2022-09-27T15:45:43.4306800Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_mean_cpu_float32 2022-09-27T15:45:43.4617356Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_mean_cpu_float32 2022-09-27T15:45:43.4628199Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vdot_cpu_float32 2022-09-27T15:45:43.5046223Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vdot_cpu_float32 2022-09-27T15:45:43.5056400Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_complex_cpu_float32 2022-09-27T15:45:43.5511167Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_complex_cpu_float32 2022-09-27T15:45:43.5521830Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_cpu_float32 2022-09-27T15:45:43.5932778Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_cpu_float32 2022-09-27T15:45:43.5943683Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_real_cpu_complex64 2022-09-27T15:45:43.6391198Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_real_cpu_complex64 2022-09-27T15:45:43.6423331Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_cpu_float32 2022-09-27T15:45:43.6828981Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_cpu_float32 2022-09-27T15:45:43.6838425Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vsplit_cpu_float32 2022-09-27T15:45:43.7275199Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vsplit_cpu_float32 2022-09-27T15:45:43.7285155Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vstack_cpu_float32 2022-09-27T15:45:43.7712172Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vstack_cpu_float32 2022-09-27T15:45:43.7774886Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_where_cpu_float32 2022-09-27T15:45:43.8151237Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_where_cpu_float32 2022-09-27T15:45:43.8227909Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_xlogy_cpu_float32 2022-09-27T15:45:43.8595258Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_xlogy_cpu_float32 2022-09-27T15:45:43.8596017Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zero__cpu_float32 2022-09-27T15:45:43.9013110Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zero__cpu_float32 2022-09-27T15:45:43.9015641Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_cpu_float32 2022-09-27T15:45:43.9471113Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_cpu_float32 2022-09-27T15:45:43.9727294Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_like_cpu_float32 2022-09-27T15:45:43.9832845Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_like_cpu_float32 2022-09-27T15:45:43.9903035Z test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 2022-09-27T15:45:44.0358340Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 2022-09-27T15:45:44.0361709Z test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 2022-09-27T15:45:44.0794930Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 2022-09-27T15:45:44.0797047Z test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 2022-09-27T15:45:44.1190301Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 2022-09-27T15:45:44.1401399Z test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 2022-09-27T15:45:44.1671783Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 2022-09-27T15:45:44.1821870Z test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 2022-09-27T15:45:44.2112268Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 2022-09-27T15:45:44.2301224Z test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 2022-09-27T15:45:44.2553586Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 2022-09-27T15:45:44.3239666Z test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 2022-09-27T15:45:44.3268252Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 2022-09-27T15:45:44.3666597Z test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 2022-09-27T15:45:44.3773153Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 2022-09-27T15:45:44.3887799Z test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 2022-09-27T15:45:44.3909216Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:45:44.4228728Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:45:44.4254323Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 2022-09-27T15:45:44.4616727Z test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 2022-09-27T15:45:44.4671263Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 2022-09-27T15:45:44.5038938Z test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 2022-09-27T15:45:44.5111678Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 2022-09-27T15:45:44.5300715Z test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 2022-09-27T15:45:44.5588649Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 2022-09-27T15:45:44.5757682Z test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 2022-09-27T15:45:44.6067092Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 2022-09-27T15:45:44.6544698Z test_ops.py::TestTagsCPU::test_tags__masked_amax_cpu_float32 2022-09-27T15:45:44.6570106Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:45:44.9211333Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:45:44.9240783Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_amax_cpu_float32 2022-09-27T15:45:45.1743773Z test_ops.py::TestTagsCPU::test_tags__masked_amin_cpu_float32 2022-09-27T15:45:45.1769248Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_amin_cpu_float32 2022-09-27T15:45:45.2840467Z test_ops.py::TestTagsCPU::test_tags__masked_argmax_cpu_float32 2022-09-27T15:45:45.2862599Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_argmax_cpu_float32 2022-09-27T15:45:45.3904757Z test_ops.py::TestTagsCPU::test_tags__masked_argmin_cpu_float32 2022-09-27T15:45:45.3926473Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_argmin_cpu_float32 2022-09-27T15:45:45.4161420Z test_ops.py::TestTagsCPU::test_tags__masked_cumprod_cpu_float32 2022-09-27T15:45:45.4428774Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_cumprod_cpu_float32 2022-09-27T15:45:45.4652033Z test_ops.py::TestTagsCPU::test_tags__masked_cumsum_cpu_float32 2022-09-27T15:45:45.4792014Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_cumsum_cpu_float32 2022-09-27T15:45:45.5371064Z test_ops.py::TestTagsCPU::test_tags__masked_log_softmax_cpu_float32 2022-09-27T15:45:45.5398243Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_log_softmax_cpu_float32 2022-09-27T15:45:45.5920846Z test_ops.py::TestTagsCPU::test_tags__masked_logaddexp_cpu_float32 2022-09-27T15:45:45.5948763Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_logaddexp_cpu_float32 2022-09-27T15:45:45.7880383Z test_ops.py::TestTagsCPU::test_tags__masked_logsumexp_cpu_float32 2022-09-27T15:45:45.7907555Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_logsumexp_cpu_float32 2022-09-27T15:45:45.9795443Z test_ops.py::TestTagsCPU::test_tags__masked_mean_cpu_float32 2022-09-27T15:45:45.9821797Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_mean_cpu_float32 2022-09-27T15:45:46.0169074Z test_ops.py::TestTagsCPU::test_tags__masked_median_cpu_float32 2022-09-27T15:45:46.0232587Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_median_cpu_float32 2022-09-27T15:45:47.3119991Z test_ops.py::TestTagsCPU::test_tags__masked_norm_cpu_float32 2022-09-27T15:45:47.3133700Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_norm_cpu_float32 2022-09-27T15:45:47.3761604Z test_ops.py::TestTagsCPU::test_tags__masked_normalize_cpu_float32 2022-09-27T15:45:47.3788857Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_normalize_cpu_float32 2022-09-27T15:45:47.6198258Z test_ops.py::TestTagsCPU::test_tags__masked_prod_cpu_float32 2022-09-27T15:45:47.6224891Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_prod_cpu_float32 2022-09-27T15:45:47.6589679Z test_ops.py::TestTagsCPU::test_tags__masked_softmax_cpu_float32 2022-09-27T15:45:47.6607587Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_softmax_cpu_float32 2022-09-27T15:45:47.6631745Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 2022-09-27T15:45:47.6707976Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 2022-09-27T15:45:47.6820976Z test_ops.py::TestTagsCPU::test_tags__masked_softmin_cpu_float32 2022-09-27T15:45:47.6968131Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 2022-09-27T15:45:47.7071022Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_softmin_cpu_float32 2022-09-27T15:45:47.7077581Z test_ops.py::TestTagsCPU::test_tags__masked_std_cpu_float32 2022-09-27T15:45:48.1488446Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 2022-09-27T15:45:48.1515230Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_std_cpu_float32 2022-09-27T15:45:48.4238389Z test_ops.py::TestTagsCPU::test_tags__masked_sum_cpu_float32 2022-09-27T15:45:48.4265659Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_sum_cpu_float32 2022-09-27T15:45:48.6942585Z test_ops.py::TestTagsCPU::test_tags__masked_var_cpu_float32 2022-09-27T15:45:48.6972729Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:45:48.9563042Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:45:48.9591338Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:45:49.0287596Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:45:49.0309502Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_var_cpu_float32 2022-09-27T15:45:49.0366886Z test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 2022-09-27T15:45:49.0790020Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 2022-09-27T15:45:49.0824619Z test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 2022-09-27T15:45:49.1231429Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 2022-09-27T15:45:49.1262950Z test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 2022-09-27T15:45:49.1671697Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 2022-09-27T15:45:49.2038713Z test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 2022-09-27T15:45:49.2081563Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 2022-09-27T15:45:49.2682096Z test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 2022-09-27T15:45:49.2769775Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 2022-09-27T15:45:49.3083595Z test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 2022-09-27T15:45:49.3270471Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 2022-09-27T15:45:49.3687674Z test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 2022-09-27T15:45:49.3714211Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 2022-09-27T15:45:49.4231758Z test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 2022-09-27T15:45:49.4258277Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 2022-09-27T15:45:49.4723694Z test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 2022-09-27T15:45:49.4750400Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 2022-09-27T15:45:49.5208914Z test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 2022-09-27T15:45:49.5234386Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 2022-09-27T15:45:49.5603765Z test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 2022-09-27T15:45:49.5712238Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 2022-09-27T15:45:49.5746599Z test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 2022-09-27T15:45:49.6231163Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 2022-09-27T15:45:49.6293386Z test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 2022-09-27T15:45:49.6650280Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 2022-09-27T15:45:49.6655792Z test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 2022-09-27T15:45:49.7134121Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 2022-09-27T15:45:49.7139707Z test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 2022-09-27T15:45:49.7590233Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 2022-09-27T15:45:49.7814627Z test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 2022-09-27T15:45:49.7953158Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 2022-09-27T15:45:49.8012911Z test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 2022-09-27T15:45:49.8454820Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 2022-09-27T15:45:49.8460997Z test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 2022-09-27T15:45:49.8910226Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 2022-09-27T15:45:49.8963561Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 2022-09-27T15:45:49.9351441Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 2022-09-27T15:45:49.9444402Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 2022-09-27T15:45:49.9832084Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 2022-09-27T15:45:49.9841304Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 2022-09-27T15:45:49.9864608Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:45:49.9886415Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:45:50.0195414Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 2022-09-27T15:45:50.0408525Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 2022-09-27T15:45:50.0635296Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 2022-09-27T15:45:50.0863215Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:45:50.1075914Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:45:50.1166455Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 2022-09-27T15:45:50.1279325Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 2022-09-27T15:45:50.1290905Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 2022-09-27T15:45:50.1516175Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 2022-09-27T15:45:50.1765847Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 2022-09-27T15:45:50.1792256Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:45:50.1801607Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mish_cpu_float32 2022-09-27T15:45:50.1872465Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 2022-09-27T15:45:50.1951294Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mish_cpu_float32 2022-09-27T15:45:50.2277251Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 2022-09-27T15:45:50.2283372Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 2022-09-27T15:45:50.2361760Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mse_loss_cpu_float32 2022-09-27T15:45:50.2391519Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mse_loss_cpu_float32 2022-09-27T15:45:50.2426275Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 2022-09-27T15:45:50.2701233Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 2022-09-27T15:45:50.2706636Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:45:50.2724673Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:45:50.2885475Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:45:50.2889670Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 2022-09-27T15:45:50.3350906Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 2022-09-27T15:45:50.3387476Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 2022-09-27T15:45:50.3437748Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:45:50.3457599Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 2022-09-27T15:45:50.3746426Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:45:50.3766651Z test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 2022-09-27T15:45:50.3775916Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:45:50.3942234Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 2022-09-27T15:45:50.3951009Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 2022-09-27T15:45:50.3958356Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:45:50.4219038Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 2022-09-27T15:45:50.4228196Z test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 2022-09-27T15:45:50.4437449Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 2022-09-27T15:45:50.4486538Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:45:50.4505855Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_nll_loss_cpu_float32 2022-09-27T15:45:50.4593934Z [gw3] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_nll_loss_cpu_float32 2022-09-27T15:45:50.4704540Z test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 2022-09-27T15:45:50.4980273Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 2022-09-27T15:45:50.5096686Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_normalize_cpu_float32 2022-09-27T15:45:50.5120212Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 2022-09-27T15:45:50.5174450Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_normalize_cpu_float32 2022-09-27T15:45:50.5400268Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 2022-09-27T15:45:50.5403756Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_one_hot_cpu_int64 2022-09-27T15:45:50.5550733Z [gw3] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_one_hot_cpu_int64 2022-09-27T15:45:50.5708789Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 2022-09-27T15:45:50.5911362Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 2022-09-27T15:45:50.6030641Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_circular_cpu_float32 2022-09-27T15:45:50.6148993Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 2022-09-27T15:45:50.6360734Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 2022-09-27T15:45:50.6368993Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_circular_cpu_float32 2022-09-27T15:45:50.6382052Z test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 2022-09-27T15:45:50.6429726Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_cpu_float32 2022-09-27T15:45:50.6471288Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 2022-09-27T15:45:50.6733191Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_cpu_float32 2022-09-27T15:45:50.6741984Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 2022-09-27T15:45:50.6792818Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 2022-09-27T15:45:50.6821962Z test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 2022-09-27T15:45:50.6837100Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 2022-09-27T15:45:50.6895497Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize__cpu_float32 2022-09-27T15:45:50.7234271Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize__cpu_float32 2022-09-27T15:45:50.7273666Z test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 2022-09-27T15:45:50.7319235Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize_as__cpu_float32 2022-09-27T15:45:50.7346006Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 2022-09-27T15:45:50.7674868Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize_as__cpu_float32 2022-09-27T15:45:50.7713495Z test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 2022-09-27T15:45:50.7724226Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_conj_cpu_float32 2022-09-27T15:45:50.7760870Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 2022-09-27T15:45:50.8112935Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_conj_cpu_float32 2022-09-27T15:45:50.8137483Z test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 2022-09-27T15:45:50.8152423Z [gw1] [ 94%] SKIPPED test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 2022-09-27T15:45:50.8195554Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_neg_cpu_float32 2022-09-27T15:45:50.8555895Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_neg_cpu_float32 2022-09-27T15:45:50.8595018Z test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 2022-09-27T15:45:50.8618520Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_roll_cpu_float32 2022-09-27T15:45:50.8681902Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 2022-09-27T15:45:50.8692455Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 2022-09-27T15:45:50.8771769Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 2022-09-27T15:45:50.8941207Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_roll_cpu_float32 2022-09-27T15:45:50.8991267Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 2022-09-27T15:45:50.9030028Z test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 2022-09-27T15:45:50.9110199Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rot90_cpu_float32 2022-09-27T15:45:50.9304785Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 2022-09-27T15:45:50.9407060Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 2022-09-27T15:45:50.9421030Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rot90_cpu_float32 2022-09-27T15:45:50.9430475Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 2022-09-27T15:45:50.9471055Z test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 2022-09-27T15:45:50.9507630Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_cpu_float32 2022-09-27T15:45:50.9514440Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 2022-09-27T15:45:50.9549161Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_cpu_float32 2022-09-27T15:45:50.9757931Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 2022-09-27T15:45:50.9872265Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 2022-09-27T15:45:50.9911371Z test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 2022-09-27T15:45:50.9947657Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_0_cpu_float32 2022-09-27T15:45:50.9964540Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 2022-09-27T15:45:50.9990171Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_0_cpu_float32 2022-09-27T15:45:51.0176820Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 2022-09-27T15:45:51.0311415Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 2022-09-27T15:45:51.0351506Z test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 2022-09-27T15:45:51.0405979Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_3_cpu_float32 2022-09-27T15:45:51.0431334Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_3_cpu_float32 2022-09-27T15:45:51.0577722Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 2022-09-27T15:45:51.0750965Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 2022-09-27T15:45:51.0794729Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 2022-09-27T15:45:51.0854277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_neg_3_cpu_float32 2022-09-27T15:45:51.0988621Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_neg_3_cpu_float32 2022-09-27T15:45:51.1190055Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 2022-09-27T15:45:51.1231569Z test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 2022-09-27T15:45:51.1263530Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsqrt_cpu_float32 2022-09-27T15:45:51.1291031Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 2022-09-27T15:45:51.1634764Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsqrt_cpu_float32 2022-09-27T15:45:51.1674114Z test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 2022-09-27T15:45:51.1847840Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsub_cpu_float32 2022-09-27T15:45:51.1861382Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 2022-09-27T15:45:51.1866811Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 2022-09-27T15:45:51.1889109Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsub_cpu_float32 2022-09-27T15:45:51.2113161Z [gw2] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 2022-09-27T15:45:51.2236545Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_add_cpu_float32 2022-09-27T15:45:51.2272589Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_add_cpu_float32 2022-09-27T15:45:51.2302661Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 2022-09-27T15:45:51.2462957Z [gw2] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 2022-09-27T15:45:51.2473646Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 2022-09-27T15:45:51.2552994Z test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:45:51.2731480Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_cpu_float32 2022-09-27T15:45:51.2786340Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:45:51.2789816Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 2022-09-27T15:45:51.2855669Z [gw2] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 2022-09-27T15:45:51.2912922Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_cpu_float32 2022-09-27T15:45:51.2994737Z test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:45:51.3177795Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amax_cpu_float32 2022-09-27T15:45:51.3233348Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:45:51.3266633Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 2022-09-27T15:45:51.3295745Z [gw2] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 2022-09-27T15:45:51.3352895Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amax_cpu_float32 2022-09-27T15:45:51.3434407Z test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 2022-09-27T15:45:51.3441452Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 2022-09-27T15:45:51.3675365Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amin_cpu_float32 2022-09-27T15:45:51.3748831Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 2022-09-27T15:45:51.3785805Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amin_cpu_float32 2022-09-27T15:45:51.3797745Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 2022-09-27T15:45:51.3827892Z test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 2022-09-27T15:45:51.3872363Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 2022-09-27T15:45:51.4114922Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_mean_cpu_float32 2022-09-27T15:45:51.4182733Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 2022-09-27T15:45:51.4234498Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_mean_cpu_float32 2022-09-27T15:45:51.4261674Z test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 2022-09-27T15:45:51.4312853Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 2022-09-27T15:45:51.4329216Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_prod_cpu_float32 2022-09-27T15:45:51.4554164Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 2022-09-27T15:45:51.4617103Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 2022-09-27T15:45:51.4652570Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_prod_cpu_float32 2022-09-27T15:45:51.4672606Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 2022-09-27T15:45:51.4752314Z test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 2022-09-27T15:45:51.4822995Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_sum_cpu_float32 2022-09-27T15:45:51.4992336Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 2022-09-27T15:45:51.5051213Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 2022-09-27T15:45:51.5114258Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_sum_cpu_float32 2022-09-27T15:45:51.5193586Z test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 2022-09-27T15:45:51.5297987Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_searchsorted_cpu_float32 2022-09-27T15:45:51.5549847Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 2022-09-27T15:45:51.5575962Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 2022-09-27T15:45:51.5705086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 2022-09-27T15:45:51.5865451Z test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 2022-09-27T15:45:51.5935841Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 2022-09-27T15:45:51.5992237Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 2022-09-27T15:45:51.6115403Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 2022-09-27T15:45:51.6239034Z test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 2022-09-27T15:45:51.6527730Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 2022-09-27T15:45:51.6549252Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 2022-09-27T15:45:51.6622422Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 2022-09-27T15:45:51.6622964Z test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 2022-09-27T15:45:51.6994448Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 2022-09-27T15:45:51.7069242Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 2022-09-27T15:45:51.7076289Z test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 2022-09-27T15:45:51.7099494Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 2022-09-27T15:45:51.7176935Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 2022-09-27T15:45:51.7435592Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 2022-09-27T15:45:51.7513494Z test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 2022-09-27T15:45:51.7529258Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 2022-09-27T15:45:51.7547771Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 2022-09-27T15:45:51.7874715Z [gw2] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 2022-09-27T15:45:51.7953176Z test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 2022-09-27T15:45:51.7961456Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 2022-09-27T15:45:51.8314305Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 2022-09-27T15:45:51.8576032Z test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 2022-09-27T15:45:51.8855406Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 2022-09-27T15:45:51.8862877Z test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 2022-09-27T15:45:51.9103092Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 2022-09-27T15:45:51.9121320Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 2022-09-27T15:45:51.9279142Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 2022-09-27T15:45:51.9279787Z test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 2022-09-27T15:45:51.9728067Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 2022-09-27T15:45:51.9728716Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 2022-09-27T15:45:52.0183460Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 2022-09-27T15:45:52.0187038Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 2022-09-27T15:45:52.0562759Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 2022-09-27T15:45:52.0638481Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 2022-09-27T15:45:52.0663155Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 2022-09-27T15:45:52.0672967Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 2022-09-27T15:45:52.1006235Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 2022-09-27T15:45:52.1119577Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 2022-09-27T15:45:52.1493520Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 2022-09-27T15:45:52.1494191Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 2022-09-27T15:45:52.1958487Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 2022-09-27T15:45:52.1959143Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 2022-09-27T15:45:52.2352276Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 2022-09-27T15:45:52.2360409Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 2022-09-27T15:45:52.2361165Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 2022-09-27T15:45:52.2734413Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 2022-09-27T15:45:52.2753986Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 2022-09-27T15:45:52.2970728Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 2022-09-27T15:45:52.2976244Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 2022-09-27T15:45:52.3002143Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 2022-09-27T15:45:52.3217941Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 2022-09-27T15:45:52.3261884Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 2022-09-27T15:45:52.3647317Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 2022-09-27T15:45:52.3809448Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 2022-09-27T15:45:52.4150278Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 2022-09-27T15:45:52.4205379Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 2022-09-27T15:45:52.4536902Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 2022-09-27T15:45:52.4615708Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 2022-09-27T15:45:52.4675217Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 2022-09-27T15:45:52.4702778Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 2022-09-27T15:45:52.4979358Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 2022-09-27T15:45:52.5087578Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 2022-09-27T15:45:52.5511218Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 2022-09-27T15:45:52.5528308Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 2022-09-27T15:45:52.5923713Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 2022-09-27T15:45:52.5924234Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 2022-09-27T15:45:52.6396678Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 2022-09-27T15:45:52.6397342Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 2022-09-27T15:45:52.6870519Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 2022-09-27T15:45:52.7017953Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 2022-09-27T15:45:52.7325050Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 2022-09-27T15:45:52.7326476Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 2022-09-27T15:45:52.7463758Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 2022-09-27T15:45:52.7497845Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 2022-09-27T15:45:52.7791691Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 2022-09-27T15:45:52.7792282Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 2022-09-27T15:45:52.8223955Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 2022-09-27T15:45:52.8233578Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 2022-09-27T15:45:52.8632934Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 2022-09-27T15:45:52.8727732Z test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 2022-09-27T15:45:52.9187520Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 2022-09-27T15:45:52.9253256Z test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 2022-09-27T15:45:52.9332520Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 2022-09-27T15:45:52.9397195Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 2022-09-27T15:45:52.9669373Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 2022-09-27T15:45:52.9875724Z test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 2022-09-27T15:45:53.0037948Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 2022-09-27T15:45:53.0099702Z test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 2022-09-27T15:45:53.0422208Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 2022-09-27T15:45:53.0487109Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 2022-09-27T15:45:53.0590585Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 2022-09-27T15:45:53.0591313Z test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 2022-09-27T15:45:53.1109569Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 2022-09-27T15:45:53.1383202Z test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 2022-09-27T15:45:53.1471667Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 2022-09-27T15:45:53.1506379Z test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 2022-09-27T15:45:53.1526232Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 2022-09-27T15:45:53.1536934Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 2022-09-27T15:45:53.2028609Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 2022-09-27T15:45:53.3134764Z test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 2022-09-27T15:45:53.3166954Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 2022-09-27T15:45:53.3419568Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 2022-09-27T15:45:53.3551044Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 2022-09-27T15:45:53.3795365Z test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 2022-09-27T15:45:53.3827458Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 2022-09-27T15:45:53.4016341Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 2022-09-27T15:45:53.4051391Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 2022-09-27T15:45:53.4528907Z test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 2022-09-27T15:45:53.4542347Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 2022-09-27T15:45:53.4553263Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 2022-09-27T15:45:53.4566993Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 2022-09-27T15:45:53.5056714Z test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 2022-09-27T15:45:53.5086553Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 2022-09-27T15:45:53.5341524Z test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 2022-09-27T15:45:53.5497973Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 2022-09-27T15:45:53.5519624Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 2022-09-27T15:45:53.5628582Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 2022-09-27T15:45:53.5850086Z test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 2022-09-27T15:45:53.5952717Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 2022-09-27T15:45:53.5991635Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_searchsorted_cpu_float32 2022-09-27T15:45:53.5997641Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_lengths_cpu_float32 2022-09-27T15:45:53.6059606Z test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 2022-09-27T15:45:53.6355435Z [gw3] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_lengths_cpu_float32 2022-09-27T15:45:53.6469167Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 2022-09-27T15:45:53.6474682Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 2022-09-27T15:45:53.6481982Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_offsets_cpu_float32 2022-09-27T15:45:53.6649670Z test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 2022-09-27T15:45:53.6869328Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 2022-09-27T15:45:53.6911229Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 2022-09-27T15:45:53.7697248Z test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 2022-09-27T15:45:53.7752351Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 2022-09-27T15:45:53.7871477Z test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 2022-09-27T15:45:53.8307374Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 2022-09-27T15:45:53.8602869Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 2022-09-27T15:45:53.8612960Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 2022-09-27T15:45:53.8617822Z test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 2022-09-27T15:45:53.8870057Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 2022-09-27T15:45:53.9065490Z test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 2022-09-27T15:45:53.9077184Z [gw2] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 2022-09-27T15:45:53.9206909Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 2022-09-27T15:45:53.9252669Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 2022-09-27T15:45:53.9439513Z test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 2022-09-27T15:45:53.9773407Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 2022-09-27T15:45:53.9774061Z test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 2022-09-27T15:45:53.9786122Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 2022-09-27T15:45:54.0044666Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 2022-09-27T15:45:54.0193772Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 2022-09-27T15:45:54.0552169Z test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 2022-09-27T15:45:54.0631925Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 2022-09-27T15:45:54.0676430Z test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 2022-09-27T15:45:54.0689445Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 2022-09-27T15:45:54.0766853Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 2022-09-27T15:45:54.1191075Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 2022-09-27T15:45:54.1358563Z test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 2022-09-27T15:45:54.1585449Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 2022-09-27T15:45:54.1672275Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 2022-09-27T15:45:54.1673445Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 2022-09-27T15:45:54.1697914Z test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 2022-09-27T15:45:54.2111750Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 2022-09-27T15:45:54.2161473Z test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 2022-09-27T15:45:54.2175039Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 2022-09-27T15:45:54.2195614Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 2022-09-27T15:45:54.2414159Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 2022-09-27T15:45:54.2591069Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 2022-09-27T15:45:54.2613854Z test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 2022-09-27T15:45:54.2669197Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 2022-09-27T15:45:54.3031108Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 2022-09-27T15:45:54.3200359Z test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 2022-09-27T15:45:54.3212800Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 2022-09-27T15:45:54.3909347Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 2022-09-27T15:45:54.3922879Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 2022-09-27T15:45:54.4100434Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 2022-09-27T15:45:54.4126139Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 2022-09-27T15:45:54.4138809Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 2022-09-27T15:45:54.4228417Z test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 2022-09-27T15:45:54.4353752Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 2022-09-27T15:45:54.4475668Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 2022-09-27T15:45:54.4553888Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 2022-09-27T15:45:54.4614989Z test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 2022-09-27T15:45:54.4792410Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 2022-09-27T15:45:54.4820974Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 2022-09-27T15:45:54.5036391Z [gw2] [ 95%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 2022-09-27T15:45:54.5091414Z test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 2022-09-27T15:45:54.5231686Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 2022-09-27T15:45:54.5514669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 2022-09-27T15:45:54.5571947Z test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 2022-09-27T15:45:54.5991401Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 2022-09-27T15:45:54.6049143Z test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 2022-09-27T15:45:54.6435065Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 2022-09-27T15:45:54.6530425Z test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 2022-09-27T15:45:54.6910684Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 2022-09-27T15:45:54.6957443Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:45:54.7395100Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:45:54.7784969Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:45:54.7796439Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_offsets_cpu_float32 2022-09-27T15:45:54.7852739Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_cpu_float32 2022-09-27T15:45:54.7945690Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_cpu_float32 2022-09-27T15:45:54.7961172Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:45:54.8127914Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:45:54.8192287Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:45:54.8292318Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_scatter_cpu_float32 2022-09-27T15:45:54.8391387Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_scatter_cpu_float32 2022-09-27T15:45:54.8437952Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:45:54.8632221Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:45:54.8686651Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sgn_cpu_float32 2022-09-27T15:45:54.8857826Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sgn_cpu_float32 2022-09-27T15:45:54.8892308Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:45:54.9149523Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:45:54.9184513Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_short_cpu_float32 2022-09-27T15:45:54.9349311Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_short_cpu_float32 2022-09-27T15:45:54.9748903Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:45:54.9752896Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sigmoid_cpu_float32 2022-09-27T15:45:55.0010815Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sigmoid_cpu_float32 2022-09-27T15:45:55.0014676Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sign_cpu_float32 2022-09-27T15:45:55.0041072Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sign_cpu_float32 2022-09-27T15:45:55.0048823Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 2022-09-27T15:45:55.0127310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 2022-09-27T15:45:55.0398005Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 2022-09-27T15:45:55.0446555Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_signbit_cpu_float32 2022-09-27T15:45:55.0504447Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_signbit_cpu_float32 2022-09-27T15:45:55.0505117Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 2022-09-27T15:45:55.0834268Z [gw2] [ 95%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 2022-09-27T15:45:55.0878844Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sin_cpu_float32 2022-09-27T15:45:55.0883197Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sin_cpu_float32 2022-09-27T15:45:55.0890998Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:45:55.0944753Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 2022-09-27T15:45:55.0974150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 2022-09-27T15:45:55.1273413Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 2022-09-27T15:45:55.1312115Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinc_cpu_float32 2022-09-27T15:45:55.1332233Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:45:55.1486158Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinc_cpu_float32 2022-09-27T15:45:55.1712366Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:45:55.1757177Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinh_cpu_float32 2022-09-27T15:45:55.1764416Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:45:55.1912658Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinh_cpu_float32 2022-09-27T15:45:55.2154406Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:45:55.2192449Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_slice_scatter_cpu_float32 2022-09-27T15:45:55.2337834Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:45:55.2413807Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_slice_scatter_cpu_float32 2022-09-27T15:45:55.2590146Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:45:55.2667997Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_cpu_float32 2022-09-27T15:45:55.2677464Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:45:55.3031099Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_cpu_float32 2022-09-27T15:45:55.3158744Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_with_dtype_cpu_float32 2022-09-27T15:45:55.3370301Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_with_dtype_cpu_float32 2022-09-27T15:45:55.3378566Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 2022-09-27T15:45:55.3470285Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 2022-09-27T15:45:55.4184364Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sort_cpu_float32 2022-09-27T15:45:55.4196301Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sort_cpu_float32 2022-09-27T15:45:55.4223763Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sparse_sampled_addmm_cpu_float32 2022-09-27T15:45:55.4445549Z [gw3] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sparse_sampled_addmm_cpu_float32 2022-09-27T15:45:55.4454692Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:45:55.4634338Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:45:55.4691006Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_airy_ai_cpu_float32 2022-09-27T15:45:55.5073345Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_airy_ai_cpu_float32 2022-09-27T15:45:55.5097214Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j0_cpu_float32 2022-09-27T15:45:55.5115717Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:45:55.5135381Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:45:55.5148614Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j0_cpu_float32 2022-09-27T15:45:55.5511692Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:45:55.5552023Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j1_cpu_float32 2022-09-27T15:45:55.5568866Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 2022-09-27T15:45:55.5588767Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j1_cpu_float32 2022-09-27T15:45:55.5954808Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 2022-09-27T15:45:55.5995027Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y0_cpu_float32 2022-09-27T15:45:55.6010866Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 2022-09-27T15:45:55.6085796Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y0_cpu_float32 2022-09-27T15:45:55.6192556Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 2022-09-27T15:45:55.6200019Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 2022-09-27T15:45:55.6392800Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 2022-09-27T15:45:55.6431297Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y1_cpu_float32 2022-09-27T15:45:55.6451088Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:45:55.6480351Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y1_cpu_float32 2022-09-27T15:45:55.6490684Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:45:55.6524716Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:45:55.6718040Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:45:55.6832069Z [gw0] [ 95%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:45:55.6872428Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:45:55.6912830Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:45:55.6959843Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:45:55.6979349Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:45:55.7276077Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:45:55.7314036Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:45:55.7406237Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:45:55.7421854Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:45:55.7713236Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:45:55.7736351Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:45:55.7753120Z [gw3] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:45:55.7864019Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:45:55.8154837Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:45:55.8174524Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:45:55.8191800Z [gw3] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:45:55.8594144Z test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 2022-09-27T15:45:55.8641765Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_entr_cpu_float32 2022-09-27T15:45:55.8944875Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_entr_cpu_float32 2022-09-27T15:45:55.8959905Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 2022-09-27T15:45:55.8984208Z test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 2022-09-27T15:45:55.9030626Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 2022-09-27T15:45:55.9084226Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_erfcx_cpu_float32 2022-09-27T15:45:55.9152912Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_erfcx_cpu_float32 2022-09-27T15:45:55.9163994Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 2022-09-27T15:45:55.9341880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 2022-09-27T15:45:55.9392641Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 2022-09-27T15:45:55.9471982Z test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 2022-09-27T15:45:55.9497256Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:45:55.9591824Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 2022-09-27T15:45:55.9604574Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 2022-09-27T15:45:55.9777758Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:45:55.9830591Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 2022-09-27T15:45:55.9906081Z test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 2022-09-27T15:45:55.9919311Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 2022-09-27T15:45:56.0032363Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:45:56.0046299Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 2022-09-27T15:45:56.0060133Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:45:56.0271415Z [gw2] [ 95%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 2022-09-27T15:45:56.0352301Z test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 2022-09-27T15:45:56.0397262Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i0e_cpu_float32 2022-09-27T15:45:56.0448772Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i0e_cpu_float32 2022-09-27T15:45:56.0456028Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:45:56.0472313Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:45:56.0493128Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 2022-09-27T15:45:56.0548159Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 2022-09-27T15:45:56.0711650Z [gw0] [ 95%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:45:56.0792148Z test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 2022-09-27T15:45:56.0838245Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1_cpu_float32 2022-09-27T15:45:56.0871358Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1_cpu_float32 2022-09-27T15:45:56.0953955Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:45:56.0962949Z [gw2] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 2022-09-27T15:45:56.1145767Z test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 2022-09-27T15:45:56.1231229Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 2022-09-27T15:45:56.1340444Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1e_cpu_float32 2022-09-27T15:45:56.1390452Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1e_cpu_float32 2022-09-27T15:45:56.1569713Z test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 2022-09-27T15:45:56.1574858Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 2022-09-27T15:45:56.1586388Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 2022-09-27T15:45:56.1609061Z test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 2022-09-27T15:45:56.1671981Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 2022-09-27T15:45:56.1776454Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:45:56.1831793Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:45:56.1919580Z test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 2022-09-27T15:45:56.1991251Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 2022-09-27T15:45:56.2079421Z test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 2022-09-27T15:45:56.2114092Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 2022-09-27T15:45:56.2140083Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:45:56.2272267Z [gw3] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:45:56.2502300Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:45:56.2558183Z test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 2022-09-27T15:45:56.2611227Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_log_ndtr_cpu_float32 2022-09-27T15:45:56.2644418Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_log_ndtr_cpu_float32 2022-09-27T15:45:56.2916895Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 2022-09-27T15:45:56.2928383Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:45:56.2952612Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 2022-09-27T15:45:56.3064723Z test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 2022-09-27T15:45:56.3081265Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i0_cpu_float32 2022-09-27T15:45:56.3143710Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i0_cpu_float32 2022-09-27T15:45:56.3555547Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 2022-09-27T15:45:56.3556249Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i1_cpu_float32 2022-09-27T15:45:56.3563707Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i1_cpu_float32 2022-09-27T15:45:56.3681124Z test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 2022-09-27T15:45:56.3698936Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:45:56.3753628Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:45:56.3758917Z [gw0] [ 95%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:45:56.3838065Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 2022-09-27T15:45:56.3849272Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 2022-09-27T15:45:56.3871991Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 2022-09-27T15:45:56.3915144Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k0_cpu_float32 2022-09-27T15:45:56.3928847Z test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 2022-09-27T15:45:56.4113665Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k0_cpu_float32 2022-09-27T15:45:56.4313656Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:45:56.4375005Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k1_cpu_float32 2022-09-27T15:45:56.4506773Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k1_cpu_float32 2022-09-27T15:45:56.4513645Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 2022-09-27T15:45:56.4589179Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 2022-09-27T15:45:56.4755205Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 2022-09-27T15:45:56.4854112Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtr_cpu_float32 2022-09-27T15:45:56.4927441Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtr_cpu_float32 2022-09-27T15:45:56.4939939Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 2022-09-27T15:45:56.4951950Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 2022-09-27T15:45:56.5091471Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 2022-09-27T15:45:56.5124994Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 2022-09-27T15:45:56.5190705Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 2022-09-27T15:45:56.5248201Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtri_cpu_float32 2022-09-27T15:45:56.5468848Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtri_cpu_float32 2022-09-27T15:45:56.5471590Z test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 2022-09-27T15:45:56.5744145Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:45:56.5747358Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:45:56.5924180Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:45:56.5957036Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 2022-09-27T15:45:56.6188724Z test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 2022-09-27T15:45:56.6197924Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:45:56.6213137Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:45:56.6225711Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:45:56.6485701Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 2022-09-27T15:45:56.6545273Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 2022-09-27T15:45:56.6707582Z test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 2022-09-27T15:45:56.6745888Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 2022-09-27T15:45:56.6951392Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 2022-09-27T15:45:56.7027204Z test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 2022-09-27T15:45:56.7080793Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 2022-09-27T15:45:56.7091594Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 2022-09-27T15:45:56.7139423Z test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 2022-09-27T15:45:56.7288659Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 2022-09-27T15:45:56.7299390Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:45:56.7321725Z test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 2022-09-27T15:45:56.7390048Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 2022-09-27T15:45:56.7417266Z test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 2022-09-27T15:45:56.7511586Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 2022-09-27T15:45:56.7580668Z test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 2022-09-27T15:45:56.7710269Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 2022-09-27T15:45:56.7800276Z test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 2022-09-27T15:45:56.7829946Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 2022-09-27T15:45:56.7940743Z test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 2022-09-27T15:45:56.7949956Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 2022-09-27T15:45:56.8153557Z test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 2022-09-27T15:45:56.8160576Z test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 2022-09-27T15:45:56.8191035Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 2022-09-27T15:45:56.8272377Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 2022-09-27T15:45:56.8295575Z test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 2022-09-27T15:45:56.8391886Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 2022-09-27T15:45:56.8428993Z test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 2022-09-27T15:45:56.8488636Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 2022-09-27T15:45:56.8496316Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 2022-09-27T15:45:56.8514240Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:45:56.8589472Z [gw0] [ 95%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:45:56.8659839Z test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 2022-09-27T15:45:56.8709596Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 2022-09-27T15:45:56.8736003Z test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 2022-09-27T15:45:56.8829855Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 2022-09-27T15:45:56.8910289Z test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 2022-09-27T15:45:56.8927579Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:45:56.8935336Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 2022-09-27T15:45:56.9030239Z [gw0] [ 95%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:45:56.9100779Z test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 2022-09-27T15:45:56.9149883Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 2022-09-27T15:45:56.9178779Z test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 2022-09-27T15:45:56.9269409Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 2022-09-27T15:45:56.9308245Z test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 2022-09-27T15:45:56.9349875Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 2022-09-27T15:45:56.9471298Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:45:56.9590740Z test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 2022-09-27T15:45:56.9626708Z test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 2022-09-27T15:45:56.9700202Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 2022-09-27T15:45:56.9710506Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 2022-09-27T15:45:56.9751798Z test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 2022-09-27T15:45:56.9911372Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 2022-09-27T15:45:57.0033358Z test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 2022-09-27T15:45:57.0081582Z test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 2022-09-27T15:45:57.0090108Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 2022-09-27T15:45:57.0151603Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 2022-09-27T15:45:57.0194829Z test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 2022-09-27T15:45:57.0352828Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 2022-09-27T15:45:57.0420392Z test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 2022-09-27T15:45:57.0471249Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 2022-09-27T15:45:57.0515340Z test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 2022-09-27T15:45:57.0592342Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 2022-09-27T15:45:57.0666695Z test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 2022-09-27T15:45:57.0790427Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 2022-09-27T15:45:57.0954818Z test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 2022-09-27T15:45:57.0984296Z test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 2022-09-27T15:45:57.1011832Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 2022-09-27T15:45:57.1030944Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 2022-09-27T15:45:57.1070790Z test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 2022-09-27T15:45:57.1229701Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 2022-09-27T15:45:57.1391248Z test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 2022-09-27T15:45:57.1429534Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 2022-09-27T15:45:57.1468861Z test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 2022-09-27T15:45:57.1481811Z test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 2022-09-27T15:45:57.1578319Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 2022-09-27T15:45:57.1668566Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 2022-09-27T15:45:57.1700766Z test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 2022-09-27T15:45:57.1869534Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 2022-09-27T15:45:57.1898472Z test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 2022-09-27T15:45:57.1909838Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 2022-09-27T15:45:57.1938839Z test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 2022-09-27T15:45:57.2112940Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 2022-09-27T15:45:57.2313080Z test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 2022-09-27T15:45:57.2353343Z test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 2022-09-27T15:45:57.2361187Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 2022-09-27T15:45:57.2389148Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 2022-09-27T15:45:57.2553577Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 2022-09-27T15:45:57.2563098Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:45:57.2665249Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 2022-09-27T15:45:57.2674219Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 2022-09-27T15:45:57.2755971Z test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 2022-09-27T15:45:57.2814584Z test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 2022-09-27T15:45:57.2817699Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 2022-09-27T15:45:57.2835023Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 2022-09-27T15:45:57.2870032Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 2022-09-27T15:45:57.3112247Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 2022-09-27T15:45:57.3192263Z test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 2022-09-27T15:45:57.3231332Z test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 2022-09-27T15:45:57.3241956Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 2022-09-27T15:45:57.3276729Z test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 2022-09-27T15:45:57.3355930Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 2022-09-27T15:45:57.3552053Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 2022-09-27T15:45:57.3633592Z test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 2022-09-27T15:45:57.3671648Z test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 2022-09-27T15:45:57.3681190Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 2022-09-27T15:45:57.3736244Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:45:57.3921072Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 2022-09-27T15:45:57.4031695Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:45:57.4071324Z test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 2022-09-27T15:45:57.4111934Z test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 2022-09-27T15:45:57.4136625Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:45:57.4351525Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 2022-09-27T15:45:57.4509864Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:45:57.4546826Z test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 2022-09-27T15:45:57.4555402Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 2022-09-27T15:45:57.4579185Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:45:57.4591094Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 2022-09-27T15:45:57.4624324Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:45:57.4796785Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:45:57.4953617Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:45:57.4998871Z test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 2022-09-27T15:45:57.5007362Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 2022-09-27T15:45:57.5009364Z test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 2022-09-27T15:45:57.5092676Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:45:57.5248205Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 2022-09-27T15:45:57.5391155Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:45:57.5491364Z test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 2022-09-27T15:45:57.5502595Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 2022-09-27T15:45:57.5510061Z test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 2022-09-27T15:45:57.5602584Z test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 2022-09-27T15:45:57.5660678Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 2022-09-27T15:45:57.5846336Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 2022-09-27T15:45:57.5871894Z test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 2022-09-27T15:45:57.5881666Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 2022-09-27T15:45:57.5950500Z test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 2022-09-27T15:45:57.5956514Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 2022-09-27T15:45:57.6057752Z test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 2022-09-27T15:45:57.6274062Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 2022-09-27T15:45:57.6320558Z test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 2022-09-27T15:45:57.6327188Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 2022-09-27T15:45:57.6415747Z test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 2022-09-27T15:45:57.6532153Z test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 2022-09-27T15:45:57.6563633Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 2022-09-27T15:45:57.6712357Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 2022-09-27T15:45:57.6746091Z test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 2022-09-27T15:45:57.6753215Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 2022-09-27T15:45:57.6848638Z test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 2022-09-27T15:45:57.6871789Z test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 2022-09-27T15:45:57.6953427Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 2022-09-27T15:45:57.7203079Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 2022-09-27T15:45:57.7210375Z test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 2022-09-27T15:45:57.7221174Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 2022-09-27T15:45:57.7272738Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 2022-09-27T15:45:57.7421458Z test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 2022-09-27T15:45:57.7530442Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 2022-09-27T15:45:57.7593333Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 2022-09-27T15:45:57.7628876Z test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 2022-09-27T15:45:57.7672198Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 2022-09-27T15:45:57.7753071Z test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 2022-09-27T15:45:57.7871080Z test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 2022-09-27T15:45:57.8031602Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 2022-09-27T15:45:57.8056636Z test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 2022-09-27T15:45:57.8077703Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 2022-09-27T15:45:57.8108975Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 2022-09-27T15:45:57.8191584Z test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 2022-09-27T15:45:57.8289717Z test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 2022-09-27T15:45:57.8408534Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 2022-09-27T15:45:57.8471074Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 2022-09-27T15:45:57.8502190Z test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 2022-09-27T15:45:57.8550680Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 2022-09-27T15:45:57.8599316Z test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 2022-09-27T15:45:57.8629920Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 2022-09-27T15:45:57.8913802Z test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 2022-09-27T15:45:57.8943629Z test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 2022-09-27T15:45:57.8991641Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 2022-09-27T15:45:57.9084995Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 2022-09-27T15:45:57.9100951Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 2022-09-27T15:45:57.9115485Z test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 2022-09-27T15:45:57.9353950Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 2022-09-27T15:45:57.9384574Z test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 2022-09-27T15:45:57.9402603Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 2022-09-27T15:45:57.9431082Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 2022-09-27T15:45:57.9514627Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 2022-09-27T15:45:57.9553909Z test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 2022-09-27T15:45:57.9591667Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 2022-09-27T15:45:57.9793013Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 2022-09-27T15:45:57.9820981Z test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 2022-09-27T15:45:57.9873492Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 2022-09-27T15:45:57.9994503Z test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 2022-09-27T15:45:58.0024449Z test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 2022-09-27T15:45:58.0045056Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 2022-09-27T15:45:58.0232276Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 2022-09-27T15:45:58.0262510Z test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 2022-09-27T15:45:58.0312383Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 2022-09-27T15:45:58.0430648Z test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 2022-09-27T15:45:58.0435248Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 2022-09-27T15:45:58.0471120Z test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 2022-09-27T15:45:58.0669307Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 2022-09-27T15:45:58.0702912Z test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 2022-09-27T15:45:58.0748790Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 2022-09-27T15:45:58.0856590Z test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 2022-09-27T15:45:58.0868855Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 2022-09-27T15:45:58.1073229Z test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 2022-09-27T15:45:58.1108556Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 2022-09-27T15:45:58.1127621Z test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 2022-09-27T15:45:58.1188127Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 2022-09-27T15:45:58.1308181Z test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 2022-09-27T15:45:58.1358090Z test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 2022-09-27T15:45:58.1523050Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 2022-09-27T15:45:58.1530942Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 2022-09-27T15:45:58.1550170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 2022-09-27T15:45:58.1571592Z test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 2022-09-27T15:45:58.1630905Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 2022-09-27T15:45:58.1698186Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 2022-09-27T15:45:58.1718359Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 2022-09-27T15:45:58.1750282Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 2022-09-27T15:45:58.1785752Z test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 2022-09-27T15:45:58.1991700Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 2022-09-27T15:45:58.2020651Z test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 2022-09-27T15:45:58.2071647Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 2022-09-27T15:45:58.2190351Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:45:58.2248313Z test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 2022-09-27T15:45:58.2256721Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 2022-09-27T15:45:58.2323567Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 2022-09-27T15:45:58.2385257Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 2022-09-27T15:45:58.2431713Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:45:58.2458915Z test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 2022-09-27T15:45:58.2508983Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 2022-09-27T15:45:58.2576513Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 2022-09-27T15:45:58.2630520Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 2022-09-27T15:45:58.2780676Z test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 2022-09-27T15:45:58.2870640Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 2022-09-27T15:45:58.2898451Z test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 2022-09-27T15:45:58.2949305Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 2022-09-27T15:45:58.2995966Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:45:58.3069243Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:45:58.3088939Z test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 2022-09-27T15:45:58.3163876Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 2022-09-27T15:45:58.3169546Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 2022-09-27T15:45:58.3309036Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 2022-09-27T15:45:58.3343671Z test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 2022-09-27T15:45:58.3389666Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 2022-09-27T15:45:58.3511079Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 2022-09-27T15:45:58.3519359Z test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 2022-09-27T15:45:58.3706051Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 2022-09-27T15:45:58.3750965Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 2022-09-27T15:45:58.3803783Z test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 2022-09-27T15:45:58.3830345Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 2022-09-27T15:45:58.3898836Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:45:58.3952879Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:45:58.3982746Z test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 2022-09-27T15:45:58.4195004Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 2022-09-27T15:45:58.4271377Z test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 2022-09-27T15:45:58.4304352Z test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 2022-09-27T15:45:58.4320532Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 2022-09-27T15:45:58.4392069Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 2022-09-27T15:45:58.4634781Z test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 2022-09-27T15:45:58.4648635Z test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 2022-09-27T15:45:58.4665560Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 2022-09-27T15:45:58.4710937Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 2022-09-27T15:45:58.4792964Z test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 2022-09-27T15:45:58.4831209Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 2022-09-27T15:45:58.4883963Z test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 2022-09-27T15:45:58.5072013Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 2022-09-27T15:45:58.5107268Z test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 2022-09-27T15:45:58.5150395Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 2022-09-27T15:45:58.5178649Z test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 2022-09-27T15:45:58.5225330Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 2022-09-27T15:45:58.5233209Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 2022-09-27T15:45:58.5269235Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:45:58.5416154Z test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 2022-09-27T15:45:58.5509850Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 2022-09-27T15:45:58.5547010Z test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 2022-09-27T15:45:58.5590287Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 2022-09-27T15:45:58.5641845Z test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 2022-09-27T15:45:58.5711836Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 2022-09-27T15:45:58.5792423Z test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 2022-09-27T15:45:58.5803670Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:45:58.5892132Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:45:58.5950094Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 2022-09-27T15:45:58.5977454Z test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 2022-09-27T15:45:58.6031591Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 2022-09-27T15:45:58.6075850Z test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 2022-09-27T15:45:58.6149277Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 2022-09-27T15:45:58.6385533Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 2022-09-27T15:45:58.6398235Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:45:58.6402074Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:45:58.6433492Z test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 2022-09-27T15:45:58.6464538Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 2022-09-27T15:45:58.6476342Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 2022-09-27T15:45:58.6503979Z test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 2022-09-27T15:45:58.6589125Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 2022-09-27T15:45:58.6743071Z test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 2022-09-27T15:45:58.6831123Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 2022-09-27T15:45:58.6866557Z test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 2022-09-27T15:45:58.6909666Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 2022-09-27T15:45:58.6936316Z test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 2022-09-27T15:45:58.7029149Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 2022-09-27T15:45:58.7201139Z test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 2022-09-27T15:45:58.7269016Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 2022-09-27T15:45:58.7300340Z test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 2022-09-27T15:45:58.7349652Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 2022-09-27T15:45:58.7385674Z test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 2022-09-27T15:45:58.7470771Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 2022-09-27T15:45:58.7700767Z test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 2022-09-27T15:45:58.7713349Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 2022-09-27T15:45:58.7740981Z test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 2022-09-27T15:45:58.7789946Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 2022-09-27T15:45:58.7910707Z test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 2022-09-27T15:45:58.7966692Z test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 2022-09-27T15:45:58.8005910Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 2022-09-27T15:45:58.8149912Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 2022-09-27T15:45:58.8189147Z test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 2022-09-27T15:45:58.8258480Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 2022-09-27T15:45:58.8267127Z test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 2022-09-27T15:45:58.8382110Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 2022-09-27T15:45:58.8388794Z test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 2022-09-27T15:45:58.8593804Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 2022-09-27T15:45:58.8672725Z test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 2022-09-27T15:45:58.8703344Z test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 2022-09-27T15:45:58.8714342Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 2022-09-27T15:45:58.8790807Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 2022-09-27T15:45:58.8835178Z test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 2022-09-27T15:45:58.9033337Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 2022-09-27T15:45:58.9058129Z test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 2022-09-27T15:45:58.9111123Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 2022-09-27T15:45:58.9143081Z test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 2022-09-27T15:45:58.9187611Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 2022-09-27T15:45:58.9194450Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:45:58.9217483Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 2022-09-27T15:45:58.9230186Z [gw0] [ 96%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 2022-09-27T15:45:58.9266652Z test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 2022-09-27T15:45:58.9474208Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 2022-09-27T15:45:58.9505251Z test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 2022-09-27T15:45:58.9551842Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 2022-09-27T15:45:58.9590268Z test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 2022-09-27T15:45:58.9630943Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 2022-09-27T15:45:58.9711301Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:45:58.9713495Z test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 2022-09-27T15:45:58.9758510Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 2022-09-27T15:45:58.9914422Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:45:58.9958851Z test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 2022-09-27T15:45:58.9990743Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 2022-09-27T15:45:59.0021953Z test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 2022-09-27T15:45:59.0069715Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 2022-09-27T15:45:59.0150544Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:45:59.0178931Z test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 2022-09-27T15:45:59.0189280Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 2022-09-27T15:45:59.0351070Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:45:59.0405132Z test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 2022-09-27T15:45:59.0429405Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 2022-09-27T15:45:59.0466088Z test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 2022-09-27T15:45:59.0508990Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 2022-09-27T15:45:59.0590723Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:45:59.0624865Z test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 2022-09-27T15:45:59.0791105Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 2022-09-27T15:45:59.0904746Z test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 2022-09-27T15:45:59.0912760Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 2022-09-27T15:45:59.0947879Z test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 2022-09-27T15:45:59.1030704Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 2022-09-27T15:45:59.1068875Z test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 2022-09-27T15:45:59.1229949Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 2022-09-27T15:45:59.1262240Z test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 2022-09-27T15:45:59.1351118Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 2022-09-27T15:45:59.1390199Z test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 2022-09-27T15:45:59.1470701Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 2022-09-27T15:45:59.1504568Z test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 2022-09-27T15:45:59.1710049Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 2022-09-27T15:45:59.1743728Z test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 2022-09-27T15:45:59.1789592Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 2022-09-27T15:45:59.1838807Z test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 2022-09-27T15:45:59.1909649Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 2022-09-27T15:45:59.1945264Z test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 2022-09-27T15:45:59.2191583Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 2022-09-27T15:45:59.2229849Z test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 2022-09-27T15:45:59.2265289Z test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 2022-09-27T15:45:59.2349119Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 2022-09-27T15:45:59.2391355Z test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 2022-09-27T15:45:59.2452279Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 2022-09-27T15:45:59.2629737Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 2022-09-27T15:45:59.2654061Z test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 2022-09-27T15:45:59.2671264Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 2022-09-27T15:45:59.2704794Z test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 2022-09-27T15:45:59.2792363Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 2022-09-27T15:45:59.2825090Z test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 2022-09-27T15:45:59.3114847Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 2022-09-27T15:45:59.3117927Z test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 2022-09-27T15:45:59.3160801Z test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 2022-09-27T15:45:59.3175402Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 2022-09-27T15:45:59.3231353Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 2022-09-27T15:45:59.3265358Z test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 2022-09-27T15:45:59.3551110Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 2022-09-27T15:45:59.3646082Z test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 2022-09-27T15:45:59.3669043Z test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 2022-09-27T15:45:59.3717424Z test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 2022-09-27T15:45:59.3731039Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 2022-09-27T15:45:59.3760863Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 2022-09-27T15:45:59.3988659Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 2022-09-27T15:45:59.4024053Z test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 2022-09-27T15:45:59.4037749Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 2022-09-27T15:45:59.4079447Z test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 2022-09-27T15:45:59.4108467Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 2022-09-27T15:45:59.4147001Z test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 2022-09-27T15:45:59.4430282Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 2022-09-27T15:45:59.4522140Z test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 2022-09-27T15:45:59.4530393Z test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 2022-09-27T15:45:59.4541321Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 2022-09-27T15:45:59.4562601Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 2022-09-27T15:45:59.4614742Z test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 2022-09-27T15:45:59.4874230Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 2022-09-27T15:45:59.4932553Z test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 2022-09-27T15:45:59.4936275Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 2022-09-27T15:45:59.4975334Z test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 2022-09-27T15:45:59.4990373Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 2022-09-27T15:45:59.5243784Z test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 2022-09-27T15:45:59.5370151Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 2022-09-27T15:45:59.5373795Z test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 2022-09-27T15:45:59.5432972Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 2022-09-27T15:45:59.5436515Z test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 2022-09-27T15:45:59.5456609Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 2022-09-27T15:45:59.5545910Z test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 2022-09-27T15:45:59.5809304Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 2022-09-27T15:45:59.5812939Z test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 2022-09-27T15:45:59.5878928Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 2022-09-27T15:45:59.5882711Z test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 2022-09-27T15:45:59.5896197Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 2022-09-27T15:45:59.5987186Z test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 2022-09-27T15:45:59.6271048Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 2022-09-27T15:45:59.6273064Z test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 2022-09-27T15:45:59.6365995Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 2022-09-27T15:45:59.6367352Z test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 2022-09-27T15:45:59.6369244Z test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 2022-09-27T15:45:59.6426286Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 2022-09-27T15:45:59.6723181Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 2022-09-27T15:45:59.6816913Z test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 2022-09-27T15:45:59.6824283Z test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 2022-09-27T15:45:59.6833920Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 2022-09-27T15:45:59.6838150Z test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 2022-09-27T15:45:59.6853816Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 2022-09-27T15:45:59.7109616Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 2022-09-27T15:45:59.7135877Z test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 2022-09-27T15:45:59.7190098Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 2022-09-27T15:45:59.7215877Z test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 2022-09-27T15:45:59.7229429Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 2022-09-27T15:45:59.7267427Z test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 2022-09-27T15:45:59.7549239Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 2022-09-27T15:45:59.7573415Z test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 2022-09-27T15:45:59.7628943Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 2022-09-27T15:45:59.7654830Z test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 2022-09-27T15:45:59.7669244Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 2022-09-27T15:45:59.7705356Z test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 2022-09-27T15:45:59.7989406Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 2022-09-27T15:45:59.8014578Z test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 2022-09-27T15:45:59.8068718Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 2022-09-27T15:45:59.8109161Z test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 2022-09-27T15:45:59.8160717Z test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 2022-09-27T15:45:59.8230618Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 2022-09-27T15:45:59.8429658Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 2022-09-27T15:45:59.8451118Z test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 2022-09-27T15:45:59.8508835Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 2022-09-27T15:45:59.8545895Z test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 2022-09-27T15:45:59.8589204Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 2022-09-27T15:45:59.8630984Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 2022-09-27T15:45:59.8872970Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 2022-09-27T15:45:59.8925684Z test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 2022-09-27T15:45:59.8976733Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 2022-09-27T15:45:59.8985635Z test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 2022-09-27T15:45:59.9107752Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 2022-09-27T15:45:59.9115856Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 2022-09-27T15:45:59.9310507Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 2022-09-27T15:45:59.9347317Z test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 2022-09-27T15:45:59.9390571Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 2022-09-27T15:45:59.9438573Z test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 2022-09-27T15:45:59.9590399Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 2022-09-27T15:45:59.9601667Z test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 2022-09-27T15:45:59.9751966Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 2022-09-27T15:45:59.9795587Z test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 2022-09-27T15:45:59.9830983Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 2022-09-27T15:45:59.9869954Z test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 2022-09-27T15:46:00.0033421Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 2022-09-27T15:46:00.0084867Z test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 2022-09-27T15:46:00.0191412Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 2022-09-27T15:46:00.0241364Z test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 2022-09-27T15:46:00.0270998Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 2022-09-27T15:46:00.0324251Z test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 2022-09-27T15:46:00.0471700Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 2022-09-27T15:46:00.0520016Z test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 2022-09-27T15:46:00.0632033Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 2022-09-27T15:46:00.0685734Z test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 2022-09-27T15:46:00.0711109Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 2022-09-27T15:46:00.0766962Z test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 2022-09-27T15:46:00.0912966Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 2022-09-27T15:46:00.0965387Z test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 2022-09-27T15:46:00.1071223Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 2022-09-27T15:46:00.1106593Z test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 2022-09-27T15:46:00.1150074Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 2022-09-27T15:46:00.1189047Z test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 2022-09-27T15:46:00.1392814Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 2022-09-27T15:46:00.1436706Z test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 2022-09-27T15:46:00.1511547Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 2022-09-27T15:46:00.1592039Z test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 2022-09-27T15:46:00.1639087Z test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 2022-09-27T15:46:00.1654188Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 2022-09-27T15:46:00.1834779Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 2022-09-27T15:46:00.1877636Z test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 2022-09-27T15:46:00.1951690Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 2022-09-27T15:46:00.2013695Z test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 2022-09-27T15:46:00.2031176Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 2022-09-27T15:46:00.2063602Z test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 2022-09-27T15:46:00.2270805Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 2022-09-27T15:46:00.2310752Z test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 2022-09-27T15:46:00.2390058Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 2022-09-27T15:46:00.2418427Z test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 2022-09-27T15:46:00.2469886Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 2022-09-27T15:46:00.2501592Z test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 2022-09-27T15:46:00.2710456Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 2022-09-27T15:46:00.2747883Z test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 2022-09-27T15:46:00.2830010Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 2022-09-27T15:46:00.2885059Z test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 2022-09-27T15:46:00.2910131Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 2022-09-27T15:46:00.2939917Z test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 2022-09-27T15:46:00.3191273Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 2022-09-27T15:46:00.3245672Z test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 2022-09-27T15:46:00.3270400Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 2022-09-27T15:46:00.3318101Z test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 2022-09-27T15:46:00.3349751Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 2022-09-27T15:46:00.3430944Z test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 2022-09-27T15:46:00.3634174Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 2022-09-27T15:46:00.3685513Z test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 2022-09-27T15:46:00.3712072Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 2022-09-27T15:46:00.3765411Z test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 2022-09-27T15:46:00.3789577Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 2022-09-27T15:46:00.3813219Z test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 2022-09-27T15:46:00.4074158Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 2022-09-27T15:46:00.4130536Z test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 2022-09-27T15:46:00.4151070Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 2022-09-27T15:46:00.4213153Z test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 2022-09-27T15:46:00.4230103Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 2022-09-27T15:46:00.4254825Z test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 2022-09-27T15:46:00.4511917Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 2022-09-27T15:46:00.4547863Z test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 2022-09-27T15:46:00.4590629Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 2022-09-27T15:46:00.4624425Z test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 2022-09-27T15:46:00.4671482Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 2022-09-27T15:46:00.4799085Z test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 2022-09-27T15:46:00.4951014Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 2022-09-27T15:46:00.4992798Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 2022-09-27T15:46:00.5071523Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 2022-09-27T15:46:00.5104248Z test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 2022-09-27T15:46:00.5115336Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 2022-09-27T15:46:00.5236904Z test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 2022-09-27T15:46:00.5392335Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 2022-09-27T15:46:00.5430436Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-09-27T15:46:00.5510789Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-09-27T15:46:00.5545524Z test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 2022-09-27T15:46:00.5559418Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 2022-09-27T15:46:00.5596967Z test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 2022-09-27T15:46:00.5833577Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 2022-09-27T15:46:00.5878119Z test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 2022-09-27T15:46:00.5950911Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 2022-09-27T15:46:00.5984389Z test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 2022-09-27T15:46:00.5997502Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 2022-09-27T15:46:00.6033826Z test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 2022-09-27T15:46:00.6275056Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 2022-09-27T15:46:00.6310529Z test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 2022-09-27T15:46:00.6392913Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 2022-09-27T15:46:00.6429999Z test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 2022-09-27T15:46:00.6438662Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 2022-09-27T15:46:00.6467276Z test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 2022-09-27T15:46:00.6713075Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 2022-09-27T15:46:00.6769442Z test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 2022-09-27T15:46:00.6830852Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 2022-09-27T15:46:00.6878262Z test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 2022-09-27T15:46:00.6880073Z test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 2022-09-27T15:46:00.6902201Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 2022-09-27T15:46:00.7152659Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 2022-09-27T15:46:00.7284193Z test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 2022-09-27T15:46:00.7288729Z test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 2022-09-27T15:46:00.7326833Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 2022-09-27T15:46:00.7420295Z test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 2022-09-27T15:46:00.7426350Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 2022-09-27T15:46:00.7591929Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 2022-09-27T15:46:00.7648964Z test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 2022-09-27T15:46:00.7710734Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 2022-09-27T15:46:00.7750270Z test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 2022-09-27T15:46:00.7786116Z test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 2022-09-27T15:46:00.7884381Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 2022-09-27T15:46:00.8101634Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 2022-09-27T15:46:00.8105487Z test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 2022-09-27T15:46:00.8190717Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 2022-09-27T15:46:00.8198008Z test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 2022-09-27T15:46:00.8240996Z test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 2022-09-27T15:46:00.8259913Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 2022-09-27T15:46:00.8557312Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 2022-09-27T15:46:00.8560825Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 2022-09-27T15:46:00.8632653Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 2022-09-27T15:46:00.8642026Z test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 2022-09-27T15:46:00.8782311Z test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 2022-09-27T15:46:00.8804470Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 2022-09-27T15:46:00.8979756Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 2022-09-27T15:46:00.8988406Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 2022-09-27T15:46:00.9106561Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 2022-09-27T15:46:00.9115277Z test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:46:00.9136220Z [gw3] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:46:00.9144234Z test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 2022-09-27T15:46:00.9353064Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 2022-09-27T15:46:00.9399698Z test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 2022-09-27T15:46:00.9547003Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 2022-09-27T15:46:00.9555746Z test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:46:00.9566827Z [gw3] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:46:00.9659805Z test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 2022-09-27T15:46:00.9794419Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 2022-09-27T15:46:00.9864163Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 2022-09-27T15:46:00.9954287Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 2022-09-27T15:46:00.9998088Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 2022-09-27T15:46:01.0003425Z [gw3] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 2022-09-27T15:46:01.0303040Z test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 2022-09-27T15:46:01.0306907Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 2022-09-27T15:46:01.0424491Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 2022-09-27T15:46:01.0432358Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:46:01.0449772Z [gw3] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:46:01.0472007Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 2022-09-27T15:46:01.0718527Z test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 2022-09-27T15:46:01.0723142Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 2022-09-27T15:46:01.0865301Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 2022-09-27T15:46:01.0870316Z test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 2022-09-27T15:46:01.0967351Z [gw3] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 2022-09-27T15:46:01.0990564Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 2022-09-27T15:46:01.1030250Z test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 2022-09-27T15:46:01.1157573Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 2022-09-27T15:46:01.1165001Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:46:01.1317022Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:46:01.1323692Z test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 2022-09-27T15:46:01.1433636Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 2022-09-27T15:46:01.1483786Z test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 2022-09-27T15:46:01.1589556Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 2022-09-27T15:46:01.1627301Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 2022-09-27T15:46:01.1739667Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 2022-09-27T15:46:01.1793681Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:46:01.1872293Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:46:01.1916776Z test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 2022-09-27T15:46:01.2067149Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 2022-09-27T15:46:01.2187352Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 2022-09-27T15:46:01.2314391Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 2022-09-27T15:46:01.2365799Z test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 2022-09-27T15:46:01.2516700Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 2022-09-27T15:46:01.2541949Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 2022-09-27T15:46:01.2627386Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:46:01.2710615Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 2022-09-27T15:46:01.2757720Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 2022-09-27T15:46:01.2808039Z test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 2022-09-27T15:46:01.2983559Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 2022-09-27T15:46:01.3079361Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 2022-09-27T15:46:01.3095825Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:46:01.3175885Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 2022-09-27T15:46:01.3179684Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 2022-09-27T15:46:01.3193925Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 2022-09-27T15:46:01.3265048Z test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 2022-09-27T15:46:01.3349327Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 2022-09-27T15:46:01.3530549Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 2022-09-27T15:46:01.3633960Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 2022-09-27T15:46:01.3679132Z test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 2022-09-27T15:46:01.3712532Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 2022-09-27T15:46:01.3722576Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 2022-09-27T15:46:01.3974220Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 2022-09-27T15:46:01.4008822Z test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 2022-09-27T15:46:01.4074034Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 2022-09-27T15:46:01.4130170Z test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 2022-09-27T15:46:01.4321834Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 2022-09-27T15:46:01.4340841Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 2022-09-27T15:46:01.4430721Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:46:01.4448481Z test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 2022-09-27T15:46:01.4490208Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 2022-09-27T15:46:01.4529198Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:46:01.4573479Z test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 2022-09-27T15:46:01.4753722Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 2022-09-27T15:46:01.4805994Z test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 2022-09-27T15:46:01.4847555Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 2022-09-27T15:46:01.4892525Z test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 2022-09-27T15:46:01.4955425Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 2022-09-27T15:46:01.5005374Z test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 2022-09-27T15:46:01.5194095Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 2022-09-27T15:46:01.5291990Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 2022-09-27T15:46:01.5325941Z test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 2022-09-27T15:46:01.5437768Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 2022-09-27T15:46:01.5441695Z test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 2022-09-27T15:46:01.5538585Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 2022-09-27T15:46:01.5632561Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 2022-09-27T15:46:01.5706195Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:46:01.5716499Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:46:01.5754431Z test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 2022-09-27T15:46:01.5833027Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 2022-09-27T15:46:01.5873089Z test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 2022-09-27T15:46:01.6074546Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 2022-09-27T15:46:01.6156674Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 2022-09-27T15:46:01.6163602Z test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 2022-09-27T15:46:01.6214268Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 2022-09-27T15:46:01.6350404Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 2022-09-27T15:46:01.6352800Z test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 2022-09-27T15:46:01.6514667Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 2022-09-27T15:46:01.6575746Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:46:01.6613311Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:46:01.6701989Z test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 2022-09-27T15:46:01.6767631Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 2022-09-27T15:46:01.6768835Z test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 2022-09-27T15:46:01.6992747Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 2022-09-27T15:46:01.6994071Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 2022-09-27T15:46:01.7033151Z [gw3] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 2022-09-27T15:46:01.7083783Z test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 2022-09-27T15:46:01.7192764Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 2022-09-27T15:46:01.7194041Z test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 2022-09-27T15:46:01.7517806Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 2022-09-27T15:46:01.7519309Z test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 2022-09-27T15:46:01.7523345Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 2022-09-27T15:46:01.7526031Z test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 2022-09-27T15:46:01.7627326Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 2022-09-27T15:46:01.7643573Z test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 2022-09-27T15:46:01.7848597Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 2022-09-27T15:46:01.8125869Z test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 2022-09-27T15:46:01.8153622Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 2022-09-27T15:46:01.8156351Z test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 2022-09-27T15:46:01.8174671Z test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 2022-09-27T15:46:01.8203664Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 2022-09-27T15:46:01.8346779Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 2022-09-27T15:46:01.8362281Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 2022-09-27T15:46:01.8601868Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 2022-09-27T15:46:01.8604756Z test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 2022-09-27T15:46:01.8609010Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 2022-09-27T15:46:01.8637275Z test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 2022-09-27T15:46:01.8745778Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 2022-09-27T15:46:01.8799967Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 2022-09-27T15:46:01.9029528Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 2022-09-27T15:46:01.9105878Z test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 2022-09-27T15:46:01.9110370Z test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 2022-09-27T15:46:01.9118095Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 2022-09-27T15:46:01.9267109Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 2022-09-27T15:46:01.9489486Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 2022-09-27T15:46:01.9495418Z test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 2022-09-27T15:46:01.9525648Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 2022-09-27T15:46:01.9530458Z test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 2022-09-27T15:46:01.9590401Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 2022-09-27T15:46:01.9615693Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 2022-09-27T15:46:01.9936373Z test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 2022-09-27T15:46:01.9942226Z test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:46:01.9986452Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:46:02.0030367Z test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 2022-09-27T15:46:02.0332462Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 2022-09-27T15:46:02.0337883Z test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:46:02.0349313Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 2022-09-27T15:46:02.0390740Z test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 2022-09-27T15:46:02.0439230Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:46:02.0449076Z test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 2022-09-27T15:46:02.0455300Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 2022-09-27T15:46:02.0750896Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 2022-09-27T15:46:02.0788281Z test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 2022-09-27T15:46:02.0796221Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 2022-09-27T15:46:02.0830523Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 2022-09-27T15:46:02.0857087Z test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 2022-09-27T15:46:02.1193183Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 2022-09-27T15:46:02.1231346Z test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 2022-09-27T15:46:02.1285288Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 2022-09-27T15:46:02.1343563Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 2022-09-27T15:46:02.1612613Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 2022-09-27T15:46:02.1630394Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 2022-09-27T15:46:02.1634868Z test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 2022-09-27T15:46:02.1681133Z test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 2022-09-27T15:46:02.1686356Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 2022-09-27T15:46:02.1724127Z test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 2022-09-27T15:46:02.1838088Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 2022-09-27T15:46:02.2108863Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 2022-09-27T15:46:02.2157422Z test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 2022-09-27T15:46:02.2162599Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 2022-09-27T15:46:02.2186760Z test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 2022-09-27T15:46:02.2221952Z test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 2022-09-27T15:46:02.2236160Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 2022-09-27T15:46:02.2550107Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 2022-09-27T15:46:02.2554151Z test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 2022-09-27T15:46:02.2560914Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 2022-09-27T15:46:02.2589414Z test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 2022-09-27T15:46:02.2620322Z test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 2022-09-27T15:46:02.2686142Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 2022-09-27T15:46:02.2991044Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 2022-09-27T15:46:02.3000962Z test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 2022-09-27T15:46:02.3023636Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 2022-09-27T15:46:02.3080863Z test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 2022-09-27T15:46:02.3088049Z test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 2022-09-27T15:46:02.3122254Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 2022-09-27T15:46:02.3430753Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 2022-09-27T15:46:02.3436573Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 2022-09-27T15:46:02.3472409Z test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 2022-09-27T15:46:02.3511189Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 2022-09-27T15:46:02.3559460Z test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 2022-09-27T15:46:02.3647958Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 2022-09-27T15:46:02.3829286Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 2022-09-27T15:46:02.3901970Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:46:02.3913081Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:46:02.3952308Z test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 2022-09-27T15:46:02.3986715Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 2022-09-27T15:46:02.4029923Z test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 2022-09-27T15:46:02.4273226Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 2022-09-27T15:46:02.4326961Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:46:02.4351158Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:46:02.4391757Z test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 2022-09-27T15:46:02.4412670Z test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 2022-09-27T15:46:02.4423920Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 2022-09-27T15:46:02.4712788Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 2022-09-27T15:46:02.4773158Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:46:02.4790494Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:46:02.4830228Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:46:02.4870148Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:46:02.4978901Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:46:02.5266329Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:46:02.5309796Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:46:02.5330209Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:46:02.5355069Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:46:02.5358677Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:46:02.5547141Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:46:02.5672609Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:46:02.5677287Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:46:02.5751264Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:46:02.5754677Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:46:02.5794408Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:46:02.6022394Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:46:02.6041779Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:46:02.6190167Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:46:02.6196109Z test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 2022-09-27T15:46:02.6227779Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:46:02.6542905Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 2022-09-27T15:46:02.6630696Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:46:02.6750660Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:46:02.6761429Z test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 2022-09-27T15:46:02.6797398Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 2022-09-27T15:46:02.6814425Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:46:02.7113288Z test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:46:02.7146965Z test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 2022-09-27T15:46:02.7246446Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 2022-09-27T15:46:02.7268819Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:46:02.7549636Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 2022-09-27T15:46:02.7558908Z test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 2022-09-27T15:46:02.7582416Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:46:02.7906090Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:46:02.7935071Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 2022-09-27T15:46:02.8085789Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 2022-09-27T15:46:02.8104505Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:46:02.8119796Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:46:02.8149242Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 2022-09-27T15:46:02.8171705Z test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 2022-09-27T15:46:02.8190889Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:46:02.8385884Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 2022-09-27T15:46:02.8404614Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 2022-09-27T15:46:02.8555951Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 2022-09-27T15:46:02.8558975Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:46:02.8632157Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:46:02.8634645Z test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 2022-09-27T15:46:02.8933416Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 2022-09-27T15:46:02.9000606Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 2022-09-27T15:46:02.9003358Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:46:02.9014347Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:46:02.9078615Z test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 2022-09-27T15:46:02.9081016Z test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 2022-09-27T15:46:02.9107426Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 2022-09-27T15:46:02.9394280Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 2022-09-27T15:46:02.9434464Z test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 2022-09-27T15:46:02.9458412Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:46:02.9494793Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 2022-09-27T15:46:02.9551652Z test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 2022-09-27T15:46:02.9920070Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 2022-09-27T15:46:02.9952561Z test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 2022-09-27T15:46:02.9989142Z test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 2022-09-27T15:46:03.0001521Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 2022-09-27T15:46:03.0365097Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 2022-09-27T15:46:03.0392631Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:46:03.0435658Z test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 2022-09-27T15:46:03.0634365Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 2022-09-27T15:46:03.0750387Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:46:03.0766966Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:46:03.0785306Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:46:03.0835175Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 2022-09-27T15:46:03.0873410Z test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 2022-09-27T15:46:03.0883521Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:46:03.1008490Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 2022-09-27T15:46:03.1269849Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 2022-09-27T15:46:03.1278461Z test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 2022-09-27T15:46:03.1283008Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 2022-09-27T15:46:03.1289503Z test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 2022-09-27T15:46:03.1390622Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:46:03.1489141Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 2022-09-27T15:46:03.1693635Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:46:03.1751980Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 2022-09-27T15:46:03.1865740Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 2022-09-27T15:46:03.1875919Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:46:03.1955538Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:46:03.2034544Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:46:03.2146878Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:46:03.2152420Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:46:03.2353258Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:46:03.2481410Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:46:03.2632069Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:46:03.3002520Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:46:03.3070043Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:46:03.3534699Z test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 2022-09-27T15:46:03.3578527Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:46:03.3726158Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:46:03.3763886Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 2022-09-27T15:46:03.4043870Z test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 2022-09-27T15:46:03.4191153Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 2022-09-27T15:46:03.4235088Z test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 2022-09-27T15:46:03.4436174Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 2022-09-27T15:46:03.4489670Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:46:03.4670654Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:46:03.4679071Z test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:46:03.5074857Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:46:03.5152720Z test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 2022-09-27T15:46:03.5306494Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 2022-09-27T15:46:03.5325389Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:46:03.5514416Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:46:03.6029801Z test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:46:03.6135397Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:46:03.6202849Z test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:46:03.6627371Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:46:03.7072162Z test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:46:03.7096290Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:46:03.7332401Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:46:03.7409198Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:46:03.7447399Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:46:03.7561774Z [gw2] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:46:03.7582838Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:46:03.7868185Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:46:03.8518452Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:46:03.8547320Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:46:03.9144500Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:46:03.9167393Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:46:03.9253748Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 2022-09-27T15:46:03.9669782Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 2022-09-27T15:46:03.9746925Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 2022-09-27T15:46:04.0109619Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 2022-09-27T15:46:04.0131522Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:46:04.0157093Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:46:04.0164486Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:46:04.0473015Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:46:04.0578195Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:46:04.0914622Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:46:04.1108176Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:46:04.1135483Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:46:04.1451388Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:46:04.1484354Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:46:04.2846881Z test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 2022-09-27T15:46:04.2875978Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 2022-09-27T15:46:04.3079028Z test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 2022-09-27T15:46:04.3387589Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 2022-09-27T15:46:04.3456446Z test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 2022-09-27T15:46:04.3600657Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 2022-09-27T15:46:04.3617919Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:46:04.3828191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 2022-09-27T15:46:04.3933861Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 2022-09-27T15:46:04.4192804Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 2022-09-27T15:46:04.4284285Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 2022-09-27T15:46:04.4630129Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 2022-09-27T15:46:04.4642975Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:46:04.4671310Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 2022-09-27T15:46:04.4713312Z test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:46:04.4829667Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 2022-09-27T15:46:04.5075036Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:46:04.5080064Z test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:46:04.5228853Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:46:04.5309857Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:46:04.5318818Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:46:04.5329270Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:46:04.5367984Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 2022-09-27T15:46:04.5551958Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 2022-09-27T15:46:04.5553031Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:46:04.5752034Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 2022-09-27T15:46:04.5812672Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 2022-09-27T15:46:04.5835088Z test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 2022-09-27T15:46:04.5900161Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 2022-09-27T15:46:04.6065806Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:46:04.6068991Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:46:04.6150006Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:46:04.6168892Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:46:04.6306659Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:46:04.6507787Z test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 2022-09-27T15:46:04.6588040Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 2022-09-27T15:46:04.6590908Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 2022-09-27T15:46:04.6875821Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 2022-09-27T15:46:04.6917101Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 2022-09-27T15:46:04.6918988Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 2022-09-27T15:46:04.6986286Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 2022-09-27T15:46:04.7012459Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:46:04.7083404Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:46:04.7097437Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 2022-09-27T15:46:04.7135499Z test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 2022-09-27T15:46:04.7310155Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 2022-09-27T15:46:04.7389554Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 2022-09-27T15:46:04.7460572Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:46:04.7478835Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:46:04.7549194Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 2022-09-27T15:46:04.7583593Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 2022-09-27T15:46:04.7761404Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 2022-09-27T15:46:04.7830201Z test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:46:04.7840769Z test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:46:04.8065234Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:46:04.8080240Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:46:04.8266141Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:46:04.8290357Z test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 2022-09-27T15:46:04.8469770Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 2022-09-27T15:46:04.8500340Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 2022-09-27T15:46:04.8707704Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 2022-09-27T15:46:04.8912258Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:46:04.8923505Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 2022-09-27T15:46:04.8945559Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:46:04.9070281Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 2022-09-27T15:46:04.9270979Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:46:04.9351061Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:46:04.9508904Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:46:04.9613374Z test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 2022-09-27T15:46:04.9685179Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:46:04.9697025Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:46:04.9771165Z test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 2022-09-27T15:46:04.9828928Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 2022-09-27T15:46:04.9948669Z test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 2022-09-27T15:46:05.0029695Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:46:05.0041297Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:46:05.0093265Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 2022-09-27T15:46:05.0149124Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 2022-09-27T15:46:05.0174290Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 2022-09-27T15:46:05.0310906Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 2022-09-27T15:46:05.0391233Z test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 2022-09-27T15:46:05.0632671Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:46:05.0639883Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 2022-09-27T15:46:05.0664354Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 2022-09-27T15:46:05.0677231Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 2022-09-27T15:46:05.0686985Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 2022-09-27T15:46:05.0759464Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 2022-09-27T15:46:05.0786855Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:46:05.0829402Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:46:05.0855631Z test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 2022-09-27T15:46:05.0875743Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 2022-09-27T15:46:05.1090328Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 2022-09-27T15:46:05.1090913Z test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 2022-09-27T15:46:05.1112766Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:46:05.1176523Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 2022-09-27T15:46:05.1189290Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 2022-09-27T15:46:05.1350162Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:46:05.1352501Z test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 2022-09-27T15:46:05.1361108Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 2022-09-27T15:46:05.1436543Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 2022-09-27T15:46:05.1551718Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:46:05.1567004Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 2022-09-27T15:46:05.1635892Z test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 2022-09-27T15:46:05.1637816Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 2022-09-27T15:46:05.1709718Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:46:05.1751676Z test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 2022-09-27T15:46:05.1818281Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 2022-09-27T15:46:05.1870038Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:46:05.1991463Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 2022-09-27T15:46:05.1995456Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 2022-09-27T15:46:05.2069234Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:46:05.2078412Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:46:05.2108125Z test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 2022-09-27T15:46:05.2134215Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 2022-09-27T15:46:05.2149535Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 2022-09-27T15:46:05.2178344Z test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 2022-09-27T15:46:05.2431466Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 2022-09-27T15:46:05.2432780Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 2022-09-27T15:46:05.2546409Z test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 2022-09-27T15:46:05.2563862Z test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 2022-09-27T15:46:05.2590661Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 2022-09-27T15:46:05.2632426Z test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 2022-09-27T15:46:05.2642972Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 2022-09-27T15:46:05.2690122Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 2022-09-27T15:46:05.2873827Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 2022-09-27T15:46:05.2875506Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:46:05.2903520Z test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 2022-09-27T15:46:05.2950504Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 2022-09-27T15:46:05.2996940Z test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 2022-09-27T15:46:05.3029643Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 2022-09-27T15:46:05.3073109Z test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 2022-09-27T15:46:05.3311675Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 2022-09-27T15:46:05.3391017Z test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 2022-09-27T15:46:05.3430292Z test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 2022-09-27T15:46:05.3470154Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 2022-09-27T15:46:05.3495958Z test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 2022-09-27T15:46:05.3830417Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 2022-09-27T15:46:05.3909821Z test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 2022-09-27T15:46:05.3929701Z test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 2022-09-27T15:46:05.3985086Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 2022-09-27T15:46:05.4320294Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 2022-09-27T15:46:05.4348402Z test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 2022-09-27T15:46:05.4378641Z test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 2022-09-27T15:46:05.4869277Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 2022-09-27T15:46:05.5097583Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:46:05.5181692Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:46:05.5212540Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 2022-09-27T15:46:05.5229369Z test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 2022-09-27T15:46:05.5278911Z test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 2022-09-27T15:46:05.5295018Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 2022-09-27T15:46:05.5396642Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 2022-09-27T15:46:05.5410419Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:46:05.5671291Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:46:05.5677331Z test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 2022-09-27T15:46:05.5711479Z test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 2022-09-27T15:46:05.5728078Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 2022-09-27T15:46:05.6071665Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 2022-09-27T15:46:05.6112611Z test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 2022-09-27T15:46:05.6158642Z test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 2022-09-27T15:46:05.6188818Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 2022-09-27T15:46:05.6269495Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 2022-09-27T15:46:05.6282454Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:46:05.6539361Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 2022-09-27T15:46:05.6540332Z test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 2022-09-27T15:46:05.6557334Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 2022-09-27T15:46:05.6599364Z test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 2022-09-27T15:46:05.6800744Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 2022-09-27T15:46:05.6816271Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 2022-09-27T15:46:05.6988269Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:46:05.6992318Z test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 2022-09-27T15:46:05.7012076Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 2022-09-27T15:46:05.7080052Z test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 2022-09-27T15:46:05.7468183Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 2022-09-27T15:46:05.7474961Z test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 2022-09-27T15:46:05.7480255Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 2022-09-27T15:46:05.7490843Z test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 2022-09-27T15:46:05.7559054Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 2022-09-27T15:46:05.7572088Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:46:05.7787458Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 2022-09-27T15:46:05.7832043Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 2022-09-27T15:46:05.7858994Z test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 2022-09-27T15:46:05.7911085Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 2022-09-27T15:46:05.7966352Z test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 2022-09-27T15:46:05.7989998Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 2022-09-27T15:46:05.8063981Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 2022-09-27T15:46:05.8073371Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 2022-09-27T15:46:05.8099248Z test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 2022-09-27T15:46:05.8237295Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 2022-09-27T15:46:05.8270024Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 2022-09-27T15:46:05.8295260Z test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 2022-09-27T15:46:05.8390703Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 2022-09-27T15:46:05.8431023Z test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 2022-09-27T15:46:05.8439034Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 2022-09-27T15:46:05.8566877Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 2022-09-27T15:46:05.8578344Z test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 2022-09-27T15:46:05.8741190Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 2022-09-27T15:46:05.8744974Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 2022-09-27T15:46:05.8764557Z test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 2022-09-27T15:46:05.8919882Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 2022-09-27T15:46:05.8923218Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:46:05.8927354Z test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 2022-09-27T15:46:05.9005364Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 2022-09-27T15:46:05.9010297Z test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 2022-09-27T15:46:05.9097097Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 2022-09-27T15:46:05.9152373Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:46:05.9222709Z test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 2022-09-27T15:46:05.9361983Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 2022-09-27T15:46:05.9365534Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 2022-09-27T15:46:05.9369518Z test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 2022-09-27T15:46:05.9426901Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 2022-09-27T15:46:05.9437997Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:46:05.9557001Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:46:05.9591609Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 2022-09-27T15:46:05.9633988Z test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 2022-09-27T15:46:05.9754928Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 2022-09-27T15:46:05.9790701Z test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 2022-09-27T15:46:05.9800663Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 2022-09-27T15:46:05.9867040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:46:05.9879810Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:46:06.0072437Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:46:06.0077007Z test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 2022-09-27T15:46:06.0191514Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 2022-09-27T15:46:06.0235262Z test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 2022-09-27T15:46:06.0270385Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 2022-09-27T15:46:06.0307648Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:46:06.0471119Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:46:06.0502852Z test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 2022-09-27T15:46:06.0631417Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 2022-09-27T15:46:06.0667123Z test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 2022-09-27T15:46:06.0750269Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 2022-09-27T15:46:06.0780393Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:46:06.0910551Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:46:06.0962373Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 2022-09-27T15:46:06.1070503Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 2022-09-27T15:46:06.1102426Z test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 2022-09-27T15:46:06.1191645Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 2022-09-27T15:46:06.1219936Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:46:06.1350311Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:46:06.1515947Z test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 2022-09-27T15:46:06.1522077Z test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 2022-09-27T15:46:06.1558399Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 2022-09-27T15:46:06.1630875Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 2022-09-27T15:46:06.1661169Z test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 2022-09-27T15:46:06.1791032Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 2022-09-27T15:46:06.1931663Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 2022-09-27T15:46:06.1951324Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 2022-09-27T15:46:06.2015578Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 2022-09-27T15:46:06.2070550Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 2022-09-27T15:46:06.2100504Z test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 2022-09-27T15:46:06.2230358Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 2022-09-27T15:46:06.2374654Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 2022-09-27T15:46:06.2392245Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 2022-09-27T15:46:06.2458980Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 2022-09-27T15:46:06.2511431Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 2022-09-27T15:46:06.2542322Z test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 2022-09-27T15:46:06.2672638Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 2022-09-27T15:46:06.2703391Z test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 2022-09-27T15:46:06.2831097Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 2022-09-27T15:46:06.2900466Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 2022-09-27T15:46:06.2950258Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 2022-09-27T15:46:06.2985274Z test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 2022-09-27T15:46:06.3110346Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 2022-09-27T15:46:06.3186968Z test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 2022-09-27T15:46:06.3271517Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 2022-09-27T15:46:06.3350178Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 2022-09-27T15:46:06.3391298Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 2022-09-27T15:46:06.3424512Z test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 2022-09-27T15:46:06.3553026Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 2022-09-27T15:46:06.3574650Z test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 2022-09-27T15:46:06.3711535Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 2022-09-27T15:46:06.3752327Z test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 2022-09-27T15:46:06.3830503Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 2022-09-27T15:46:06.3861972Z test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 2022-09-27T15:46:06.3989942Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 2022-09-27T15:46:06.4078133Z test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 2022-09-27T15:46:06.4149484Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 2022-09-27T15:46:06.4228670Z test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 2022-09-27T15:46:06.4268784Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 2022-09-27T15:46:06.4334558Z test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 2022-09-27T15:46:06.4430497Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 2022-09-27T15:46:06.4493707Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 2022-09-27T15:46:06.4590683Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 2022-09-27T15:46:06.4610636Z test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 2022-09-27T15:46:06.4709893Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 2022-09-27T15:46:06.4747865Z test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 2022-09-27T15:46:06.4868703Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 2022-09-27T15:46:06.5011361Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:46:06.5029047Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:46:06.5098225Z test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 2022-09-27T15:46:06.5148935Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 2022-09-27T15:46:06.5308477Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:46:06.5345860Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:46:06.5452430Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:46:06.5468880Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:46:06.5528955Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 2022-09-27T15:46:06.5589252Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 2022-09-27T15:46:06.5749604Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:46:06.5764407Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:46:06.5773382Z [gw1] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:46:06.5911774Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:46:06.5971632Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 2022-09-27T15:46:06.6028955Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 2022-09-27T15:46:06.6050347Z test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 2022-09-27T15:46:06.6189747Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 2022-09-27T15:46:06.6205898Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:46:06.6348812Z [gw1] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:46:06.6410645Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 2022-09-27T15:46:06.6468682Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 2022-09-27T15:46:06.6490154Z test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 2022-09-27T15:46:06.6628946Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 2022-09-27T15:46:06.6649735Z test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 2022-09-27T15:46:06.6788465Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 2022-09-27T15:46:06.6801223Z test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:46:06.6908435Z [gw3] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:46:06.6927744Z test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 2022-09-27T15:46:06.7070821Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 2022-09-27T15:46:06.7092539Z test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 2022-09-27T15:46:06.7229933Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 2022-09-27T15:46:06.7252499Z test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 2022-09-27T15:46:06.7349113Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 2022-09-27T15:46:06.7494648Z test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:46:06.7509141Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:46:06.7534647Z test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 2022-09-27T15:46:06.7668934Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 2022-09-27T15:46:06.7728713Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 2022-09-27T15:46:06.7789650Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 2022-09-27T15:46:06.7804527Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:46:06.7950049Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:46:06.7973099Z test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 2022-09-27T15:46:06.8109627Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 2022-09-27T15:46:06.8171238Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 2022-09-27T15:46:06.8229464Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 2022-09-27T15:46:06.8243972Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:46:06.8389812Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:46:06.8548012Z test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:46:06.8561001Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:46:06.8624405Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 2022-09-27T15:46:06.8669741Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 2022-09-27T15:46:06.8685196Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:46:06.8829684Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:46:06.8889633Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:46:06.8989234Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:46:06.9049432Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 2022-09-27T15:46:06.9109798Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 2022-09-27T15:46:06.9127117Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:46:06.9270141Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:46:06.9331942Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:46:06.9433911Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:46:06.9468242Z test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 2022-09-27T15:46:06.9551389Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 2022-09-27T15:46:06.9613882Z test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:46:06.9710476Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:46:06.9732690Z test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 2022-09-27T15:46:06.9869399Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 2022-09-27T15:46:06.9903447Z test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 2022-09-27T15:46:06.9989144Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 2022-09-27T15:46:07.0014321Z test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 2022-09-27T15:46:07.0148743Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 2022-09-27T15:46:07.0168992Z test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 2022-09-27T15:46:07.0311429Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 2022-09-27T15:46:07.0335192Z test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 2022-09-27T15:46:07.0430526Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 2022-09-27T15:46:07.0478995Z test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 2022-09-27T15:46:07.0591899Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 2022-09-27T15:46:07.0624098Z test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 2022-09-27T15:46:07.0750266Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 2022-09-27T15:46:07.0778214Z test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 2022-09-27T15:46:07.0870256Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 2022-09-27T15:46:07.0908092Z test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 2022-09-27T15:46:07.1032401Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 2022-09-27T15:46:07.1062029Z test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 2022-09-27T15:46:07.1191438Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 2022-09-27T15:46:07.1220809Z test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 2022-09-27T15:46:07.1310932Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 2022-09-27T15:46:07.1345584Z test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 2022-09-27T15:46:07.1470769Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 2022-09-27T15:46:07.1505021Z test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 2022-09-27T15:46:07.1630502Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 2022-09-27T15:46:07.1663796Z test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 2022-09-27T15:46:07.1750709Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 2022-09-27T15:46:07.1776114Z test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 2022-09-27T15:46:07.1909528Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 2022-09-27T15:46:07.1935402Z test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 2022-09-27T15:46:07.2070781Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 2022-09-27T15:46:07.2192970Z test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 2022-09-27T15:46:07.2234037Z test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 2022-09-27T15:46:07.2353330Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 2022-09-27T15:46:07.2401154Z test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 2022-09-27T15:46:07.2598081Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 2022-09-27T15:46:07.2607018Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 2022-09-27T15:46:07.2631752Z test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 2022-09-27T15:46:07.2674634Z test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 2022-09-27T15:46:07.2794299Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 2022-09-27T15:46:07.2831928Z test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 2022-09-27T15:46:07.3074623Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 2022-09-27T15:46:07.3107371Z test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 2022-09-27T15:46:07.3232807Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 2022-09-27T15:46:07.3308030Z test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 2022-09-27T15:46:07.3513300Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 2022-09-27T15:46:07.3556904Z test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 2022-09-27T15:46:07.3670895Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 2022-09-27T15:46:07.3738703Z test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 2022-09-27T15:46:07.3952557Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 2022-09-27T15:46:07.3979542Z test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 2022-09-27T15:46:07.4110373Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 2022-09-27T15:46:07.4129313Z test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 2022-09-27T15:46:07.4393457Z [gw1] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 2022-09-27T15:46:07.4432871Z test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 2022-09-27T15:46:07.4551780Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 2022-09-27T15:46:07.4601570Z test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 2022-09-27T15:46:07.4831661Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 2022-09-27T15:46:07.5098487Z test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 2022-09-27T15:46:07.5121286Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 2022-09-27T15:46:07.5129692Z test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 2022-09-27T15:46:07.5288516Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 2022-09-27T15:46:07.5327756Z test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 2022-09-27T15:46:07.5430130Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 2022-09-27T15:46:07.5455618Z test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 2022-09-27T15:46:07.5751634Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 2022-09-27T15:46:07.5755583Z test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 2022-09-27T15:46:07.5914115Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 2022-09-27T15:46:07.5918022Z test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 2022-09-27T15:46:07.6218433Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 2022-09-27T15:46:07.6222373Z test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 2022-09-27T15:46:07.6344925Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 2022-09-27T15:46:07.6348828Z test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 2022-09-27T15:46:07.6635081Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 2022-09-27T15:46:07.6638706Z test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 2022-09-27T15:46:07.6789975Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 2022-09-27T15:46:07.6793952Z test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 2022-09-27T15:46:07.7095375Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 2022-09-27T15:46:07.7098975Z test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 2022-09-27T15:46:07.7239677Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 2022-09-27T15:46:07.7240877Z test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 2022-09-27T15:46:07.7547805Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 2022-09-27T15:46:07.7708321Z test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 2022-09-27T15:46:07.7987630Z test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 2022-09-27T15:46:07.8003766Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 2022-09-27T15:46:07.8035472Z test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 2022-09-27T15:46:07.8433327Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 2022-09-27T15:46:07.8471089Z test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 2022-09-27T15:46:07.8601656Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 2022-09-27T15:46:07.8618951Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 2022-09-27T15:46:07.8671340Z test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 2022-09-27T15:46:07.8874387Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 2022-09-27T15:46:07.8907192Z test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 2022-09-27T15:46:07.9034160Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 2022-09-27T15:46:07.9068614Z test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 2022-09-27T15:46:07.9315026Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 2022-09-27T15:46:07.9342946Z test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 2022-09-27T15:46:07.9474076Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 2022-09-27T15:46:07.9505526Z test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 2022-09-27T15:46:07.9753624Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 2022-09-27T15:46:07.9799359Z test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 2022-09-27T15:46:07.9913551Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 2022-09-27T15:46:07.9947412Z test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 2022-09-27T15:46:08.0194558Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 2022-09-27T15:46:08.0225478Z test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2022-09-27T15:46:08.0353969Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2022-09-27T15:46:08.0390872Z test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 2022-09-27T15:46:08.0632933Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 2022-09-27T15:46:08.0666110Z test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 2022-09-27T15:46:08.0791346Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 2022-09-27T15:46:08.0816092Z test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-09-27T15:46:08.1071795Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-09-27T15:46:08.1114449Z test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 2022-09-27T15:46:08.1230097Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 2022-09-27T15:46:08.1281855Z test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-09-27T15:46:08.4118643Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-09-27T15:46:08.4130632Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:46:08.4818368Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:46:08.4827738Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 2022-09-27T15:46:08.4900441Z test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 2022-09-27T15:46:10.5845233Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 2022-09-27T15:46:10.5854037Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:46:11.5144609Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 2022-09-27T15:46:11.5152799Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 2022-09-27T15:46:11.5386591Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:46:11.5590649Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:46:11.6068842Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:46:11.6076359Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:46:11.6095727Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 2022-09-27T15:46:11.6512089Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 2022-09-27T15:46:11.8697424Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 2022-09-27T15:46:11.8704182Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 2022-09-27T15:46:11.8876918Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 2022-09-27T15:46:11.9110799Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 2022-09-27T15:46:11.9383488Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 2022-09-27T15:46:11.9552760Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 2022-09-27T15:46:11.9904428Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 2022-09-27T15:46:11.9989507Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 2022-09-27T15:46:12.0008696Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 2022-09-27T15:46:12.0429947Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 2022-09-27T15:46:12.0452981Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 2022-09-27T15:46:12.0872596Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 2022-09-27T15:46:12.0897012Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 2022-09-27T15:46:12.1313111Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 2022-09-27T15:46:12.1334183Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 2022-09-27T15:46:12.1752862Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 2022-09-27T15:46:12.1773581Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 2022-09-27T15:46:12.2191919Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 2022-09-27T15:46:12.2455281Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 2022-09-27T15:46:12.2628684Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 2022-09-27T15:46:12.2641053Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 2022-09-27T15:46:12.3071968Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 2022-09-27T15:46:12.3230469Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 2022-09-27T15:46:12.3512498Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 2022-09-27T15:46:12.4672307Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 2022-09-27T15:46:12.4682573Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 2022-09-27T15:46:12.7715405Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 2022-09-27T15:46:12.7721670Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 2022-09-27T15:46:12.8108667Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:46:12.8148520Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:46:12.8522040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:46:12.8588740Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:46:12.8970633Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:46:12.9030356Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:46:12.9412329Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:46:12.9469951Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:46:12.9856656Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:46:12.9909418Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:46:13.0001306Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 2022-09-27T15:46:13.0350268Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 2022-09-27T15:46:13.3315258Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 2022-09-27T15:46:13.3323594Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 2022-09-27T15:46:13.5223575Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 2022-09-27T15:46:13.5232904Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 2022-09-27T15:46:14.2758211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 2022-09-27T15:46:14.2764608Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 2022-09-27T15:46:14.6567707Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 2022-09-27T15:46:14.6577070Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 2022-09-27T15:46:17.2460094Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 2022-09-27T15:46:17.2467662Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 2022-09-27T15:46:17.2583211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 2022-09-27T15:46:17.2872757Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 2022-09-27T15:46:17.2893325Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 2022-09-27T15:46:17.3313209Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 2022-09-27T15:46:17.3335968Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 2022-09-27T15:46:17.3752684Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 2022-09-27T15:46:17.3773995Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 2022-09-27T15:46:17.4190401Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 2022-09-27T15:46:17.4209114Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 2022-09-27T15:46:17.4632677Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 2022-09-27T15:46:17.4821565Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 2022-09-27T15:46:17.5071124Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 2022-09-27T15:46:17.5171985Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 2022-09-27T15:46:17.5512428Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 2022-09-27T15:46:17.5643813Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 2022-09-27T15:46:17.5953068Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 2022-09-27T15:46:17.7940024Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 2022-09-27T15:46:17.7948506Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 2022-09-27T15:46:17.7967723Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 2022-09-27T15:46:17.8393057Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 2022-09-27T15:46:17.9184881Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 2022-09-27T15:46:17.9193038Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 2022-09-27T15:46:17.9459644Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 2022-09-27T15:46:17.9633898Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 2022-09-27T15:46:17.9936101Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 2022-09-27T15:46:18.0071819Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 2022-09-27T15:46:18.0344095Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 2022-09-27T15:46:18.0550375Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 2022-09-27T15:46:18.0570362Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 2022-09-27T15:46:18.0992027Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 2022-09-27T15:46:18.1013632Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 2022-09-27T15:46:18.1429941Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 2022-09-27T15:46:18.1499638Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 2022-09-27T15:46:18.1868657Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 2022-09-27T15:46:18.1936555Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 2022-09-27T15:46:18.2308094Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 2022-09-27T15:46:18.2889515Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 2022-09-27T15:46:18.2898205Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 2022-09-27T15:46:18.4201149Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 2022-09-27T15:46:18.4207893Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 2022-09-27T15:46:18.4267160Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 2022-09-27T15:46:18.4632139Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 2022-09-27T15:46:18.4753173Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 2022-09-27T15:46:18.5071743Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 2022-09-27T15:46:18.5190360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 2022-09-27T15:46:18.5510474Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 2022-09-27T15:46:18.5625511Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 2022-09-27T15:46:18.5950207Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 2022-09-27T15:46:18.6078683Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 2022-09-27T15:46:18.6390814Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 2022-09-27T15:46:18.8418563Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 2022-09-27T15:46:18.8426496Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 2022-09-27T15:46:19.0899582Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 2022-09-27T15:46:19.0907856Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 2022-09-27T15:46:19.3465142Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 2022-09-27T15:46:19.3472215Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 2022-09-27T15:46:20.6352015Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 2022-09-27T15:46:20.6360303Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 2022-09-27T15:46:21.9313805Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 2022-09-27T15:46:21.9322148Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 2022-09-27T15:46:22.7767637Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 2022-09-27T15:46:22.7776485Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 2022-09-27T15:46:22.7794755Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 2022-09-27T15:46:22.8188505Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 2022-09-27T15:46:23.6250654Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 2022-09-27T15:46:23.6259440Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 2022-09-27T15:46:23.6277936Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 2022-09-27T15:46:23.6671527Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 2022-09-27T15:46:23.6691501Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 2022-09-27T15:46:23.7109259Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 2022-09-27T15:46:23.7127497Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 2022-09-27T15:46:23.7591709Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 2022-09-27T15:46:23.7787659Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 2022-09-27T15:46:23.8031531Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 2022-09-27T15:46:23.8994411Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 2022-09-27T15:46:23.9001888Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 2022-09-27T15:46:23.9061153Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 2022-09-27T15:46:23.9432093Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 2022-09-27T15:46:23.9450877Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 2022-09-27T15:46:23.9868338Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 2022-09-27T15:46:23.9983272Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 2022-09-27T15:46:24.0312941Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 2022-09-27T15:46:24.0372712Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 2022-09-27T15:46:24.0751989Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 2022-09-27T15:46:24.0770425Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 2022-09-27T15:46:24.1188777Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 2022-09-27T15:46:24.1256479Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 2022-09-27T15:46:24.1627950Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 2022-09-27T15:46:24.1810472Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 2022-09-27T15:46:24.2071278Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 2022-09-27T15:46:24.2134388Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 2022-09-27T15:46:24.2508329Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 2022-09-27T15:46:24.4628565Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 2022-09-27T15:46:24.4636533Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 2022-09-27T15:46:24.4992800Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 2022-09-27T15:46:24.5068855Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 2022-09-27T15:46:24.5474464Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 2022-09-27T15:46:24.5508431Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 2022-09-27T15:46:24.8025855Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 2022-09-27T15:46:24.8069587Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 2022-09-27T15:46:24.8088856Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 2022-09-27T15:46:24.8511848Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 2022-09-27T15:46:24.8530797Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 2022-09-27T15:46:24.8952064Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 2022-09-27T15:46:24.8969956Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 2022-09-27T15:46:24.9391989Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 2022-09-27T15:46:24.9412047Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 2022-09-27T15:46:24.9830417Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 2022-09-27T15:46:24.9849750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 2022-09-27T15:46:25.0272575Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 2022-09-27T15:46:25.0292172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 2022-09-27T15:46:25.0711877Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 2022-09-27T15:46:25.0731079Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:46:25.1148734Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:46:25.1166590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:46:25.1590358Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:46:25.1601985Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:46:25.2029784Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:46:25.2046833Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:46:25.2470544Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:46:25.2580313Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 2022-09-27T15:46:25.2911917Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 2022-09-27T15:46:25.3056621Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 2022-09-27T15:46:25.3350895Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 2022-09-27T15:46:25.3370063Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:46:25.3790647Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:46:25.3809977Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:46:25.4231239Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:46:25.4333792Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 2022-09-27T15:46:25.4668815Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 2022-09-27T15:46:25.4830137Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 2022-09-27T15:46:25.5112069Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 2022-09-27T15:46:25.5286331Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 2022-09-27T15:46:25.5550580Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 2022-09-27T15:46:25.5570555Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:46:25.5990203Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:46:25.6003808Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:46:25.6430688Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:46:25.6593497Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 2022-09-27T15:46:25.6869689Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 2022-09-27T15:46:25.6890527Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 2022-09-27T15:46:25.7311217Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 2022-09-27T15:46:25.7332974Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 2022-09-27T15:46:25.7751373Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 2022-09-27T15:46:25.7772057Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 2022-09-27T15:46:25.8188350Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 2022-09-27T15:46:25.8207541Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 2022-09-27T15:46:25.8631326Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 2022-09-27T15:46:25.8850783Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 2022-09-27T15:46:25.9070189Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 2022-09-27T15:46:25.9217727Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 2022-09-27T15:46:25.9511719Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 2022-09-27T15:46:25.9902481Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:46:25.9948778Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:46:25.9968297Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:46:26.0390594Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:46:26.0411114Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:46:26.0831293Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:46:26.0844225Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:46:26.1271482Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:46:26.1284209Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:46:26.1708891Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:46:26.1722991Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:46:26.2148206Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:46:26.2159273Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:46:26.2589506Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:46:26.2608837Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:46:26.3031144Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:46:26.5474520Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 2022-09-27T15:46:26.5482561Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 2022-09-27T15:46:26.5502304Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 2022-09-27T15:46:26.5912058Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 2022-09-27T15:46:26.6032986Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 2022-09-27T15:46:26.6351880Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 2022-09-27T15:46:26.6558721Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 2022-09-27T15:46:26.6789799Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 2022-09-27T15:46:26.7055266Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 2022-09-27T15:46:26.7231225Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 2022-09-27T15:46:26.7295326Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 2022-09-27T15:46:26.7671397Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 2022-09-27T15:46:26.7805244Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 2022-09-27T15:46:26.8110498Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 2022-09-27T15:46:26.8349914Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 2022-09-27T15:46:26.8551988Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 2022-09-27T15:46:26.8971760Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 2022-09-27T15:46:26.8989058Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 2022-09-27T15:46:26.9499525Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 2022-09-27T15:46:26.9509533Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 2022-09-27T15:46:27.0164792Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 2022-09-27T15:46:27.0172029Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 2022-09-27T15:46:27.2059019Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 2022-09-27T15:46:27.2068279Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 2022-09-27T15:46:27.4039216Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 2022-09-27T15:46:27.4047185Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 2022-09-27T15:46:27.4710861Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 2022-09-27T15:46:27.4717332Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 2022-09-27T15:46:27.5229567Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 2022-09-27T15:46:27.5237783Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 2022-09-27T15:46:31.5957166Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 2022-09-27T15:46:31.5964140Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 2022-09-27T15:46:31.5979450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 2022-09-27T15:46:31.6391241Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 2022-09-27T15:46:31.6412613Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 2022-09-27T15:46:31.6830828Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 2022-09-27T15:46:31.6948688Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 2022-09-27T15:46:31.7271021Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 2022-09-27T15:46:31.7817459Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 2022-09-27T15:46:31.7825015Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 2022-09-27T15:46:31.8500526Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 2022-09-27T15:46:31.8506244Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 2022-09-27T15:46:31.8568437Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 2022-09-27T15:46:31.8910108Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 2022-09-27T15:46:31.8967455Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 2022-09-27T15:46:31.9351706Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 2022-09-27T15:46:31.9448656Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 2022-09-27T15:46:31.9789384Z [gw0] [ 98%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 2022-09-27T15:46:32.0622307Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 2022-09-27T15:46:32.0630770Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 2022-09-27T15:46:32.1537510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 2022-09-27T15:46:32.1547073Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 2022-09-27T15:46:32.3647839Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 2022-09-27T15:46:32.3654381Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 2022-09-27T15:46:32.3674372Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 2022-09-27T15:46:32.4070429Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 2022-09-27T15:46:32.4669881Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 2022-09-27T15:46:32.4677642Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 2022-09-27T15:46:32.4728132Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 2022-09-27T15:46:32.5112631Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 2022-09-27T15:46:32.5404552Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 2022-09-27T15:46:32.5550931Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 2022-09-27T15:46:32.8422843Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 2022-09-27T15:46:32.8429755Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 2022-09-27T15:46:33.1284145Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 2022-09-27T15:46:33.1292236Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 2022-09-27T15:46:33.5695013Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 2022-09-27T15:46:33.5703066Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 2022-09-27T15:46:33.6014977Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 2022-09-27T15:46:33.6110471Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 2022-09-27T15:46:33.6413309Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 2022-09-27T15:46:33.6549766Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 2022-09-27T15:46:33.8610689Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 2022-09-27T15:46:33.8617893Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 2022-09-27T15:46:33.8673203Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 2022-09-27T15:46:33.9031951Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 2022-09-27T15:46:33.9537447Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 2022-09-27T15:46:33.9547485Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 2022-09-27T15:46:33.9900554Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 2022-09-27T15:46:33.9949033Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 2022-09-27T15:46:34.0757719Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 2022-09-27T15:46:34.0767415Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 2022-09-27T15:46:34.0791292Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 2022-09-27T15:46:34.1191760Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 2022-09-27T15:46:34.1215837Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 2022-09-27T15:46:34.1631927Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 2022-09-27T15:46:34.1655999Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 2022-09-27T15:46:34.2072276Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 2022-09-27T15:46:34.2388602Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 2022-09-27T15:46:34.2509751Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 2022-09-27T15:46:34.2940665Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 2022-09-27T15:46:34.2948691Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 2022-09-27T15:46:34.3508654Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 2022-09-27T15:46:34.3517702Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 2022-09-27T15:46:34.3755406Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 2022-09-27T15:46:34.3949579Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 2022-09-27T15:46:34.4002298Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 2022-09-27T15:46:34.4392705Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 2022-09-27T15:46:34.4687762Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 2022-09-27T15:46:34.4830765Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 2022-09-27T15:46:34.5108086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 2022-09-27T15:46:34.5271029Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 2022-09-27T15:46:34.5422132Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 2022-09-27T15:46:34.5709751Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 2022-09-27T15:46:34.5854847Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 2022-09-27T15:46:34.6151058Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 2022-09-27T15:46:34.8078090Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 2022-09-27T15:46:34.8086618Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 2022-09-27T15:46:35.0425656Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 2022-09-27T15:46:35.0433678Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 2022-09-27T15:46:35.0562624Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 2022-09-27T15:46:35.0870979Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 2022-09-27T15:46:35.0894862Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 2022-09-27T15:46:35.1309264Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 2022-09-27T15:46:35.1330222Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 2022-09-27T15:46:35.1750880Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 2022-09-27T15:46:35.1796281Z test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 2022-09-27T15:46:35.2191368Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 2022-09-27T15:46:35.2232587Z test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 2022-09-27T15:46:35.2631378Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 2022-09-27T15:46:35.2869829Z test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 2022-09-27T15:46:35.3069174Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 2022-09-27T15:46:35.3226502Z test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 2022-09-27T15:46:35.3511748Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 2022-09-27T15:46:35.3704331Z test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 2022-09-27T15:46:35.3948836Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 2022-09-27T15:46:35.4358398Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 2022-09-27T15:46:35.4388931Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 2022-09-27T15:46:35.4552724Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 2022-09-27T15:46:35.4830716Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 2022-09-27T15:46:35.4986082Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 2022-09-27T15:46:35.5269380Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 2022-09-27T15:46:35.5528411Z test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 2022-09-27T15:46:35.5708529Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 2022-09-27T15:46:35.5870189Z test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 2022-09-27T15:46:35.6149690Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 2022-09-27T15:46:35.8428130Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amax_cpu_float32 2022-09-27T15:46:35.8434545Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amax_cpu_float32 2022-09-27T15:46:36.0697897Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amin_cpu_float32 2022-09-27T15:46:36.0707489Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amin_cpu_float32 2022-09-27T15:46:36.2191744Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmax_cpu_float32 2022-09-27T15:46:36.2200740Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmax_cpu_float32 2022-09-27T15:46:36.3666661Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmin_cpu_float32 2022-09-27T15:46:36.3675577Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmin_cpu_float32 2022-09-27T15:46:36.4020535Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumprod_cpu_float32 2022-09-27T15:46:36.4108147Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumprod_cpu_float32 2022-09-27T15:46:36.4449542Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumsum_cpu_float32 2022-09-27T15:46:36.4548777Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumsum_cpu_float32 2022-09-27T15:46:36.4968950Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_log_softmax_cpu_float32 2022-09-27T15:46:36.4989010Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_log_softmax_cpu_float32 2022-09-27T15:46:36.6214159Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logaddexp_cpu_float32 2022-09-27T15:46:36.6222875Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logaddexp_cpu_float32 2022-09-27T15:46:36.9015438Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logsumexp_cpu_float32 2022-09-27T15:46:36.9025420Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logsumexp_cpu_float32 2022-09-27T15:46:37.2864641Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_mean_cpu_float32 2022-09-27T15:46:37.2873040Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_mean_cpu_float32 2022-09-27T15:46:37.3292063Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_median_cpu_float32 2022-09-27T15:46:37.3309911Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_median_cpu_float32 2022-09-27T15:46:38.4891979Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_norm_cpu_float32 2022-09-27T15:46:38.4901020Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_norm_cpu_float32 2022-09-27T15:46:38.5516111Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_normalize_cpu_float32 2022-09-27T15:46:38.5524902Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_normalize_cpu_float32 2022-09-27T15:46:38.7929990Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_prod_cpu_float32 2022-09-27T15:46:38.7936624Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_prod_cpu_float32 2022-09-27T15:46:38.8351734Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmax_cpu_float32 2022-09-27T15:46:38.8357382Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmax_cpu_float32 2022-09-27T15:46:38.8821391Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmin_cpu_float32 2022-09-27T15:46:38.8831330Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmin_cpu_float32 2022-09-27T15:46:40.2778541Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_std_cpu_float32 2022-09-27T15:46:40.2786915Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_std_cpu_float32 2022-09-27T15:46:40.5062200Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_sum_cpu_float32 2022-09-27T15:46:40.5067136Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_sum_cpu_float32 2022-09-27T15:46:41.7575138Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_var_cpu_float32 2022-09-27T15:46:41.7584165Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_var_cpu_float32 2022-09-27T15:46:41.7613660Z test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 2022-09-27T15:46:41.7992732Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 2022-09-27T15:46:41.8044937Z test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 2022-09-27T15:46:41.8432628Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 2022-09-27T15:46:41.8479284Z test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 2022-09-27T15:46:41.8872710Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 2022-09-27T15:46:41.9060225Z test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 2022-09-27T15:46:41.9311079Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 2022-09-27T15:46:41.9533886Z test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 2022-09-27T15:46:41.9750062Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 2022-09-27T15:46:42.0096879Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 2022-09-27T15:46:42.0190185Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 2022-09-27T15:46:42.0539950Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 2022-09-27T15:46:42.0628079Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 2022-09-27T15:46:42.0741138Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 2022-09-27T15:46:42.1069547Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 2022-09-27T15:46:42.1181280Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 2022-09-27T15:46:42.1508607Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 2022-09-27T15:46:42.1712790Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 2022-09-27T15:46:42.1952272Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 2022-09-27T15:46:42.2149123Z test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 2022-09-27T15:46:42.2392807Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 2022-09-27T15:46:42.2508103Z test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 2022-09-27T15:46:42.2831680Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 2022-09-27T15:46:42.3107751Z test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 2022-09-27T15:46:42.3272123Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 2022-09-27T15:46:42.3470493Z test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 2022-09-27T15:46:42.3711320Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 2022-09-27T15:46:42.3910196Z test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 2022-09-27T15:46:42.4149290Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 2022-09-27T15:46:42.4246121Z test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 2022-09-27T15:46:42.4590657Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 2022-09-27T15:46:42.4625922Z test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 2022-09-27T15:46:42.5069634Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 2022-09-27T15:46:42.5183843Z test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 2022-09-27T15:46:42.5511603Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 2022-09-27T15:46:42.5693968Z test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 2022-09-27T15:46:42.5950058Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 2022-09-27T15:46:42.6060936Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 2022-09-27T15:46:42.6391711Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 2022-09-27T15:46:42.6501119Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 2022-09-27T15:46:42.6828972Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 2022-09-27T15:46:42.7087938Z test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 2022-09-27T15:46:42.7270297Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 2022-09-27T15:46:42.7339056Z test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 2022-09-27T15:46:42.7713696Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 2022-09-27T15:46:42.7796550Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 2022-09-27T15:46:42.8153437Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 2022-09-27T15:46:42.8270499Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 2022-09-27T15:46:42.8592919Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 2022-09-27T15:46:42.8632777Z test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 2022-09-27T15:46:42.9030753Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 2022-09-27T15:46:42.9068095Z test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 2022-09-27T15:46:42.9472993Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 2022-09-27T15:46:42.9644671Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 2022-09-27T15:46:42.9909004Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 2022-09-27T15:46:42.9943492Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 2022-09-27T15:46:43.0348460Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 2022-09-27T15:46:43.0381496Z test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 2022-09-27T15:46:43.0789095Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 2022-09-27T15:46:43.0879338Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 2022-09-27T15:46:43.1232982Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 2022-09-27T15:46:43.1327137Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 2022-09-27T15:46:43.1671747Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 2022-09-27T15:46:43.1778296Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 2022-09-27T15:46:43.2110171Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 2022-09-27T15:46:43.2332086Z test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 2022-09-27T15:46:43.2589712Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 2022-09-27T15:46:43.2709896Z test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 2022-09-27T15:46:43.3032838Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 2022-09-27T15:46:43.3104520Z test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 2022-09-27T15:46:43.3474247Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 2022-09-27T15:46:43.3642689Z test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 2022-09-27T15:46:43.3953234Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 2022-09-27T15:46:43.4009972Z test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 2022-09-27T15:46:43.4391395Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 2022-09-27T15:46:43.4453833Z test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 2022-09-27T15:46:43.4872487Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 2022-09-27T15:46:43.4920641Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 2022-09-27T15:46:43.5313052Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 2022-09-27T15:46:43.5466163Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 2022-09-27T15:46:43.5793415Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 2022-09-27T15:46:43.5894716Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 2022-09-27T15:46:43.6232835Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 2022-09-27T15:46:43.6534531Z test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 2022-09-27T15:46:43.6671901Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 2022-09-27T15:46:43.6738323Z test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 2022-09-27T15:46:43.7108900Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 2022-09-27T15:46:43.7257966Z test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 2022-09-27T15:46:43.7551670Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 2022-09-27T15:46:43.7641923Z test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 2022-09-27T15:46:43.7992620Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 2022-09-27T15:46:44.2119444Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 2022-09-27T15:46:44.2128374Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 2022-09-27T15:46:44.2158078Z test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 2022-09-27T15:46:44.2549469Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 2022-09-27T15:46:44.2620106Z test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 2022-09-27T15:46:44.2991761Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 2022-09-27T15:46:44.3050684Z test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 2022-09-27T15:46:44.3431822Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 2022-09-27T15:46:44.3594804Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 2022-09-27T15:46:44.3871026Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 2022-09-27T15:46:44.4049411Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 2022-09-27T15:46:44.4312829Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 2022-09-27T15:46:44.4613819Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 2022-09-27T15:46:44.4753309Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 2022-09-27T15:46:44.4859577Z test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 2022-09-27T15:46:44.5192037Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 2022-09-27T15:46:44.5360797Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 2022-09-27T15:46:44.5671319Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 2022-09-27T15:46:44.5873920Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 2022-09-27T15:46:44.6112181Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 2022-09-27T15:46:44.6319104Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 2022-09-27T15:46:44.6548418Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 2022-09-27T15:46:44.6582773Z test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 2022-09-27T15:46:44.6989493Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 2022-09-27T15:46:44.7043601Z test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 2022-09-27T15:46:44.7430446Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 2022-09-27T15:46:44.8073857Z test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 2022-09-27T15:46:44.8080912Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 2022-09-27T15:46:44.8247606Z test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 2022-09-27T15:46:44.8509430Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 2022-09-27T15:46:44.8543168Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 2022-09-27T15:46:44.8951075Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 2022-09-27T15:46:44.8980577Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 2022-09-27T15:46:44.9390880Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 2022-09-27T15:46:44.9901694Z test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 2022-09-27T15:46:44.9910236Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 2022-09-27T15:46:44.9941702Z test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 2022-09-27T15:46:45.0350803Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 2022-09-27T15:46:45.0510108Z test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 2022-09-27T15:46:45.0788451Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 2022-09-27T15:46:45.0965399Z test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 2022-09-27T15:46:45.1233404Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 2022-09-27T15:46:45.1288720Z test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 2022-09-27T15:46:45.1671887Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 2022-09-27T15:46:45.1720381Z test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 2022-09-27T15:46:45.2109336Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 2022-09-27T15:46:45.2274738Z test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 2022-09-27T15:46:45.2549639Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 2022-09-27T15:46:45.6295585Z test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 2022-09-27T15:46:45.6304702Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 2022-09-27T15:46:45.6370020Z test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 2022-09-27T15:46:45.6712164Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 2022-09-27T15:46:45.6772710Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 2022-09-27T15:46:45.7149151Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 2022-09-27T15:46:45.7206097Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 2022-09-27T15:46:45.7588809Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 2022-09-27T15:46:45.7704816Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 2022-09-27T15:46:45.8032752Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 2022-09-27T15:46:45.8094806Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 2022-09-27T15:46:45.8472248Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 2022-09-27T15:46:45.8770935Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 2022-09-27T15:46:45.8909627Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 2022-09-27T15:46:45.8954909Z test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 2022-09-27T15:46:45.9351035Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 2022-09-27T15:46:45.9498536Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 2022-09-27T15:46:45.9790851Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 2022-09-27T15:46:45.9966075Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 2022-09-27T15:46:46.0231100Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 2022-09-27T15:46:46.0304181Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 2022-09-27T15:46:46.0670792Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 2022-09-27T15:46:46.0823560Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 2022-09-27T15:46:46.1108393Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 2022-09-27T15:46:46.1368111Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 2022-09-27T15:46:46.1549723Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 2022-09-27T15:46:46.5151093Z test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 2022-09-27T15:46:46.5157552Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 2022-09-27T15:46:46.5199313Z test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 2022-09-27T15:46:46.5587895Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 2022-09-27T15:46:46.6324049Z test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 2022-09-27T15:46:46.6333179Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 2022-09-27T15:46:46.6505133Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 2022-09-27T15:46:46.6751176Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 2022-09-27T15:46:46.6913488Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 2022-09-27T15:46:46.7191428Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 2022-09-27T15:46:46.7363022Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 2022-09-27T15:46:46.7629766Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 2022-09-27T15:46:46.7663761Z test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 2022-09-27T15:46:46.8068429Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 2022-09-27T15:46:46.8125620Z test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 2022-09-27T15:46:46.8508419Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 2022-09-27T15:46:46.8563907Z test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 2022-09-27T15:46:46.8950103Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 2022-09-27T15:46:46.9009517Z test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 2022-09-27T15:46:46.9391283Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 2022-09-27T15:46:46.9673955Z test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 2022-09-27T15:46:46.9828761Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 2022-09-27T15:46:46.9842809Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 2022-09-27T15:46:47.0271265Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 2022-09-27T15:46:47.0285614Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 2022-09-27T15:46:47.0711206Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 2022-09-27T15:46:47.0849934Z test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 2022-09-27T15:46:47.1148329Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 2022-09-27T15:46:47.1222943Z test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 2022-09-27T15:46:47.1590216Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 2022-09-27T15:46:47.1623258Z test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 2022-09-27T15:46:47.2029638Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 2022-09-27T15:46:47.2079062Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 2022-09-27T15:46:47.2471000Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 2022-09-27T15:46:47.2501696Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 2022-09-27T15:46:47.2909526Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 2022-09-27T15:46:47.2953500Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 2022-09-27T15:46:47.3352053Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 2022-09-27T15:46:47.3403282Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 2022-09-27T15:46:47.3791525Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 2022-09-27T15:46:47.3859079Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 2022-09-27T15:46:47.4230101Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 2022-09-27T15:46:47.4342061Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 2022-09-27T15:46:47.4668609Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 2022-09-27T15:46:47.4695843Z test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 2022-09-27T15:46:47.5109507Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 2022-09-27T15:46:47.5622749Z test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 2022-09-27T15:46:47.5632156Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 2022-09-27T15:46:47.5786766Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 2022-09-27T15:46:47.6072330Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 2022-09-27T15:46:47.6188341Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 2022-09-27T15:46:47.6512048Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 2022-09-27T15:46:47.6672624Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 2022-09-27T15:46:47.6953367Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 2022-09-27T15:46:47.7046198Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 2022-09-27T15:46:47.7393374Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 2022-09-27T15:46:47.7612418Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 2022-09-27T15:46:47.7833449Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 2022-09-27T15:46:47.8039943Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 2022-09-27T15:46:47.8272870Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 2022-09-27T15:46:47.8524914Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 2022-09-27T15:46:47.8710353Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 2022-09-27T15:46:47.8865669Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 2022-09-27T15:46:47.9149400Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 2022-09-27T15:46:47.9315370Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 2022-09-27T15:46:47.9631846Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 2022-09-27T15:46:47.9835700Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 2022-09-27T15:46:48.0073350Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 2022-09-27T15:46:48.0166958Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 2022-09-27T15:46:48.0513818Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 2022-09-27T15:46:48.0697291Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 2022-09-27T15:46:48.0952192Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 2022-09-27T15:46:48.1122428Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 2022-09-27T15:46:48.1391275Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 2022-09-27T15:46:48.1605361Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 2022-09-27T15:46:48.1829838Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 2022-09-27T15:46:48.1987512Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 2022-09-27T15:46:48.2312510Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 2022-09-27T15:46:48.2472732Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 2022-09-27T15:46:48.2752191Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 2022-09-27T15:46:48.2942067Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 2022-09-27T15:46:48.3192281Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 2022-09-27T15:46:48.3334035Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 2022-09-27T15:46:48.3631683Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 2022-09-27T15:46:48.3775540Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 2022-09-27T15:46:48.4073022Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 2022-09-27T15:46:48.4246208Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 2022-09-27T15:46:48.4509714Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 2022-09-27T15:46:48.4577585Z test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 2022-09-27T15:46:48.4953100Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 2022-09-27T15:46:48.5044653Z test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 2022-09-27T15:46:48.5432430Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 2022-09-27T15:46:48.5591025Z test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 2022-09-27T15:46:48.5872220Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 2022-09-27T15:46:48.5929934Z test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 2022-09-27T15:46:48.6311494Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 2022-09-27T15:46:48.6353920Z test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 2022-09-27T15:46:48.6750238Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 2022-09-27T15:46:48.6810476Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 2022-09-27T15:46:48.7189959Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 2022-09-27T15:46:48.7410795Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 2022-09-27T15:46:48.7630394Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 2022-09-27T15:46:48.7662679Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 2022-09-27T15:46:48.8072934Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 2022-09-27T15:46:48.8244813Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 2022-09-27T15:46:48.8512057Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 2022-09-27T15:46:48.8679521Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 2022-09-27T15:46:48.8951613Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 2022-09-27T15:46:48.9110961Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 2022-09-27T15:46:48.9390981Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 2022-09-27T15:46:48.9558525Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 2022-09-27T15:46:48.9831456Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 2022-09-27T15:46:48.9879963Z test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 2022-09-27T15:46:49.0270750Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 2022-09-27T15:46:49.0325650Z test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 2022-09-27T15:46:49.0711349Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 2022-09-27T15:46:49.0796443Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 2022-09-27T15:46:49.1148883Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 2022-09-27T15:46:49.1236281Z test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 2022-09-27T15:46:49.1588329Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 2022-09-27T15:46:49.1715279Z test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 2022-09-27T15:46:49.2027822Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 2022-09-27T15:46:49.2589555Z test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 2022-09-27T15:46:49.2596206Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 2022-09-27T15:46:49.4284579Z test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 2022-09-27T15:46:49.4292160Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 2022-09-27T15:46:49.4429985Z test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 2022-09-27T15:46:49.4710313Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 2022-09-27T15:46:49.4772505Z test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 2022-09-27T15:46:49.5148307Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 2022-09-27T15:46:49.5302079Z test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 2022-09-27T15:46:49.5591040Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 2022-09-27T15:46:49.6539618Z test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 2022-09-27T15:46:49.6548482Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 2022-09-27T15:46:50.1226927Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 2022-09-27T15:46:50.1235170Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 2022-09-27T15:46:50.6438325Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 2022-09-27T15:46:50.6445984Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 2022-09-27T15:46:50.6519544Z test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 2022-09-27T15:46:50.6873487Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 2022-09-27T15:46:50.6922600Z test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 2022-09-27T15:46:50.7312510Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 2022-09-27T15:46:50.7476484Z test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 2022-09-27T15:46:50.7752300Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 2022-09-27T15:46:50.7794311Z test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 2022-09-27T15:46:50.8191851Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 2022-09-27T15:46:50.8359640Z test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 2022-09-27T15:46:50.8629223Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 2022-09-27T15:46:50.8784773Z test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 2022-09-27T15:46:50.9069080Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 2022-09-27T15:46:50.9328479Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 2022-09-27T15:46:50.9510808Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 2022-09-27T15:46:50.9640154Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 2022-09-27T15:46:50.9953832Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 2022-09-27T15:46:51.0050123Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 2022-09-27T15:46:51.0392628Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 2022-09-27T15:46:51.0530160Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 2022-09-27T15:46:51.0832344Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 2022-09-27T15:46:51.1792742Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 2022-09-27T15:46:51.1801706Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 2022-09-27T15:46:51.1860948Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 2022-09-27T15:46:51.2229321Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 2022-09-27T15:46:51.2297710Z test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 2022-09-27T15:46:51.2670406Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 2022-09-27T15:46:51.2728008Z test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 2022-09-27T15:46:51.3111729Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 2022-09-27T15:46:51.3939600Z test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 2022-09-27T15:46:51.3948942Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 2022-09-27T15:46:51.4003076Z test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 2022-09-27T15:46:51.4388385Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 2022-09-27T15:46:51.4434289Z test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 2022-09-27T15:46:51.4829093Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 2022-09-27T15:46:51.4856449Z test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 2022-09-27T15:46:51.5268426Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 2022-09-27T15:46:51.5294358Z test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 2022-09-27T15:46:51.5708447Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 2022-09-27T15:46:51.5735754Z test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 2022-09-27T15:46:51.6150934Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 2022-09-27T15:46:51.6183947Z test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 2022-09-27T15:46:51.6589797Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 2022-09-27T15:46:51.6633092Z test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 2022-09-27T15:46:51.7030645Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 2022-09-27T15:46:51.7902026Z test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 2022-09-27T15:46:51.7910440Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 2022-09-27T15:46:51.7927027Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:46:51.8352496Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:46:51.8369108Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:46:51.8790704Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:46:51.8803025Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 2022-09-27T15:46:51.9233372Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 2022-09-27T15:46:51.9249818Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:46:51.9709677Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:46:51.9725402Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 2022-09-27T15:46:52.0149026Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 2022-09-27T15:46:52.0212408Z test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 2022-09-27T15:46:52.0591843Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 2022-09-27T15:46:52.0726778Z test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 2022-09-27T15:46:52.1032854Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 2022-09-27T15:46:52.1228383Z test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 2022-09-27T15:46:52.1471110Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 2022-09-27T15:46:52.1604211Z test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 2022-09-27T15:46:52.1909218Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 2022-09-27T15:46:52.2203150Z test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 2022-09-27T15:46:52.2348323Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 2022-09-27T15:46:52.2392268Z test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 2022-09-27T15:46:52.2789745Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 2022-09-27T15:46:52.2987707Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 2022-09-27T15:46:52.3232233Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 2022-09-27T15:46:52.3494521Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 2022-09-27T15:46:52.3670189Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 2022-09-27T15:46:52.3784559Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 2022-09-27T15:46:52.4112524Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 2022-09-27T15:46:52.4195829Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 2022-09-27T15:46:52.4550046Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 2022-09-27T15:46:52.4716535Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 2022-09-27T15:46:52.4989596Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 2022-09-27T15:46:52.5443819Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 2022-09-27T15:46:52.5450708Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 2022-09-27T15:46:52.5613768Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 2022-09-27T15:46:52.5869370Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 2022-09-27T15:46:52.6009409Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 2022-09-27T15:46:52.6310896Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 2022-09-27T15:46:52.6475712Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 2022-09-27T15:46:52.6792414Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 2022-09-27T15:46:52.6944273Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 2022-09-27T15:46:52.7230705Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 2022-09-27T15:46:52.7425043Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 2022-09-27T15:46:52.7711193Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 2022-09-27T15:46:52.7872674Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 2022-09-27T15:46:52.8151906Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 2022-09-27T15:46:52.8319300Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 2022-09-27T15:46:52.8590242Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 2022-09-27T15:46:52.8695301Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 2022-09-27T15:46:52.9032426Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 2022-09-27T15:46:52.9133582Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:46:52.9471809Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:46:53.0002687Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 2022-09-27T15:46:53.0009039Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 2022-09-27T15:46:53.1594870Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 2022-09-27T15:46:53.1602333Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 2022-09-27T15:46:53.2895601Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:46:53.2906681Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:46:53.3221210Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 2022-09-27T15:46:53.3308726Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 2022-09-27T15:46:53.3599753Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 2022-09-27T15:46:53.3750283Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 2022-09-27T15:46:53.4006212Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:46:53.4189259Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:46:53.6903321Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 2022-09-27T15:46:53.6912792Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 2022-09-27T15:46:53.7882956Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 2022-09-27T15:46:53.7892936Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 2022-09-27T15:46:53.8350554Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 2022-09-27T15:46:53.8360616Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 2022-09-27T15:46:53.9983419Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 2022-09-27T15:46:53.9993963Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 2022-09-27T15:46:54.0159701Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:46:54.0433187Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:46:54.0600207Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 2022-09-27T15:46:54.0873551Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 2022-09-27T15:46:54.1975266Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 2022-09-27T15:46:54.1985507Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 2022-09-27T15:46:54.2929755Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:46:55.9832465Z [gw0] [100%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:46:55.9833088Z 2022-09-27T15:46:55.9833627Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops.xml - 2022-09-27T15:46:55.9898962Z == 18061 passed, 6681 skipped, 286 xfailed, 359 warnings in 964.16s (0:16:04) == 2022-09-27T15:46:56.3020966Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T15:46:58.2767830Z Running test_fx ... [2022-09-27 15:46:58.276406] 2022-09-27T15:46:58.2768563Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:46:58.276487] 2022-09-27T15:47:00.9613206Z Test results will be stored in test-reports/python-unittest/test_fx 2022-09-27T15:47:00.9677861Z 2022-09-27T15:47:00.9677977Z Running tests... 2022-09-27T15:47:00.9680623Z ---------------------------------------------------------------------- 2022-09-27T15:47:00.9802763Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.012s) 2022-09-27T15:47:00.9811761Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-09-27T15:47:00.9833497Z Test type annotations in the forward function. ... ok (0.003s) 2022-09-27T15:47:00.9843909Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T15:47:00.9851483Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T15:47:00.9859027Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T15:47:00.9864709Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-09-27T15:47:00.9868466Z Test the consistency relation. ... ok (0.001s) 2022-09-27T15:47:00.9874054Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-09-27T15:47:00.9877792Z Test the consistency relation. ... ok (0.001s) 2022-09-27T15:47:00.9984149Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-09-27T15:47:01.0009664Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-09-27T15:47:01.0079091Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T15:47:01.0144819Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T15:47:01.0195892Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-09-27T15:47:01.0242657Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-09-27T15:47:01.0294488Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-09-27T15:47:01.0339469Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.004s) 2022-09-27T15:47:01.0384149Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.004s) 2022-09-27T15:47:01.1194443Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.081s) 2022-09-27T15:47:01.1258563Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-09-27T15:47:01.1327951Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T15:47:01.1390056Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-09-27T15:47:01.1462943Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T15:47:01.1538818Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-09-27T15:47:01.1590067Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T15:47:01.1637056Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T15:47:01.1675441Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T15:47:01.1724168Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T15:47:01.1779097Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T15:47:01.1817067Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T15:47:01.1860498Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T15:47:01.1907086Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T15:47:01.1917220Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:01.1973836Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.007s) 2022-09-27T15:47:01.1983773Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:01.2038983Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.006s) 2022-09-27T15:47:01.2051636Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:01.2083538Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.004s) 2022-09-27T15:47:01.2093984Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:01.2143357Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-09-27T15:47:01.2153062Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:01.2203458Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-09-27T15:47:01.2213128Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:01.2235665Z Test code path where placeholder comes after normal op node in FX ... ok (0.003s) 2022-09-27T15:47:01.2243790Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:01.2288838Z Perform constant folding conversion, from original mod to split constant ... ok (0.005s) 2022-09-27T15:47:01.2299420Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:01.2345873Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2022-09-27T15:47:01.2397622Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:47:01.2453667Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-09-27T15:47:01.2465500Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:01.2534783Z Perform constant folding conversion, from original mod to split constant ... ok (0.008s) 2022-09-27T15:47:01.2543286Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:01.2565458Z Check that a graph with no constant folding is handled correctly. ... ok (0.003s) 2022-09-27T15:47:01.2575189Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:01.2618875Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.005s) 2022-09-27T15:47:01.2718111Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.010s) 2022-09-27T15:47:01.2770001Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:47:01.2818585Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:47:01.2826808Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:01.2870161Z Perform constant folding with a call_module node. ... ok (0.005s) 2022-09-27T15:47:01.2883878Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:01.2927850Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.006s) 2022-09-27T15:47:01.2982410Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:47:01.3033088Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:47:01.3048993Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:47:01.3050160Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:01.3093408Z ok (0.006s) 2022-09-27T15:47:01.3146086Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-09-27T15:47:01.3197223Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-09-27T15:47:01.3246033Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-09-27T15:47:01.3299266Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-09-27T15:47:01.3348538Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-09-27T15:47:01.3355370Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:01.3377207Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-09-27T15:47:01.3377677Z %x : [#users=2] = placeholder[target=x] 2022-09-27T15:47:01.3378141Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T15:47:01.3378647Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-09-27T15:47:01.3382487Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T15:47:01.3383038Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-09-27T15:47:01.3384039Z return add_1 2022-09-27T15:47:01.3384314Z ok (0.004s) 2022-09-27T15:47:01.3390224Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:01.3410921Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-09-27T15:47:01.3411348Z %x : [#users=2] = placeholder[target=x] 2022-09-27T15:47:01.3411791Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T15:47:01.3412246Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T15:47:01.3412709Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-09-27T15:47:01.3413228Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-09-27T15:47:01.3413618Z return add_1 2022-09-27T15:47:01.3415463Z ok (0.003s) 2022-09-27T15:47:01.3419843Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:01.3437564Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-09-27T15:47:01.3438037Z %x : [#users=1] = placeholder[target=x] 2022-09-27T15:47:01.3438413Z %y : [#users=0] = placeholder[target=y] 2022-09-27T15:47:01.3438847Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-09-27T15:47:01.3439235Z return add 2022-09-27T15:47:01.3441348Z ok (0.003s) 2022-09-27T15:47:01.3445955Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:01.3465782Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-09-27T15:47:01.3466240Z %x : [#users=1] = placeholder[target=x] 2022-09-27T15:47:01.3466616Z %y : [#users=1] = placeholder[target=y] 2022-09-27T15:47:01.3467044Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-09-27T15:47:01.3467556Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-09-27T15:47:01.3502758Z return add_1 2022-09-27T15:47:01.3503061Z ok (0.003s) 2022-09-27T15:47:01.3504509Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:01.3505250Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-09-27T15:47:01.3505753Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-09-27T15:47:01.3506200Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-09-27T15:47:01.3506701Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-09-27T15:47:01.3507089Z return mul 2022-09-27T15:47:01.3507348Z ok (0.003s) 2022-09-27T15:47:01.3507700Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:01.3528733Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-09-27T15:47:01.3529241Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-09-27T15:47:01.3529713Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-09-27T15:47:01.3530273Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-09-27T15:47:01.3530828Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-09-27T15:47:01.3531302Z return mul 2022-09-27T15:47:01.3531692Z ok (0.003s) 2022-09-27T15:47:01.3537086Z test_simple (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:01.3558027Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-09-27T15:47:01.3558464Z %x : [#users=2] = placeholder[target=x] 2022-09-27T15:47:01.3558912Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T15:47:01.3559353Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T15:47:01.3559801Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-09-27T15:47:01.3560198Z return add_1 2022-09-27T15:47:01.3562926Z ok (0.003s) 2022-09-27T15:47:01.3595271Z test_all_input_nodes (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.3671227Z test_annotation_with_future (__main__.TestFX) ... ok (0.008s) 2022-09-27T15:47:01.3773056Z test_annotations_empty_tuple (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T15:47:01.3774097Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T15:47:01.3866505Z ok (0.019s) 2022-09-27T15:47:01.3896559Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.3926349Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.3959623Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.3989955Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.4020274Z test_args_kwargs (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.4035523Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:01.4070404Z test_assert (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.4112575Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.4154438Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.4193901Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.4229195Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.4264858Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.4303318Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.4332672Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.4370699Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.4946023Z test_autowrap_functions (__main__.TestFX) ... ok (0.057s) 2022-09-27T15:47:01.4993205Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:01.5025495Z test_construct_root_dict (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.5041104Z test_copy_it (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:01.5085762Z test_copy_no_remap (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.5120321Z test_ctx_mgr (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.5294460Z test_custom_codegen (__main__.TestFX) ... ok (0.017s) 2022-09-27T15:47:01.5347618Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:01.5369279Z test_custom_import (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:01.5413340Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.5452289Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.5490766Z test_custom_proxy_type (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.5531292Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.5616534Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.008s) 2022-09-27T15:47:01.5660074Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.5673808Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:01.5721126Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:01.7447695Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.172s) 2022-09-27T15:47:01.7484146Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.7530440Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:01.7570694Z test_delete_unused_submodules_leaf (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:47:01.7572029Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:01.7572391Z ok (0.004s) 2022-09-27T15:47:01.7603747Z test_dict (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.7635037Z test_direct_param_use (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.7690445Z test_disallow_override (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:01.7720947Z test_ellipsis (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.7733963Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:01.7763073Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.7808336Z test_example_shape_prop (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.7827955Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:01.7965615Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.014s) 2022-09-27T15:47:01.8188624Z test_fn_type_annotations (__main__.TestFX) ... ok (0.022s) 2022-09-27T15:47:01.8222407Z test_fx_and_or (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.8259271Z test_fx_create_arg (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.8287617Z test_fx_shifts (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:01.8325569Z test_fx_stateless (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:01.9322963Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.100s) 2022-09-27T15:47:01.9326509Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-09-27T15:47:01.9626944Z test_getitem_subproc (__main__.TestFX) ... ok (0.030s) 2022-09-27T15:47:01.9688791Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:47:01.9717766Z test_graph_fns (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.0053496Z test_graph_module (__main__.TestFX) ... ok (0.033s) 2022-09-27T15:47:02.0101017Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:02.0134504Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.0165496Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.0196455Z test_graph_unique_names (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.0212208Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:02.0223502Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:02.0234072Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:02.0250577Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:02.0281439Z test_inf_nan (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.0302197Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:02.0353761Z test_inline_graph (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:02.0374724Z test_insertion_point (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:02.0424398Z test_interpreter (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:02.0453132Z test_interpreter_default_args (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.2898299Z test_interpreter_gc_values (__main__.TestFX) ... ok (0.244s) 2022-09-27T15:47:02.5915152Z test_interpreter_noop_resnet18 (__main__.TestFX) ... ok (0.302s) 2022-09-27T15:47:02.5952543Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:02.5993807Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:02.6035134Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:02.6072773Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:02.6103839Z test_interpreter_star_args (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.6226789Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.012s) 2022-09-27T15:47:02.6260662Z test_layout (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.6293624Z test_leaf_module (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.6340602Z test_matmul_tracing (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:02.6380521Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:02.6402709Z test_move_before (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:02.6423547Z test_multi_insert_point (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:02.6480673Z test_multiple_default_args (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:47:02.6523478Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:02.6551895Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.6578459Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.6986499Z test_native_callable (__main__.TestFX) ... ok (0.041s) 2022-09-27T15:47:02.6999727Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:02.7034465Z test_node_tagging (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.7066051Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.7116705Z test_partial_trace (__main__.TestFX) ... 2022-09-27T15:47:02.7116960Z 2022-09-27T15:47:02.7116983Z 2022-09-27T15:47:02.7117121Z def forward(self, x, y_1): 2022-09-27T15:47:02.7117452Z eq = y_1 == True; y_1 = None 2022-09-27T15:47:02.7118169Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-09-27T15:47:02.7118610Z mul = 2 * x; x = None 2022-09-27T15:47:02.7118900Z return mul 2022-09-27T15:47:02.7119151Z 2022-09-27T15:47:02.7123064Z /opt/conda/lib/python3.7/site-packages/torch/fx/_symbolic_trace.py:565: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-09-27T15:47:02.7123912Z f"Was not able to add assertion to guarantee correct input {name} to " 2022-09-27T15:47:02.7136573Z ok (0.007s) 2022-09-27T15:47:02.7181649Z test_pickle_custom_import (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:02.7241776Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:47:02.7310315Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.007s) 2022-09-27T15:47:02.7376584Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.007s) 2022-09-27T15:47:02.7391619Z test_prepend_self (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/fx/node.py:242: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-09-27T15:47:02.7392478Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-09-27T15:47:02.7392907Z ok (0.002s) 2022-09-27T15:47:02.7420158Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.7449464Z test_pretty_print_graph (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:02.7485915Z test_pretty_print_node (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:02.7522437Z test_pretty_print_targets (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:02.7543013Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:02.8546034Z test_pytree (__main__.TestFX) ... ok (0.100s) 2022-09-27T15:47:02.8597964Z test_pytree_concrete (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:02.8616283Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:02.8658116Z test_regular_and_default_args (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:02.8671150Z test_remove_uses (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:02.8684004Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:02.8704356Z test_replace_input (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:03.0014636Z test_replace_uses (__main__.TestFX) ... ok (0.131s) 2022-09-27T15:47:03.0019949Z test_reserved_getattr (__main__.TestFX) 2022-09-27T15:47:03.0050193Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.004s) 2022-09-27T15:47:03.0081965Z test_return_tuple (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.0218647Z test_return_type_exists (__main__.TestFX) ... ok (0.014s) 2022-09-27T15:47:03.0302398Z test_script_method_trace (__main__.TestFX) ... ok (0.008s) 2022-09-27T15:47:03.0438224Z test_script_tensor_constant (__main__.TestFX) ... ok (0.014s) 2022-09-27T15:47:03.0471228Z test_sequential (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.0504554Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.0734485Z test_shape_prop_layout (__main__.TestFX) ... ok (0.023s) 2022-09-27T15:47:03.5491042Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.476s) 2022-09-27T15:47:03.5540948Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:03.5582125Z test_snake_case (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:03.5654664Z test_sqrt (__main__.TestFX) ... ok (0.007s) 2022-09-27T15:47:03.5683899Z test_stack_traces (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.5718942Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.5744164Z test_string_literal_return (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:03.5902518Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.016s) 2022-09-27T15:47:03.5993573Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.009s) 2022-09-27T15:47:03.6031136Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:03.6084353Z test_tensor_attribute (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:03.6133264Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:03.6162962Z test_tensor_constant (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.6193091Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.6230736Z test_torch_custom_ops (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:03.6258463Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.6399043Z test_torch_fx_len (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T15:47:03.6400100Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T15:47:03.6454610Z ok (0.020s) 2022-09-27T15:47:03.6487690Z test_torch_op_overloads (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.6514733Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.6551884Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:03.6564689Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.001s) 2022-09-27T15:47:03.6590363Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.6616648Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.6643625Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.6674899Z test_trace_function (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.6691742Z test_trace_multiple_funcs (__main__.TestFX) ... 1.13.0a0+git52424e2 2022-09-27T15:47:03.6742480Z ok (0.007s) 2022-09-27T15:47:03.6903581Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.016s) 2022-09-27T15:47:03.6949940Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:03.6993528Z test_transformer_noop (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:03.7036937Z test_transformer_op_swap (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:03.7065794Z test_tuple_no_subscript (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:47:03.7066817Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:03.7088739Z ok (0.005s) 2022-09-27T15:47:03.7101656Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:03.7132312Z test_unpack (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.7158231Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.7183717Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.7208684Z test_update_args_api (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:03.7237045Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.7262157Z test_update_kwargs_api (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:03.7383976Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.012s) 2022-09-27T15:47:03.7500918Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.012s) 2022-09-27T15:47:03.7530228Z test_wrap (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.7554046Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:03.7584275Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.7617265Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.7648628Z test_wrapped_method (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.7689775Z test_wrapped_retrace (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:03.7716535Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.7750030Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:03.7760336Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:03.7777554Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:03.7783848Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-09-27T15:47:03.7790688Z Test backward compatibility for members of classes with ... ok (0.001s) 2022-09-27T15:47:03.7795883Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-09-27T15:47:03.7874228Z Test backward compatibility for function signatures with ... ok (0.008s) 2022-09-27T15:47:03.7898206Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.002s) 2022-09-27T15:47:03.7909624Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.7935682Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:03.7958348Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.7982245Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8004800Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8028014Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8049938Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8072789Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8094960Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8119242Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8143024Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8153988Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8164618Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8175483Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8201938Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:03.8212500Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8237666Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8262339Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8284117Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8294843Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8305884Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8316425Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8326916Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8337560Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8348204Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8358688Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8369273Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8379912Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8409682Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:03.8421128Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8446220Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8472168Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:03.8496066Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8521689Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8546087Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8569818Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8592750Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8604216Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8629356Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8656370Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:03.8680014Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8703382Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8725367Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8749189Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8772843Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8795896Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8819611Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8830140Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8851903Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8875862Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8902995Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:03.8925581Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8936874Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.8959059Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.8980618Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9003692Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9014412Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9037425Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9061021Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9084341Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9109272Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9131431Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9155781Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9178612Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9200352Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9210593Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9221645Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9246105Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9273836Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:03.9284554Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9307692Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9330718Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9354816Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9377073Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9400370Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9422182Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9445402Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9470625Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9493269Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9516132Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9538819Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9561325Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9583379Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9606222Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9635173Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:03.9657796Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9680235Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9701485Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9711665Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9734410Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9770673Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-09-27T15:47:03.9780882Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9790954Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9800973Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9811088Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9821164Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9831569Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9854863Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9865263Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9885552Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9906355Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9916474Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9938103Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9948157Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9968386Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:03.9978527Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:03.9999944Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:04.0023141Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:04.0044744Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:04.0072111Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:04.0100242Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:04.0110398Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:04.0120586Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:04.0142478Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:04.0152789Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:04.0176261Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:04.0201547Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:04.0224994Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:04.0244306Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3730: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:47:04.0244854Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:47:04.0248800Z ok (0.002s) 2022-09-27T15:47:04.0269304Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:47:04.0269881Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:47:04.0274101Z ok (0.002s) 2022-09-27T15:47:04.0292868Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:47:04.0293438Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:47:04.0297844Z ok (0.002s) 2022-09-27T15:47:04.0308735Z test_get_torch_func_signature_exhaustive_H_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0317995Z test_get_torch_func_signature_exhaustive_T_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0327210Z test_get_torch_func_signature_exhaustive___getitem___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0336649Z test_get_torch_func_signature_exhaustive___radd___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0346013Z test_get_torch_func_signature_exhaustive___rdiv___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0355043Z test_get_torch_func_signature_exhaustive___rmatmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0364065Z test_get_torch_func_signature_exhaustive___rmod___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0373146Z test_get_torch_func_signature_exhaustive___rmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0382612Z test_get_torch_func_signature_exhaustive___rpow___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0391844Z test_get_torch_func_signature_exhaustive___rsub___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0400993Z test_get_torch_func_signature_exhaustive__masked_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0410063Z test_get_torch_func_signature_exhaustive__masked_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0419214Z test_get_torch_func_signature_exhaustive__masked_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0428498Z test_get_torch_func_signature_exhaustive__masked_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0437571Z test_get_torch_func_signature_exhaustive__masked_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0446645Z test_get_torch_func_signature_exhaustive__masked_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0456072Z test_get_torch_func_signature_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0465347Z test_get_torch_func_signature_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0474073Z test_get_torch_func_signature_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0483026Z test_get_torch_func_signature_exhaustive__masked_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0491741Z test_get_torch_func_signature_exhaustive__masked_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0500792Z test_get_torch_func_signature_exhaustive__masked_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0509911Z test_get_torch_func_signature_exhaustive__masked_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0518772Z test_get_torch_func_signature_exhaustive__masked_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0527682Z test_get_torch_func_signature_exhaustive__masked_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0536901Z test_get_torch_func_signature_exhaustive__masked_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0545690Z test_get_torch_func_signature_exhaustive__masked_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0554529Z test_get_torch_func_signature_exhaustive__masked_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0563425Z test_get_torch_func_signature_exhaustive__masked_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.0577269Z test_get_torch_func_signature_exhaustive_abs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.0593142Z test_get_torch_func_signature_exhaustive_acos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.0608006Z test_get_torch_func_signature_exhaustive_acosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.0636625Z test_get_torch_func_signature_exhaustive_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.0659858Z test_get_torch_func_signature_exhaustive_addbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.0693351Z test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.0725183Z test_get_torch_func_signature_exhaustive_addcmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.0741092Z test_get_torch_func_signature_exhaustive_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.0758135Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.0780051Z test_get_torch_func_signature_exhaustive_addmv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.0799590Z test_get_torch_func_signature_exhaustive_addr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.0819615Z test_get_torch_func_signature_exhaustive_all_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.0854600Z test_get_torch_func_signature_exhaustive_allclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.0874516Z test_get_torch_func_signature_exhaustive_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.0892899Z test_get_torch_func_signature_exhaustive_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.0915980Z test_get_torch_func_signature_exhaustive_aminmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:47:04.0917507Z return self.op(*args, **kwargs) 2022-09-27T15:47:04.0917801Z ok (0.002s) 2022-09-27T15:47:04.0928295Z test_get_torch_func_signature_exhaustive_angle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.0949273Z test_get_torch_func_signature_exhaustive_any_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.0971602Z test_get_torch_func_signature_exhaustive_arange_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.0989313Z test_get_torch_func_signature_exhaustive_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1005986Z test_get_torch_func_signature_exhaustive_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1038307Z test_get_torch_func_signature_exhaustive_argsort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.1053580Z test_get_torch_func_signature_exhaustive_argwhere_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1063849Z test_get_torch_func_signature_exhaustive_as_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1073375Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1086627Z test_get_torch_func_signature_exhaustive_asin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1100827Z test_get_torch_func_signature_exhaustive_asinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1124999Z test_get_torch_func_signature_exhaustive_atan2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1138880Z test_get_torch_func_signature_exhaustive_atan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1152767Z test_get_torch_func_signature_exhaustive_atanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1163592Z test_get_torch_func_signature_exhaustive_atleast_1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1173420Z test_get_torch_func_signature_exhaustive_atleast_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1183137Z test_get_torch_func_signature_exhaustive_atleast_3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1203765Z test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1214045Z test_get_torch_func_signature_exhaustive_bernoulli_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1223633Z test_get_torch_func_signature_exhaustive_bfloat16_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1233489Z test_get_torch_func_signature_exhaustive_block_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1246959Z test_get_torch_func_signature_exhaustive_bmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1258049Z test_get_torch_func_signature_exhaustive_bool_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1268194Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1278267Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1292822Z test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1328060Z test_get_torch_func_signature_exhaustive_bucketize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.1338108Z test_get_torch_func_signature_exhaustive_byte_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1347336Z test_get_torch_func_signature_exhaustive_cartesian_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1365313Z test_get_torch_func_signature_exhaustive_cat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1374997Z test_get_torch_func_signature_exhaustive_cdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1387130Z test_get_torch_func_signature_exhaustive_ceil_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1397486Z test_get_torch_func_signature_exhaustive_chalf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1406497Z test_get_torch_func_signature_exhaustive_char_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1424152Z test_get_torch_func_signature_exhaustive_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:47:04.1424982Z L = torch.cholesky(A) 2022-09-27T15:47:04.1425310Z should be replaced with 2022-09-27T15:47:04.1425643Z L = torch.linalg.cholesky(A) 2022-09-27T15:47:04.1425930Z and 2022-09-27T15:47:04.1426228Z U = torch.cholesky(A, upper=True) 2022-09-27T15:47:04.1426562Z should be replaced with 2022-09-27T15:47:04.1427507Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:47:04.1428220Z 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:47:04.1428870Z return self.op(*args, **kwargs) 2022-09-27T15:47:04.1429166Z ok (0.002s) 2022-09-27T15:47:04.1452623Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1481509Z test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.1495646Z test_get_torch_func_signature_exhaustive_chunk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1515572Z test_get_torch_func_signature_exhaustive_clamp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1538244Z test_get_torch_func_signature_exhaustive_clamp_max_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1560140Z test_get_torch_func_signature_exhaustive_clamp_min_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1573859Z test_get_torch_func_signature_exhaustive_clone_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1588785Z test_get_torch_func_signature_exhaustive_column_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1610070Z test_get_torch_func_signature_exhaustive_combinations_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1632288Z test_get_torch_func_signature_exhaustive_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1644698Z test_get_torch_func_signature_exhaustive_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1656645Z test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1702088Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:04.1712585Z test_get_torch_func_signature_exhaustive_contiguous_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.1735557Z test_get_torch_func_signature_exhaustive_copysign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1751831Z test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1767136Z test_get_torch_func_signature_exhaustive_cos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1781938Z test_get_torch_func_signature_exhaustive_cosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1803148Z test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1843956Z test_get_torch_func_signature_exhaustive_cov_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-09-27T15:47:04.1844806Z return self.op(*args, **kwargs) 2022-09-27T15:47:04.1847023Z ok (0.004s) 2022-09-27T15:47:04.1863192Z test_get_torch_func_signature_exhaustive_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1878201Z test_get_torch_func_signature_exhaustive_cummax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1893069Z test_get_torch_func_signature_exhaustive_cummin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1914084Z test_get_torch_func_signature_exhaustive_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1930779Z test_get_torch_func_signature_exhaustive_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1950630Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.1964072Z test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.1979369Z test_get_torch_func_signature_exhaustive_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.2001152Z test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2022185Z test_get_torch_func_signature_exhaustive_diagflat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.2038524Z test_get_torch_func_signature_exhaustive_diagonal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2067135Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.2133178Z test_get_torch_func_signature_exhaustive_diff_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:04.2146936Z test_get_torch_func_signature_exhaustive_digamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.2206867Z test_get_torch_func_signature_exhaustive_dist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:47:04.2239219Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.2269139Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.2300170Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.2312756Z test_get_torch_func_signature_exhaustive_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.2323207Z test_get_torch_func_signature_exhaustive_double_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.2336299Z test_get_torch_func_signature_exhaustive_dsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.2350769Z test_get_torch_func_signature_exhaustive_dstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.2360553Z test_get_torch_func_signature_exhaustive_einsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.2375243Z test_get_torch_func_signature_exhaustive_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-09-27T15:47:04.2391322Z test_get_torch_func_signature_exhaustive_empty_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2419310Z test_get_torch_func_signature_exhaustive_eq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.2436456Z test_get_torch_func_signature_exhaustive_equal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2449363Z test_get_torch_func_signature_exhaustive_erf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.2464401Z test_get_torch_func_signature_exhaustive_erfc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.2477317Z test_get_torch_func_signature_exhaustive_erfinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.2490900Z test_get_torch_func_signature_exhaustive_exp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.2505513Z test_get_torch_func_signature_exhaustive_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.2516328Z test_get_torch_func_signature_exhaustive_expand_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.2526188Z test_get_torch_func_signature_exhaustive_expand_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.2538683Z test_get_torch_func_signature_exhaustive_expm1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.2554041Z test_get_torch_func_signature_exhaustive_eye_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-09-27T15:47:04.2577160Z test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2599924Z test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2621345Z test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2637014Z test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2657973Z test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2678541Z test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2700890Z test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2720603Z test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2741443Z test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2764646Z test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2781217Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2801473Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2821227Z test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2842841Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2863119Z test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2882605Z test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2904047Z test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2923603Z test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2943493Z test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2965189Z test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.2975523Z test_get_torch_func_signature_exhaustive_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.2990949Z test_get_torch_func_signature_exhaustive_flatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3009521Z test_get_torch_func_signature_exhaustive_flip_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3023687Z test_get_torch_func_signature_exhaustive_fliplr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.3036561Z test_get_torch_func_signature_exhaustive_flipud_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.3047311Z test_get_torch_func_signature_exhaustive_float_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.3071451Z test_get_torch_func_signature_exhaustive_float_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3084717Z test_get_torch_func_signature_exhaustive_floor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.3112787Z test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.3134110Z test_get_torch_func_signature_exhaustive_fmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3156123Z test_get_torch_func_signature_exhaustive_fmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3185296Z test_get_torch_func_signature_exhaustive_fmod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.3198117Z test_get_torch_func_signature_exhaustive_frac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.3211779Z test_get_torch_func_signature_exhaustive_frexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.3230818Z test_get_torch_func_signature_exhaustive_full_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3248663Z test_get_torch_func_signature_exhaustive_gather_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3272434Z test_get_torch_func_signature_exhaustive_ge_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3338077Z test_get_torch_func_signature_exhaustive_geqrf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:47:04.3364958Z test_get_torch_func_signature_exhaustive_gradient_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.3389479Z test_get_torch_func_signature_exhaustive_gt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3399529Z test_get_torch_func_signature_exhaustive_half_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.3420236Z test_get_torch_func_signature_exhaustive_heaviside_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3486087Z test_get_torch_func_signature_exhaustive_histc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:04.3635564Z test_get_torch_func_signature_exhaustive_histogram_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-09-27T15:47:04.3812369Z test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-09-27T15:47:04.3827239Z test_get_torch_func_signature_exhaustive_hsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.3842103Z test_get_torch_func_signature_exhaustive_hstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.3863514Z test_get_torch_func_signature_exhaustive_hypot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3876440Z test_get_torch_func_signature_exhaustive_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.3898384Z test_get_torch_func_signature_exhaustive_igamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3920452Z test_get_torch_func_signature_exhaustive_igammac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3943492Z test_get_torch_func_signature_exhaustive_index_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3958962Z test_get_torch_func_signature_exhaustive_index_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3976671Z test_get_torch_func_signature_exhaustive_index_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.3994834Z test_get_torch_func_signature_exhaustive_index_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.4009036Z test_get_torch_func_signature_exhaustive_index_reduce_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py: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:47:04.4009985Z return self.op(*args, **kwargs) 2022-09-27T15:47:04.4047202Z ok (0.005s) 2022-09-27T15:47:04.4063035Z test_get_torch_func_signature_exhaustive_index_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.4077285Z test_get_torch_func_signature_exhaustive_inner_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.4087861Z test_get_torch_func_signature_exhaustive_int_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.4122496Z test_get_torch_func_signature_exhaustive_isclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.4136132Z test_get_torch_func_signature_exhaustive_isfinite_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.4153593Z test_get_torch_func_signature_exhaustive_isin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.4166247Z test_get_torch_func_signature_exhaustive_isinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.4179474Z test_get_torch_func_signature_exhaustive_isnan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.4192201Z test_get_torch_func_signature_exhaustive_isneginf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.4204690Z test_get_torch_func_signature_exhaustive_isposinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.4218285Z test_get_torch_func_signature_exhaustive_isreal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.4234239Z test_get_torch_func_signature_exhaustive_istft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:47:04.4235239Z return self.op(*args, **kwargs) 2022-09-27T15:47:04.4256192Z ok (0.004s) 2022-09-27T15:47:04.4267373Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:04.4276642Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:04.4285447Z test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:04.4294825Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:04.4304061Z test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:04.4317277Z test_get_torch_func_signature_exhaustive_kron_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.4337821Z test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.4361803Z test_get_torch_func_signature_exhaustive_ldexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.4387560Z test_get_torch_func_signature_exhaustive_le_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.4414065Z test_get_torch_func_signature_exhaustive_lerp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.4428612Z test_get_torch_func_signature_exhaustive_lgamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.4449071Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.4468590Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.4486812Z test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.4502855Z test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.4533015Z test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.4616166Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T15:47:04.4647622Z test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.4679831Z test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.4708487Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.4736140Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.4755568Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.4782340Z test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.4809327Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.4825570Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.4841590Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.4867826Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.4975863Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T15:47:04.4986794Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.5014963Z test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.5063488Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:47:04.5088019Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.5183707Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T15:47:04.5253634Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:04.5291167Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:04.5458884Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-09-27T15:47:04.5492025Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.5512617Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.5584510Z test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:04.5620314Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:04.5671336Z test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:47:04.5705464Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.5715603Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:47:04.5782892Z test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:04.5813689Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.5863287Z test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:47:04.5911104Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:47:04.6092714Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-09-27T15:47:04.6404760Z test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.031s) 2022-09-27T15:47:04.6445241Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:04.6464357Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.6484267Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.6503518Z test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.6556467Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:47:04.6617491Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:47:04.6641462Z test_get_torch_func_signature_exhaustive_linspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.6655989Z test_get_torch_func_signature_exhaustive_log10_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.6669397Z test_get_torch_func_signature_exhaustive_log1p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.6683934Z test_get_torch_func_signature_exhaustive_log2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.6701479Z test_get_torch_func_signature_exhaustive_log_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.6718790Z test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.6736027Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.6750497Z test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.6763413Z test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.6780936Z test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.6814813Z test_get_torch_func_signature_exhaustive_logdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.6837611Z test_get_torch_func_signature_exhaustive_logical_and_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.6850833Z test_get_torch_func_signature_exhaustive_logical_not_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.6872270Z test_get_torch_func_signature_exhaustive_logical_or_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.6893799Z test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.6908662Z test_get_torch_func_signature_exhaustive_logit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.7020017Z test_get_torch_func_signature_exhaustive_logspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T15:47:04.7043051Z test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7053786Z test_get_torch_func_signature_exhaustive_long_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.7077041Z test_get_torch_func_signature_exhaustive_lt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7087363Z test_get_torch_func_signature_exhaustive_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.7102520Z test_get_torch_func_signature_exhaustive_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py: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:47:04.7103670Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:47:04.7104193Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:47:04.7104533Z should be replaced with 2022-09-27T15:47:04.7105213Z 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:47:04.7105877Z return self.op(*args, **kwargs) 2022-09-27T15:47:04.7157119Z ok (0.007s) 2022-09-27T15:47:04.7190419Z test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.7201019Z test_get_torch_func_signature_exhaustive_mH_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.7210306Z test_get_torch_func_signature_exhaustive_mT_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.7230040Z test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7248610Z test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7267715Z test_get_torch_func_signature_exhaustive_masked_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7293919Z test_get_torch_func_signature_exhaustive_matmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.7312968Z test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7338208Z test_get_torch_func_signature_exhaustive_max_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7356292Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7372268Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7395019Z test_get_torch_func_signature_exhaustive_maximum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7420390Z test_get_torch_func_signature_exhaustive_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7440411Z test_get_torch_func_signature_exhaustive_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7450471Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.7459067Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:47:04.7483302Z test_get_torch_func_signature_exhaustive_min_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7499507Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7516671Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7538694Z test_get_torch_func_signature_exhaustive_minimum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7552850Z test_get_torch_func_signature_exhaustive_mm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.7574061Z test_get_torch_func_signature_exhaustive_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7588765Z test_get_torch_func_signature_exhaustive_movedim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.7609452Z test_get_torch_func_signature_exhaustive_msort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7636365Z test_get_torch_func_signature_exhaustive_mul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.7647236Z test_get_torch_func_signature_exhaustive_multinomial_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.7659419Z test_get_torch_func_signature_exhaustive_mv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.7680280Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7701308Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7722542Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7739173Z test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7774334Z test_get_torch_func_signature_exhaustive_nanmean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.7794638Z test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7861912Z test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:04.7885538Z test_get_torch_func_signature_exhaustive_nansum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7901910Z test_get_torch_func_signature_exhaustive_narrow_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7918864Z test_get_torch_func_signature_exhaustive_narrow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.7948887Z test_get_torch_func_signature_exhaustive_native_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.7977113Z test_get_torch_func_signature_exhaustive_ne_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.7990732Z test_get_torch_func_signature_exhaustive_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.8001700Z test_get_torch_func_signature_exhaustive_new_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8011349Z test_get_torch_func_signature_exhaustive_new_empty_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8020913Z test_get_torch_func_signature_exhaustive_new_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8030639Z test_get_torch_func_signature_exhaustive_new_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8040064Z test_get_torch_func_signature_exhaustive_new_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8062098Z test_get_torch_func_signature_exhaustive_nextafter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.8079289Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.8090127Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8099854Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8110733Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8143003Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8143801Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8154281Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.8173985Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.8195687Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.8205915Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8254409Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:47:04.8264684Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8273943Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8283047Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8355855Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:04.8402154Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py: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:47:04.8404100Z return self.op(*args, **kwargs) 2022-09-27T15:47:04.8747491Z ok (0.039s) 2022-09-27T15:47:04.8777784Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.8812525Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.8853341Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:04.8864470Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8888157Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.8899120Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8908137Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8917458Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8926513Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8936243Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8945932Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8955550Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8964952Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8974596Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8984495Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.8994199Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9004340Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9015326Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9034273Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.9046124Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9057218Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9068263Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9084243Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.9095671Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9106765Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9117647Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9128554Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9139491Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9150429Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9161229Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9171989Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9182914Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9193782Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9204530Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9215339Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9226229Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9236941Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9247691Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9258673Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9286894Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.9297774Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9310329Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.9320466Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9330041Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9339382Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9348928Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9358478Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9367956Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9377576Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9387333Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9396682Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9406133Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9415576Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9425201Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9435133Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9444594Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9454682Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9465670Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9477537Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9496739Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.9540539Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:04.9560205Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.9579412Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.9597952Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.9614518Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:04.9628081Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.9640668Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.9650257Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9677776Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:04.9687998Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9697133Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9706827Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9716262Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9725848Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9735258Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9744675Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9754219Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9763182Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9775939Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.9790734Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.9800699Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9810260Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9820053Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9829972Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9839558Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9848873Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9858198Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9868229Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9879511Z test_get_torch_func_signature_exhaustive_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-09-27T15:47:04.9890347Z test_get_torch_func_signature_exhaustive_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9901097Z test_get_torch_func_signature_exhaustive_norm_fro_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9911960Z test_get_torch_func_signature_exhaustive_norm_inf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9922699Z test_get_torch_func_signature_exhaustive_norm_nuc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9933322Z test_get_torch_func_signature_exhaustive_normal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9944186Z test_get_torch_func_signature_exhaustive_normal_number_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:04.9959176Z test_get_torch_func_signature_exhaustive_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:04.9975796Z test_get_torch_func_signature_exhaustive_ones_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.0147843Z test_get_torch_func_signature_exhaustive_ormqr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-09-27T15:47:05.0161050Z test_get_torch_func_signature_exhaustive_outer_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0171630Z test_get_torch_func_signature_exhaustive_pca_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0184893Z test_get_torch_func_signature_exhaustive_permute_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0214133Z test_get_torch_func_signature_exhaustive_pinverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:05.0238166Z test_get_torch_func_signature_exhaustive_polar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.0248947Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0259094Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0268358Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0277598Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0286793Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0299338Z test_get_torch_func_signature_exhaustive_positive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0325108Z test_get_torch_func_signature_exhaustive_pow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:05.0365503Z test_get_torch_func_signature_exhaustive_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:05.0390026Z test_get_torch_func_signature_exhaustive_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.0405793Z test_get_torch_func_signature_exhaustive_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:47:05.0406824Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:47:05.0407253Z Q, R = torch.qr(A, some) 2022-09-27T15:47:05.0407560Z should be replaced with 2022-09-27T15:47:05.0408379Z 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:47:05.0408964Z return self.op(*args, **kwargs) 2022-09-27T15:47:05.0460839Z ok (0.007s) 2022-09-27T15:47:05.0524019Z test_get_torch_func_signature_exhaustive_quantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:47:05.0537941Z test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0548637Z test_get_torch_func_signature_exhaustive_rand_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0557958Z test_get_torch_func_signature_exhaustive_randint_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0566901Z test_get_torch_func_signature_exhaustive_randn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0576960Z test_get_torch_func_signature_exhaustive_randn_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0590457Z test_get_torch_func_signature_exhaustive_ravel_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0603903Z test_get_torch_func_signature_exhaustive_real_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0617513Z test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0646603Z test_get_torch_func_signature_exhaustive_remainder_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:05.0662055Z test_get_torch_func_signature_exhaustive_renorm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0672632Z test_get_torch_func_signature_exhaustive_repeat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0689462Z test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.0699197Z test_get_torch_func_signature_exhaustive_reshape_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0714777Z test_get_torch_func_signature_exhaustive_reshape_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.0725559Z test_get_torch_func_signature_exhaustive_resize__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0735029Z test_get_torch_func_signature_exhaustive_resize_as__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.0746871Z test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0758851Z test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0781041Z test_get_torch_func_signature_exhaustive_roll_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.0815847Z test_get_torch_func_signature_exhaustive_rot90_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:05.0829789Z test_get_torch_func_signature_exhaustive_round_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0844634Z test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0858931Z test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0873507Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0886453Z test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.0911346Z test_get_torch_func_signature_exhaustive_rsub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.0935022Z test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.0967651Z test_get_torch_func_signature_exhaustive_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:05.0985301Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py: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:47:05.0986248Z return self.op(*args, **kwargs) 2022-09-27T15:47:05.1004506Z ok (0.004s) 2022-09-27T15:47:05.1040381Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:05.1078398Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:05.1113725Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:05.1149365Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:05.1234067Z test_get_torch_func_signature_exhaustive_searchsorted_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:47:05.1235355Z return self.op(*args, **kwargs) 2022-09-27T15:47:05.1237002Z /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:47:05.1238070Z return self.op(*args, **kwargs) 2022-09-27T15:47:05.1264609Z ok (0.011s) 2022-09-27T15:47:05.1356687Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T15:47:05.1449306Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T15:47:05.1466652Z test_get_torch_func_signature_exhaustive_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.1485298Z test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.1498170Z test_get_torch_func_signature_exhaustive_sgn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1509001Z test_get_torch_func_signature_exhaustive_short_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.1521228Z test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1533168Z test_get_torch_func_signature_exhaustive_sign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1546947Z test_get_torch_func_signature_exhaustive_signbit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1559879Z test_get_torch_func_signature_exhaustive_sin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1573330Z test_get_torch_func_signature_exhaustive_sinc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1586908Z test_get_torch_func_signature_exhaustive_sinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1618109Z test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:05.1635127Z test_get_torch_func_signature_exhaustive_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.1651290Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.1696450Z test_get_torch_func_signature_exhaustive_sort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:05.1708511Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py: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:47:05.1709662Z torch.eye(m, n, device=device, dtype=dtype) 2022-09-27T15:47:05.1724432Z ok (0.003s) 2022-09-27T15:47:05.1739645Z test_get_torch_func_signature_exhaustive_special_airy_ai_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1753557Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1766558Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1779555Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1792720Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1815375Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.1838123Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.1847396Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:05.1855904Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:05.1868150Z test_get_torch_func_signature_exhaustive_special_entr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1881179Z test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1904157Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.1927069Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.1939792Z test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1952181Z test_get_torch_func_signature_exhaustive_special_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1964165Z test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.1989245Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.1999315Z test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:05.2012252Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2026058Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2038743Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2051620Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2064481Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2078081Z test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2091897Z test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2101667Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.2114446Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2127605Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2136736Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:05.2145879Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:05.2154305Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:05.2163177Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:05.2176014Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2198739Z test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.2224868Z test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:05.2234977Z test_get_torch_func_signature_exhaustive_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.2244390Z test_get_torch_func_signature_exhaustive_split_list_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.2259573Z test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2274339Z test_get_torch_func_signature_exhaustive_sqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2288027Z test_get_torch_func_signature_exhaustive_square_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2304082Z test_get_torch_func_signature_exhaustive_squeeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.2319894Z test_get_torch_func_signature_exhaustive_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.2344625Z test_get_torch_func_signature_exhaustive_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.2367243Z test_get_torch_func_signature_exhaustive_std_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.2377362Z test_get_torch_func_signature_exhaustive_stft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.2404649Z test_get_torch_func_signature_exhaustive_sub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:05.2427947Z test_get_torch_func_signature_exhaustive_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.2438110Z test_get_torch_func_signature_exhaustive_sum_to_size_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.2768143Z test_get_torch_func_signature_exhaustive_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.033s) 2022-09-27T15:47:05.2779946Z test_get_torch_func_signature_exhaustive_svd_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.2798767Z test_get_torch_func_signature_exhaustive_symeig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:47:05.2799941Z 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:47:05.2800604Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:47:05.2801065Z should be replaced with 2022-09-27T15:47:05.2801702Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:47:05.2802038Z and 2022-09-27T15:47:05.2802351Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:47:05.2802702Z should be replaced with 2022-09-27T15:47:05.2803472Z 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:47:05.2804033Z return self.op(*args, **kwargs) 2022-09-27T15:47:05.2813177Z ok (0.003s) 2022-09-27T15:47:05.2826699Z test_get_torch_func_signature_exhaustive_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2844211Z test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.2862093Z test_get_torch_func_signature_exhaustive_take_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.2875332Z test_get_torch_func_signature_exhaustive_tan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2889093Z test_get_torch_func_signature_exhaustive_tanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.2910321Z test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.2919250Z test_get_torch_func_signature_exhaustive_tensordot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:47:05.2953322Z test_get_torch_func_signature_exhaustive_tile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:05.2963194Z test_get_torch_func_signature_exhaustive_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.2972071Z test_get_torch_func_signature_exhaustive_to_sparse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.2993465Z test_get_torch_func_signature_exhaustive_topk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.3005221Z test_get_torch_func_signature_exhaustive_trace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.3022083Z test_get_torch_func_signature_exhaustive_transpose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.3041930Z test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.3062291Z test_get_torch_func_signature_exhaustive_trapz_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.3079801Z test_get_torch_func_signature_exhaustive_triangular_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py: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:47:05.3081021Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:47:05.3081626Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:47:05.3082041Z should be replaced with 2022-09-27T15:47:05.3082662Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:47:05.3083314Z return self.op(*args, **kwargs) 2022-09-27T15:47:05.3104908Z ok (0.004s) 2022-09-27T15:47:05.3122418Z test_get_torch_func_signature_exhaustive_tril_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.3140211Z test_get_torch_func_signature_exhaustive_triu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.3167133Z test_get_torch_func_signature_exhaustive_true_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:05.3179596Z test_get_torch_func_signature_exhaustive_trunc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.3196038Z test_get_torch_func_signature_exhaustive_unbind_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.3213619Z test_get_torch_func_signature_exhaustive_unflatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.3223484Z test_get_torch_func_signature_exhaustive_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.3233128Z test_get_torch_func_signature_exhaustive_uniform_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.3243170Z test_get_torch_func_signature_exhaustive_unique_consecutive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.3253271Z test_get_torch_func_signature_exhaustive_unique_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.3268941Z test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.3292789Z test_get_torch_func_signature_exhaustive_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.3316656Z test_get_torch_func_signature_exhaustive_var_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.3330311Z test_get_torch_func_signature_exhaustive_vdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.3343179Z test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.3352884Z test_get_torch_func_signature_exhaustive_view_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.3362135Z test_get_torch_func_signature_exhaustive_view_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.3374211Z test_get_torch_func_signature_exhaustive_vsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.3388482Z test_get_torch_func_signature_exhaustive_vstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.3398487Z test_get_torch_func_signature_exhaustive_where_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.3420919Z test_get_torch_func_signature_exhaustive_xlogy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.3432641Z test_get_torch_func_signature_exhaustive_zero__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:05.3446664Z test_get_torch_func_signature_exhaustive_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:05.3462699Z test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:05.3470258Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-09-27T15:47:05.3507214Z Tests that the pass manager runs the passes correctly. ... ok (0.004s) 2022-09-27T15:47:05.3510455Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-09-27T15:47:05.3515589Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.001s) 2022-09-27T15:47:05.3521087Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-09-27T15:47:05.3543951Z Tests that users can add in check functions correctly ... ok (0.003s) 2022-09-27T15:47:05.3548524Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-09-27T15:47:05.3571236Z Tests error catching + debug ... ok (0.003s) 2022-09-27T15:47:05.3575835Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-09-27T15:47:05.3580539Z Tests the construction of constraints ... ok (0.001s) 2022-09-27T15:47:05.3594770Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-09-27T15:47:05.3606417Z Tests that passes are correctly ordered based on contraints. ... ok (0.003s) 2022-09-27T15:47:05.3651264Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-09-27T15:47:05.3737022Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:05.3817845Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:47:05.3893248Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.007s) 2022-09-27T15:47:05.3971858Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:47:05.4064837Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:05.4142029Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:47:05.4218576Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:47:05.4229971Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-09-27T15:47:05.4297023Z This tests that a placeholder Node can be matched to a Node with ... ok (0.008s) 2022-09-27T15:47:05.4380074Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:47:05.4458596Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:47:05.4546457Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:05.4625728Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:47:05.4706216Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:47:05.4784275Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:47:05.4893899Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-09-27T15:47:05.4968735Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.007s) 2022-09-27T15:47:05.5047118Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:47:05.5123604Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:47:05.9523885Z test_torchvision_models_alexnet (__main__.TestVisionTracing) ... ok (0.440s) 2022-09-27T15:47:08.1364719Z test_torchvision_models_convnext_base (__main__.TestVisionTracing) ... ok (2.184s) 2022-09-27T15:47:11.4987611Z test_torchvision_models_convnext_large (__main__.TestVisionTracing) ... ok (3.362s) 2022-09-27T15:47:12.8509598Z test_torchvision_models_convnext_small (__main__.TestVisionTracing) ... ok (1.352s) 2022-09-27T15:47:13.6340701Z test_torchvision_models_convnext_tiny (__main__.TestVisionTracing) ... ok (0.783s) 2022-09-27T15:47:15.5038386Z test_torchvision_models_densenet121 (__main__.TestVisionTracing) ... ok (1.870s) 2022-09-27T15:47:18.1283066Z test_torchvision_models_densenet161 (__main__.TestVisionTracing) ... ok (2.624s) 2022-09-27T15:47:20.4953051Z test_torchvision_models_densenet169 (__main__.TestVisionTracing) ... ok (2.367s) 2022-09-27T15:47:23.5371818Z test_torchvision_models_densenet201 (__main__.TestVisionTracing) ... ok (3.042s) 2022-09-27T15:47:23.5417907Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_320_fpn (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained_backbone' is deprecated since 0.13 and will be removed in 0.15, please use 'weights_backbone' instead. 2022-09-27T15:47:23.5419047Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, " 2022-09-27T15:47:23.5420329Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights_backbone' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights_backbone=None`. 2022-09-27T15:47:23.5421073Z warnings.warn(msg) 2022-09-27T15:47:23.6966964Z ok (0.159s) 2022-09-27T15:47:23.8547370Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_fpn (__main__.TestVisionTracing) ... ok (0.158s) 2022-09-27T15:47:24.2161742Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.361s) 2022-09-27T15:47:24.6036730Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.387s) 2022-09-27T15:47:24.9587457Z test_torchvision_models_detection_fcos_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.355s) 2022-09-27T15:47:25.4992397Z test_torchvision_models_detection_keypointrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.540s) 2022-09-27T15:47:25.8888045Z test_torchvision_models_detection_maskrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.390s) 2022-09-27T15:47:26.3068562Z test_torchvision_models_detection_maskrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.418s) 2022-09-27T15:47:26.6601176Z test_torchvision_models_detection_retinanet_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.353s) 2022-09-27T15:47:27.0527413Z test_torchvision_models_detection_retinanet_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.393s) 2022-09-27T15:47:28.8592560Z test_torchvision_models_detection_ssd300_vgg16 (__main__.TestVisionTracing) ... ok (1.806s) 2022-09-27T15:47:28.9728356Z test_torchvision_models_detection_ssdlite320_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (0.113s) 2022-09-27T15:47:30.0779294Z test_torchvision_models_efficientnet_b0 (__main__.TestVisionTracing) ... ok (1.105s) 2022-09-27T15:47:31.6855822Z test_torchvision_models_efficientnet_b1 (__main__.TestVisionTracing) ... ok (1.608s) 2022-09-27T15:47:33.2006045Z test_torchvision_models_efficientnet_b2 (__main__.TestVisionTracing) ... ok (1.515s) 2022-09-27T15:47:34.9961060Z test_torchvision_models_efficientnet_b3 (__main__.TestVisionTracing) ... ok (1.795s) 2022-09-27T15:47:37.3570995Z test_torchvision_models_efficientnet_b4 (__main__.TestVisionTracing) ... ok (2.361s) 2022-09-27T15:47:40.3639514Z test_torchvision_models_efficientnet_b5 (__main__.TestVisionTracing) ... ok (3.007s) 2022-09-27T15:47:43.8908778Z test_torchvision_models_efficientnet_b6 (__main__.TestVisionTracing) ... ok (3.527s) 2022-09-27T15:47:48.5487207Z test_torchvision_models_efficientnet_b7 (__main__.TestVisionTracing) ... ok (4.658s) 2022-09-27T15:47:54.8216134Z test_torchvision_models_efficientnet_v2_l (__main__.TestVisionTracing) ... ok (6.273s) 2022-09-27T15:47:59.0707878Z test_torchvision_models_efficientnet_v2_m (__main__.TestVisionTracing) ... ok (4.249s) 2022-09-27T15:48:01.8787947Z test_torchvision_models_efficientnet_v2_s (__main__.TestVisionTracing) ... ok (2.808s) 2022-09-27T15:48:01.8832792Z test_torchvision_models_googlenet (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py:51: FutureWarning: The default weight initialization of GoogleNet will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-09-27T15:48:01.8833749Z FutureWarning, 2022-09-27T15:48:02.9022651Z ok (1.023s) 2022-09-27T15:48:02.9040225Z test_torchvision_models_inception_v3 (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py:47: FutureWarning: The default weight initialization of inception_v3 will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-09-27T15:48:02.9040826Z FutureWarning, 2022-09-27T15:48:04.3833604Z ok (1.481s) 2022-09-27T15:48:05.1503998Z test_torchvision_models_mnasnet0_5 (__main__.TestVisionTracing) ... ok (0.767s) 2022-09-27T15:48:05.9304437Z test_torchvision_models_mnasnet0_75 (__main__.TestVisionTracing) ... ok (0.780s) 2022-09-27T15:48:06.6773226Z test_torchvision_models_mnasnet1_0 (__main__.TestVisionTracing) ... ok (0.747s) 2022-09-27T15:48:07.5348575Z test_torchvision_models_mnasnet1_3 (__main__.TestVisionTracing) ... ok (0.857s) 2022-09-27T15:48:08.5127912Z test_torchvision_models_mobilenet_v2 (__main__.TestVisionTracing) ... ok (0.978s) 2022-09-27T15:48:09.5705548Z test_torchvision_models_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.058s) 2022-09-27T15:48:10.3632821Z test_torchvision_models_mobilenet_v3_small (__main__.TestVisionTracing) ... ok (0.793s) 2022-09-27T15:48:12.4862052Z test_torchvision_models_regnet_x_16gf (__main__.TestVisionTracing) ... ok (2.123s) 2022-09-27T15:48:13.7589656Z test_torchvision_models_regnet_x_1_6gf (__main__.TestVisionTracing) ... ok (1.273s) 2022-09-27T15:48:17.0891488Z test_torchvision_models_regnet_x_32gf (__main__.TestVisionTracing) ... ok (3.330s) 2022-09-27T15:48:18.8507404Z test_torchvision_models_regnet_x_3_2gf (__main__.TestVisionTracing) ... ok (1.761s) 2022-09-27T15:48:20.2872993Z test_torchvision_models_regnet_x_400mf (__main__.TestVisionTracing) ... ok (1.436s) 2022-09-27T15:48:21.3821913Z test_torchvision_models_regnet_x_800mf (__main__.TestVisionTracing) ... ok (1.095s) 2022-09-27T15:48:23.4085907Z test_torchvision_models_regnet_x_8gf (__main__.TestVisionTracing) ... ok (2.026s) 2022-09-27T15:48:36.6098544Z test_torchvision_models_regnet_y_128gf (__main__.TestVisionTracing) ... ok (13.201s) 2022-09-27T15:48:39.3046203Z test_torchvision_models_regnet_y_16gf (__main__.TestVisionTracing) ... ok (2.695s) 2022-09-27T15:48:41.8881138Z test_torchvision_models_regnet_y_1_6gf (__main__.TestVisionTracing) ... ok (2.583s) 2022-09-27T15:48:46.0301367Z test_torchvision_models_regnet_y_32gf (__main__.TestVisionTracing) ... ok (4.142s) 2022-09-27T15:48:48.2029879Z test_torchvision_models_regnet_y_3_2gf (__main__.TestVisionTracing) ... ok (2.173s) 2022-09-27T15:48:49.7556189Z test_torchvision_models_regnet_y_400mf (__main__.TestVisionTracing) ... ok (1.552s) 2022-09-27T15:48:51.1558033Z test_torchvision_models_regnet_y_800mf (__main__.TestVisionTracing) ... ok (1.400s) 2022-09-27T15:48:53.4108138Z test_torchvision_models_regnet_y_8gf (__main__.TestVisionTracing) ... ok (2.255s) 2022-09-27T15:48:55.3480000Z test_torchvision_models_resnet101 (__main__.TestVisionTracing) ... ok (1.937s) 2022-09-27T15:48:58.0714965Z test_torchvision_models_resnet152 (__main__.TestVisionTracing) ... ok (2.723s) 2022-09-27T15:48:58.5544401Z test_torchvision_models_resnet18 (__main__.TestVisionTracing) ... ok (0.483s) 2022-09-27T15:48:59.3472239Z test_torchvision_models_resnet34 (__main__.TestVisionTracing) ... ok (0.793s) 2022-09-27T15:49:00.3676370Z test_torchvision_models_resnet50 (__main__.TestVisionTracing) ... ok (1.020s) 2022-09-27T15:49:02.9116779Z test_torchvision_models_resnext101_32x8d (__main__.TestVisionTracing) ... ok (2.544s) 2022-09-27T15:49:05.5156972Z test_torchvision_models_resnext101_64x4d (__main__.TestVisionTracing) ... ok (2.604s) 2022-09-27T15:49:06.6030929Z test_torchvision_models_resnext50_32x4d (__main__.TestVisionTracing) ... ok (1.087s) 2022-09-27T15:49:07.8847925Z test_torchvision_models_segmentation_deeplabv3_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.281s) 2022-09-27T15:49:10.0374009Z test_torchvision_models_segmentation_deeplabv3_resnet101 (__main__.TestVisionTracing) ... ok (2.153s) 2022-09-27T15:49:11.2218275Z test_torchvision_models_segmentation_deeplabv3_resnet50 (__main__.TestVisionTracing) ... ok (1.184s) 2022-09-27T15:49:13.3265540Z test_torchvision_models_segmentation_fcn_resnet101 (__main__.TestVisionTracing) ... ok (2.105s) 2022-09-27T15:49:14.3644194Z test_torchvision_models_segmentation_fcn_resnet50 (__main__.TestVisionTracing) ... ok (1.038s) 2022-09-27T15:49:15.4128459Z test_torchvision_models_segmentation_lraspp_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.048s) 2022-09-27T15:49:16.3485583Z test_torchvision_models_shufflenet_v2_x0_5 (__main__.TestVisionTracing) ... ok (0.936s) 2022-09-27T15:49:17.3137260Z test_torchvision_models_shufflenet_v2_x1_0 (__main__.TestVisionTracing) ... ok (0.965s) 2022-09-27T15:49:18.3259756Z test_torchvision_models_shufflenet_v2_x1_5 (__main__.TestVisionTracing) ... ok (1.012s) 2022-09-27T15:49:19.4230877Z test_torchvision_models_shufflenet_v2_x2_0 (__main__.TestVisionTracing) ... ok (1.097s) 2022-09-27T15:49:19.7717261Z test_torchvision_models_squeezenet1_0 (__main__.TestVisionTracing) ... ok (0.348s) 2022-09-27T15:49:20.0675738Z test_torchvision_models_squeezenet1_1 (__main__.TestVisionTracing) ... ok (0.296s) 2022-09-27T15:49:23.1369356Z test_torchvision_models_swin_b (__main__.TestVisionTracing) ... ok (3.069s) 2022-09-27T15:49:25.5742249Z test_torchvision_models_swin_s (__main__.TestVisionTracing) ... ok (2.437s) 2022-09-27T15:49:26.8437172Z test_torchvision_models_swin_t (__main__.TestVisionTracing) ... ok (1.269s) 2022-09-27T15:49:30.4623397Z test_torchvision_models_swin_v2_b (__main__.TestVisionTracing) ... ok (3.619s) 2022-09-27T15:49:33.3602093Z test_torchvision_models_swin_v2_s (__main__.TestVisionTracing) ... ok (2.898s) 2022-09-27T15:49:34.8669461Z test_torchvision_models_swin_v2_t (__main__.TestVisionTracing) ... ok (1.507s) 2022-09-27T15:49:36.5230420Z test_torchvision_models_vgg11 (__main__.TestVisionTracing) ... ok (1.656s) 2022-09-27T15:49:38.2763472Z test_torchvision_models_vgg11_bn (__main__.TestVisionTracing) ... ok (1.753s) 2022-09-27T15:49:40.0370264Z test_torchvision_models_vgg13 (__main__.TestVisionTracing) ... ok (1.761s) 2022-09-27T15:49:41.8919471Z test_torchvision_models_vgg13_bn (__main__.TestVisionTracing) ... ok (1.855s) 2022-09-27T15:49:43.5937524Z test_torchvision_models_vgg16 (__main__.TestVisionTracing) ... ok (1.702s) 2022-09-27T15:49:45.6002578Z test_torchvision_models_vgg16_bn (__main__.TestVisionTracing) ... ok (2.006s) 2022-09-27T15:49:47.6468758Z test_torchvision_models_vgg19 (__main__.TestVisionTracing) ... ok (2.047s) 2022-09-27T15:49:49.7671379Z test_torchvision_models_vgg19_bn (__main__.TestVisionTracing) ... ok (2.120s) 2022-09-27T15:49:50.7088415Z test_torchvision_models_video_mc3_18 (__main__.TestVisionTracing) ... ok (0.942s) 2022-09-27T15:49:55.6788688Z test_torchvision_models_video_mvit_v1_b (__main__.TestVisionTracing) ... ok (4.970s) 2022-09-27T15:50:01.5764493Z test_torchvision_models_video_mvit_v2_s (__main__.TestVisionTracing) ... ok (5.897s) 2022-09-27T15:50:02.8990393Z test_torchvision_models_video_r2plus1d_18 (__main__.TestVisionTracing) ... ok (1.322s) 2022-09-27T15:50:04.1402627Z test_torchvision_models_video_r3d_18 (__main__.TestVisionTracing) ... ok (1.241s) 2022-09-27T15:50:06.8594957Z test_torchvision_models_video_s3d (__main__.TestVisionTracing) ... ok (2.719s) 2022-09-27T15:50:08.8478898Z test_torchvision_models_vit_b_16 (__main__.TestVisionTracing) ... ok (1.988s) 2022-09-27T15:50:10.6122347Z test_torchvision_models_vit_b_32 (__main__.TestVisionTracing) ... ok (1.764s) 2022-09-27T15:50:21.5698949Z test_torchvision_models_vit_h_14 (__main__.TestVisionTracing) ... ok (10.957s) 2022-09-27T15:50:27.3978086Z test_torchvision_models_vit_l_16 (__main__.TestVisionTracing) ... ok (5.828s) 2022-09-27T15:50:33.0784341Z test_torchvision_models_vit_l_32 (__main__.TestVisionTracing) ... ok (5.680s) 2022-09-27T15:50:36.2930354Z test_torchvision_models_wide_resnet101_2 (__main__.TestVisionTracing) ... ok (3.214s) 2022-09-27T15:50:38.1120711Z test_torchvision_models_wide_resnet50_2 (__main__.TestVisionTracing) ... ok (1.816s) 2022-09-27T15:50:38.1269248Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.018s) 2022-09-27T15:50:39.6408808Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... ok (1.514s) 2022-09-27T15:50:39.6474521Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-09-27T15:50:39.6510613Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:50:39.6541058Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.6572428Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.6603768Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.6632100Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.6675648Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:50:39.6744098Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-09-27T15:50:39.6780647Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:50:39.6825090Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:50:39.6867858Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:50:39.6948808Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-09-27T15:50:39.7253360Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.030s) 2022-09-27T15:50:39.7314652Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-09-27T15:50:39.7394371Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-09-27T15:50:39.7423157Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.7453257Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.7481234Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.7509450Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.7538062Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.7565083Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.7592079Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.7622677Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.7785229Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-09-27T15:50:39.7816330Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.7847117Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:50:39.8114722Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.027s) 2022-09-27T15:50:39.8150846Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:50:39.8224887Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-09-27T15:50:39.8225280Z 2022-09-27T15:50:39.8226929Z ---------------------------------------------------------------------- 2022-09-27T15:50:39.8227366Z Ran 1117 tests in 218.855s 2022-09-27T15:50:39.8227576Z 2022-09-27T15:50:39.8227740Z OK (skipped=198, expected failures=3) 2022-09-27T15:50:39.8227944Z 2022-09-27T15:50:39.8228087Z Generating XML reports... 2022-09-27T15:50:39.8338760Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220927154700.xml 2022-09-27T15:50:39.8353140Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20220927154700.xml 2022-09-27T15:50:39.8361792Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20220927154700.xml 2022-09-27T15:50:39.8380551Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220927154700.xml 2022-09-27T15:50:39.8408126Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220927154700.xml 2022-09-27T15:50:39.8417637Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220927154700.xml 2022-09-27T15:50:39.8547110Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20220927154700.xml 2022-09-27T15:50:39.8552267Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220927154700.xml 2022-09-27T15:50:39.8639938Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220927154700.xml 2022-09-27T15:50:39.9101509Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20220927154700.xml 2022-09-27T15:50:39.9108262Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20220927154700.xml 2022-09-27T15:50:39.9124398Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927154700.xml 2022-09-27T15:50:39.9204782Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20220927154700.xml 2022-09-27T15:50:39.9228069Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220927154700.xml 2022-09-27T15:50:42.7954513Z Running test_reductions ... [2022-09-27 15:50:42.795034] 2022-09-27T15:50:42.7955045Z Executing ['/opt/conda/bin/python', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:42.795125] 2022-09-27T15:50:45.1659108Z Test results will be stored in test-reports/python-unittest/test_reductions 2022-09-27T15:50:45.1796932Z 2022-09-27T15:50:45.1797059Z Running tests... 2022-09-27T15:50:45.1798186Z ---------------------------------------------------------------------- 2022-09-27T15:50:45.2071844Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.027s) 2022-09-27T15:50:45.2090415Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:45.2100986Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:50:45.2148507Z test_all_any_vs_numpy_cpu_bool (__main__.TestReductionsCPU) ... test_reductions.py:1732: 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-27T15:50:45.2149164Z _test_all_any(x.T) 2022-09-27T15:50:45.2180719Z test_reductions.py:1696: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:50:45.2181352Z torch.all(x, dim, out=out) 2022-09-27T15:50:45.2228880Z test_reductions.py:1696: UserWarning: An output with one or more elements was resized since it had shape [1, 1], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:50:45.2229498Z torch.all(x, dim, out=out) 2022-09-27T15:50:45.2328939Z test_reductions.py:1696: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [5, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:50:45.2329587Z torch.all(x, dim, out=out) 2022-09-27T15:50:45.2373229Z test_reductions.py:1696: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:50:45.2373856Z torch.all(x, dim, out=out) 2022-09-27T15:50:45.2417809Z test_reductions.py:1696: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:50:45.2418637Z torch.all(x, dim, out=out) 2022-09-27T15:50:45.2475854Z test_reductions.py:1696: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:50:45.2476474Z torch.all(x, dim, out=out) 2022-09-27T15:50:45.2566358Z test_reductions.py:1696: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:50:45.2566974Z torch.all(x, dim, out=out) 2022-09-27T15:50:45.2612737Z test_reductions.py:1696: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:50:45.2613349Z torch.all(x, dim, out=out) 2022-09-27T15:50:45.2652373Z ok (0.055s) 2022-09-27T15:50:45.2708293Z test_all_any_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2358: 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:50:45.2708808Z torch_result = torch_fn(t).cpu() 2022-09-27T15:50:45.6031689Z ok (0.338s) 2022-09-27T15:50:45.9401224Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.337s) 2022-09-27T15:50:46.2766258Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.336s) 2022-09-27T15:50:46.6123944Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.336s) 2022-09-27T15:50:46.9484918Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.336s) 2022-09-27T15:50:47.2787397Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.330s) 2022-09-27T15:50:47.6117953Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.333s) 2022-09-27T15:50:47.9418786Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.330s) 2022-09-27T15:50:48.2727253Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.331s) 2022-09-27T15:50:48.3269133Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.054s) 2022-09-27T15:50:48.3291944Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:48.3310864Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:48.3337184Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:50:48.3361498Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:48.3389654Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:50:48.3430096Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:50:48.3448142Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:48.3605322Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T15:50:48.3624405Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:48.3648611Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:48.3671939Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:48.3699042Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:50:48.3716857Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:48.3733479Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:48.3796025Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:50:48.3859451Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:50:48.3890075Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:50:48.3901422Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:50:48.3944800Z test_argminmax_multiple_cpu_float16 (__main__.TestReductionsCPU) ... test_reductions.py:1616: 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:50:48.3945639Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-09-27T15:50:48.3946369Z test_reductions.py:1619: 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:50:48.3947241Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-09-27T15:50:48.4009713Z ok (0.011s) 2022-09-27T15:50:48.4156653Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T15:50:48.4307301Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T15:50:48.4438699Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:50:48.4570253Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:50:48.4701669Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:50:48.4834291Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:50:48.4968462Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:50:48.6938404Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (0.197s) 2022-09-27T15:50:48.7418746Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.048s) 2022-09-27T15:50:48.7539167Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-09-27T15:50:48.7695110Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T15:50:48.7843260Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T15:50:48.7978055Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:50:48.8105416Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:50:48.8167357Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:50:48.8228899Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:50:48.8288150Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:50:48.8347970Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:50:48.8407685Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:50:49.0018499Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.161s) 2022-09-27T15:50:49.1597608Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.158s) 2022-09-27T15:50:49.1618271Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:49.1637825Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:49.1656399Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:49.1675002Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:49.1693500Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:49.1712332Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:49.1730319Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:49.1748877Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:49.1767110Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:49.1772757Z test_dim_default__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1782149Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1785664Z test_dim_default__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1793909Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1797444Z test_dim_default__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1805812Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1809285Z test_dim_default__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1817674Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1821260Z test_dim_default__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1832153Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1836176Z test_dim_default__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1846625Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1850156Z test_dim_default__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1859061Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1863451Z test_dim_default__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1871290Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1874829Z test_dim_default__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1895550Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T15:50:49.1899558Z test_dim_default__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1908129Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1911685Z test_dim_default__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1922693Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1926247Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1933071Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1936750Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1943588Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1947085Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1953764Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1957281Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1964032Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1967544Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1974318Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1977936Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1984791Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1988282Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.1994877Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.1998589Z test_dim_default_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2007999Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2011704Z test_dim_default_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2021249Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2025138Z test_dim_default_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2034901Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2038257Z test_dim_default_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2047630Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2051137Z test_dim_default_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2062501Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2066656Z test_dim_default_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2077553Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2081176Z test_dim_default_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2090457Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2094136Z test_dim_default_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2103636Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2107482Z test_dim_default_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2122850Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:49.2126979Z test_dim_default_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2136640Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2140133Z test_dim_default_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2152305Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:49.2156030Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2166643Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-09-27T15:50:49.2170342Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2178479Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2182137Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2190071Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2193635Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2200288Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-09-27T15:50:49.2204070Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2204708Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2208790Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2209436Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2212774Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2213156Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2216529Z test_dim_default_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2224591Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2228719Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2229330Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2232791Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2242027Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2245495Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2253683Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.2257373Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2257980Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2261708Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2262263Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2265775Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2266142Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2269702Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2270101Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2273440Z test_dim_default_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2280456Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.2283887Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2291003Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.2294383Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2301673Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.2305260Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2312127Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.2315407Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2322372Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.2325847Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2333469Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.2337053Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2344031Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.2347511Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2355034Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.2359355Z test_dim_empty__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2370571Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2374930Z test_dim_empty__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2383968Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2388322Z test_dim_empty__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2388971Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2393371Z test_dim_empty__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2402924Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2406876Z test_dim_empty__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2415344Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2419498Z test_dim_empty__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2428198Z Tests that dim=[] is a no-op ... ok (0.001s) 2022-09-27T15:50:49.2431757Z test_dim_empty__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2443202Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T15:50:49.2448110Z test_dim_empty__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2456459Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2460632Z test_dim_empty__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2471127Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2475208Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2482362Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2486434Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2493608Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2497902Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2498744Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2504300Z test_dim_empty_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2513042Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2517334Z test_dim_empty_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2527113Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2535164Z test_dim_empty_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2535796Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T15:50:49.2543562Z test_dim_empty_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2556689Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:50:49.2561087Z test_dim_empty_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2570584Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2574987Z test_dim_empty_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2583000Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.001s) 2022-09-27T15:50:49.2587350Z test_dim_empty_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2599524Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:50:49.2604341Z test_dim_empty_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2613571Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2617998Z test_dim_empty_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2629612Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:50:49.2633834Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2642220Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2646267Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2654559Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2659240Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2660064Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2664698Z test_dim_empty_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2673910Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2678345Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2678772Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2683484Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2684065Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2688597Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2697244Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2702142Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2702557Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2707652Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2708049Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2712239Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2712897Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2716965Z test_dim_empty_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2726927Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2731046Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2731844Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2735893Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2736700Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2740644Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2748175Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:49.2752288Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2752860Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2756959Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2757518Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2761637Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2762102Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.2766263Z test_dim_multi__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2774508Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.2778976Z test_dim_multi__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2787300Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.2791690Z test_dim_multi__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2801134Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.2806131Z test_dim_multi__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2815221Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.2819548Z test_dim_multi__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2827623Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.2831892Z test_dim_multi__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2840306Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.2844464Z test_dim_multi__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2855337Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.2860685Z test_dim_multi__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2868609Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.2872839Z test_dim_multi__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2883525Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.2887452Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2894198Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.2898820Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2905710Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.2910035Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2916796Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.2920958Z test_dim_multi_duplicate__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2926977Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:49.2931108Z test_dim_multi_duplicate__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2937159Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:49.2941287Z test_dim_multi_duplicate__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2946891Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:49.2951012Z test_dim_multi_duplicate__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2956733Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:49.2960858Z test_dim_multi_duplicate__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2966481Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:49.2970717Z test_dim_multi_duplicate__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2976191Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:49.2980482Z test_dim_multi_duplicate__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2985909Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:49.2990044Z test_dim_multi_duplicate__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.2995306Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:49.2999433Z test_dim_multi_duplicate__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3004822Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:49.3008919Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3052208Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-09-27T15:50:49.3056420Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3098696Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-09-27T15:50:49.3102951Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3153256Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-09-27T15:50:49.3157387Z test_dim_multi_duplicate_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3197222Z Tests that an error is raised if dim has duplicate entries. ... ok (0.004s) 2022-09-27T15:50:49.3201337Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3241610Z Tests that an error is raised if dim has duplicate entries. ... ok (0.004s) 2022-09-27T15:50:49.3245558Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3298230Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-09-27T15:50:49.3302455Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3345148Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-09-27T15:50:49.3349352Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3407004Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-09-27T15:50:49.3411070Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3450382Z Tests that an error is raised if dim has duplicate entries. ... ok (0.004s) 2022-09-27T15:50:49.3461511Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3512204Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-09-27T15:50:49.3516632Z test_dim_multi_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3526036Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3530601Z test_dim_multi_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3539719Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3544638Z test_dim_multi_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3554927Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3560370Z test_dim_multi_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3570317Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3575080Z test_dim_multi_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3584135Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3588755Z test_dim_multi_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3597667Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3602325Z test_dim_multi_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3614131Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:50:49.3619728Z test_dim_multi_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3628531Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3633192Z test_dim_multi_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3646298Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:50:49.3650935Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3658992Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3663685Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3671319Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3676555Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3677184Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.001s) 2022-09-27T15:50:49.3681742Z test_dim_multi_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3689510Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3693991Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3701689Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3706364Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3714429Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3718930Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3726485Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3731026Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3739155Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3743875Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3751306Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3755805Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3763537Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:49.3767811Z test_dim_multi_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3774492Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.3778867Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3785790Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.3790087Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3797112Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.3801465Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3808205Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.3812506Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3819526Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.3824034Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3830620Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.3834439Z test_dim_multi_unsorted__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3840937Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.3844729Z test_dim_multi_unsorted__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3851271Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.3855102Z test_dim_multi_unsorted__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3862538Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.3866831Z test_dim_multi_unsorted__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3873990Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.3877697Z test_dim_multi_unsorted__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3884212Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.3887901Z test_dim_multi_unsorted__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3894461Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.3898262Z test_dim_multi_unsorted__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3906835Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.3911298Z test_dim_multi_unsorted__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3917991Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.3921784Z test_dim_multi_unsorted__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3929628Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.3933401Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3939733Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.3943734Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3950043Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.3953923Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3960013Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.3963846Z test_dim_multi_unsorted_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3971284Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.3974937Z test_dim_multi_unsorted_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3982427Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.3986199Z test_dim_multi_unsorted_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.3994196Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.3998614Z test_dim_multi_unsorted_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4006468Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4010230Z test_dim_multi_unsorted_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4017529Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4021342Z test_dim_multi_unsorted_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4028906Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4032478Z test_dim_multi_unsorted_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4041311Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4045690Z test_dim_multi_unsorted_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4052779Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4056630Z test_dim_multi_unsorted_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4065081Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4068766Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4075331Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4079066Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4085622Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4089416Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4090271Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.4093949Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4100704Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4104875Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4112245Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4116749Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4123833Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4127700Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4134413Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4138419Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4145258Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4149147Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4155767Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4160320Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4166908Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:49.4170598Z test_dim_multi_unsorted_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4176793Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.4180660Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4186928Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.4190717Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4196868Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.4200628Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4206575Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.4210407Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4216489Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.4220314Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4226299Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.4230066Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4236019Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:49.4240161Z test_dim_multi_unsupported__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4246465Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:49.4250400Z test_dim_multi_unsupported__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4256714Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:49.4260731Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4266892Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:49.4270781Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4276636Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:49.4280568Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4286131Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:49.4290168Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4295800Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:49.4299758Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4305748Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:49.4309940Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4317019Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:49.4321278Z test_dim_ndim_limit__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4366855Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:49.4370775Z test_dim_ndim_limit__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4416079Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:49.4419279Z test_dim_ndim_limit__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4463609Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:49.4467539Z test_dim_ndim_limit__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4511242Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:49.4515409Z test_dim_ndim_limit__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4579460Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-09-27T15:50:49.4583558Z test_dim_ndim_limit__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4623969Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-09-27T15:50:49.4628087Z test_dim_ndim_limit__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4669407Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-09-27T15:50:49.4673087Z test_dim_ndim_limit__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4717100Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:49.4721277Z test_dim_ndim_limit__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4762294Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-09-27T15:50:49.4766311Z test_dim_ndim_limit__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4807195Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-09-27T15:50:49.4811122Z test_dim_ndim_limit__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4852142Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-09-27T15:50:49.4856173Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4899119Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:49.4903296Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4945988Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:49.4950304Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.4993108Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:49.4997488Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5041067Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:49.5045446Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5087903Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:49.5092292Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5134971Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:49.5139396Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5202073Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-09-27T15:50:49.5205891Z test_dim_ndim_limit_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5245802Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-09-27T15:50:49.5250285Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5289991Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-09-27T15:50:49.5294114Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5345880Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:49.5350006Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5393280Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:49.5397448Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5440989Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:49.5445116Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5502968Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:49.5507039Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5546801Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-09-27T15:50:49.5550699Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5607741Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:49.5611215Z test_dim_none__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5620142Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5623919Z test_dim_none__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5632314Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5635884Z test_dim_none__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5644266Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5647861Z test_dim_none__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5656278Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5660038Z test_dim_none__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5669919Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5674082Z test_dim_none__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5686811Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T15:50:49.5690436Z test_dim_none__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5698804Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5702758Z test_dim_none__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5711019Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5714611Z test_dim_none__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5726900Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T15:50:49.5731099Z test_dim_none__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5739742Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5743549Z test_dim_none__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5754561Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5758236Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5790676Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-09-27T15:50:49.5794301Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5801052Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5804903Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5811650Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5815368Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5847528Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-09-27T15:50:49.5851189Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5858298Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5862034Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5868844Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5872441Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5879191Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.5882978Z test_dim_none_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5892515Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.5896376Z test_dim_none_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5906006Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.5909745Z test_dim_none_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5919338Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.5922940Z test_dim_none_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5932358Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.5936174Z test_dim_none_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5947405Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.5951686Z test_dim_none_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5962562Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.5966272Z test_dim_none_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5975730Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.5979450Z test_dim_none_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.5990685Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.5994379Z test_dim_none_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6007578Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:49.6011918Z test_dim_none_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6021536Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.6025444Z test_dim_none_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6037603Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:49.6041288Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6073996Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-09-27T15:50:49.6077656Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6085859Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.6089562Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6097932Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.6101858Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6134096Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-09-27T15:50:49.6138494Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6138927Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.6142836Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6143196Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.6146991Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6147820Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.6151360Z test_dim_none_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6159632Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.6163342Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6171719Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.6175577Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6184526Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.6188285Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6196469Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.6200096Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6200684Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.6204353Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6212653Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.6216471Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6224617Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.6228169Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6236535Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:49.6240047Z test_dim_none_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6246964Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.6250714Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6257682Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.6261114Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6268583Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.6272119Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6278826Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.6282308Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6283353Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.000s) 2022-09-27T15:50:49.6286854Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6294096Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.6297891Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6305041Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.6308635Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6315944Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:49.6319659Z test_dim_offbounds__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6326214Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:49.6329627Z test_dim_offbounds__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6335948Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:49.6339491Z test_dim_offbounds__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6380202Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-09-27T15:50:49.6383705Z test_dim_offbounds__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6423951Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-09-27T15:50:49.6427412Z test_dim_offbounds__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6433096Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:49.6436690Z test_dim_offbounds__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6442366Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:49.6445887Z test_dim_offbounds__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6451827Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:49.6455396Z test_dim_offbounds__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6460875Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:49.6464561Z test_dim_offbounds__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6470116Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:49.6473688Z test_dim_offbounds__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6478980Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:49.6482461Z test_dim_offbounds__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6487969Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:49.6491490Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6534863Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:49.6538443Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6582406Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:49.6585280Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6628171Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:49.6631664Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6675439Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:49.6678878Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6718370Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-09-27T15:50:49.6721835Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6761317Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-09-27T15:50:49.6764855Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6826346Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-09-27T15:50:49.6829806Z test_dim_offbounds_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6869358Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-09-27T15:50:49.6872894Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6912397Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-09-27T15:50:49.6915891Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.6966382Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:49.6969916Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.7012201Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:49.7015761Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.7058645Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:49.7062368Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.7119271Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-09-27T15:50:49.7122797Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.7162013Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-09-27T15:50:49.7165421Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.7222283Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-09-27T15:50:49.7323814Z test_dim_reduction_cpu_bfloat16 (__main__.TestReductionsCPU) ... test_reductions.py:1937: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:50:49.7324722Z torch.sum(x, 0, out=y) 2022-09-27T15:50:49.7486664Z ok (0.026s) 2022-09-27T15:50:49.7742780Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.025s) 2022-09-27T15:50:49.7993540Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.025s) 2022-09-27T15:50:49.8246705Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.025s) 2022-09-27T15:50:49.8490571Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-09-27T15:50:49.8732473Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-09-27T15:50:49.8970021Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-09-27T15:50:49.9210281Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-09-27T15:50:49.9227597Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:49.9244161Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:49.9965323Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.072s) 2022-09-27T15:50:49.9970676Z test_dim_single__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:49.9986500Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:49.9992484Z test_dim_single__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0004720Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0010191Z test_dim_single__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0021655Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0027177Z test_dim_single__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0038442Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0043735Z test_dim_single__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0057356Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0063560Z test_dim_single__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0076783Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0082356Z test_dim_single__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0093577Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0098694Z test_dim_single__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0113122Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0118430Z test_dim_single__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0135813Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0142197Z test_dim_single__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0153390Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0158631Z test_dim_single__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0173902Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0179352Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0188774Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:50.0194340Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0203524Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:50.0208777Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0218180Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:50.0224826Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0235676Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0242550Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0253701Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0260874Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0271356Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0277833Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0288206Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0293990Z test_dim_single_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0306429Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0312435Z test_dim_single_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0324548Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0329970Z test_dim_single_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0342039Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0347709Z test_dim_single_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0359343Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0365020Z test_dim_single_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0379713Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0386314Z test_dim_single_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0402694Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0408387Z test_dim_single_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0420687Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0426682Z test_dim_single_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0438842Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0444855Z test_dim_single_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0463348Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0470069Z test_dim_single_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0482661Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0488690Z test_dim_single_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0505359Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0511604Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0521798Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0527442Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0537456Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0543245Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0553069Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0558640Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0568682Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0574490Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0584442Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0590351Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0599942Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-09-27T15:50:50.0606034Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0606917Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-09-27T15:50:50.0612365Z test_dim_single_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0622293Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0627865Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0637905Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0643735Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0654535Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0660292Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0670217Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0676024Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0685784Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-09-27T15:50:50.0691701Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0702152Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0707785Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0717349Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-09-27T15:50:50.0723019Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0733106Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:50.0738574Z test_dim_single_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0748592Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:50.0754626Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0764657Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0770129Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0780839Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0786351Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0795165Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:50.0800584Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0809692Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:50.0815154Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0824745Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:50.0829893Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0839287Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:50.0844901Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0854956Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:50.0864533Z test_empty_tensor_empty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.0939199Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.008s) 2022-09-27T15:50:50.0948902Z test_empty_tensor_empty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1022986Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.008s) 2022-09-27T15:50:50.1032831Z test_empty_tensor_empty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1038313Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:50.1047507Z test_empty_tensor_empty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1052868Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:50.1062756Z test_empty_tensor_empty_slice__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1063598Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.001s) 2022-09-27T15:50:50.1073515Z test_empty_tensor_empty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1085187Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1094597Z test_empty_tensor_empty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1104750Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1114494Z test_empty_tensor_empty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1124276Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1133634Z test_empty_tensor_empty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1146711Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1156451Z test_empty_tensor_empty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1165411Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1174712Z test_empty_tensor_empty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1188746Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1198143Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1202979Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:50.1212218Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1284507Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.008s) 2022-09-27T15:50:50.1293785Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1367803Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.008s) 2022-09-27T15:50:50.1377066Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1382098Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:50.1391441Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1396284Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:50.1405529Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1410321Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:50.1419729Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1427012Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1436343Z test_empty_tensor_empty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1444993Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1454399Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1462623Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1471877Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1480117Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1489511Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1497368Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1506779Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1511710Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:50.1520962Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1528746Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1538141Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1546287Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1555677Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1564101Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:50.1570580Z test_empty_tensor_nonempty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1578821Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1585614Z test_empty_tensor_nonempty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1593446Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1599772Z test_empty_tensor_nonempty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1604589Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1610713Z test_empty_tensor_nonempty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1615497Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1621613Z test_empty_tensor_nonempty_slice__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1629573Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1635666Z test_empty_tensor_nonempty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1644229Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1650283Z test_empty_tensor_nonempty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1657985Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1664196Z test_empty_tensor_nonempty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1671757Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1677928Z test_empty_tensor_nonempty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1687776Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T15:50:50.1693808Z test_empty_tensor_nonempty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1701379Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1707615Z test_empty_tensor_nonempty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1717260Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T15:50:50.1723301Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1728085Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1734180Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1740937Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1747295Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1753522Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1759561Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1764305Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1770274Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1774979Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1781098Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1785939Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1791933Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1798460Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1804712Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1811347Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1817698Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1824657Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1830703Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1837291Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1843655Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1850002Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1856372Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1861317Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1867683Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1874358Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1880498Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1887254Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1893258Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:50.1900032Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:50.1913132Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:50:50.2195926Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.028s) 2022-09-27T15:50:50.2254242Z test_histogram_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/histograms.py:908: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:50:50.2254903Z return n/db/n.sum(), bin_edges 2022-09-27T15:50:57.2843148Z ok (7.065s) 2022-09-27T15:50:57.3332019Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.049s) 2022-09-27T15:50:57.3414818Z test_histogramdd_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/histograms.py:1118: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:50:57.3415418Z hist /= s 2022-09-27T15:51:16.9621117Z ok (19.629s) 2022-09-27T15:51:16.9629030Z test_identity__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9638971Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:51:16.9645890Z test_identity__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9655022Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:51:16.9661830Z test_identity__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9669684Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9676144Z test_identity__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9683879Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9690340Z test_identity__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9697994Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9704209Z test_identity__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9712778Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9719315Z test_identity__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9727538Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9734009Z test_identity__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9742210Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9749151Z test_identity__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9757773Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9764592Z test_identity__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9773742Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:51:16.9780312Z test_identity__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9787633Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9794040Z test_identity__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9801127Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9807598Z test_identity__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9814995Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9821456Z test_identity__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9828969Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9835425Z test_identity__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9843573Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9850060Z test_identity__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9857395Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9864222Z test_identity__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9873369Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:51:16.9880369Z test_identity__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9888609Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:51:16.9895669Z test_identity__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9904456Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9911725Z test_identity__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9920190Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:51:16.9927247Z test_identity__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9935856Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:51:16.9942599Z test_identity__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9949811Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9956138Z test_identity__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9963309Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9969674Z test_identity__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9976898Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9983422Z test_identity__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:16.9990526Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:16.9996922Z test_identity__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0004023Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0010541Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0017265Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0023868Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0030039Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0036479Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0043375Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0049741Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0056650Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0063227Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0069689Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0076098Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0082658Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0089103Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0095729Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0102319Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0108647Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0115413Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0122573Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0128988Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0135529Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0141633Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0148500Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0155225Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0161430Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0167867Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0174222Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0180912Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0187160Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0193511Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0200396Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0206743Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0213745Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0220430Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0227424Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0234316Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0241137Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0247552Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0254438Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0261061Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0267725Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0274210Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0280619Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0286980Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0293506Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0300075Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0307176Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0314234Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0321218Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0328352Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0335081Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0342144Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0348888Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0355394Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0362516Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0368998Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0376165Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0382879Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0389364Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0396055Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0403081Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0410508Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0417839Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0424391Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0431812Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0437703Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0444474Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0451012Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0457374Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0463914Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0470490Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0477481Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0483545Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0490025Z test_identity_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0497485Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0504667Z test_identity_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0512129Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0518493Z test_identity_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0526334Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0533443Z test_identity_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0540762Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0547335Z test_identity_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0554615Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0561506Z test_identity_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0569352Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0576588Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0584597Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0590952Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0598064Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0604384Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0611901Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0618326Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0625655Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0632095Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0639202Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0646085Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0652838Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0659522Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0666099Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0672399Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0678546Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0685003Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0691807Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0698644Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0705765Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0712775Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0719720Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0726594Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0735079Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0742249Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0750350Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0757272Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0764927Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0771429Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0778260Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0785093Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0791293Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0797660Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0803875Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0810307Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0816521Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0823136Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0829288Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0835669Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0841828Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0848295Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0855287Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0861839Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0868145Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0874681Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0881907Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0888796Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0895991Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0902261Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0909284Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0915692Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0922593Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0928987Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0935793Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0942315Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0949107Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0955476Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0961692Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0968010Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0974156Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0980633Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0987042Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.0993425Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:17.0999670Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:51:17.1027335Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:17.6208230Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (0.518s) 2022-09-27T15:51:17.6231919Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:17.6262484Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:17.6291723Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:17.6322989Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:17.6344963Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:17.6374939Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:17.6386257Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:17.6399052Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:17.6412275Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:17.6425649Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:17.6438389Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:30.7746294Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (13.130s) 2022-09-27T15:51:30.7758726Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:30.7828314Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:51:30.7986584Z test_median_nan_values_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1116: RuntimeWarning: All-NaN slice encountered 2022-09-27T15:51:30.7987202Z overwrite_input=overwrite_input) 2022-09-27T15:51:30.8287542Z ok (0.046s) 2022-09-27T15:51:30.8716837Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.043s) 2022-09-27T15:51:30.8934866Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-09-27T15:51:30.9149679Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-09-27T15:51:30.9298082Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T15:51:30.9444966Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T15:51:30.9468864Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:30.9500080Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:30.9528583Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:30.9560163Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:30.9582161Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:30.9611705Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:30.9627669Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:51:30.9638097Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:30.9651678Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:30.9665827Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:30.9679673Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:30.9693257Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:31.0041304Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.035s) 2022-09-27T15:51:31.0062509Z test_mode_boolean_cpu (__main__.TestReductionsCPU) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9]) 2022-09-27T15:51:31.0065778Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5]) 2022-09-27T15:51:31.0070916Z tensor([1374, 1374, 1374, 1374]) 2022-09-27T15:51:31.0074260Z tensor([344, 344, 344, 344]) 2022-09-27T15:51:31.0078710Z tensor([2720]) 2022-09-27T15:51:31.0081316Z tensor([680]) 2022-09-27T15:51:31.0084476Z ok (0.004s) 2022-09-27T15:51:31.0111328Z test_mode_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:31.0137477Z test_mode_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:31.0162353Z test_mode_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:31.0187238Z test_mode_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:31.0211422Z test_mode_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:31.0236258Z test_mode_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:31.0260633Z test_mode_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:31.0272472Z test_mode_large_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:31.0283765Z test_mode_large_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:31.0295152Z test_mode_large_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:31.0307171Z test_mode_large_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:31.0318419Z test_mode_large_cpu_int16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:31.0329671Z test_mode_large_cpu_int32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:31.0340678Z test_mode_large_cpu_int64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:31.0351839Z test_mode_large_cpu_int8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:31.0362925Z test_mode_large_cpu_uint8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:31.0373511Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:31.0704782Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.033s) 2022-09-27T15:51:31.0712213Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0723452Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T15:51:31.0731676Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0740904Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T15:51:31.0748481Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0756645Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T15:51:31.0763499Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0770915Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-09-27T15:51:31.0777858Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0784985Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-09-27T15:51:31.0791590Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0798533Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-09-27T15:51:31.0805456Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0812658Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-09-27T15:51:31.0819887Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0827168Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-09-27T15:51:31.0833559Z test_nan_policy_propagate__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0840179Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.0846559Z test_nan_policy_propagate__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0853145Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.0859698Z test_nan_policy_propagate__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0866203Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.0872841Z test_nan_policy_propagate__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0879598Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.0886330Z test_nan_policy_propagate__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0893281Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.0900167Z test_nan_policy_propagate__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0907074Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.0913020Z test_nan_policy_propagate__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0919002Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.0925009Z test_nan_policy_propagate__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0930994Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.0937122Z test_nan_policy_propagate__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0943921Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.0950063Z test_nan_policy_propagate__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0957112Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.0963863Z test_nan_policy_propagate__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0970523Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.0977499Z test_nan_policy_propagate__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0984654Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.0990921Z test_nan_policy_propagate__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1000259Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T15:51:31.1006216Z test_nan_policy_propagate__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1013078Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1019332Z test_nan_policy_propagate__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1026095Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1032015Z test_nan_policy_propagate__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1038524Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1044517Z test_nan_policy_propagate__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1051074Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1057181Z test_nan_policy_propagate__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1063330Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1069335Z test_nan_policy_propagate__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1075307Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1081316Z test_nan_policy_propagate__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1087334Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1093268Z test_nan_policy_propagate__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1099337Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1105543Z test_nan_policy_propagate__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1111798Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1117766Z test_nan_policy_propagate__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1124029Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1130135Z test_nan_policy_propagate__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1136237Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1142499Z test_nan_policy_propagate__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1148509Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1154412Z test_nan_policy_propagate__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1161708Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1167824Z test_nan_policy_propagate__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1176090Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1182222Z test_nan_policy_propagate__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1190135Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1196265Z test_nan_policy_propagate__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1204018Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1210983Z test_nan_policy_propagate__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1219935Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1226694Z test_nan_policy_propagate__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1233002Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1239379Z test_nan_policy_propagate__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1245607Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1251674Z test_nan_policy_propagate__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1258249Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1264580Z test_nan_policy_propagate__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1270624Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1276746Z test_nan_policy_propagate__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1283151Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1289414Z test_nan_policy_propagate__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1296100Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1301186Z test_nan_policy_propagate__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1308584Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1315083Z test_nan_policy_propagate__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1323155Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1329749Z test_nan_policy_propagate__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1337309Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1343711Z test_nan_policy_propagate__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1351053Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1357174Z test_nan_policy_propagate__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1364454Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1370807Z test_nan_policy_propagate__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1378166Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1384494Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1390145Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1396103Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1401686Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1407910Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1413548Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1419637Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1425394Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1431567Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1437187Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1443234Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1449083Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1455394Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1461667Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1468191Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1473752Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1480614Z test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1485837Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1492403Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1498596Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1504752Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1510522Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1516864Z test_nan_policy_propagate_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1522675Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1528871Z test_nan_policy_propagate_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1534754Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1541336Z test_nan_policy_propagate_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1547296Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1552996Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1558733Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1565390Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1571825Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1578553Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1585052Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1590816Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1596492Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1602441Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1608047Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1613985Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1619720Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1625875Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1631903Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1637854Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1643583Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1649655Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1655097Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1661220Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1666764Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1672904Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1678446Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1684321Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1690503Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1697485Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1703821Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1711059Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1716947Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1723485Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1729018Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1735218Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1740411Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1746546Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1751752Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1758004Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1763890Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1770317Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1776182Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1782658Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1787799Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1793794Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1799180Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1805195Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1810605Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1816728Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1822425Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1828639Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1835039Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1841226Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1847509Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1853801Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1859704Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1866218Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1871808Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1877809Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.1883485Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:31.1928739Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:51:31.1972749Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:51:31.2004955Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:31.2035122Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:31.2066295Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:31.2097065Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:31.2120535Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:31.2143769Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:31.2165844Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:31.2189013Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:31.2211725Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:31.2265346Z test_nansum_out_dtype_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: overflow encountered in reduce 2022-09-27T15:51:31.2266024Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T15:51:31.2277584Z ok (0.007s) 2022-09-27T15:51:31.2308029Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:31.2337332Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:31.2390663Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:51:31.2409521Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:31.2428902Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:31.2448370Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:31.2475931Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:31.2538806Z test_nansum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-09-27T15:51:31.2540746Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T15:51:31.2664399Z ok (0.019s) 2022-09-27T15:51:31.2837324Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-09-27T15:51:31.3023074Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.018s) 2022-09-27T15:51:31.3107138Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:51:31.3190931Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:51:31.3290489Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:51:31.3431845Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-09-27T15:51:31.3463560Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:31.3469241Z test_noncontiguous_all__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3480028Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.3485773Z test_noncontiguous_all__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3495494Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3501127Z test_noncontiguous_all__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3510736Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3516471Z test_noncontiguous_all__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3526688Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.3533645Z test_noncontiguous_all__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3541418Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3547199Z test_noncontiguous_all__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3556683Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3562623Z test_noncontiguous_all__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3571654Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3577220Z test_noncontiguous_all__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3586083Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3592584Z test_noncontiguous_all__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3600684Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3606147Z test_noncontiguous_all__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3616015Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3621599Z test_noncontiguous_all__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3632181Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.3639042Z test_noncontiguous_all__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3648573Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.3654851Z test_noncontiguous_all__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3663938Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3668507Z test_noncontiguous_all__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3676082Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3681382Z test_noncontiguous_all__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3689691Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3693245Z test_noncontiguous_all__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3700442Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3705007Z test_noncontiguous_all__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3712013Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3716384Z test_noncontiguous_all__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3723321Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3727883Z test_noncontiguous_all__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3735838Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3740223Z test_noncontiguous_all__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3751135Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3754847Z test_noncontiguous_all__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3764304Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3768706Z test_noncontiguous_all__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3777675Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3783024Z test_noncontiguous_all__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3791024Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3794916Z test_noncontiguous_all__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3802659Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3807749Z test_noncontiguous_all__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3815569Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3820561Z test_noncontiguous_all__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3828789Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3833870Z test_noncontiguous_all__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3841730Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3846957Z test_noncontiguous_all__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3855631Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3860650Z test_noncontiguous_all__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3869679Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3874685Z test_noncontiguous_all__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3883481Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3888665Z test_noncontiguous_all__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3896938Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3901877Z test_noncontiguous_all__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3909109Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3913697Z test_noncontiguous_all__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3921767Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3925287Z test_noncontiguous_all__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3933800Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3937978Z test_noncontiguous_all__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3945146Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3949987Z test_noncontiguous_all__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3957160Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3962312Z test_noncontiguous_all__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3971486Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3976697Z test_noncontiguous_all__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.3986008Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.3991009Z test_noncontiguous_all__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4000061Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4005123Z test_noncontiguous_all__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4013446Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4018704Z test_noncontiguous_all__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4027190Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4032234Z test_noncontiguous_all__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4040528Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4045601Z test_noncontiguous_all__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4054012Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4059261Z test_noncontiguous_all__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4067693Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4072768Z test_noncontiguous_all__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4081772Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4086294Z test_noncontiguous_all__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4096967Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4101477Z test_noncontiguous_all__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4111855Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4116474Z test_noncontiguous_all__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4125767Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4130182Z test_noncontiguous_all__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4139269Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4143881Z test_noncontiguous_all__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4152789Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4157110Z test_noncontiguous_all__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4166660Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4171343Z test_noncontiguous_all__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4179905Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4184442Z test_noncontiguous_all__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4192888Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4197311Z test_noncontiguous_all__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4205709Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4210195Z test_noncontiguous_all__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4219066Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4223700Z test_noncontiguous_all__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4232223Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4236621Z test_noncontiguous_all__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4244632Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4248958Z test_noncontiguous_all__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4257146Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4261485Z test_noncontiguous_all__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4269320Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4273704Z test_noncontiguous_all__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4281991Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4286848Z test_noncontiguous_all__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4294039Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4298497Z test_noncontiguous_all__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4307691Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4312316Z test_noncontiguous_all__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4320919Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4325218Z test_noncontiguous_all__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4335447Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4339802Z test_noncontiguous_all__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4347996Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4352203Z test_noncontiguous_all__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4368920Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4369550Z test_noncontiguous_all__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4371548Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4375975Z test_noncontiguous_all__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4383325Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4387999Z test_noncontiguous_all__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4395032Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4399535Z test_noncontiguous_all__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4406728Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4411029Z test_noncontiguous_all__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4421333Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4425854Z test_noncontiguous_all__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4437871Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.4442058Z test_noncontiguous_all__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4453802Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.4458025Z test_noncontiguous_all__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4468818Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4473832Z test_noncontiguous_all__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4484554Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.4489551Z test_noncontiguous_all__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4500050Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4505229Z test_noncontiguous_all__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4517443Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.4522142Z test_noncontiguous_all__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4532233Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4537405Z test_noncontiguous_all__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4547808Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4552809Z test_noncontiguous_all__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4562949Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4567941Z test_noncontiguous_all__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4575868Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4580235Z test_noncontiguous_all__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4587495Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4591788Z test_noncontiguous_all__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4600408Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4605206Z test_noncontiguous_all__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4613529Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4618015Z test_noncontiguous_all__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4626115Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4630611Z test_noncontiguous_all__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4638528Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4643021Z test_noncontiguous_all__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4651695Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4656497Z test_noncontiguous_all__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4663785Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4668216Z test_noncontiguous_all__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4675438Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4679557Z test_noncontiguous_all__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4686657Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4690980Z test_noncontiguous_all__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4698423Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4702751Z test_noncontiguous_all__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4709753Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4714086Z test_noncontiguous_all__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4724048Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4728387Z test_noncontiguous_all__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4740139Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.4744748Z test_noncontiguous_all__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4758376Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.4762587Z test_noncontiguous_all__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4772218Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4776677Z test_noncontiguous_all__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4786600Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4790915Z test_noncontiguous_all__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4801359Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4805826Z test_noncontiguous_all__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4815394Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4819745Z test_noncontiguous_all__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4829351Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4833754Z test_noncontiguous_all__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4843541Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4847864Z test_noncontiguous_all__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4857464Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4861996Z test_noncontiguous_all__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4871563Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4875946Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4882620Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4886896Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4893064Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4897567Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4905359Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4910180Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4917212Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4921585Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4928308Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4932675Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4939597Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4944540Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4951506Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4956317Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4962625Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4967031Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4973383Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4978121Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4984689Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.4989185Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.4995708Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5000161Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5006539Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5011078Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5018566Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5023228Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5029466Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5034010Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5041420Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5045838Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5052891Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5057516Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5065237Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5070209Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5076569Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5080990Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5087393Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5091867Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5098207Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5102799Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5109167Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5113608Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5120001Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5124472Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5131606Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5136156Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5142549Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5147008Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5154132Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5158373Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5165291Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5169771Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5177154Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5182246Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5188458Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5193010Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5199221Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5203594Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5209649Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5214223Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5220681Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5225311Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5231426Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5235701Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5242528Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5246815Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5253021Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5257441Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5265187Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5269969Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5277394Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5282267Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5288820Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5293276Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5299902Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5304415Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5311326Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5316397Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5322572Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5326919Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5333131Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5337707Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5344076Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5348422Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5354829Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5359118Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5365484Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5369763Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5376467Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5380909Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5387641Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5392096Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5398688Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5402953Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5409841Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5415021Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5421083Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5425510Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5431586Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5435934Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5442160Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5446564Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5452638Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5457083Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5463279Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5467610Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5474088Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5478583Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5485103Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5489593Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5496177Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5500562Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5507678Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5512590Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5518857Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5523125Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5529323Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5533625Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5539954Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5544447Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5550558Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5554904Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5561069Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5565420Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5571864Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5576307Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5582563Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5587009Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5594210Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5599196Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5606344Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5611366Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5618121Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5622431Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5628903Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5633231Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5640035Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5645002Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5651091Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5655480Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5661615Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5666056Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5672107Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5676598Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5682709Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5687006Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5693190Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5697731Z test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5713366Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.5717898Z test_noncontiguous_all_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5734466Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.5739363Z test_noncontiguous_all_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5755053Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.5759507Z test_noncontiguous_all_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5774856Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.5779298Z test_noncontiguous_all_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5794520Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.5799027Z test_noncontiguous_all_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5813637Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:31.5818165Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5825340Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5829695Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5837405Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5842250Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5850111Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5855086Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5862182Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5866474Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5873399Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5877974Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5885158Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5890178Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5897360Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5901647Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5909095Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5913394Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5920562Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5924873Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5932508Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5937490Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5944552Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5948827Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5954873Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5959348Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5966091Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5970472Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5977344Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5981860Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5989019Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.5993892Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.5999912Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6004162Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6010227Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6014536Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6020606Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6025093Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6031198Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6035504Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6041575Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6045879Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6051947Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6056373Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6064099Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6068955Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6076662Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6081559Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6088245Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6092585Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6099866Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6104895Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6110912Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6115259Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6121174Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6125444Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6131345Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6135793Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6142056Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6146408Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6152436Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6156669Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6164539Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6168898Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6179219Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6184362Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6194401Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6199440Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6207636Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6211988Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6221299Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6226119Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6235149Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6239950Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6247581Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6252113Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6258580Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6263160Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6271116Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6276062Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6283483Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6287869Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6294964Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6299375Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6306715Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6311026Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6318471Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6323295Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6329711Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6333991Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6340425Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6344766Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6350934Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6355323Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6361774Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6365857Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6372242Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6376610Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6385177Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6389458Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6399703Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6404335Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6413817Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6418147Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6426555Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6430888Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6439300Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6443621Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6452627Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:31.6457888Z test_noncontiguous_expanded__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6466224Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6470679Z test_noncontiguous_expanded__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6478607Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6483270Z test_noncontiguous_expanded__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6491096Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6495615Z test_noncontiguous_expanded__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6503561Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6508160Z test_noncontiguous_expanded__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6515336Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6520005Z test_noncontiguous_expanded__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6527225Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6531808Z test_noncontiguous_expanded__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6539150Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6543913Z test_noncontiguous_expanded__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6551242Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6555918Z test_noncontiguous_expanded__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6563484Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6568061Z test_noncontiguous_expanded__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6580166Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:31.6585092Z test_noncontiguous_expanded__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6593413Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6597978Z test_noncontiguous_expanded__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6606275Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6611064Z test_noncontiguous_expanded__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6619345Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6623834Z test_noncontiguous_expanded__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6631155Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6635885Z test_noncontiguous_expanded__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6643019Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6647343Z test_noncontiguous_expanded__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6654498Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6659058Z test_noncontiguous_expanded__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6666612Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6670946Z test_noncontiguous_expanded__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6678262Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6682755Z test_noncontiguous_expanded__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6690979Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6695442Z test_noncontiguous_expanded__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6703835Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6708365Z test_noncontiguous_expanded__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6716334Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6720806Z test_noncontiguous_expanded__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6728646Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6733166Z test_noncontiguous_expanded__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6740612Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6745164Z test_noncontiguous_expanded__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6752554Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6757009Z test_noncontiguous_expanded__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6764136Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6768518Z test_noncontiguous_expanded__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6775803Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6780273Z test_noncontiguous_expanded__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6787640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6792107Z test_noncontiguous_expanded__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6799990Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6804533Z test_noncontiguous_expanded__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6812410Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6817007Z test_noncontiguous_expanded__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6825077Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6829549Z test_noncontiguous_expanded__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6837522Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6841888Z test_noncontiguous_expanded__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6849118Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6853550Z test_noncontiguous_expanded__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6860995Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6865468Z test_noncontiguous_expanded__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6872479Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6876860Z test_noncontiguous_expanded__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6884167Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6888603Z test_noncontiguous_expanded__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6895998Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6900602Z test_noncontiguous_expanded__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6909980Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6915048Z test_noncontiguous_expanded__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6924182Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6929246Z test_noncontiguous_expanded__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6940660Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:31.6945882Z test_noncontiguous_expanded__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6954260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6959418Z test_noncontiguous_expanded__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6967873Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6973105Z test_noncontiguous_expanded__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6981279Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6986580Z test_noncontiguous_expanded__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.6994766Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.6999998Z test_noncontiguous_expanded__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7008309Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7013527Z test_noncontiguous_expanded__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7022905Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7027198Z test_noncontiguous_expanded__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7035883Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7040294Z test_noncontiguous_expanded__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7050209Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7055165Z test_noncontiguous_expanded__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7064750Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7069214Z test_noncontiguous_expanded__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7078126Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7082696Z test_noncontiguous_expanded__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7091457Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7096049Z test_noncontiguous_expanded__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7105127Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7109405Z test_noncontiguous_expanded__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7118114Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7122535Z test_noncontiguous_expanded__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7131159Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7135540Z test_noncontiguous_expanded__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7144327Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7148844Z test_noncontiguous_expanded__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7164087Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:31.7168508Z test_noncontiguous_expanded__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7177471Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7182134Z test_noncontiguous_expanded__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7190189Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7194576Z test_noncontiguous_expanded__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7202681Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7207217Z test_noncontiguous_expanded__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7215434Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7219960Z test_noncontiguous_expanded__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7228207Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7232773Z test_noncontiguous_expanded__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7240660Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7245481Z test_noncontiguous_expanded__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7254886Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7259435Z test_noncontiguous_expanded__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7268229Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7272688Z test_noncontiguous_expanded__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7280839Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7285408Z test_noncontiguous_expanded__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7293500Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7298174Z test_noncontiguous_expanded__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7305783Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7310219Z test_noncontiguous_expanded__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7317649Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7321957Z test_noncontiguous_expanded__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7329338Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7333780Z test_noncontiguous_expanded__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7341083Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7345729Z test_noncontiguous_expanded__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7353206Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7357634Z test_noncontiguous_expanded__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7368320Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7372862Z test_noncontiguous_expanded__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7384791Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:31.7389801Z test_noncontiguous_expanded__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7400637Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:31.7405042Z test_noncontiguous_expanded__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7418490Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:31.7423657Z test_noncontiguous_expanded__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7433951Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7439093Z test_noncontiguous_expanded__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7449255Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7454416Z test_noncontiguous_expanded__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7465327Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7470147Z test_noncontiguous_expanded__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7480486Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7485399Z test_noncontiguous_expanded__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7495510Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7501297Z test_noncontiguous_expanded__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7511113Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7516163Z test_noncontiguous_expanded__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7523817Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7528330Z test_noncontiguous_expanded__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7535580Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7540067Z test_noncontiguous_expanded__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7548354Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7552798Z test_noncontiguous_expanded__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7561199Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7565686Z test_noncontiguous_expanded__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7573499Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7578143Z test_noncontiguous_expanded__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7586141Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7590647Z test_noncontiguous_expanded__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7598373Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7602959Z test_noncontiguous_expanded__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7610015Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7614683Z test_noncontiguous_expanded__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7621917Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7626411Z test_noncontiguous_expanded__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7635120Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7639561Z test_noncontiguous_expanded__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7646526Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7650952Z test_noncontiguous_expanded__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7658117Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7662758Z test_noncontiguous_expanded__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7672289Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7676771Z test_noncontiguous_expanded__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7687501Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7692603Z test_noncontiguous_expanded__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7702975Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7707609Z test_noncontiguous_expanded__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7717411Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7721949Z test_noncontiguous_expanded__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7731739Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7736475Z test_noncontiguous_expanded__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7746441Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7751101Z test_noncontiguous_expanded__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7760907Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7765222Z test_noncontiguous_expanded__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7775013Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7779274Z test_noncontiguous_expanded__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7790559Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:31.7794929Z test_noncontiguous_expanded__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7804208Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7808692Z test_noncontiguous_expanded__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7818150Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7822749Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7829117Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7833567Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7839595Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7844036Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7850809Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7855450Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7862255Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7866568Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7873087Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7877555Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7883917Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7888313Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7894773Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7899204Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7905539Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7909944Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7916046Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7920442Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7926689Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7931114Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7937365Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7941928Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7948054Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7952476Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7959109Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7963585Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7969653Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7974081Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7980905Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7985506Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.7992491Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.7997003Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8003866Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8008378Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8014541Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8019034Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8025323Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8029736Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8035944Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8040339Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8046479Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8050912Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8057334Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8061924Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8068962Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8073296Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8079536Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8083939Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8090883Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8095324Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8102414Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8106950Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8113762Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8118106Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8124370Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8128743Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8134947Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8139328Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8145445Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8149772Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8155801Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8160174Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8166214Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8170640Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8177237Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8181593Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8187854Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8192243Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8198971Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8203405Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8210220Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8214763Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8221226Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8225694Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8232128Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8236573Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8242931Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8247328Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8253395Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8257961Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8264208Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8268587Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8274832Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8279304Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8285527Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8289886Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8296266Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8300738Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8308125Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8312471Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8320201Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8325008Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8331603Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8336405Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8342921Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8347287Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8353234Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8357593Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8363675Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8368060Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8374070Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8378656Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8384801Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8389108Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8395136Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8399587Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8405929Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8410362Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8416821Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8421215Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8427679Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8432089Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8438352Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8442781Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8448778Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8453158Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8459191Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8463742Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8469661Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8474082Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8480013Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8484440Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8490365Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8494959Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8501161Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8505747Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8511545Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8515982Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8522537Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8527037Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8533673Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8538112Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8544537Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8548961Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8555193Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8559645Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8565864Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8570303Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8576288Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8580697Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8586701Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8591175Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8597027Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8601473Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8607302Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8611849Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8617843Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8622374Z test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8637763Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:31.8642443Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8658046Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:31.8662772Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8678463Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:31.8683108Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8698337Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:31.8702996Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8717898Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:31.8722556Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8737297Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:31.8741861Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8748912Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8753256Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8760884Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8766060Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8773300Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8777968Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8785027Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8789479Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8796290Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8800793Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8807621Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8812085Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8819350Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8824012Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8831009Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8835710Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8842885Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8847552Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8854505Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8859200Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8866243Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8870690Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8876769Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8881240Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8888480Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8892690Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8899373Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8903997Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8910484Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8914878Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8920898Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8925220Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8930987Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8935431Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8941254Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8945746Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8951531Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8956122Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8961878Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8966448Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8972053Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8976601Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8983685Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8988110Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.8995024Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.8999478Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9006049Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9010469Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9017167Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9021559Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9027580Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9031932Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9037687Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9042070Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9047827Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9052218Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9058113Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9062591Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9068474Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9072815Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9080491Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9084958Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9094511Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9099892Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9109608Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9115011Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9122799Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9127269Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9135653Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9140306Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9148641Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9153176Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9159960Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9164522Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9170603Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9175214Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9182768Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9187943Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9195089Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9199624Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9206305Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9210950Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9217905Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9222600Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9229115Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9233647Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9239693Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9244219Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9250272Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9254816Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9260886Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9265545Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9271486Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9276045Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9282113Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9286734Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9294810Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9299399Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9308607Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9313241Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9322665Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9327902Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9336012Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9340648Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9348907Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9353532Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9361898Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:31.9366297Z test_noncontiguous_innermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9374347Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9378421Z test_noncontiguous_innermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9386624Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9390988Z test_noncontiguous_innermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9399221Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9403423Z test_noncontiguous_innermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9411489Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9415788Z test_noncontiguous_innermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9423259Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9427558Z test_noncontiguous_innermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9434573Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9438869Z test_noncontiguous_innermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9445995Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9450279Z test_noncontiguous_innermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9457671Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9462126Z test_noncontiguous_innermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9469294Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9473521Z test_noncontiguous_innermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9481560Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9485945Z test_noncontiguous_innermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9493926Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9498328Z test_noncontiguous_innermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9506460Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9510769Z test_noncontiguous_innermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9518631Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9522961Z test_noncontiguous_innermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9530054Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9534415Z test_noncontiguous_innermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9541881Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9546205Z test_noncontiguous_innermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9553268Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9557551Z test_noncontiguous_innermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9564738Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9569056Z test_noncontiguous_innermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9576341Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9580652Z test_noncontiguous_innermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9588814Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9593171Z test_noncontiguous_innermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9601114Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9605456Z test_noncontiguous_innermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9613425Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9617843Z test_noncontiguous_innermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9626491Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9631259Z test_noncontiguous_innermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9638625Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9642699Z test_noncontiguous_innermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9649871Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9654427Z test_noncontiguous_innermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9661305Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9665789Z test_noncontiguous_innermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9672875Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9677202Z test_noncontiguous_innermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9684307Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9688678Z test_noncontiguous_innermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9696602Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9700973Z test_noncontiguous_innermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9711762Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9716056Z test_noncontiguous_innermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9723787Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9728232Z test_noncontiguous_innermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9736552Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9741510Z test_noncontiguous_innermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9748650Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9753017Z test_noncontiguous_innermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9760062Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9764463Z test_noncontiguous_innermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9771385Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9775737Z test_noncontiguous_innermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9782908Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9787224Z test_noncontiguous_innermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9794264Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9798671Z test_noncontiguous_innermost__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9807552Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9812601Z test_noncontiguous_innermost__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9821438Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9826598Z test_noncontiguous_innermost__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9835511Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9840867Z test_noncontiguous_innermost__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9848998Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9854079Z test_noncontiguous_innermost__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9862515Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9867690Z test_noncontiguous_innermost__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9875904Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9880758Z test_noncontiguous_innermost__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9888890Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9894230Z test_noncontiguous_innermost__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9902683Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9907466Z test_noncontiguous_innermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9916583Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9920800Z test_noncontiguous_innermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9929461Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9933707Z test_noncontiguous_innermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9944407Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9949097Z test_noncontiguous_innermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9959109Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9963956Z test_noncontiguous_innermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9973074Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9977448Z test_noncontiguous_innermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.9986826Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:31.9991056Z test_noncontiguous_innermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0002519Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0007328Z test_noncontiguous_innermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0016167Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0020466Z test_noncontiguous_innermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0029421Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0033567Z test_noncontiguous_innermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0042241Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0046467Z test_noncontiguous_innermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0055420Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0059630Z test_noncontiguous_innermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0068571Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0072778Z test_noncontiguous_innermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0081165Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0085406Z test_noncontiguous_innermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0093781Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0098233Z test_noncontiguous_innermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0106666Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0110959Z test_noncontiguous_innermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0119235Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0123673Z test_noncontiguous_innermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0130999Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0135259Z test_noncontiguous_innermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0145081Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0149778Z test_noncontiguous_innermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0158278Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0162453Z test_noncontiguous_innermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0170681Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0174956Z test_noncontiguous_innermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0183719Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0188303Z test_noncontiguous_innermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0195706Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0199962Z test_noncontiguous_innermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0207361Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0211545Z test_noncontiguous_innermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0218926Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0223242Z test_noncontiguous_innermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0230862Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0235118Z test_noncontiguous_innermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0242753Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0247013Z test_noncontiguous_innermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0261035Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0265557Z test_noncontiguous_innermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0277844Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0282723Z test_noncontiguous_innermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0294515Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0299566Z test_noncontiguous_innermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0310802Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0315789Z test_noncontiguous_innermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0327156Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0332186Z test_noncontiguous_innermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0343495Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0348400Z test_noncontiguous_innermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0359241Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0364176Z test_noncontiguous_innermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0375090Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0380429Z test_noncontiguous_innermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0391257Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0396063Z test_noncontiguous_innermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0409650Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0414476Z test_noncontiguous_innermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0423698Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0428265Z test_noncontiguous_innermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0435571Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0439885Z test_noncontiguous_innermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0449413Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0454289Z test_noncontiguous_innermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0463803Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0468635Z test_noncontiguous_innermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0477119Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0481475Z test_noncontiguous_innermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0489805Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0494535Z test_noncontiguous_innermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0503435Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0508274Z test_noncontiguous_innermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0515792Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0520068Z test_noncontiguous_innermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0527769Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0531959Z test_noncontiguous_innermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0539572Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0544002Z test_noncontiguous_innermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0551333Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0555565Z test_noncontiguous_innermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0563022Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0567172Z test_noncontiguous_innermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0577915Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0582398Z test_noncontiguous_innermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0594439Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0599130Z test_noncontiguous_innermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0610610Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0615541Z test_noncontiguous_innermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0626046Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0630658Z test_noncontiguous_innermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0641334Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0645760Z test_noncontiguous_innermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0659633Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0664920Z test_noncontiguous_innermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0675739Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.0680448Z test_noncontiguous_innermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0690611Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0694904Z test_noncontiguous_innermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0704805Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0708801Z test_noncontiguous_innermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0718345Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0722512Z test_noncontiguous_innermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0732300Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0736606Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0743790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0747820Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0753783Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0757917Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0765511Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0770908Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0778109Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0782516Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0789165Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0793207Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0799781Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0803930Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0810957Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0815783Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0822164Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0826231Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0832715Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0836708Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0843069Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0847652Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0853959Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0858307Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0864638Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0868802Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0876145Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0880611Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0886715Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0891186Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0898909Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0903513Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0911076Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0915556Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0923104Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0927561Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0933791Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0937999Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0944401Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0948429Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0954401Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0958490Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0964654Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0968660Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0974827Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0978937Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0986281Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.0990249Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.0996319Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1000274Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1007339Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1011385Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1018425Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1022541Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1029785Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1034420Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1040466Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1044431Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1050542Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1054528Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1060579Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1064769Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1070755Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1074748Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1080797Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1084788Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1091269Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1095368Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1101432Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1105648Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1112854Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1117420Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1124198Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1128260Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1134772Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1139277Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1146077Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1150533Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1158062Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1162885Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1169691Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1173832Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1180473Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1184836Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1191093Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1195393Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1201607Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1205812Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1211967Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1216363Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1223023Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1227295Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1233749Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1237995Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1244935Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1249173Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1255756Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1260630Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1266716Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1270809Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1276706Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1280858Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1286807Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1290882Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1296898Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1301022Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1307093Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1311203Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1317518Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1321656Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1327954Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1332099Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1338500Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1342791Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1349405Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1354342Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1360100Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1364246Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1370147Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1374294Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1380268Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1384502Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1390686Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1394718Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1400521Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1404809Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1411309Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1415589Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1421612Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1426100Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1433262Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1438026Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1444762Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1449030Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1455588Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1459816Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1466476Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1470511Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1477198Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1482077Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1488194Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1492412Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1498628Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1502988Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1508883Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1513117Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1519180Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1523426Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1529423Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1533703Z test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1550150Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.1554624Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1572082Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.1576587Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1592946Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.1597305Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1612940Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.1617451Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1633127Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.1637471Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1652843Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.1657251Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1664484Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1668661Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1676366Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1681540Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1689133Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1693804Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1700926Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1705270Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1712121Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1716331Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1723560Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1728409Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1735705Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1739920Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1747367Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1752217Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1759478Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1764052Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1771732Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1777450Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1785477Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1790157Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1797263Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1802309Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1810196Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1815096Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1823109Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1828199Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1836212Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1841700Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1848866Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1853525Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1860586Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1865563Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1872321Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1877048Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1884223Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1888841Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1895912Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1901505Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1907873Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1912360Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1921197Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1926397Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1934798Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1939452Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1947243Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1951931Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1959454Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1964142Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1971004Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1975656Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1982722Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1987372Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.1994271Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.1998852Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2005703Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2010428Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2017419Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2022413Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2031391Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2057391Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2058058Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.2058898Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2067879Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.2073159Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2082272Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2086913Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2095996Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2100879Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2109942Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2114583Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2122531Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2127262Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2134119Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2138870Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2147929Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2153217Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2161505Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2166712Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2174354Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2179197Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2187054Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2191747Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2199722Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2205008Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2211961Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2216810Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2223875Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2228462Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2235295Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2239971Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2246989Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2251692Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2258830Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2263751Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2272777Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2277691Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2287770Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2292896Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2302366Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2306459Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2314346Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2318596Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2326497Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2330661Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2339201Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2343890Z test_noncontiguous_outermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2351659Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2356058Z test_noncontiguous_outermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2363622Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2367922Z test_noncontiguous_outermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2375453Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2379666Z test_noncontiguous_outermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2387366Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2391557Z test_noncontiguous_outermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2398532Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2402907Z test_noncontiguous_outermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2409652Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2413843Z test_noncontiguous_outermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2420624Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2425117Z test_noncontiguous_outermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2431869Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2436048Z test_noncontiguous_outermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2443078Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2447263Z test_noncontiguous_outermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2455167Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2459348Z test_noncontiguous_outermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2467381Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2471575Z test_noncontiguous_outermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2479452Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2483655Z test_noncontiguous_outermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2491852Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2496563Z test_noncontiguous_outermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2503709Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2507771Z test_noncontiguous_outermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2514728Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2518907Z test_noncontiguous_outermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2525768Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2529844Z test_noncontiguous_outermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2537319Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2541389Z test_noncontiguous_outermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2548482Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2552545Z test_noncontiguous_outermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2560372Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2564595Z test_noncontiguous_outermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2572292Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2576680Z test_noncontiguous_outermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2584531Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2588703Z test_noncontiguous_outermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2600101Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.2604707Z test_noncontiguous_outermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2611579Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2615790Z test_noncontiguous_outermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2622763Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2627063Z test_noncontiguous_outermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2633548Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2637542Z test_noncontiguous_outermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2644271Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2648385Z test_noncontiguous_outermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2655405Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2659548Z test_noncontiguous_outermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2667397Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2671569Z test_noncontiguous_outermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2679277Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2683491Z test_noncontiguous_outermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2691050Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2695342Z test_noncontiguous_outermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2703698Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2708322Z test_noncontiguous_outermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2715228Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2719287Z test_noncontiguous_outermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2726278Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2730417Z test_noncontiguous_outermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2737453Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2741573Z test_noncontiguous_outermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2748897Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2752846Z test_noncontiguous_outermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2759795Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2763968Z test_noncontiguous_outermost__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2772667Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2777534Z test_noncontiguous_outermost__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2786487Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2791373Z test_noncontiguous_outermost__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2800190Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2805476Z test_noncontiguous_outermost__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2813368Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2818366Z test_noncontiguous_outermost__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2826536Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2831387Z test_noncontiguous_outermost__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2839402Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2844287Z test_noncontiguous_outermost__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2852473Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2857467Z test_noncontiguous_outermost__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2865887Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2870690Z test_noncontiguous_outermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2879652Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2883751Z test_noncontiguous_outermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2892238Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2896597Z test_noncontiguous_outermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2909156Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.2913264Z test_noncontiguous_outermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2922465Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2926709Z test_noncontiguous_outermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2935558Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2939882Z test_noncontiguous_outermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2948853Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2953107Z test_noncontiguous_outermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2962544Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2967050Z test_noncontiguous_outermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2975625Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2979921Z test_noncontiguous_outermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.2988569Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.2992861Z test_noncontiguous_outermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3001413Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3005551Z test_noncontiguous_outermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3014129Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3018597Z test_noncontiguous_outermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3027270Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3031497Z test_noncontiguous_outermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3039535Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3043706Z test_noncontiguous_outermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3051710Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3056153Z test_noncontiguous_outermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3064206Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3068372Z test_noncontiguous_outermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3076723Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3081677Z test_noncontiguous_outermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3088677Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3092969Z test_noncontiguous_outermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3102047Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3106919Z test_noncontiguous_outermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3115115Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3119402Z test_noncontiguous_outermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3127284Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3131602Z test_noncontiguous_outermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3139486Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3144009Z test_noncontiguous_outermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3152863Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3157247Z test_noncontiguous_outermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3164540Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3168891Z test_noncontiguous_outermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3176453Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3180920Z test_noncontiguous_outermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3188429Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3192620Z test_noncontiguous_outermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3200048Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3204447Z test_noncontiguous_outermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3215183Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3219580Z test_noncontiguous_outermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3231906Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3236904Z test_noncontiguous_outermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3248115Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3252540Z test_noncontiguous_outermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3263993Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3268808Z test_noncontiguous_outermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3279982Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3284909Z test_noncontiguous_outermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3295639Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3300552Z test_noncontiguous_outermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3311204Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3316477Z test_noncontiguous_outermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3333072Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3338264Z test_noncontiguous_outermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3348894Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3353566Z test_noncontiguous_outermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3363986Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3368584Z test_noncontiguous_outermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3376498Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3380637Z test_noncontiguous_outermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3387771Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3392029Z test_noncontiguous_outermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3401610Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3406282Z test_noncontiguous_outermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3415252Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3419355Z test_noncontiguous_outermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3427520Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3431838Z test_noncontiguous_outermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3439786Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3444039Z test_noncontiguous_outermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3451864Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3456140Z test_noncontiguous_outermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3463527Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3467634Z test_noncontiguous_outermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3474849Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3479183Z test_noncontiguous_outermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3486193Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3490380Z test_noncontiguous_outermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3497703Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3502093Z test_noncontiguous_outermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3509242Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3513367Z test_noncontiguous_outermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3523354Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3527592Z test_noncontiguous_outermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3539309Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3544182Z test_noncontiguous_outermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3554689Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3558935Z test_noncontiguous_outermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3571314Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3575610Z test_noncontiguous_outermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3585730Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3589831Z test_noncontiguous_outermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3599501Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3603705Z test_noncontiguous_outermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3613364Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3617745Z test_noncontiguous_outermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3627470Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3631656Z test_noncontiguous_outermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3641263Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3645601Z test_noncontiguous_outermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3655592Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3659653Z test_noncontiguous_outermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3671306Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3678082Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3688176Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3695027Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3704724Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3711524Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3722672Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3729848Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3740445Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3747331Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3757525Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3764408Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3774668Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3781575Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3792272Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.3798067Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3805607Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3810936Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3818650Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3824203Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3832498Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3838112Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3845734Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3851251Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3858800Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3864317Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3872895Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3878557Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3886554Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3892097Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3901104Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3906869Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3914910Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3920173Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3928447Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3933700Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3941320Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3946162Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3952463Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3956529Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3961858Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3965945Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3972662Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3977183Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3983803Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3988143Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.3995388Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.3999891Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4006270Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4010690Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4018034Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4022692Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4029833Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4034321Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4041787Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4046797Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4053318Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4057824Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4064477Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4068835Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4075179Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4079605Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4086007Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4090393Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4096937Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4101324Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4108362Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4112865Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4119159Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4123553Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4131096Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4136185Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4143466Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4147884Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4154871Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4159326Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4166231Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4170824Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4177529Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4182208Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4188507Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4192956Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4199307Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4203738Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4210065Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4214485Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4221141Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4225742Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4232012Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4236397Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4243119Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4247606Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4254211Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4258740Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4265555Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4269895Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4276896Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4282438Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4289248Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4293839Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4300779Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4305658Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4312443Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4317109Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4323887Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4328579Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4335448Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4340305Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4347558Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4352271Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4359455Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4364150Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4371425Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4376184Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4383975Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4389239Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4396017Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4400508Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4406960Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4410861Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4417072Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4421331Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4427756Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4432229Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4438393Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4442816Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4449488Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4453582Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4459759Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4464027Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4471033Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4475826Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4482417Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4486450Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4492808Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4497017Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4503526Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4507535Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4513836Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4517917Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4523899Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4527963Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4533924Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4538097Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4544109Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4548247Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4554197Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4558277Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4564178Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4568240Z test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4584264Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.4588567Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4605859Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.4609962Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4626496Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.4630754Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4646315Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.4650519Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4666535Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.4670819Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4688081Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:32.4692492Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4699932Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4704364Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4712530Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4717158Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4724431Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4728576Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4735417Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4739588Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4746449Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4750550Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4757138Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4761255Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4768377Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4772439Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4779506Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4783684Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4790581Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4794617Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4801918Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4806547Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4813208Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4817401Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4823871Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4828057Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4835339Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4839522Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4846605Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4851018Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4858749Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4863786Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4869886Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4873989Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4880003Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4884013Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4889797Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4893946Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4899960Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4904112Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4909977Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4914006Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4919960Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4924004Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4931463Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4936254Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4943385Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4947456Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4954176Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4958238Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4965247Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4969910Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4975994Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4979986Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4986042Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4990000Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.4995786Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.4999800Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5005656Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5009695Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5015596Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5019649Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5027881Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5032105Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5041256Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5046016Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5055278Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5060111Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5068130Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5072412Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5080444Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5084900Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5094027Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5098900Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5106216Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5110534Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5116824Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5121121Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5128818Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5133475Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5140690Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5144951Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5151730Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5155766Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5162323Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5166409Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5172992Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5177321Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5183606Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5187561Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5193566Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5197632Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5203583Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5207576Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5213550Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5217774Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5223950Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5228067Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5236328Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5240411Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5249624Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5254119Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5263024Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5267463Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5275146Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5279142Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5287054Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5291134Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5299026Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:32.5302903Z test_noncontiguous_transposed__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5310535Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5314345Z test_noncontiguous_transposed__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5321956Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5325646Z test_noncontiguous_transposed__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5333386Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5337413Z test_noncontiguous_transposed__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5345428Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5349397Z test_noncontiguous_transposed__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5356666Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5360684Z test_noncontiguous_transposed__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5367952Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5371997Z test_noncontiguous_transposed__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5379168Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5383141Z test_noncontiguous_transposed__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5390033Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5393859Z test_noncontiguous_transposed__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5400645Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5404388Z test_noncontiguous_transposed__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5411977Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5415872Z test_noncontiguous_transposed__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5423654Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5427409Z test_noncontiguous_transposed__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5435039Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5438836Z test_noncontiguous_transposed__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5446215Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5449998Z test_noncontiguous_transposed__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5456938Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5460779Z test_noncontiguous_transposed__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5471009Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5474664Z test_noncontiguous_transposed__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5481183Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5485027Z test_noncontiguous_transposed__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5491733Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5495523Z test_noncontiguous_transposed__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5502480Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5506438Z test_noncontiguous_transposed__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5513579Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5517379Z test_noncontiguous_transposed__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5524703Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5528481Z test_noncontiguous_transposed__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5535989Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5539775Z test_noncontiguous_transposed__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5547246Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5551024Z test_noncontiguous_transposed__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5557732Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5561550Z test_noncontiguous_transposed__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5568202Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5571986Z test_noncontiguous_transposed__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5578700Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5582611Z test_noncontiguous_transposed__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5589534Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5593409Z test_noncontiguous_transposed__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5600743Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5604814Z test_noncontiguous_transposed__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5613076Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5617252Z test_noncontiguous_transposed__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5625554Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5629537Z test_noncontiguous_transposed__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5637468Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5641279Z test_noncontiguous_transposed__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5648891Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5652658Z test_noncontiguous_transposed__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5659588Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5663676Z test_noncontiguous_transposed__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5670251Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5674129Z test_noncontiguous_transposed__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5680983Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5684507Z test_noncontiguous_transposed__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5691541Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5695264Z test_noncontiguous_transposed__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5702366Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5706088Z test_noncontiguous_transposed__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5714774Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5719237Z test_noncontiguous_transposed__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5727889Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5732315Z test_noncontiguous_transposed__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5741016Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5745529Z test_noncontiguous_transposed__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5753407Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5757819Z test_noncontiguous_transposed__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5765694Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5770004Z test_noncontiguous_transposed__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5777905Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5782426Z test_noncontiguous_transposed__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5790357Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5794764Z test_noncontiguous_transposed__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5804854Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5809138Z test_noncontiguous_transposed__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5817852Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5821561Z test_noncontiguous_transposed__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5829822Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5833484Z test_noncontiguous_transposed__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5842481Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5846391Z test_noncontiguous_transposed__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5856246Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5860338Z test_noncontiguous_transposed__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5869632Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5873675Z test_noncontiguous_transposed__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5882756Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5886862Z test_noncontiguous_transposed__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5895648Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5899376Z test_noncontiguous_transposed__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5907836Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5911644Z test_noncontiguous_transposed__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5919772Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5923739Z test_noncontiguous_transposed__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5931829Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5935999Z test_noncontiguous_transposed__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5944169Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5947948Z test_noncontiguous_transposed__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5956255Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5960130Z test_noncontiguous_transposed__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5967700Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5971576Z test_noncontiguous_transposed__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5979285Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5983280Z test_noncontiguous_transposed__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.5992489Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.5996505Z test_noncontiguous_transposed__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6003964Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6007708Z test_noncontiguous_transposed__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6014493Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6018445Z test_noncontiguous_transposed__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6026537Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6030448Z test_noncontiguous_transposed__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6038345Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6042289Z test_noncontiguous_transposed__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6049898Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6053803Z test_noncontiguous_transposed__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6061406Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6065412Z test_noncontiguous_transposed__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6072228Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6076071Z test_noncontiguous_transposed__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6082868Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6086741Z test_noncontiguous_transposed__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6093461Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6097602Z test_noncontiguous_transposed__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6104710Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6108794Z test_noncontiguous_transposed__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6116190Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6120442Z test_noncontiguous_transposed__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6130079Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6134060Z test_noncontiguous_transposed__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6145051Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6149604Z test_noncontiguous_transposed__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6159758Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6163573Z test_noncontiguous_transposed__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6173600Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6178314Z test_noncontiguous_transposed__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6188479Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6193014Z test_noncontiguous_transposed__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6204917Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:32.6209631Z test_noncontiguous_transposed__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6219623Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6224281Z test_noncontiguous_transposed__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6234042Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6238548Z test_noncontiguous_transposed__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6248427Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6252961Z test_noncontiguous_transposed__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6263117Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6267591Z test_noncontiguous_transposed__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6275249Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6279059Z test_noncontiguous_transposed__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6285834Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6289615Z test_noncontiguous_transposed__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6297662Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6301562Z test_noncontiguous_transposed__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6309596Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6313387Z test_noncontiguous_transposed__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6320967Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6324826Z test_noncontiguous_transposed__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6332384Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6336340Z test_noncontiguous_transposed__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6343989Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6347787Z test_noncontiguous_transposed__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6354805Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6358953Z test_noncontiguous_transposed__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6365307Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6369277Z test_noncontiguous_transposed__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6375897Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6379684Z test_noncontiguous_transposed__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6386678Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6390816Z test_noncontiguous_transposed__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6397578Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6401474Z test_noncontiguous_transposed__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6410847Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6414764Z test_noncontiguous_transposed__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6426470Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:32.6430327Z test_noncontiguous_transposed__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6440219Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6444130Z test_noncontiguous_transposed__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6453551Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6457568Z test_noncontiguous_transposed__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6467172Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6471025Z test_noncontiguous_transposed__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6480329Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6484244Z test_noncontiguous_transposed__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6493410Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6497393Z test_noncontiguous_transposed__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6506826Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6510705Z test_noncontiguous_transposed__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6519806Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6523678Z test_noncontiguous_transposed__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6532960Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6536907Z test_noncontiguous_transposed__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6548020Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6551888Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6558106Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6561918Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6567776Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6571589Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6578230Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6582257Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6588718Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6592616Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6598876Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6602806Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6609034Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6612948Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6619197Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6623385Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6629080Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6632803Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6638740Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6642448Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6648341Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6652099Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6658164Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6662045Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6667958Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6671764Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6678296Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6682129Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6687943Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6691749Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6698426Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6702389Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6708982Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6712810Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6719480Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6723438Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6729611Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6733500Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6739767Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6743861Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6749971Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6753886Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6760162Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6764006Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6770226Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6774103Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6781199Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6785325Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6791412Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6795333Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6802208Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6806194Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6812975Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6817053Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6823999Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6828014Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6834201Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6838075Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6844349Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6848267Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6854426Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6858517Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6865069Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6868797Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6874959Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6879076Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6885576Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6889459Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6895596Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6899531Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6906945Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6910310Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6916960Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6920699Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6927072Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6930936Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6937402Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6941137Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6947654Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6951438Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6957485Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6961191Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6967174Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6970947Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6977109Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6980880Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6987139Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.6990772Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.6996729Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7000498Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7006806Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7010590Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7016934Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7020706Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7027098Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7030852Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7037144Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7040918Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7046840Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7050682Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7056760Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7060489Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7066585Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7070380Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7076256Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7080028Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7085954Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7089708Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7096173Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7099955Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7106529Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7110232Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7116529Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7120250Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7126597Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7130337Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7136376Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7140131Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7146381Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7150089Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7156152Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7159938Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7166023Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7169796Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7175848Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7179743Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7186296Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7190096Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7196232Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7199949Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7206372Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7210259Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7216923Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7220755Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7227281Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7231118Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7237452Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7241314Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7247523Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7251273Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7257249Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7261016Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7267037Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7270776Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7276609Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7280377Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7286199Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7290042Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7295950Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7299737Z test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7315430Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:32.7319461Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7334936Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:32.7338957Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7354848Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:32.7358782Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7373776Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:32.7377805Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7392833Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:32.7396790Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7411203Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:32.7415184Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7422585Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7426097Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7433264Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7437153Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7444376Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7448332Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7455192Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7459242Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7466109Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7470108Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7476739Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7480595Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7487743Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7491702Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7498759Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7502902Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7509783Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7513655Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7520549Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7524526Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7531067Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7535021Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7541026Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7545014Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7551725Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7555664Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7562284Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7566173Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7572709Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7576700Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7583443Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7586704Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7592710Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7596579Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7602489Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7606351Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7612463Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7616346Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7622908Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7626517Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7632317Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7636380Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7643651Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7647608Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7654757Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7658703Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7665479Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7669454Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7676117Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7680093Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7686104Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7690036Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7696311Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7700021Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7706129Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7709942Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7716080Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7719920Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7725953Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7729823Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7737942Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7742098Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7751904Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7756399Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7766222Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7770863Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7779008Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7783125Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7791353Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7795325Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7803470Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7807478Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7814293Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7818368Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7824710Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7828526Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7835629Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7839612Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7846732Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7850713Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7857605Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7861553Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7868452Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7872424Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7878920Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7883050Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7889209Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7893279Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7899521Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7903772Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7909874Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7913990Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7919826Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7923705Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7929509Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7933424Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7941190Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7945140Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7953889Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7957797Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7966942Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7971460Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7979407Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7983401Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.7991411Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.7995298Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:32.8003187Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:32.8018181Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:32.8034546Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:32.8046570Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:32.8057648Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:32.8067841Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:33.0095200Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.202s) 2022-09-27T15:51:33.0167660Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:51:35.4513211Z test_quantile_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1372: RuntimeWarning: All-NaN slice encountered 2022-09-27T15:51:35.4513649Z overwrite_input=overwrite_input, interpolation=interpolation 2022-09-27T15:51:35.7003792Z /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1392: RuntimeWarning: All-NaN slice encountered 2022-09-27T15:51:35.7004146Z overwrite_input, interpolation) 2022-09-27T15:51:36.3249025Z ok (3.308s) 2022-09-27T15:51:39.5220330Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (3.197s) 2022-09-27T15:51:39.5497452Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.028s) 2022-09-27T15:51:39.5542632Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:51:39.5641537Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:51:39.5650839Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:39.5695684Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:51:39.5739920Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:51:39.5784690Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:51:39.5828966Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:51:39.5846062Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:51:39.5863209Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:51:39.5879925Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:51:39.5896829Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:51:39.5903832Z test_ref_duplicate_values__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.5917889Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.5924788Z test_ref_duplicate_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.5937086Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.5943925Z test_ref_duplicate_values__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.5955445Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.5962167Z test_ref_duplicate_values__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.5972670Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.5979455Z test_ref_duplicate_values__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.5989979Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.5996645Z test_ref_duplicate_values__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6006742Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6013405Z test_ref_duplicate_values__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6023998Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6030779Z test_ref_duplicate_values__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6041158Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6047947Z test_ref_duplicate_values__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6059627Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6066579Z test_ref_duplicate_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6078122Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6084913Z test_ref_duplicate_values__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6096464Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6103289Z test_ref_duplicate_values__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6113684Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6120399Z test_ref_duplicate_values__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6130933Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6137638Z test_ref_duplicate_values__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6148138Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6154849Z test_ref_duplicate_values__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6165226Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6171940Z test_ref_duplicate_values__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6182621Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6189603Z test_ref_duplicate_values__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6201210Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6207854Z test_ref_duplicate_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6222426Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6228938Z test_ref_duplicate_values__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6240548Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6246810Z test_ref_duplicate_values__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6256760Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6263376Z test_ref_duplicate_values__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6273267Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6280182Z test_ref_duplicate_values__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6289495Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6296764Z test_ref_duplicate_values__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6307746Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6314890Z test_ref_duplicate_values__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6325253Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6331896Z test_ref_duplicate_values__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6343432Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6350024Z test_ref_duplicate_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6361191Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6367739Z test_ref_duplicate_values__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6379068Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6385712Z test_ref_duplicate_values__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6395564Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6402042Z test_ref_duplicate_values__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6411826Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6418473Z test_ref_duplicate_values__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6428271Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6434733Z test_ref_duplicate_values__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6444442Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6450962Z test_ref_duplicate_values__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6460819Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6467475Z test_ref_duplicate_values__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6477778Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6484200Z test_ref_duplicate_values__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6496485Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6503132Z test_ref_duplicate_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6515174Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6521717Z test_ref_duplicate_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6533430Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6540186Z test_ref_duplicate_values__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6554528Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6561477Z test_ref_duplicate_values__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6572590Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6579753Z test_ref_duplicate_values__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6590404Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6596920Z test_ref_duplicate_values__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6606890Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6613503Z test_ref_duplicate_values__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6624174Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6630630Z test_ref_duplicate_values__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6641750Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6648232Z test_ref_duplicate_values__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6658792Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6665447Z test_ref_duplicate_values__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6677626Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6684291Z test_ref_duplicate_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6697075Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6704242Z test_ref_duplicate_values__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6715684Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6722156Z test_ref_duplicate_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6733592Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6740369Z test_ref_duplicate_values__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6751914Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6758696Z test_ref_duplicate_values__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6768942Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6775481Z test_ref_duplicate_values__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6785890Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6792637Z test_ref_duplicate_values__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6802639Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6809764Z test_ref_duplicate_values__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6820953Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6828216Z test_ref_duplicate_values__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6839815Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6846587Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6855459Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6862375Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6871900Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6878609Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6887839Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6894474Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6903508Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6910017Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6918754Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.6925272Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6934241Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.6941073Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6950027Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.6956619Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6965274Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.6971782Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6980461Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.6987068Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.6995589Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7002113Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7010725Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7017413Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7026125Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7032649Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7042827Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7049381Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7059488Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7066485Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7075789Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7082791Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7091241Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7097989Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7107194Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7113644Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7122340Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7128918Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7137977Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7144651Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7153411Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7160139Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7168949Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7175590Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7186021Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7192622Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7202657Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7209366Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7219550Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7226414Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7235264Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7241930Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7250848Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7257589Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7266515Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7273145Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7282132Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7288736Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7297926Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7304756Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7313472Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7320120Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7329587Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7336440Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7346068Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7353237Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7362782Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7369433Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7378613Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7385396Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7394502Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7401162Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7410125Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7416894Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7425977Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7432559Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7441299Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7447895Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7456748Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7463589Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7472574Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7479239Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7488137Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7494878Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7503855Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7510459Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7519323Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7525962Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7534414Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7541100Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7549746Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7556346Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7564910Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7571626Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7580280Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7587013Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7595485Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7602116Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7611083Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7617908Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7626811Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7633445Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7642339Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7649010Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7657644Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7664418Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7672910Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7679584Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7687981Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7694754Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7703354Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7709974Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7718418Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.7725023Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7734098Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7741282Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7750985Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7757814Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7767615Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7774098Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7783710Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7790331Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7799723Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7806352Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7815761Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7822733Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7831738Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7838371Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7847407Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7854046Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7863244Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7869881Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7879004Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7885681Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7895068Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7901929Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7913865Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7920543Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7932188Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7939074Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7950392Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7957059Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7968117Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7974863Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.7985847Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.7992476Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8005970Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8012457Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8025564Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8032218Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8045001Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8052156Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8061364Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8068146Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8078952Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8085485Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8096369Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8103253Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8113529Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8120157Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8129276Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8135938Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8145311Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8151912Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8160751Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.8167399Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8176613Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8183355Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8193048Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8199662Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8208548Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.8215268Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8226411Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8233142Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8233901Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.8240403Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8250503Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8257329Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8267455Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8274088Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8283112Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8289694Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8298903Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8305629Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8314333Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8320940Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8331156Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8338027Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8338664Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.8345961Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8346618Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.8352899Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8354066Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.8360452Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8361082Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.8367844Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8368307Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.8375029Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8375480Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.8382287Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8391689Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8398390Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8409365Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8416267Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8427498Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8434295Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8444414Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.8445007Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8452219Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8458908Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8469072Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8475607Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8484555Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8491171Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8500200Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8506979Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8515620Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.8522269Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8531176Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T15:51:39.8537858Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8547701Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:39.8554502Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8554943Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.8561355Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8561871Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.8568926Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8569349Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.8577164Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8578041Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.8584646Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8585056Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.8590948Z test_ref_extremal_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8602906Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.8608627Z test_ref_extremal_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8620470Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.8626246Z test_ref_extremal_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8637425Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.8643155Z test_ref_extremal_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8654343Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.8660058Z test_ref_extremal_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8676105Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.8681818Z test_ref_extremal_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8693379Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.8699111Z test_ref_extremal_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8711287Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.8716904Z test_ref_extremal_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8728675Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.8734317Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8743687Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:39.8749636Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8758268Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:39.8763871Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8773177Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:39.8778865Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8788242Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:39.8793916Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8802857Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:39.8808467Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8817125Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:39.8823193Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8832007Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:39.8837549Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8846711Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:39.8852229Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8861566Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:39.8867379Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8875792Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:39.8881308Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8897048Z Compares op against reference for input tensors with extremal values ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:161: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:51:39.8897468Z ret = ret.dtype.type(ret / rcount) 2022-09-27T15:51:39.8899494Z ok (0.002s) 2022-09-27T15:51:39.8905604Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8916254Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.8921859Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8935499Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.8941102Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8951683Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.8957073Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8967049Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.8972895Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.8982409Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:39.8988251Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.9005872Z Compares op against reference for input tensors with extremal values ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:51:39.9006377Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-09-27T15:51:39.9007392Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:193: RuntimeWarning: invalid value encountered in subtract 2022-09-27T15:51:39.9007908Z x = asanyarray(arr - arrmean) 2022-09-27T15:51:39.9012408Z ok (0.003s) 2022-09-27T15:51:39.9018886Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.9036525Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.9042113Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.9051849Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:39.9057496Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.9067056Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:39.9072660Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.9092158Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.9097919Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.9115016Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:39.9119581Z test_ref_large_input_1D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.9236083Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-09-27T15:51:39.9241368Z test_ref_large_input_1D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.9346947Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-09-27T15:51:39.9351986Z test_ref_large_input_1D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.9483465Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-09-27T15:51:39.9488208Z test_ref_large_input_1D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.9608981Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-09-27T15:51:39.9613569Z test_ref_large_input_1D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.9724140Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-09-27T15:51:39.9729108Z test_ref_large_input_1D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.9832334Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-09-27T15:51:39.9837134Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:39.9946481Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-09-27T15:51:39.9950973Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.0051943Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.010s) 2022-09-27T15:51:40.0056531Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.0158201Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.010s) 2022-09-27T15:51:40.0162461Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.0273865Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-09-27T15:51:40.0277847Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.0395502Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-09-27T15:51:40.0400154Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.0523051Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:51:40.0527366Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.0653456Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:51:40.0657657Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.0759260Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-09-27T15:51:40.0763631Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.0906913Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-09-27T15:51:40.0911582Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.1035814Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:51:40.1039915Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.1156325Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-09-27T15:51:40.1161144Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.1319162Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.016s) 2022-09-27T15:51:40.1324044Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.1428729Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-09-27T15:51:40.1433971Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.1585740Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.016s) 2022-09-27T15:51:40.1590804Z test_ref_large_input_2D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.1862422Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.028s) 2022-09-27T15:51:40.1867869Z test_ref_large_input_2D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.2236913Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.037s) 2022-09-27T15:51:40.2242227Z test_ref_large_input_2D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.2614903Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.038s) 2022-09-27T15:51:40.2620195Z test_ref_large_input_2D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.2997598Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.038s) 2022-09-27T15:51:40.3004088Z test_ref_large_input_2D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.3392760Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.039s) 2022-09-27T15:51:40.3399040Z test_ref_large_input_2D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.3771308Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.038s) 2022-09-27T15:51:40.3777440Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.4149255Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.038s) 2022-09-27T15:51:40.4154909Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.4513178Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.036s) 2022-09-27T15:51:40.4519328Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.4880031Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.037s) 2022-09-27T15:51:40.4884856Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.5254102Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.037s) 2022-09-27T15:51:40.5259136Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.5628298Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.037s) 2022-09-27T15:51:40.5633029Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.6019739Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.039s) 2022-09-27T15:51:40.6025109Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.6511103Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.049s) 2022-09-27T15:51:40.6516234Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.6875171Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.036s) 2022-09-27T15:51:40.6881673Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.7319280Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.044s) 2022-09-27T15:51:40.7324107Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.7724630Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-09-27T15:51:40.7729568Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.8107757Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.038s) 2022-09-27T15:51:40.8112813Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.8656418Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.055s) 2022-09-27T15:51:40.8662267Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.9018342Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.036s) 2022-09-27T15:51:40.9024433Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:40.9579939Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.056s) 2022-09-27T15:51:40.9585168Z test_ref_large_input_64bit_indexing__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:45.8244234Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.866s) 2022-09-27T15:51:45.8250052Z test_ref_large_input_64bit_indexing__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:50.6731933Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.849s) 2022-09-27T15:51:50.6737979Z test_ref_large_input_64bit_indexing__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:55.9891443Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.316s) 2022-09-27T15:51:55.9897406Z test_ref_large_input_64bit_indexing__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:01.3321691Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.343s) 2022-09-27T15:52:01.3327487Z test_ref_large_input_64bit_indexing__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:06.3304388Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.998s) 2022-09-27T15:52:06.3310121Z test_ref_large_input_64bit_indexing__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:11.2593128Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.929s) 2022-09-27T15:52:11.2597956Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:16.3376296Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.078s) 2022-09-27T15:52:16.3381466Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:21.2668561Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.929s) 2022-09-27T15:52:21.2672615Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:26.0793707Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.812s) 2022-09-27T15:52:26.0799631Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:31.1688278Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.089s) 2022-09-27T15:52:31.1693186Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:36.4503634Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.281s) 2022-09-27T15:52:36.4508266Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:41.8668465Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.416s) 2022-09-27T15:52:41.8677259Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:47.2864771Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.420s) 2022-09-27T15:52:47.2869275Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:52.1406175Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.854s) 2022-09-27T15:52:52.1411030Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:59.1186902Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.978s) 2022-09-27T15:52:59.1191252Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:05.0836806Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.965s) 2022-09-27T15:53:05.0840966Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:10.1003495Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.017s) 2022-09-27T15:53:10.1008823Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3800258Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.280s) 2022-09-27T15:53:17.3805149Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:22.3047323Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.925s) 2022-09-27T15:53:22.3052313Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5244932Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.220s) 2022-09-27T15:53:29.5249029Z test_ref_scalar_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5259180Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T15:53:29.5264479Z test_ref_scalar_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5271504Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5275777Z test_ref_scalar_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5282316Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5286556Z test_ref_scalar_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5292712Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5297061Z test_ref_scalar_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5303281Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5307391Z test_ref_scalar_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5313501Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5317783Z test_ref_scalar_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5323804Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5327997Z test_ref_scalar_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5334113Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5338389Z test_ref_scalar_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5345229Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5349742Z test_ref_scalar_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5356183Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5360398Z test_ref_scalar_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5366870Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5371085Z test_ref_scalar_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5377482Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5381653Z test_ref_scalar_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5391148Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5395289Z test_ref_scalar_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5401435Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5405640Z test_ref_scalar_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5411915Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5416047Z test_ref_scalar_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5422254Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5426583Z test_ref_scalar_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5433286Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5437471Z test_ref_scalar_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5443994Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5448258Z test_ref_scalar_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5454775Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5459090Z test_ref_scalar_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5465300Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5469496Z test_ref_scalar_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5475592Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5479847Z test_ref_scalar_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5485922Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5490108Z test_ref_scalar_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5496323Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5500620Z test_ref_scalar_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5506842Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5511207Z test_ref_scalar_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5517513Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5521635Z test_ref_scalar_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5527978Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5532270Z test_ref_scalar_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5538850Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5543162Z test_ref_scalar_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5549236Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5553394Z test_ref_scalar_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5559500Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5563656Z test_ref_scalar_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5569658Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5573810Z test_ref_scalar_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5583161Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5587310Z test_ref_scalar_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5593401Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5597549Z test_ref_scalar_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5603695Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5607872Z test_ref_scalar_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5614648Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5619040Z test_ref_scalar_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5625937Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5630143Z test_ref_scalar_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5636734Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5640842Z test_ref_scalar_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5647369Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5651623Z test_ref_scalar_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5657890Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5662413Z test_ref_scalar_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5668622Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5672777Z test_ref_scalar_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5678819Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5683072Z test_ref_scalar_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5689249Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5693390Z test_ref_scalar_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5699698Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5703952Z test_ref_scalar_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5710327Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5714463Z test_ref_scalar_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5721529Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5725703Z test_ref_scalar_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5732585Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5736992Z test_ref_scalar_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5743775Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5748104Z test_ref_scalar_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5754733Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5758890Z test_ref_scalar_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5765275Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5769471Z test_ref_scalar_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5775795Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5779968Z test_ref_scalar_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5786307Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5790482Z test_ref_scalar_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5796572Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5800749Z test_ref_scalar_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5806884Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5811126Z test_ref_scalar_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5817419Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5821582Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5827180Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5831464Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5837467Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5841682Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5847796Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5852029Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5857858Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5862237Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5868021Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5872245Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5878041Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5882202Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5887717Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5891865Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5897372Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5901522Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5907122Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5911304Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5916699Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5920879Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5926328Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5930535Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5936017Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5940174Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5946257Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5950392Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5956255Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5960410Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5966264Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5970416Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5976140Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5980275Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5986056Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.5990881Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.5996165Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6000055Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6005744Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6009987Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6015808Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6020129Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6025695Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6029695Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6035675Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6039935Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6045725Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6049809Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6055776Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6059813Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6065500Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6069427Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6074881Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6078881Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6084445Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6088419Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6093930Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6098017Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6103695Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6107661Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6113118Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6117033Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6123165Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6127233Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6133236Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6137485Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6143352Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6147209Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6152873Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6156962Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6162571Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6166610Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6171928Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6175991Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6181316Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6185449Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6190742Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6194737Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6200111Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6204082Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6209489Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6213469Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6219554Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6223630Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6229408Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6233409Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6239788Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6243407Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6249133Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6252924Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6258357Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6262563Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6268192Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6272201Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6277737Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6281758Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6287434Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6291564Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6297812Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6302058Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6308215Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6312296Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6318366Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6322526Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6328275Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6332389Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6338300Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6342512Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6348189Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6352469Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6358135Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6362292Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6368095Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6372081Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6377827Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6382048Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6388548Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6392710Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6398936Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6403081Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6409008Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6413051Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6418961Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6423279Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6429148Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6433248Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6438737Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6443138Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6448533Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6452726Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6458322Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6462594Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6468011Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6472131Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6477568Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6481739Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6488614Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6492748Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6499570Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6503854Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6510165Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6514289Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6520709Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6524773Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6530985Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6535144Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6542524Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6546611Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6553580Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6557668Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6564391Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6568520Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6574333Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6578512Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6584923Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6589074Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6595350Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6599427Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6605642Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6609873Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6615858Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6620152Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6626090Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6630143Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6635985Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6640035Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6645888Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6650107Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6655913Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6659959Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6665868Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6669983Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6676332Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6680449Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6686739Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6690879Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6697078Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6701149Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6707494Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6711549Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6717446Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6721521Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6727444Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6731513Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6737508Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6741585Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6747440Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6751808Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6757332Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6761401Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6767989Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T15:53:29.6768361Z keepdims=keepdims) 2022-09-27T15:53:29.6770320Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in double_scalars 2022-09-27T15:53:29.6770687Z ret = ret.dtype.type(ret / rcount) 2022-09-27T15:53:29.6772971Z ok (0.002s) 2022-09-27T15:53:29.6777681Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6784454Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:53:29.6784846Z ret = ret.dtype.type(ret / rcount) 2022-09-27T15:53:29.6787771Z ok (0.001s) 2022-09-27T15:53:29.6792644Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6800117Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6804301Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6812113Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6816361Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6824135Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6828323Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6834280Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6838410Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6845102Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6849179Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6855779Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6859953Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6866463Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6870560Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6876708Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6880759Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6886923Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6891017Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6897000Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6901091Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6907175Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6911226Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6916890Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6920890Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6926702Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6930743Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6936573Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6940467Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6947293Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T15:53:29.6947656Z **kwargs) 2022-09-27T15:53:29.6950581Z ok (0.001s) 2022-09-27T15:53:29.6954793Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6963596Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6967875Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6975370Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6979445Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6988300Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.6992032Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.6999238Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:29.7005805Z test_ref_small_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7026577Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:29.7033329Z test_ref_small_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7051733Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7058576Z test_ref_small_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7077677Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:29.7084371Z test_ref_small_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7100086Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7107104Z test_ref_small_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7122717Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7129651Z test_ref_small_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7144549Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7151211Z test_ref_small_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7166220Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7173045Z test_ref_small_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7188660Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7195323Z test_ref_small_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7222230Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:29.7228930Z test_ref_small_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7246776Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7253667Z test_ref_small_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7272620Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:29.7279368Z test_ref_small_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7294308Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7301060Z test_ref_small_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7316351Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7323061Z test_ref_small_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7338019Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7344851Z test_ref_small_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7359892Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7366561Z test_ref_small_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7381922Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7388632Z test_ref_small_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7402222Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7408964Z test_ref_small_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7422807Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7430347Z test_ref_small_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7446371Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7453090Z test_ref_small_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7464709Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7471396Z test_ref_small_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7482743Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7489434Z test_ref_small_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7500596Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7507427Z test_ref_small_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7518847Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7525436Z test_ref_small_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7536896Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7543675Z test_ref_small_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7557147Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7563959Z test_ref_small_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7577428Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7585172Z test_ref_small_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7599294Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7606002Z test_ref_small_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7617638Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7624558Z test_ref_small_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7635832Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7642538Z test_ref_small_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7653433Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7660312Z test_ref_small_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7671761Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7678467Z test_ref_small_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7689806Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7696590Z test_ref_small_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7714187Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7720836Z test_ref_small_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7742742Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:29.7749291Z test_ref_small_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7770172Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:29.7776811Z test_ref_small_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7794982Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7801870Z test_ref_small_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7820638Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:29.7827540Z test_ref_small_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7842898Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7849656Z test_ref_small_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7865513Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7872136Z test_ref_small_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7886868Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7893569Z test_ref_small_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7909445Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7916117Z test_ref_small_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7964400Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T15:53:29.7971018Z test_ref_small_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.7986574Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.7993229Z test_ref_small_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8014215Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:29.8021870Z test_ref_small_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8043592Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:29.8050320Z test_ref_small_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8068743Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8075405Z test_ref_small_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8093155Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8099991Z test_ref_small_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8118449Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8125187Z test_ref_small_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8140483Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8147295Z test_ref_small_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8162314Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8169634Z test_ref_small_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8186245Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8192891Z test_ref_small_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8207860Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8214567Z test_ref_small_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8260346Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T15:53:29.8267005Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8276488Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8283158Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8294712Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8301334Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8311634Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8318340Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8328860Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8335667Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8345869Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8352338Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8363256Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8370007Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8379741Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8386605Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8396212Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8402918Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8412477Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8419282Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8428975Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8435681Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8445366Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8452081Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8464176Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8470887Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8485609Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8492503Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8507312Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8514115Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8529464Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8536329Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8548685Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8555418Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8567370Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8574324Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8586123Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8592922Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8604849Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8611468Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8623804Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8630443Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8642319Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8649029Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8664234Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8670951Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8685528Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8692305Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8708106Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8714836Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8726863Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8733591Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8746263Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8753065Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8764977Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8771614Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8783946Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8790679Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8802867Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8809525Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8819446Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8826630Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8837773Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8844570Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8855057Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8862065Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8872460Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8879251Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8889656Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8896665Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8908049Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8914598Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8924605Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8931316Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8941341Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8948167Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8958188Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8964907Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8974804Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8981566Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.8991742Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.8998483Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9008781Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9015576Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9025807Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9032470Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9043199Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9050867Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9059755Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9066485Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9076134Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9082913Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9092192Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9098979Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9108592Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9115301Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9124869Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9131459Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9141655Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9148459Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9158271Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9164963Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9175746Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9182736Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9192260Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9198979Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9208428Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9215162Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9224893Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9231574Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9241241Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9247633Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9257255Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9264053Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9277225Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9283888Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9299493Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9306266Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9321064Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9327695Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9341472Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9348597Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9362833Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9369514Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9384031Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9390826Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9403834Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9410564Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9423867Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9430567Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9443415Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9450194Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9463508Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9470321Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9483392Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9490312Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9511427Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:29.9518890Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9538889Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:29.9546437Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9547043Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9553611Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9572085Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9579559Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9597492Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9604584Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9605059Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9611540Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9635325Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:29.9641840Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9663869Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:29.9670683Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9683266Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9689891Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9690633Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9697451Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9714151Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9720760Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9738711Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9745515Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9758347Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9765034Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9777730Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9784391Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9796735Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9803407Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9816128Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9822892Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9866646Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T15:53:29.9873100Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9884172Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9891082Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9906008Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9913560Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9914603Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9921137Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9933067Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9939672Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9952737Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9959130Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9968976Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9975652Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:29.9986666Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:29.9993249Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0003713Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:30.0010462Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0021207Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:30.0028053Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0065738Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:53:30.0072433Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0072839Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0080266Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0080848Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0087434Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0094736Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0095343Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0095792Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0101906Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0102559Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0109869Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0123931Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:30.0131170Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0151859Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:30.0159688Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0179270Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:30.0186722Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0187240Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0193731Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0209050Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:30.0215853Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0231692Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:30.0238284Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0250585Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:30.0257238Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0269750Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:30.0276387Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0288258Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:30.0294951Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0307660Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:30.0314251Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0358544Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T15:53:30.0365534Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0366228Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0372924Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0373344Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0379988Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0380768Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0387378Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0387723Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0394424Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0394762Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0405396Z test_reference_masked__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.0723189Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-09-27T15:53:30.0735601Z test_reference_masked__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.1031952Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T15:53:30.1043442Z test_reference_masked__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.1339337Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T15:53:30.1351026Z test_reference_masked__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.1645323Z Test masked reduction operations on strided-only tensors using ... ok (0.030s) 2022-09-27T15:53:30.1658034Z test_reference_masked__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.1869860Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-09-27T15:53:30.1880370Z test_reference_masked__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.2090047Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-09-27T15:53:30.2101039Z test_reference_masked__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.2301370Z Test masked reduction operations on strided-only tensors using ... ok (0.021s) 2022-09-27T15:53:30.2312321Z test_reference_masked__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.2521977Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-09-27T15:53:30.2533632Z test_reference_masked__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.2743632Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-09-27T15:53:30.2754387Z test_reference_masked__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.3069724Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-09-27T15:53:30.3082589Z test_reference_masked__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.3388372Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-09-27T15:53:30.3398387Z test_reference_masked__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.3695852Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T15:53:30.3708519Z test_reference_masked__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.3999190Z Test masked reduction operations on strided-only tensors using ... ok (0.030s) 2022-09-27T15:53:30.4011501Z test_reference_masked__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.4219303Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-09-27T15:53:30.4230325Z test_reference_masked__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.4435141Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-09-27T15:53:30.4446468Z test_reference_masked__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.4649725Z Test masked reduction operations on strided-only tensors using ... ok (0.021s) 2022-09-27T15:53:30.4660944Z test_reference_masked__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.4869002Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-09-27T15:53:30.4880614Z test_reference_masked__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5089806Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-09-27T15:53:30.5101271Z test_reference_masked__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5112338Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5123469Z test_reference_masked__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5132324Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5143464Z test_reference_masked__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5151459Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5162290Z test_reference_masked__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5170337Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5181411Z test_reference_masked__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5189105Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5199973Z test_reference_masked__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5207696Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5218691Z test_reference_masked__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5226301Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5237191Z test_reference_masked__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5244900Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5255998Z test_reference_masked__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5263645Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5274542Z test_reference_masked__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5282795Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5293833Z test_reference_masked__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5302067Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5312212Z test_reference_masked__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5319100Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5329567Z test_reference_masked__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5336943Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5346801Z test_reference_masked__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5353513Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5364110Z test_reference_masked__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5370913Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5381637Z test_reference_masked__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5388378Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5398828Z test_reference_masked__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5405524Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5416202Z test_reference_masked__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5423206Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:30.5434180Z test_reference_masked__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5434700Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:30.5445069Z test_reference_masked__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.5724759Z Test masked reduction operations on strided-only tensors using ... ok (0.029s) 2022-09-27T15:53:30.5737202Z test_reference_masked__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.6020727Z Test masked reduction operations on strided-only tensors using ... ok (0.029s) 2022-09-27T15:53:30.6033431Z test_reference_masked__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.6334475Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T15:53:30.6345147Z test_reference_masked__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.6638223Z Test masked reduction operations on strided-only tensors using ... ok (0.030s) 2022-09-27T15:53:30.6649038Z test_reference_masked__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.6649655Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:30.6660361Z test_reference_masked__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.6661420Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:30.6671586Z test_reference_masked__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.6872790Z Test masked reduction operations on strided-only tensors using ... ok (0.021s) 2022-09-27T15:53:30.6883457Z test_reference_masked__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.6884290Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:30.6894196Z test_reference_masked__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.7113456Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-09-27T15:53:30.7124463Z test_reference_masked__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.7443693Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-09-27T15:53:30.7454471Z test_reference_masked__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:30.7455271Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:30.7466055Z test_reference_masked__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.7746096Z Test masked reduction operations on strided-only tensors using ... ok (0.029s) 2022-09-27T15:53:30.7758009Z test_reference_masked__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.8031748Z Test masked reduction operations on strided-only tensors using ... ok (0.029s) 2022-09-27T15:53:30.8043701Z test_reference_masked__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.8343287Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T15:53:30.8353857Z test_reference_masked__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.8654557Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T15:53:30.8665965Z test_reference_masked__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.8952856Z Test masked reduction operations on strided-only tensors using ... ok (0.030s) 2022-09-27T15:53:30.8965577Z test_reference_masked__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.8966213Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:30.8976504Z test_reference_masked__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.8977356Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:30.8987701Z test_reference_masked__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.9184352Z Test masked reduction operations on strided-only tensors using ... ok (0.021s) 2022-09-27T15:53:30.9195187Z test_reference_masked__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.9195733Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:30.9206575Z test_reference_masked__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:30.9422280Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-09-27T15:53:31.0123034Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.070s) 2022-09-27T15:53:31.0134223Z test_result_dtype__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0145027Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0156063Z test_result_dtype__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0165125Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0175787Z test_result_dtype__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0184112Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0194549Z test_result_dtype__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0202407Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0212842Z test_result_dtype__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0220408Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0230913Z test_result_dtype__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0238111Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0248501Z test_result_dtype__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0255569Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0266073Z test_result_dtype__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0273056Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0283559Z test_result_dtype__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0290416Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0300803Z test_result_dtype__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0311099Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0321495Z test_result_dtype__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0329069Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0339486Z test_result_dtype__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0347060Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0357392Z test_result_dtype__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0364641Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0375011Z test_result_dtype__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0382144Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0392426Z test_result_dtype__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0399029Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0409430Z test_result_dtype__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0416201Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0426796Z test_result_dtype__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0433534Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0443704Z test_result_dtype__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0450492Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0460820Z test_result_dtype__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0468590Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0478673Z test_result_dtype__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0485963Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0496406Z test_result_dtype__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0503789Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0514066Z test_result_dtype__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0521361Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0531597Z test_result_dtype__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0538623Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0549075Z test_result_dtype__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0555905Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0566338Z test_result_dtype__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0573078Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0583601Z test_result_dtype__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0590424Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0600756Z test_result_dtype__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0607648Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0618062Z test_result_dtype__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0625493Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0635898Z test_result_dtype__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0642999Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0653519Z test_result_dtype__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0661008Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0670997Z test_result_dtype__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0677088Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0686658Z test_result_dtype__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0692482Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.0702636Z test_result_dtype__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0708464Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0718171Z test_result_dtype__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0724021Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0733893Z test_result_dtype__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0740028Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0749879Z test_result_dtype__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0755805Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0765639Z test_result_dtype__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0772802Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0782838Z test_result_dtype__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0789873Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0800389Z test_result_dtype__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0807190Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0817740Z test_result_dtype__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0824679Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0834888Z test_result_dtype__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0841426Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0851886Z test_result_dtype__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0858564Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0869793Z test_result_dtype__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0876726Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0887253Z test_result_dtype__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0893765Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0904460Z test_result_dtype__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0911742Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0921262Z test_result_dtype__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0927266Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0937146Z test_result_dtype__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0944625Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0954353Z test_result_dtype__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0961602Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0971437Z test_result_dtype__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0978547Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.0988495Z test_result_dtype__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.0995233Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1004996Z test_result_dtype__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1011851Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1021955Z test_result_dtype__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1027609Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1037370Z test_result_dtype__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1043215Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1052880Z test_result_dtype__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1058817Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1068673Z test_result_dtype__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1074386Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1084070Z test_result_dtype__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1089811Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.1099612Z test_result_dtype__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1105965Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1115719Z test_result_dtype__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1124480Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1134186Z test_result_dtype__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1140557Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1150370Z test_result_dtype__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1156603Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1166180Z test_result_dtype__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1172075Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1182087Z test_result_dtype__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1188374Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1198150Z test_result_dtype__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1204515Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1214165Z test_result_dtype__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1231033Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1231423Z test_result_dtype__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1237039Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1246314Z test_result_dtype__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1252398Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1262358Z test_result_dtype__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1268339Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1278002Z test_result_dtype__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1283847Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1293609Z test_result_dtype__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1299852Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1309701Z test_result_dtype__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1315766Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1325500Z test_result_dtype__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1333290Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1343345Z test_result_dtype__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1351594Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1361464Z test_result_dtype__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1369513Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1379416Z test_result_dtype__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1387486Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1398045Z test_result_dtype__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1405970Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1416501Z test_result_dtype__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1423509Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1434025Z test_result_dtype__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1441071Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1451756Z test_result_dtype__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1458627Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1469526Z test_result_dtype__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1476344Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1487026Z test_result_dtype__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1493864Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1504880Z test_result_dtype__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1511222Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1520965Z test_result_dtype__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1526976Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1536834Z test_result_dtype__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1543715Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1553418Z test_result_dtype__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1560032Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1569756Z test_result_dtype__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1576395Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1586266Z test_result_dtype__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1592603Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1602334Z test_result_dtype__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1608732Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1618640Z test_result_dtype__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1624854Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1634577Z test_result_dtype__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1640644Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1650426Z test_result_dtype__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1656541Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1666471Z test_result_dtype__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1672673Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1682578Z test_result_dtype__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1688953Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1698856Z test_result_dtype__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1706896Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1716682Z test_result_dtype__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1727404Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1737451Z test_result_dtype__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1745472Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1755384Z test_result_dtype__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1762862Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1772825Z test_result_dtype__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1780423Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1790304Z test_result_dtype__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1797704Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1807528Z test_result_dtype__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1814158Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1824255Z test_result_dtype__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1830796Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1840627Z test_result_dtype__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1847183Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1857045Z test_result_dtype__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1863697Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1873515Z test_result_dtype__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1880142Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1889912Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1895951Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1905939Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1911242Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.1920928Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1927048Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1937014Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1943303Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1952995Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1958845Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1968551Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1974425Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.1984656Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.1990445Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2000327Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2005873Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2015601Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2021095Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2031000Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2036529Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2046189Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2051733Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2061563Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2068411Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-09-27T15:53:31.2077955Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2083930Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2093631Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2099211Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2109053Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2114903Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2124643Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2130511Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2140404Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2146436Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2156803Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2161679Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2171544Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2177207Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2187087Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2192619Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2202196Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2207609Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2217481Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2223000Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2232778Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2238773Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2248511Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2254034Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2263936Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2269767Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2279498Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2285320Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2295136Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2301051Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2310766Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2316209Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2325937Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2331338Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2341084Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2346698Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2356316Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2361750Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2371417Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2377067Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2387056Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2392927Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2402751Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2408215Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2418196Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2424520Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2434238Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2440464Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2450277Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2456208Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2466121Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2472021Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2481760Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2487554Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2497360Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2503105Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2512681Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2518157Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2527862Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2533393Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2543310Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2548732Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2558369Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2565081Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-09-27T15:53:31.2574728Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2580645Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2590559Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2596468Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2606278Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2611976Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2622030Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2627879Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2637565Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2643048Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2652747Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2658321Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2668250Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2673673Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2683366Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2688862Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2698695Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2704293Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2714014Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2719939Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2729692Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2736239Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2745907Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2751747Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2761422Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2767139Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2776840Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2782611Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2792074Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2797398Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2807273Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2812606Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2822653Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2828065Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2837716Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2843106Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2852838Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2858705Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2868653Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2873948Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2883585Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2889617Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2899683Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2905741Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2915593Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2921784Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2933702Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2939384Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.2949113Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2954523Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2964130Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2969283Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2979045Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2984323Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.2993868Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.2999229Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3008774Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3014148Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3024111Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3029314Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3038930Z test_result_dtype_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3044732Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3054409Z test_result_dtype_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3060577Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3070568Z test_result_dtype_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3076666Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3086410Z test_result_dtype_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3092080Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3102104Z test_result_dtype_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3108174Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3118120Z test_result_dtype_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3124215Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3134169Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3140505Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3150751Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3157227Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3167265Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3173693Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3183885Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3189987Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3200073Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3206123Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3216350Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3222576Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3232645Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3239015Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3249038Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3255400Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3265576Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3271813Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3281981Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3288159Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3298165Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3304025Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3313684Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3319300Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3329616Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3335334Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3345183Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3350717Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3360404Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3366159Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3375825Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3381628Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3391365Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3397422Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3407121Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3412954Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3423063Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3428901Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3438665Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3444545Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3454293Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3460227Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3470171Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3476845Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3486590Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3493068Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3503538Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3509369Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3519886Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3526057Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3536641Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3543031Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3553014Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3558767Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3568483Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3574591Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3584600Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3590068Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3599861Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3605336Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3615248Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3621464Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3631481Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3638832Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3649288Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3656465Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3667126Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3673009Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3682840Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3688816Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3698797Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3704558Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3714362Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3719988Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3729837Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3735031Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3745057Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3751049Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3761208Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3767278Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3777737Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3784090Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3794528Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3800571Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3811066Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3816971Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3826941Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3832423Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3842211Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3847463Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3857267Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3862727Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3872381Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3877668Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3887431Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3892669Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:31.3902681Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3908519Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3918659Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3925712Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3935905Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3942982Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3953103Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3959418Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3969481Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3976940Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.3987284Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:31.3994194Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:31.4052446Z test_std_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T15:53:31.4053363Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T15:53:31.4083166Z ok (0.009s) 2022-09-27T15:53:31.4172103Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T15:53:31.4252041Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:31.4329000Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:32.5467393Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (1.114s) 2022-09-27T15:53:32.5494460Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:53:32.5590428Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T15:53:32.5686244Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:53:32.5768891Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:32.5847387Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:32.6036580Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.019s) 2022-09-27T15:53:32.6373515Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.034s) 2022-09-27T15:53:32.6442343Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:53:32.6509359Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:53:32.6566605Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:53:32.6621565Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:53:32.6635982Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:53:32.6813478Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.018s) 2022-09-27T15:53:32.6826842Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:32.6836223Z test_sum_dim_cpu (__main__.TestReductionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:32.6853964Z test_sum_dim_reduction_uint8_overflow_cpu (__main__.TestReductionsCPU) ... test_reductions.py:456: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:53:32.6855318Z torch.sum(x, 0, out=y) 2022-09-27T15:53:32.6855647Z ok (0.002s) 2022-09-27T15:53:32.8738455Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.188s) 2022-09-27T15:53:32.8751763Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:32.8870764Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-09-27T15:53:33.0506045Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (0.163s) 2022-09-27T15:53:33.0564502Z test_sum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-09-27T15:53:33.0565198Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T15:53:33.0675496Z ok (0.017s) 2022-09-27T15:53:33.0834684Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T15:53:33.1001409Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-09-27T15:53:33.1081065Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:33.1160548Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:33.1235601Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:53:33.1315135Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:33.1338149Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:53:33.1559441Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.022s) 2022-09-27T15:53:33.1820854Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T15:53:33.1949339Z test_tensor_reduce_ops_empty_cpu (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3335: RuntimeWarning: Mean of empty slice. 2022-09-27T15:53:33.1949958Z out=out, **kwargs) 2022-09-27T15:53:33.1950668Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:53:33.1951337Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T15:53:33.1974802Z /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T15:53:33.1975279Z **kwargs) 2022-09-27T15:53:33.1975949Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:53:33.1976617Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-09-27T15:53:33.1977363Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:53:33.1977987Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T15:53:33.2003371Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T15:53:33.2003857Z keepdims=keepdims) 2022-09-27T15:53:33.2034204Z ok (0.021s) 2022-09-27T15:53:33.2087575Z test_var_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T15:53:33.2088385Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T15:53:33.2113746Z ok (0.008s) 2022-09-27T15:53:33.2196468Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:33.2269709Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:53:33.2339529Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:53:33.2353043Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:34.3428307Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (1.107s) 2022-09-27T15:53:34.3439481Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:34.3468526Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:53:34.3561388Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T15:53:34.3660648Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:53:34.3746736Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T15:53:34.3829099Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:34.5082225Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.125s) 2022-09-27T15:53:34.5421198Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.034s) 2022-09-27T15:53:34.5438470Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:53:34.5449931Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:53:34.5479405Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:53:34.5542060Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:53:34.5602297Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:53:34.5656215Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:53:34.5708325Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:53:34.5708766Z 2022-09-27T15:53:34.5709214Z ---------------------------------------------------------------------- 2022-09-27T15:53:34.5709749Z Ran 2905 tests in 169.391s 2022-09-27T15:53:34.5709942Z 2022-09-27T15:53:34.5712422Z OK (skipped=95, expected failures=48) 2022-09-27T15:53:34.5713569Z 2022-09-27T15:53:34.5713905Z Generating XML reports... 2022-09-27T15:53:34.9088117Z Generated XML report: test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20220927155045.xml 2022-09-27T15:53:35.3537169Z Running test_jit_fuser_te ... [2022-09-27 15:53:35.353362] 2022-09-27T15:53:35.3537736Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:53:35.353455] 2022-09-27T15:53:38.1726857Z CUDA not available, skipping tests 2022-09-27T15:53:38.1973601Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T15:53:38.4354167Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-09-27T15:53:38.4624258Z 2022-09-27T15:53:38.4624843Z Running tests... 2022-09-27T15:53:38.4625281Z ---------------------------------------------------------------------- 2022-09-27T15:53:38.5689250Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.106s) 2022-09-27T15:53:38.6058026Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... ok (0.037s) 2022-09-27T15:53:38.6148225Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:38.6424095Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.027s) 2022-09-27T15:53:38.6513614Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:38.6527952Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6541382Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6554348Z test_nnc_correctness_H_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6567197Z test_nnc_correctness_H_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6580011Z test_nnc_correctness_H_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6592725Z test_nnc_correctness_H_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6605479Z test_nnc_correctness_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6618138Z test_nnc_correctness_H_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6630791Z test_nnc_correctness_H_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6643520Z test_nnc_correctness_H_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6656010Z test_nnc_correctness_H_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6668801Z test_nnc_correctness_H_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6681572Z test_nnc_correctness_H_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6693875Z test_nnc_correctness_T_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6706602Z test_nnc_correctness_T_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6719236Z test_nnc_correctness_T_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6731770Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6744658Z test_nnc_correctness_T_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6757245Z test_nnc_correctness_T_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6769693Z test_nnc_correctness_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6782776Z test_nnc_correctness_T_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6795249Z test_nnc_correctness_T_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6807881Z test_nnc_correctness_T_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6820611Z test_nnc_correctness_T_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6833390Z test_nnc_correctness_T_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6845995Z test_nnc_correctness_T_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6858667Z test_nnc_correctness___getitem___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6871303Z test_nnc_correctness___getitem___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6883864Z test_nnc_correctness___getitem___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6896537Z test_nnc_correctness___getitem___cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6909322Z test_nnc_correctness___getitem___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6921781Z test_nnc_correctness___getitem___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6934428Z test_nnc_correctness___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6947210Z test_nnc_correctness___getitem___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6959767Z test_nnc_correctness___getitem___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6972296Z test_nnc_correctness___getitem___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6985194Z test_nnc_correctness___getitem___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.6997676Z test_nnc_correctness___getitem___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7010285Z test_nnc_correctness___getitem___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7023084Z test_nnc_correctness___radd___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7035694Z test_nnc_correctness___radd___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7048354Z test_nnc_correctness___radd___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7061101Z test_nnc_correctness___radd___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7073968Z test_nnc_correctness___radd___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7086574Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7099258Z test_nnc_correctness___radd___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7112001Z test_nnc_correctness___radd___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7124594Z test_nnc_correctness___radd___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7137307Z test_nnc_correctness___radd___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7150085Z test_nnc_correctness___radd___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7162635Z test_nnc_correctness___radd___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7175446Z test_nnc_correctness___rand___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7189209Z test_nnc_correctness___rand___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7201457Z test_nnc_correctness___rand___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7213935Z test_nnc_correctness___rand___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7227311Z test_nnc_correctness___rand___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7239629Z test_nnc_correctness___rand___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7252258Z test_nnc_correctness___rdiv___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7265208Z test_nnc_correctness___rdiv___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7277585Z test_nnc_correctness___rdiv___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7290115Z test_nnc_correctness___rdiv___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7302852Z test_nnc_correctness___rdiv___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7315437Z test_nnc_correctness___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7328058Z test_nnc_correctness___rdiv___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7340585Z test_nnc_correctness___rdiv___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7353357Z test_nnc_correctness___rdiv___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7365931Z test_nnc_correctness___rdiv___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7378615Z test_nnc_correctness___rdiv___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7391232Z test_nnc_correctness___rdiv___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7404003Z test_nnc_correctness___rmatmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7416870Z test_nnc_correctness___rmatmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7429442Z test_nnc_correctness___rmatmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7442043Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7454901Z test_nnc_correctness___rmatmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7467524Z test_nnc_correctness___rmatmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7480067Z test_nnc_correctness___rmatmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7489067Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:38.7501322Z test_nnc_correctness___rmatmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7514058Z test_nnc_correctness___rmatmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7526478Z test_nnc_correctness___rmod___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7539160Z test_nnc_correctness___rmod___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7551886Z test_nnc_correctness___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7564510Z test_nnc_correctness___rmod___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7577283Z test_nnc_correctness___rmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7590110Z test_nnc_correctness___rmul___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7602781Z test_nnc_correctness___rmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7615607Z test_nnc_correctness___rmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7628308Z test_nnc_correctness___rmul___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7640969Z test_nnc_correctness___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7653647Z test_nnc_correctness___rmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7666639Z test_nnc_correctness___rmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7679349Z test_nnc_correctness___rmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7692181Z test_nnc_correctness___rmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7705126Z test_nnc_correctness___rmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7717900Z test_nnc_correctness___rmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7730727Z test_nnc_correctness___ror___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7743816Z test_nnc_correctness___ror___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7756364Z test_nnc_correctness___ror___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7769009Z test_nnc_correctness___ror___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7781890Z test_nnc_correctness___ror___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7794429Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7807190Z test_nnc_correctness___rpow___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7819744Z test_nnc_correctness___rpow___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7832493Z test_nnc_correctness___rpow___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7845057Z test_nnc_correctness___rpow___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7857759Z test_nnc_correctness___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7870484Z test_nnc_correctness___rpow___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7883097Z test_nnc_correctness___rpow___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7895751Z test_nnc_correctness___rpow___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7908505Z test_nnc_correctness___rpow___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7921124Z test_nnc_correctness___rpow___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7933762Z test_nnc_correctness___rpow___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7947080Z test_nnc_correctness___rsub___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7959431Z test_nnc_correctness___rsub___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7971897Z test_nnc_correctness___rsub___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7984701Z test_nnc_correctness___rsub___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.7997245Z test_nnc_correctness___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8009840Z test_nnc_correctness___rsub___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8022708Z test_nnc_correctness___rsub___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8035210Z test_nnc_correctness___rsub___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8047835Z test_nnc_correctness___rsub___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8060513Z test_nnc_correctness___rsub___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8073270Z test_nnc_correctness___rsub___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8086017Z test_nnc_correctness___rxor___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8098559Z test_nnc_correctness___rxor___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8111251Z test_nnc_correctness___rxor___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8123882Z test_nnc_correctness___rxor___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8136514Z test_nnc_correctness___rxor___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8149186Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8161881Z test_nnc_correctness__masked_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8174652Z test_nnc_correctness__masked_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8187446Z test_nnc_correctness__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8200153Z test_nnc_correctness__masked_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8212702Z test_nnc_correctness__masked_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8225580Z test_nnc_correctness__masked_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8238093Z test_nnc_correctness__masked_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8250558Z test_nnc_correctness__masked_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8263331Z test_nnc_correctness__masked_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8275864Z test_nnc_correctness__masked_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8288390Z test_nnc_correctness__masked_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8301001Z test_nnc_correctness__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8313584Z test_nnc_correctness__masked_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8326287Z test_nnc_correctness__masked_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8339206Z test_nnc_correctness__masked_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8351540Z test_nnc_correctness__masked_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8363839Z test_nnc_correctness__masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8376393Z test_nnc_correctness__masked_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8388665Z test_nnc_correctness__masked_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8400916Z test_nnc_correctness__masked_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8413268Z test_nnc_correctness__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8425630Z test_nnc_correctness__masked_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8437948Z test_nnc_correctness__masked_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8450237Z test_nnc_correctness__masked_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8462892Z test_nnc_correctness__masked_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8475266Z test_nnc_correctness__masked_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8487702Z test_nnc_correctness__masked_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8499909Z test_nnc_correctness__masked_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8512269Z test_nnc_correctness__masked_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8524685Z test_nnc_correctness__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8537103Z test_nnc_correctness__masked_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8549567Z test_nnc_correctness__masked_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8561814Z test_nnc_correctness__masked_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8574096Z test_nnc_correctness__masked_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8586698Z test_nnc_correctness__masked_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8598921Z test_nnc_correctness__masked_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8611159Z test_nnc_correctness__masked_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8623714Z test_nnc_correctness__masked_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8635935Z test_nnc_correctness__masked_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8648327Z test_nnc_correctness__masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8660728Z test_nnc_correctness__masked_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8673185Z test_nnc_correctness__masked_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8685449Z test_nnc_correctness__masked_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8698244Z test_nnc_correctness__masked_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8710797Z test_nnc_correctness__masked_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8724061Z test_nnc_correctness__masked_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8737246Z test_nnc_correctness__masked_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8750406Z test_nnc_correctness__masked_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8763141Z test_nnc_correctness__masked_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8775272Z test_nnc_correctness__masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8787613Z test_nnc_correctness__masked_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8799889Z test_nnc_correctness__masked_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8812137Z test_nnc_correctness__masked_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8824639Z test_nnc_correctness__masked_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8836713Z test_nnc_correctness__masked_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8848941Z test_nnc_correctness__masked_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8861437Z test_nnc_correctness__masked_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8873682Z test_nnc_correctness__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8885768Z test_nnc_correctness__masked_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8898313Z test_nnc_correctness__masked_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8910395Z test_nnc_correctness__masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8922579Z test_nnc_correctness__masked_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8934570Z test_nnc_correctness__masked_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8946911Z test_nnc_correctness__masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8959591Z test_nnc_correctness__masked_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8972726Z test_nnc_correctness__masked_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8985993Z test_nnc_correctness__masked_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.8999035Z test_nnc_correctness__masked_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9011455Z test_nnc_correctness__masked_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9023936Z test_nnc_correctness__masked_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9036256Z test_nnc_correctness__masked_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9048264Z test_nnc_correctness__masked_mean_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9060612Z test_nnc_correctness__masked_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9072832Z test_nnc_correctness__masked_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9085039Z test_nnc_correctness__masked_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9097138Z test_nnc_correctness__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9109499Z test_nnc_correctness__masked_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9121648Z test_nnc_correctness__masked_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9133824Z test_nnc_correctness__masked_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9146147Z test_nnc_correctness__masked_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9158259Z test_nnc_correctness__masked_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9170382Z test_nnc_correctness__masked_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9183142Z test_nnc_correctness__masked_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9195314Z test_nnc_correctness__masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9207620Z test_nnc_correctness__masked_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9220336Z test_nnc_correctness__masked_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9233447Z test_nnc_correctness__masked_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9246720Z test_nnc_correctness__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9259639Z test_nnc_correctness__masked_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9272105Z test_nnc_correctness__masked_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9284445Z test_nnc_correctness__masked_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9296484Z test_nnc_correctness__masked_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9308775Z test_nnc_correctness__masked_normalize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9321045Z test_nnc_correctness__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9333147Z test_nnc_correctness__masked_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9345461Z test_nnc_correctness__masked_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9357553Z test_nnc_correctness__masked_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9369764Z test_nnc_correctness__masked_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9382165Z test_nnc_correctness__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9394214Z test_nnc_correctness__masked_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9406254Z test_nnc_correctness__masked_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9418518Z test_nnc_correctness__masked_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9431153Z test_nnc_correctness__masked_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9442916Z test_nnc_correctness__masked_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9455102Z test_nnc_correctness__masked_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9468018Z test_nnc_correctness__masked_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9481053Z test_nnc_correctness__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9494268Z test_nnc_correctness__masked_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9507603Z test_nnc_correctness__masked_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9519889Z test_nnc_correctness__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9532053Z test_nnc_correctness__masked_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9544445Z test_nnc_correctness__masked_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9556481Z test_nnc_correctness__masked_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9568665Z test_nnc_correctness__masked_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9580936Z test_nnc_correctness__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9593209Z test_nnc_correctness__masked_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9605332Z test_nnc_correctness__masked_std_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9617786Z test_nnc_correctness__masked_std_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9630066Z test_nnc_correctness__masked_std_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9642115Z test_nnc_correctness__masked_std_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9654231Z test_nnc_correctness__masked_std_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9666548Z test_nnc_correctness__masked_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9678593Z test_nnc_correctness__masked_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9690620Z test_nnc_correctness__masked_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9702960Z test_nnc_correctness__masked_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9715468Z test_nnc_correctness__masked_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9728512Z test_nnc_correctness__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9742134Z test_nnc_correctness__masked_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9754663Z test_nnc_correctness__masked_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9767121Z test_nnc_correctness__masked_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9779757Z test_nnc_correctness__masked_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9792484Z test_nnc_correctness__masked_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9804835Z test_nnc_correctness__masked_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9817444Z test_nnc_correctness__masked_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9829958Z test_nnc_correctness__masked_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9842280Z test_nnc_correctness__masked_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9854701Z test_nnc_correctness__masked_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9867421Z test_nnc_correctness__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9879918Z test_nnc_correctness__masked_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9892348Z test_nnc_correctness__masked_var_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9905164Z test_nnc_correctness__masked_var_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9917678Z test_nnc_correctness__masked_var_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9930265Z test_nnc_correctness__masked_var_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9943146Z test_nnc_correctness__masked_var_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9955609Z test_nnc_correctness_abs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9968263Z test_nnc_correctness_abs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9981932Z test_nnc_correctness_abs_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:38.9994878Z test_nnc_correctness_abs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0008111Z test_nnc_correctness_abs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0020811Z test_nnc_correctness_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0033264Z test_nnc_correctness_abs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0045686Z test_nnc_correctness_abs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0058275Z test_nnc_correctness_abs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0070876Z test_nnc_correctness_abs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0083314Z test_nnc_correctness_abs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0095955Z test_nnc_correctness_abs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0108490Z test_nnc_correctness_acos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0121068Z test_nnc_correctness_acos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0133493Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0146164Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0158566Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0171016Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0183657Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0196008Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0208443Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0221195Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0234474Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0247604Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0260948Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0274125Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0286012Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0298176Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0310459Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0322416Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0334567Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0347047Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0359277Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0371747Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0384439Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0396892Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0409469Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0422251Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0434596Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0446890Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0459382Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0472174Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0484292Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0496588Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0509298Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0521330Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0533506Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0546056Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0558311Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0570603Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0583087Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0595502Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0607748Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0620010Z test_nnc_correctness_addbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0632383Z test_nnc_correctness_addbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0644636Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0657006Z test_nnc_correctness_addbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0669644Z test_nnc_correctness_addcdiv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0681885Z test_nnc_correctness_addcdiv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0694224Z test_nnc_correctness_addcdiv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0706725Z test_nnc_correctness_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0719109Z test_nnc_correctness_addcdiv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0731538Z test_nnc_correctness_addcmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0744100Z test_nnc_correctness_addcmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0756312Z test_nnc_correctness_addcmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0768645Z test_nnc_correctness_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0780972Z test_nnc_correctness_addcmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0793517Z test_nnc_correctness_addcmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0805700Z test_nnc_correctness_addcmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0818235Z test_nnc_correctness_addcmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0830575Z test_nnc_correctness_addcmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0843015Z test_nnc_correctness_addcmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0855417Z test_nnc_correctness_addmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0868010Z test_nnc_correctness_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0880545Z test_nnc_correctness_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0893129Z test_nnc_correctness_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0905557Z test_nnc_correctness_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0917786Z test_nnc_correctness_addmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0930166Z test_nnc_correctness_addmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0942804Z test_nnc_correctness_addmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0955124Z test_nnc_correctness_addmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0967369Z test_nnc_correctness_addmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0979981Z test_nnc_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.0992504Z test_nnc_correctness_addmm_decomposed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1004884Z test_nnc_correctness_addmm_decomposed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1017603Z test_nnc_correctness_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1030328Z test_nnc_correctness_addmm_decomposed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1042893Z test_nnc_correctness_addmm_decomposed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1055501Z test_nnc_correctness_addmm_decomposed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1068326Z test_nnc_correctness_addmm_decomposed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1081004Z test_nnc_correctness_addmm_decomposed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1093583Z test_nnc_correctness_addmm_decomposed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1106804Z test_nnc_correctness_addmv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1119491Z test_nnc_correctness_addmv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1132062Z test_nnc_correctness_addmv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1144858Z test_nnc_correctness_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1157481Z test_nnc_correctness_addmv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1170118Z test_nnc_correctness_addmv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1182886Z test_nnc_correctness_addmv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1195324Z test_nnc_correctness_addmv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1208078Z test_nnc_correctness_addmv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1220822Z test_nnc_correctness_addmv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1233865Z test_nnc_correctness_addr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1246738Z test_nnc_correctness_addr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1259287Z test_nnc_correctness_addr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1272099Z test_nnc_correctness_addr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1284793Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1297521Z test_nnc_correctness_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1310416Z test_nnc_correctness_addr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1323079Z test_nnc_correctness_addr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1335782Z test_nnc_correctness_addr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1348677Z test_nnc_correctness_addr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1361056Z test_nnc_correctness_addr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1373696Z test_nnc_correctness_addr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1386510Z test_nnc_correctness_all_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1399058Z test_nnc_correctness_all_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1411706Z test_nnc_correctness_all_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1424653Z test_nnc_correctness_all_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1437213Z test_nnc_correctness_all_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1449923Z test_nnc_correctness_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1463001Z test_nnc_correctness_all_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1475555Z test_nnc_correctness_all_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1488955Z test_nnc_correctness_all_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1501663Z test_nnc_correctness_all_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1514517Z test_nnc_correctness_all_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1527378Z test_nnc_correctness_all_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1536421Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.1545526Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.1554656Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.1563263Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.1571859Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.1580569Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.1594142Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1606882Z test_nnc_correctness_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1619776Z test_nnc_correctness_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1632620Z test_nnc_correctness_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1645397Z test_nnc_correctness_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1658226Z test_nnc_correctness_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1670934Z test_nnc_correctness_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1683480Z test_nnc_correctness_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1696115Z test_nnc_correctness_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1708759Z test_nnc_correctness_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1721398Z test_nnc_correctness_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1733967Z test_nnc_correctness_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1747118Z test_nnc_correctness_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1759727Z test_nnc_correctness_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1772256Z test_nnc_correctness_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1785436Z test_nnc_correctness_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1798449Z test_nnc_correctness_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1811345Z test_nnc_correctness_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1824459Z test_nnc_correctness_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1837341Z test_nnc_correctness_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1850307Z test_nnc_correctness_aminmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1863419Z test_nnc_correctness_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1876324Z test_nnc_correctness_aminmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1889217Z test_nnc_correctness_aminmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1902588Z test_nnc_correctness_aminmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1915245Z test_nnc_correctness_aminmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1928152Z test_nnc_correctness_aminmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1941142Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1954265Z test_nnc_correctness_angle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1967080Z test_nnc_correctness_angle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1980084Z test_nnc_correctness_angle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.1993190Z test_nnc_correctness_angle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2006128Z test_nnc_correctness_angle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2018991Z test_nnc_correctness_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2032084Z test_nnc_correctness_angle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2044948Z test_nnc_correctness_angle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2058147Z test_nnc_correctness_angle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2071171Z test_nnc_correctness_angle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2084081Z test_nnc_correctness_angle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2097191Z test_nnc_correctness_angle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2110340Z test_nnc_correctness_any_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2123262Z test_nnc_correctness_any_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2136250Z test_nnc_correctness_any_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2149324Z test_nnc_correctness_any_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2162085Z test_nnc_correctness_any_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2174991Z test_nnc_correctness_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2188040Z test_nnc_correctness_any_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2200918Z test_nnc_correctness_any_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2213734Z test_nnc_correctness_any_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2226866Z test_nnc_correctness_any_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2239811Z test_nnc_correctness_any_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2252504Z test_nnc_correctness_any_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2265706Z test_nnc_correctness_arange_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2278512Z test_nnc_correctness_arange_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2291421Z test_nnc_correctness_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2304543Z test_nnc_correctness_arange_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2317420Z test_nnc_correctness_arange_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2330265Z test_nnc_correctness_arange_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2343378Z test_nnc_correctness_arange_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2356318Z test_nnc_correctness_arange_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2369035Z test_nnc_correctness_arange_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2382095Z test_nnc_correctness_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2395068Z test_nnc_correctness_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2407913Z test_nnc_correctness_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2420989Z test_nnc_correctness_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2434120Z test_nnc_correctness_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2447007Z test_nnc_correctness_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2460119Z test_nnc_correctness_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2473158Z test_nnc_correctness_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2486025Z test_nnc_correctness_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2499260Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2512328Z test_nnc_correctness_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2525324Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2538402Z test_nnc_correctness_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2551449Z test_nnc_correctness_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2564348Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2577423Z test_nnc_correctness_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2590582Z test_nnc_correctness_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2603441Z test_nnc_correctness_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2616558Z test_nnc_correctness_argsort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2629633Z test_nnc_correctness_argsort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2642535Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2655657Z test_nnc_correctness_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2668587Z test_nnc_correctness_argsort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2681465Z test_nnc_correctness_argsort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2694349Z test_nnc_correctness_argsort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2707412Z test_nnc_correctness_argsort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2720341Z test_nnc_correctness_argsort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2733197Z test_nnc_correctness_argsort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2746994Z test_nnc_correctness_argwhere_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2759827Z test_nnc_correctness_argwhere_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2772680Z test_nnc_correctness_argwhere_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2785814Z test_nnc_correctness_argwhere_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2798920Z test_nnc_correctness_argwhere_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2811677Z test_nnc_correctness_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2824845Z test_nnc_correctness_argwhere_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2837560Z test_nnc_correctness_argwhere_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2850386Z test_nnc_correctness_argwhere_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2863615Z test_nnc_correctness_argwhere_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2876401Z test_nnc_correctness_argwhere_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2889249Z test_nnc_correctness_argwhere_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2902646Z test_nnc_correctness_as_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2915316Z test_nnc_correctness_as_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2928160Z test_nnc_correctness_as_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2941194Z test_nnc_correctness_as_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2954432Z test_nnc_correctness_as_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2967203Z test_nnc_correctness_as_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2980182Z test_nnc_correctness_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.2993290Z test_nnc_correctness_as_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3005993Z test_nnc_correctness_as_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3018741Z test_nnc_correctness_as_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3031481Z test_nnc_correctness_as_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3044215Z test_nnc_correctness_as_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3057001Z test_nnc_correctness_as_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3069950Z test_nnc_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3082632Z test_nnc_correctness_as_strided_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3095392Z test_nnc_correctness_as_strided_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3108172Z test_nnc_correctness_as_strided_scatter_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3120818Z test_nnc_correctness_as_strided_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3133593Z test_nnc_correctness_as_strided_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3146610Z test_nnc_correctness_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3159323Z test_nnc_correctness_as_strided_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3171881Z test_nnc_correctness_as_strided_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3184827Z test_nnc_correctness_as_strided_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3197542Z test_nnc_correctness_as_strided_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3210351Z test_nnc_correctness_as_strided_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3223649Z test_nnc_correctness_as_strided_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3236575Z test_nnc_correctness_asin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3249400Z test_nnc_correctness_asin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3262411Z test_nnc_correctness_asin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3275072Z test_nnc_correctness_asin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3287845Z test_nnc_correctness_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3300713Z test_nnc_correctness_asin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3313599Z test_nnc_correctness_asin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3327412Z test_nnc_correctness_asin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3340096Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3352735Z test_nnc_correctness_asin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3365389Z test_nnc_correctness_asin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3378134Z test_nnc_correctness_asinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3391005Z test_nnc_correctness_asinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3403690Z test_nnc_correctness_asinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3416528Z test_nnc_correctness_asinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3429350Z test_nnc_correctness_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3442054Z test_nnc_correctness_asinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3454825Z test_nnc_correctness_asinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3467646Z test_nnc_correctness_asinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3480378Z test_nnc_correctness_asinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3493326Z test_nnc_correctness_asinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3506192Z test_nnc_correctness_asinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3518847Z test_nnc_correctness_atan2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3531606Z test_nnc_correctness_atan2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3544473Z test_nnc_correctness_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3557214Z test_nnc_correctness_atan2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3570895Z test_nnc_correctness_atan2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3584331Z test_nnc_correctness_atan2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3597635Z test_nnc_correctness_atan2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3610871Z test_nnc_correctness_atan2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3624400Z test_nnc_correctness_atan2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3637520Z test_nnc_correctness_atan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3650693Z test_nnc_correctness_atan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3664135Z test_nnc_correctness_atan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3677314Z test_nnc_correctness_atan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3690504Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3703868Z test_nnc_correctness_atan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3717248Z test_nnc_correctness_atan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3730610Z test_nnc_correctness_atan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3744202Z test_nnc_correctness_atan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3757439Z test_nnc_correctness_atan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3770805Z test_nnc_correctness_atan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3784404Z test_nnc_correctness_atanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3797742Z test_nnc_correctness_atanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3811024Z test_nnc_correctness_atanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3824534Z test_nnc_correctness_atanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3838199Z test_nnc_correctness_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3851297Z test_nnc_correctness_atanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3864790Z test_nnc_correctness_atanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3878063Z test_nnc_correctness_atanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3891372Z test_nnc_correctness_atanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3904781Z test_nnc_correctness_atanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3918000Z test_nnc_correctness_atanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3931220Z test_nnc_correctness_atleast_1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3944633Z test_nnc_correctness_atleast_1d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3957781Z test_nnc_correctness_atleast_1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3971457Z test_nnc_correctness_atleast_1d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3984874Z test_nnc_correctness_atleast_1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.3998290Z test_nnc_correctness_atleast_1d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4011571Z test_nnc_correctness_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4025121Z test_nnc_correctness_atleast_1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4038298Z test_nnc_correctness_atleast_1d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4051488Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4064959Z test_nnc_correctness_atleast_1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4078179Z test_nnc_correctness_atleast_1d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4091323Z test_nnc_correctness_atleast_1d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4104932Z test_nnc_correctness_atleast_2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4118188Z test_nnc_correctness_atleast_2d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4130524Z test_nnc_correctness_atleast_2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4143353Z test_nnc_correctness_atleast_2d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4155747Z test_nnc_correctness_atleast_2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4168234Z test_nnc_correctness_atleast_2d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4180843Z test_nnc_correctness_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4193344Z test_nnc_correctness_atleast_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4205828Z test_nnc_correctness_atleast_2d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4218426Z test_nnc_correctness_atleast_2d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4231137Z test_nnc_correctness_atleast_2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4243647Z test_nnc_correctness_atleast_2d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4256301Z test_nnc_correctness_atleast_2d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4268785Z test_nnc_correctness_atleast_3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4281341Z test_nnc_correctness_atleast_3d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4294153Z test_nnc_correctness_atleast_3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4306492Z test_nnc_correctness_atleast_3d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4319075Z test_nnc_correctness_atleast_3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4331359Z test_nnc_correctness_atleast_3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4343959Z test_nnc_correctness_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4356398Z test_nnc_correctness_atleast_3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4368893Z test_nnc_correctness_atleast_3d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4381459Z test_nnc_correctness_atleast_3d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4394058Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4406561Z test_nnc_correctness_atleast_3d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4419223Z test_nnc_correctness_atleast_3d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4431827Z test_nnc_correctness_baddbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4444294Z test_nnc_correctness_baddbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4457003Z test_nnc_correctness_baddbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4469587Z test_nnc_correctness_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4482058Z test_nnc_correctness_baddbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4495125Z test_nnc_correctness_baddbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4507789Z test_nnc_correctness_baddbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4520425Z test_nnc_correctness_baddbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4532712Z test_nnc_correctness_baddbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4545300Z test_nnc_correctness_baddbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4557722Z test_nnc_correctness_bernoulli_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4570078Z test_nnc_correctness_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4582730Z test_nnc_correctness_bernoulli_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4591300Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.4599577Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.4607673Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.4616157Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.4624682Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.4633131Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.4641200Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.4649571Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.4657840Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.4666334Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.4674718Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.4683052Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.4691377Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:39.4704781Z test_nnc_correctness_bincount_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4717300Z test_nnc_correctness_bincount_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4729710Z test_nnc_correctness_bincount_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4742507Z test_nnc_correctness_bincount_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4755038Z test_nnc_correctness_bincount_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4767640Z test_nnc_correctness_bitwise_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4780499Z test_nnc_correctness_bitwise_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4793151Z test_nnc_correctness_bitwise_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4805673Z test_nnc_correctness_bitwise_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4818353Z test_nnc_correctness_bitwise_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4831038Z test_nnc_correctness_bitwise_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4843695Z test_nnc_correctness_bitwise_left_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4856334Z test_nnc_correctness_bitwise_left_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4868960Z test_nnc_correctness_bitwise_left_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4881455Z test_nnc_correctness_bitwise_left_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4893992Z test_nnc_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4906914Z test_nnc_correctness_bitwise_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4919242Z test_nnc_correctness_bitwise_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4931685Z test_nnc_correctness_bitwise_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4944351Z test_nnc_correctness_bitwise_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4956747Z test_nnc_correctness_bitwise_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4969138Z test_nnc_correctness_bitwise_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4981688Z test_nnc_correctness_bitwise_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.4994287Z test_nnc_correctness_bitwise_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5006845Z test_nnc_correctness_bitwise_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5019823Z test_nnc_correctness_bitwise_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5032878Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5045283Z test_nnc_correctness_bitwise_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5057717Z test_nnc_correctness_bitwise_right_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5070182Z test_nnc_correctness_bitwise_right_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5082338Z test_nnc_correctness_bitwise_right_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5094783Z test_nnc_correctness_bitwise_right_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5107314Z test_nnc_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5119597Z test_nnc_correctness_bitwise_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5131804Z test_nnc_correctness_bitwise_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5144399Z test_nnc_correctness_bitwise_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5156653Z test_nnc_correctness_bitwise_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5168830Z test_nnc_correctness_bitwise_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5181222Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5193569Z test_nnc_correctness_block_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5205681Z test_nnc_correctness_block_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5218184Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5230568Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5243348Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5256583Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5269987Z test_nnc_correctness_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5283240Z test_nnc_correctness_block_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5295454Z test_nnc_correctness_block_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5307836Z test_nnc_correctness_block_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5320100Z test_nnc_correctness_block_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5332448Z test_nnc_correctness_block_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5344964Z test_nnc_correctness_block_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5357150Z test_nnc_correctness_bmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5369339Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5381640Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5393922Z test_nnc_correctness_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5406128Z test_nnc_correctness_bmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5418561Z test_nnc_correctness_bmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5430849Z test_nnc_correctness_bmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5443062Z test_nnc_correctness_bmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5455389Z test_nnc_correctness_bmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5467808Z test_nnc_correctness_bmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5480134Z test_nnc_correctness_bool_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5492825Z test_nnc_correctness_bool_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5504852Z test_nnc_correctness_bool_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5517029Z test_nnc_correctness_bool_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5529277Z test_nnc_correctness_bool_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5541593Z test_nnc_correctness_bool_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5554229Z test_nnc_correctness_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5566352Z test_nnc_correctness_bool_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5578674Z test_nnc_correctness_bool_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5591102Z test_nnc_correctness_bool_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5603203Z test_nnc_correctness_bool_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5615427Z test_nnc_correctness_bool_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5627987Z test_nnc_correctness_bool_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5640175Z test_nnc_correctness_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5652276Z test_nnc_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5664688Z test_nnc_correctness_broadcast_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5677026Z test_nnc_correctness_broadcast_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5689216Z test_nnc_correctness_broadcast_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5701511Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5714158Z test_nnc_correctness_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5726540Z test_nnc_correctness_broadcast_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5738863Z test_nnc_correctness_broadcast_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5751474Z test_nnc_correctness_broadcast_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5763865Z test_nnc_correctness_broadcast_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5776318Z test_nnc_correctness_broadcast_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5788646Z test_nnc_correctness_broadcast_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5800633Z test_nnc_correctness_broadcast_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5812770Z test_nnc_correctness_broadcast_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5825336Z test_nnc_correctness_broadcast_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5837457Z test_nnc_correctness_broadcast_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5849846Z test_nnc_correctness_broadcast_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5862372Z test_nnc_correctness_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5874523Z test_nnc_correctness_broadcast_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5886734Z test_nnc_correctness_broadcast_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5899134Z test_nnc_correctness_broadcast_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5911545Z test_nnc_correctness_broadcast_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5923694Z test_nnc_correctness_broadcast_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5936027Z test_nnc_correctness_broadcast_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5948390Z test_nnc_correctness_bucketize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5960608Z test_nnc_correctness_bucketize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5972770Z test_nnc_correctness_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5985083Z test_nnc_correctness_bucketize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.5997284Z test_nnc_correctness_bucketize_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6009431Z test_nnc_correctness_bucketize_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6022022Z test_nnc_correctness_bucketize_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6034216Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6046532Z test_nnc_correctness_bucketize_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6058998Z test_nnc_correctness_byte_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6071529Z test_nnc_correctness_byte_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6084012Z test_nnc_correctness_byte_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6096672Z test_nnc_correctness_byte_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6109105Z test_nnc_correctness_byte_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6121503Z test_nnc_correctness_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6133933Z test_nnc_correctness_byte_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6146640Z test_nnc_correctness_byte_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6159135Z test_nnc_correctness_byte_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6171387Z test_nnc_correctness_byte_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6184070Z test_nnc_correctness_byte_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6196549Z test_nnc_correctness_byte_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6209134Z test_nnc_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6222154Z test_nnc_correctness_cartesian_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6234581Z test_nnc_correctness_cartesian_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6247262Z test_nnc_correctness_cartesian_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6260006Z test_nnc_correctness_cartesian_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6272788Z test_nnc_correctness_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6285276Z test_nnc_correctness_cartesian_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6298119Z test_nnc_correctness_cartesian_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6310745Z test_nnc_correctness_cartesian_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6323503Z test_nnc_correctness_cartesian_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6336009Z test_nnc_correctness_cartesian_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6348905Z test_nnc_correctness_cartesian_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6361367Z test_nnc_correctness_cat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6374061Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6386974Z test_nnc_correctness_cat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6399472Z test_nnc_correctness_cat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6412098Z test_nnc_correctness_cat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6425003Z test_nnc_correctness_cat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6437614Z test_nnc_correctness_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6450329Z test_nnc_correctness_cat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6463209Z test_nnc_correctness_cat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6475770Z test_nnc_correctness_cat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6488337Z test_nnc_correctness_cat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6501199Z test_nnc_correctness_cat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6513990Z test_nnc_correctness_cat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6526624Z test_nnc_correctness_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6539371Z test_nnc_correctness_cdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6552122Z test_nnc_correctness_ceil_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6564949Z test_nnc_correctness_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6577589Z test_nnc_correctness_ceil_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6590445Z test_nnc_correctness_ceil_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6603119Z test_nnc_correctness_ceil_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6615827Z test_nnc_correctness_ceil_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6628529Z test_nnc_correctness_ceil_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6641225Z test_nnc_correctness_ceil_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6654004Z test_nnc_correctness_chalf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6667040Z test_nnc_correctness_chalf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6679814Z test_nnc_correctness_chalf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6692498Z test_nnc_correctness_chalf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6705498Z test_nnc_correctness_chalf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6718148Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6730877Z test_nnc_correctness_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6743784Z test_nnc_correctness_chalf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6756697Z test_nnc_correctness_chalf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6769813Z test_nnc_correctness_chalf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6833173Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-09-27T15:53:39.6845597Z test_nnc_correctness_chalf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6858384Z test_nnc_correctness_chalf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6870970Z test_nnc_correctness_char_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6883691Z test_nnc_correctness_char_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6896512Z test_nnc_correctness_char_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6909551Z test_nnc_correctness_char_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6922413Z test_nnc_correctness_char_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6935180Z test_nnc_correctness_char_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6947917Z test_nnc_correctness_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6960458Z test_nnc_correctness_char_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6973125Z test_nnc_correctness_char_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6986115Z test_nnc_correctness_char_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.6998642Z test_nnc_correctness_char_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7011391Z test_nnc_correctness_char_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7024306Z test_nnc_correctness_char_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7036972Z test_nnc_correctness_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7050174Z test_nnc_correctness_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7063066Z test_nnc_correctness_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7075565Z test_nnc_correctness_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7088356Z test_nnc_correctness_cholesky_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7101218Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7114017Z test_nnc_correctness_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7126627Z test_nnc_correctness_cholesky_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7139369Z test_nnc_correctness_cholesky_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7152168Z test_nnc_correctness_cholesky_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7164851Z test_nnc_correctness_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7177676Z test_nnc_correctness_cholesky_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7190555Z test_nnc_correctness_chunk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7203138Z test_nnc_correctness_chunk_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7215876Z test_nnc_correctness_chunk_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7228702Z test_nnc_correctness_chunk_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7241336Z test_nnc_correctness_chunk_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7253945Z test_nnc_correctness_chunk_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7266919Z test_nnc_correctness_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7279462Z test_nnc_correctness_chunk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7292102Z test_nnc_correctness_chunk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7305018Z test_nnc_correctness_chunk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7317585Z test_nnc_correctness_chunk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7330048Z test_nnc_correctness_chunk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7343414Z test_nnc_correctness_chunk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7355536Z test_nnc_correctness_clamp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7368188Z test_nnc_correctness_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7380832Z test_nnc_correctness_clamp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7393657Z test_nnc_correctness_clamp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7406222Z test_nnc_correctness_clamp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7418988Z test_nnc_correctness_clamp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7431831Z test_nnc_correctness_clamp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7444451Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7457215Z test_nnc_correctness_clamp_max_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7469950Z test_nnc_correctness_clamp_max_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7482557Z test_nnc_correctness_clamp_max_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7495229Z test_nnc_correctness_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7507997Z test_nnc_correctness_clamp_max_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7520617Z test_nnc_correctness_clamp_max_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7533186Z test_nnc_correctness_clamp_max_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7546136Z test_nnc_correctness_clamp_max_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7558924Z test_nnc_correctness_clamp_max_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7571623Z test_nnc_correctness_clamp_max_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7584630Z test_nnc_correctness_clamp_min_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7597310Z test_nnc_correctness_clamp_min_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7610028Z test_nnc_correctness_clamp_min_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7622819Z test_nnc_correctness_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7635511Z test_nnc_correctness_clamp_min_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7648151Z test_nnc_correctness_clamp_min_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7660822Z test_nnc_correctness_clamp_min_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7673704Z test_nnc_correctness_clamp_min_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7686329Z test_nnc_correctness_clamp_min_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7699072Z test_nnc_correctness_clamp_min_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7711888Z test_nnc_correctness_clone_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7724563Z test_nnc_correctness_clone_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7737262Z test_nnc_correctness_clone_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7749956Z test_nnc_correctness_clone_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7762634Z test_nnc_correctness_clone_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7775432Z test_nnc_correctness_clone_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7788237Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7800743Z test_nnc_correctness_clone_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7813321Z test_nnc_correctness_clone_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7826277Z test_nnc_correctness_clone_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7838819Z test_nnc_correctness_clone_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7851600Z test_nnc_correctness_clone_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7864591Z test_nnc_correctness_clone_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7877334Z test_nnc_correctness_column_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7889941Z test_nnc_correctness_column_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7902921Z test_nnc_correctness_column_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7915557Z test_nnc_correctness_column_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7928261Z test_nnc_correctness_column_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7941143Z test_nnc_correctness_column_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7953920Z test_nnc_correctness_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7966515Z test_nnc_correctness_column_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7979277Z test_nnc_correctness_column_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.7992096Z test_nnc_correctness_column_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8004811Z test_nnc_correctness_column_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8017617Z test_nnc_correctness_column_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8030411Z test_nnc_correctness_column_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8043314Z test_nnc_correctness_combinations_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8055961Z test_nnc_correctness_combinations_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8068629Z test_nnc_correctness_combinations_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8081371Z test_nnc_correctness_combinations_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8094130Z test_nnc_correctness_combinations_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8107061Z test_nnc_correctness_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8119650Z test_nnc_correctness_combinations_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8132356Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8145159Z test_nnc_correctness_combinations_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8157767Z test_nnc_correctness_combinations_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8170421Z test_nnc_correctness_combinations_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8183515Z test_nnc_correctness_combinations_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8196042Z test_nnc_correctness_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8208947Z test_nnc_correctness_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8221653Z test_nnc_correctness_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8234423Z test_nnc_correctness_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8247046Z test_nnc_correctness_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8259754Z test_nnc_correctness_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8272746Z test_nnc_correctness_conj_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8285192Z test_nnc_correctness_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8297947Z test_nnc_correctness_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8310662Z test_nnc_correctness_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8323368Z test_nnc_correctness_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8337011Z test_nnc_correctness_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8350269Z test_nnc_correctness_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8363163Z test_nnc_correctness_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8375841Z test_nnc_correctness_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8388331Z test_nnc_correctness_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8400928Z test_nnc_correctness_conj_physical_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8413471Z test_nnc_correctness_conj_physical_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8426370Z test_nnc_correctness_conj_physical_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8439329Z test_nnc_correctness_conj_physical_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8451659Z test_nnc_correctness_conj_physical_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8464623Z test_nnc_correctness_conj_physical_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8477532Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8490129Z test_nnc_correctness_conj_physical_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8502922Z test_nnc_correctness_conj_physical_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8515886Z test_nnc_correctness_conj_physical_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8528598Z test_nnc_correctness_conj_physical_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8541328Z test_nnc_correctness_conj_physical_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8554191Z test_nnc_correctness_conj_physical_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8567109Z test_nnc_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8579556Z test_nnc_correctness_constant_pad_nd_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8592262Z test_nnc_correctness_constant_pad_nd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8604852Z test_nnc_correctness_constant_pad_nd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8617614Z test_nnc_correctness_constant_pad_nd_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8630403Z test_nnc_correctness_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8643092Z test_nnc_correctness_constant_pad_nd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8655928Z test_nnc_correctness_constant_pad_nd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8668699Z test_nnc_correctness_constant_pad_nd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8681369Z test_nnc_correctness_constant_pad_nd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8693952Z test_nnc_correctness_constant_pad_nd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8706780Z test_nnc_correctness_constant_pad_nd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8719369Z test_nnc_correctness_contiguous_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8731881Z test_nnc_correctness_contiguous_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8744764Z test_nnc_correctness_contiguous_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8757453Z test_nnc_correctness_contiguous_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8769913Z test_nnc_correctness_contiguous_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8782881Z test_nnc_correctness_contiguous_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8795508Z test_nnc_correctness_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8808328Z test_nnc_correctness_contiguous_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8821214Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8833997Z test_nnc_correctness_contiguous_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8846733Z test_nnc_correctness_contiguous_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8859463Z test_nnc_correctness_contiguous_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8872194Z test_nnc_correctness_contiguous_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8884836Z test_nnc_correctness_copysign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8897685Z test_nnc_correctness_copysign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8910472Z test_nnc_correctness_copysign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8923208Z test_nnc_correctness_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8935937Z test_nnc_correctness_copysign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8948728Z test_nnc_correctness_copysign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8961407Z test_nnc_correctness_copysign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8974056Z test_nnc_correctness_copysign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.8987791Z test_nnc_correctness_copysign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9001145Z test_nnc_correctness_copysign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9014391Z test_nnc_correctness_corrcoef_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9028027Z test_nnc_correctness_corrcoef_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9041244Z test_nnc_correctness_corrcoef_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9054630Z test_nnc_correctness_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9068147Z test_nnc_correctness_corrcoef_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9081413Z test_nnc_correctness_corrcoef_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9094827Z test_nnc_correctness_corrcoef_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9108238Z test_nnc_correctness_corrcoef_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9121476Z test_nnc_correctness_corrcoef_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9134646Z test_nnc_correctness_corrcoef_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9147953Z test_nnc_correctness_cos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9161096Z test_nnc_correctness_cos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9174254Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9187634Z test_nnc_correctness_cos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9200793Z test_nnc_correctness_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9213819Z test_nnc_correctness_cos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9227206Z test_nnc_correctness_cos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9240329Z test_nnc_correctness_cos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9253460Z test_nnc_correctness_cos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9266815Z test_nnc_correctness_cos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9279927Z test_nnc_correctness_cos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9293494Z test_nnc_correctness_cosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9307079Z test_nnc_correctness_cosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9320377Z test_nnc_correctness_cosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9333639Z test_nnc_correctness_cosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9347423Z test_nnc_correctness_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9360499Z test_nnc_correctness_cosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9373606Z test_nnc_correctness_cosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9386995Z test_nnc_correctness_cosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9400117Z test_nnc_correctness_cosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9413355Z test_nnc_correctness_cosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9426827Z test_nnc_correctness_cosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9440122Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9453448Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9466953Z test_nnc_correctness_count_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9480225Z test_nnc_correctness_count_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9493426Z test_nnc_correctness_count_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9506922Z test_nnc_correctness_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9520122Z test_nnc_correctness_count_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9533123Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9545672Z test_nnc_correctness_count_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9558171Z test_nnc_correctness_count_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9570425Z test_nnc_correctness_count_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9583229Z test_nnc_correctness_count_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9595560Z test_nnc_correctness_cov_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9608054Z test_nnc_correctness_cov_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9620574Z test_nnc_correctness_cov_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9633221Z test_nnc_correctness_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9645831Z test_nnc_correctness_cov_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9658361Z test_nnc_correctness_cov_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9670982Z test_nnc_correctness_cov_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9683394Z test_nnc_correctness_cov_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9695920Z test_nnc_correctness_cov_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9708580Z test_nnc_correctness_cov_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9721031Z test_nnc_correctness_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9733477Z test_nnc_correctness_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9746279Z test_nnc_correctness_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9758622Z test_nnc_correctness_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9771112Z test_nnc_correctness_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9783834Z test_nnc_correctness_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9796572Z test_nnc_correctness_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9808905Z test_nnc_correctness_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9821523Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9834304Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9846647Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9859220Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9871800Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9884285Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9896822Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9909321Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9921793Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9934435Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9947068Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9959582Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9972063Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9984800Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:39.9997214Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0009670Z test_nnc_correctness_cummin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0022342Z test_nnc_correctness_cummin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0034796Z test_nnc_correctness_cummin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0047369Z test_nnc_correctness_cummin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0060043Z test_nnc_correctness_cummin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0072533Z test_nnc_correctness_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0084692Z test_nnc_correctness_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0097259Z test_nnc_correctness_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0109477Z test_nnc_correctness_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0121880Z test_nnc_correctness_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0133845Z test_nnc_correctness_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0146294Z test_nnc_correctness_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0158332Z test_nnc_correctness_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0170357Z test_nnc_correctness_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0182919Z test_nnc_correctness_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0195136Z test_nnc_correctness_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0207137Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0219561Z test_nnc_correctness_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0231908Z test_nnc_correctness_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0244342Z test_nnc_correctness_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0256909Z test_nnc_correctness_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0269495Z test_nnc_correctness_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0281809Z test_nnc_correctness_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0294306Z test_nnc_correctness_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0307272Z test_nnc_correctness_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0320122Z test_nnc_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0332470Z test_nnc_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0344920Z test_nnc_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0357446Z test_nnc_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0369761Z test_nnc_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0382478Z test_nnc_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0394827Z test_nnc_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0407291Z test_nnc_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0419719Z test_nnc_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0432360Z test_nnc_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0444612Z test_nnc_correctness_deg2rad_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0457112Z test_nnc_correctness_deg2rad_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0469521Z test_nnc_correctness_deg2rad_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0481938Z test_nnc_correctness_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0494266Z test_nnc_correctness_deg2rad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0506748Z test_nnc_correctness_deg2rad_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0519061Z test_nnc_correctness_deg2rad_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0531313Z test_nnc_correctness_deg2rad_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0544105Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0557268Z test_nnc_correctness_deg2rad_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0569080Z test_nnc_correctness_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0582234Z test_nnc_correctness_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0594604Z test_nnc_correctness_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0607253Z test_nnc_correctness_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0619711Z test_nnc_correctness_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0632164Z test_nnc_correctness_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0644473Z test_nnc_correctness_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0657083Z test_nnc_correctness_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0669469Z test_nnc_correctness_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0681710Z test_nnc_correctness_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0694044Z test_nnc_correctness_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0706786Z test_nnc_correctness_diag_embed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0719277Z test_nnc_correctness_diag_embed_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0731637Z test_nnc_correctness_diag_embed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0744272Z test_nnc_correctness_diag_embed_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0756665Z test_nnc_correctness_diag_embed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0769073Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0781847Z test_nnc_correctness_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0794015Z test_nnc_correctness_diag_embed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0806448Z test_nnc_correctness_diag_embed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0818989Z test_nnc_correctness_diag_embed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0831433Z test_nnc_correctness_diag_embed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0843865Z test_nnc_correctness_diag_embed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0856333Z test_nnc_correctness_diag_embed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0868839Z test_nnc_correctness_diagflat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0881233Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0893553Z test_nnc_correctness_diagflat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0906470Z test_nnc_correctness_diagflat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0919143Z test_nnc_correctness_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0932370Z test_nnc_correctness_diagflat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0945699Z test_nnc_correctness_diagflat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0958758Z test_nnc_correctness_diagflat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0970903Z test_nnc_correctness_diagflat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0983385Z test_nnc_correctness_diagflat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.0995493Z test_nnc_correctness_diagflat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1007577Z test_nnc_correctness_diagonal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1019826Z test_nnc_correctness_diagonal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1032081Z test_nnc_correctness_diagonal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1044144Z test_nnc_correctness_diagonal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1056382Z test_nnc_correctness_diagonal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1068957Z test_nnc_correctness_diagonal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1080880Z test_nnc_correctness_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1092931Z test_nnc_correctness_diagonal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1105267Z test_nnc_correctness_diagonal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1117291Z test_nnc_correctness_diagonal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1129301Z test_nnc_correctness_diagonal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1141484Z test_nnc_correctness_diagonal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1153611Z test_nnc_correctness_diagonal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1166001Z test_nnc_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1178646Z test_nnc_correctness_diagonal_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1191844Z test_nnc_correctness_diagonal_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1204977Z test_nnc_correctness_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1218194Z test_nnc_correctness_diagonal_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1230480Z test_nnc_correctness_diagonal_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1242598Z test_nnc_correctness_diagonal_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1254709Z test_nnc_correctness_diagonal_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1267081Z test_nnc_correctness_diagonal_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1279296Z test_nnc_correctness_diagonal_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1291260Z test_nnc_correctness_diff_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1303531Z test_nnc_correctness_diff_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1315709Z test_nnc_correctness_diff_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1328005Z test_nnc_correctness_diff_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1340283Z test_nnc_correctness_diff_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1352470Z test_nnc_correctness_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1364729Z test_nnc_correctness_diff_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1376930Z test_nnc_correctness_diff_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1389151Z test_nnc_correctness_diff_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1401515Z test_nnc_correctness_diff_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1413644Z test_nnc_correctness_diff_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1426337Z test_nnc_correctness_diff_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1439439Z test_nnc_correctness_digamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1451993Z test_nnc_correctness_digamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1465473Z test_nnc_correctness_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1478028Z test_nnc_correctness_digamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1490609Z test_nnc_correctness_digamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1503149Z test_nnc_correctness_digamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1515604Z test_nnc_correctness_digamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1528006Z test_nnc_correctness_digamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1540391Z test_nnc_correctness_digamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1552817Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1565047Z test_nnc_correctness_dist_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1577594Z test_nnc_correctness_dist_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1589934Z test_nnc_correctness_dist_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1602164Z test_nnc_correctness_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1614445Z test_nnc_correctness_dist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1627270Z test_nnc_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1639370Z test_nnc_correctness_div_floor_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1651712Z test_nnc_correctness_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1664350Z test_nnc_correctness_div_floor_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1676716Z test_nnc_correctness_div_floor_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1689252Z test_nnc_correctness_div_floor_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1702640Z test_nnc_correctness_div_floor_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1716184Z test_nnc_correctness_div_floor_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1728861Z test_nnc_correctness_div_floor_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1741393Z test_nnc_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1753818Z test_nnc_correctness_div_no_rounding_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1766230Z test_nnc_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1778749Z test_nnc_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1791253Z test_nnc_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1803625Z test_nnc_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1816135Z test_nnc_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1828510Z test_nnc_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1840890Z test_nnc_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1853294Z test_nnc_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1865908Z test_nnc_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1878191Z test_nnc_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1890494Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1903171Z test_nnc_correctness_div_trunc_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1915412Z test_nnc_correctness_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1927888Z test_nnc_correctness_div_trunc_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1940581Z test_nnc_correctness_div_trunc_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1953061Z test_nnc_correctness_div_trunc_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1965357Z test_nnc_correctness_div_trunc_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1977822Z test_nnc_correctness_div_trunc_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.1990239Z test_nnc_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2002567Z test_nnc_correctness_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2014957Z test_nnc_correctness_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2027441Z test_nnc_correctness_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2039735Z test_nnc_correctness_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2052076Z test_nnc_correctness_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2064652Z test_nnc_correctness_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2076980Z test_nnc_correctness_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2089396Z test_nnc_correctness_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2102211Z test_nnc_correctness_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2114434Z test_nnc_correctness_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2126786Z test_nnc_correctness_double_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2139254Z test_nnc_correctness_double_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2151708Z test_nnc_correctness_double_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2164011Z test_nnc_correctness_double_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2176672Z test_nnc_correctness_double_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2189232Z test_nnc_correctness_double_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2201493Z test_nnc_correctness_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2213843Z test_nnc_correctness_double_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2226549Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2238836Z test_nnc_correctness_double_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2251157Z test_nnc_correctness_double_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2263955Z test_nnc_correctness_double_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2276426Z test_nnc_correctness_double_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2288869Z test_nnc_correctness_dsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2301482Z test_nnc_correctness_dsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2314159Z test_nnc_correctness_dsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2326451Z test_nnc_correctness_dsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2339018Z test_nnc_correctness_dsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2351545Z test_nnc_correctness_dsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2363888Z test_nnc_correctness_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2376443Z test_nnc_correctness_dsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2388989Z test_nnc_correctness_dsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2401511Z test_nnc_correctness_dsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2413849Z test_nnc_correctness_dsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2426698Z test_nnc_correctness_dsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2439129Z test_nnc_correctness_dsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2451393Z test_nnc_correctness_dstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2464171Z test_nnc_correctness_dstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2476461Z test_nnc_correctness_dstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2489028Z test_nnc_correctness_dstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2501686Z test_nnc_correctness_dstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2514302Z test_nnc_correctness_dstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2527013Z test_nnc_correctness_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2539776Z test_nnc_correctness_dstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2552538Z test_nnc_correctness_dstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2565124Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2577813Z test_nnc_correctness_dstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2590645Z test_nnc_correctness_dstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2603317Z test_nnc_correctness_dstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2616141Z test_nnc_correctness_einsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2628948Z test_nnc_correctness_einsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2641592Z test_nnc_correctness_einsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2654231Z test_nnc_correctness_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2667140Z test_nnc_correctness_einsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2679795Z test_nnc_correctness_einsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2692460Z test_nnc_correctness_einsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2705168Z test_nnc_correctness_einsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2717860Z test_nnc_correctness_einsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2730559Z test_nnc_correctness_einsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2739159Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2747844Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2756319Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2764766Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2773186Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2782190Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2790209Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2798496Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2806599Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2815123Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2823334Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2831598Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2839863Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2848029Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2856433Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2864876Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2873326Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2881744Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2890214Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2898556Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2906901Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2915116Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2923350Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2931596Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2939959Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2948203Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.2960984Z test_nnc_correctness_eq_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2973675Z test_nnc_correctness_eq_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2986435Z test_nnc_correctness_eq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.2998899Z test_nnc_correctness_eq_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3011394Z test_nnc_correctness_eq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3024154Z test_nnc_correctness_eq_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3036701Z test_nnc_correctness_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3049035Z test_nnc_correctness_eq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3061508Z test_nnc_correctness_eq_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3074122Z test_nnc_correctness_eq_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3086637Z test_nnc_correctness_eq_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3099233Z test_nnc_correctness_eq_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3111804Z test_nnc_correctness_eq_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3124297Z test_nnc_correctness_equal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3136933Z test_nnc_correctness_equal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3149718Z test_nnc_correctness_equal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3162246Z test_nnc_correctness_equal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3174923Z test_nnc_correctness_equal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3187674Z test_nnc_correctness_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3200148Z test_nnc_correctness_equal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3213080Z test_nnc_correctness_equal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3225565Z test_nnc_correctness_equal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3238083Z test_nnc_correctness_equal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3250644Z test_nnc_correctness_equal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3263293Z test_nnc_correctness_equal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3275755Z test_nnc_correctness_erf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3288304Z test_nnc_correctness_erf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3300894Z test_nnc_correctness_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3313394Z test_nnc_correctness_erf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3325973Z test_nnc_correctness_erf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3338936Z test_nnc_correctness_erf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3351475Z test_nnc_correctness_erf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3364130Z test_nnc_correctness_erf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3376717Z test_nnc_correctness_erf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3389285Z test_nnc_correctness_erfc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3401802Z test_nnc_correctness_erfc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3414334Z test_nnc_correctness_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3426976Z test_nnc_correctness_erfc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3439576Z test_nnc_correctness_erfc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3452153Z test_nnc_correctness_erfc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3464962Z test_nnc_correctness_erfc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3477715Z test_nnc_correctness_erfc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3490037Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3502699Z test_nnc_correctness_erfinv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3515137Z test_nnc_correctness_erfinv_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3527728Z test_nnc_correctness_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3540568Z test_nnc_correctness_erfinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3553376Z test_nnc_correctness_erfinv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3565898Z test_nnc_correctness_erfinv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3578685Z test_nnc_correctness_erfinv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3591290Z test_nnc_correctness_erfinv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3603795Z test_nnc_correctness_erfinv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3616628Z test_nnc_correctness_exp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3629353Z test_nnc_correctness_exp2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3641960Z test_nnc_correctness_exp2_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3654611Z test_nnc_correctness_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3667324Z test_nnc_correctness_exp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3679881Z test_nnc_correctness_exp2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3692709Z test_nnc_correctness_exp2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3705678Z test_nnc_correctness_exp2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3718290Z test_nnc_correctness_exp2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3730946Z test_nnc_correctness_exp2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3743791Z test_nnc_correctness_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3756433Z test_nnc_correctness_exp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3769144Z test_nnc_correctness_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3782281Z test_nnc_correctness_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3794809Z test_nnc_correctness_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3807360Z test_nnc_correctness_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3820179Z test_nnc_correctness_exp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3832782Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3845318Z test_nnc_correctness_exp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3857959Z test_nnc_correctness_exp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3870705Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3883264Z test_nnc_correctness_expand_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3896077Z test_nnc_correctness_expand_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3909021Z test_nnc_correctness_expand_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3921478Z test_nnc_correctness_expand_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3934117Z test_nnc_correctness_expand_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3946960Z test_nnc_correctness_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3959418Z test_nnc_correctness_expand_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3972033Z test_nnc_correctness_expand_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3985192Z test_nnc_correctness_expand_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.3997422Z test_nnc_correctness_expand_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4009840Z test_nnc_correctness_expand_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4022534Z test_nnc_correctness_expand_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4035106Z test_nnc_correctness_expand_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4047665Z test_nnc_correctness_expand_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4060457Z test_nnc_correctness_expand_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4073218Z test_nnc_correctness_expand_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4085920Z test_nnc_correctness_expand_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4098648Z test_nnc_correctness_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4111387Z test_nnc_correctness_expand_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4123997Z test_nnc_correctness_expand_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4136649Z test_nnc_correctness_expand_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4149413Z test_nnc_correctness_expand_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4161837Z test_nnc_correctness_expand_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4174368Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4187319Z test_nnc_correctness_expm1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4200121Z test_nnc_correctness_expm1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4212658Z test_nnc_correctness_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4226491Z test_nnc_correctness_expm1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4238717Z test_nnc_correctness_expm1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4250910Z test_nnc_correctness_expm1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4263483Z test_nnc_correctness_expm1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4275761Z test_nnc_correctness_expm1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4288065Z test_nnc_correctness_expm1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4300558Z test_nnc_correctness_eye_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4313160Z test_nnc_correctness_eye_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4325471Z test_nnc_correctness_eye_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4337838Z test_nnc_correctness_eye_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4350286Z test_nnc_correctness_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4362616Z test_nnc_correctness_eye_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4374959Z test_nnc_correctness_eye_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4387392Z test_nnc_correctness_eye_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4399718Z test_nnc_correctness_eye_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4412057Z test_nnc_correctness_eye_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4424644Z test_nnc_correctness_eye_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4436925Z test_nnc_correctness_fft_fft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4449238Z test_nnc_correctness_fft_fft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4462124Z test_nnc_correctness_fft_fft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4474644Z test_nnc_correctness_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4486828Z test_nnc_correctness_fft_fft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4499084Z test_nnc_correctness_fft_fft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4511598Z test_nnc_correctness_fft_fft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4524084Z test_nnc_correctness_fft_fft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4536654Z test_nnc_correctness_fft_fft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4549180Z test_nnc_correctness_fft_fft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4561628Z test_nnc_correctness_fft_fft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4573991Z test_nnc_correctness_fft_fft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4586763Z test_nnc_correctness_fft_fft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4598777Z test_nnc_correctness_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4610837Z test_nnc_correctness_fft_fft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4623154Z test_nnc_correctness_fft_fft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4635271Z test_nnc_correctness_fft_fft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4647302Z test_nnc_correctness_fft_fft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4659604Z test_nnc_correctness_fft_fft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4671811Z test_nnc_correctness_fft_fft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4683977Z test_nnc_correctness_fft_fftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4696219Z test_nnc_correctness_fft_fftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4708414Z test_nnc_correctness_fft_fftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4720642Z test_nnc_correctness_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4732728Z test_nnc_correctness_fft_fftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4745378Z test_nnc_correctness_fft_fftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4757808Z test_nnc_correctness_fft_fftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4770341Z test_nnc_correctness_fft_fftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4782969Z test_nnc_correctness_fft_fftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4794965Z test_nnc_correctness_fft_fftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4807299Z test_nnc_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4819774Z test_nnc_correctness_fft_fftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4832380Z test_nnc_correctness_fft_fftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4844600Z test_nnc_correctness_fft_fftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4857029Z test_nnc_correctness_fft_fftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4869475Z test_nnc_correctness_fft_fftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4881722Z test_nnc_correctness_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4894020Z test_nnc_correctness_fft_fftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4906583Z test_nnc_correctness_fft_fftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4918705Z test_nnc_correctness_fft_fftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4930941Z test_nnc_correctness_fft_fftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4943372Z test_nnc_correctness_fft_fftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4955750Z test_nnc_correctness_fft_fftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4968259Z test_nnc_correctness_fft_hfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4980699Z test_nnc_correctness_fft_hfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.4993150Z test_nnc_correctness_fft_hfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5005917Z test_nnc_correctness_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5018131Z test_nnc_correctness_fft_hfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5030700Z test_nnc_correctness_fft_hfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5042867Z test_nnc_correctness_fft_hfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5055387Z test_nnc_correctness_fft_hfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5067860Z test_nnc_correctness_fft_hfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5080142Z test_nnc_correctness_fft_hfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5092420Z test_nnc_correctness_fft_hfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5105023Z test_nnc_correctness_fft_hfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5117289Z test_nnc_correctness_fft_hfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5129740Z test_nnc_correctness_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5142470Z test_nnc_correctness_fft_hfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5154666Z test_nnc_correctness_fft_hfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5167008Z test_nnc_correctness_fft_hfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5179526Z test_nnc_correctness_fft_hfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5192217Z test_nnc_correctness_fft_hfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5204696Z test_nnc_correctness_fft_hfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5217183Z test_nnc_correctness_fft_hfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5229489Z test_nnc_correctness_fft_hfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5241868Z test_nnc_correctness_fft_hfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5254078Z test_nnc_correctness_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5266572Z test_nnc_correctness_fft_hfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5278927Z test_nnc_correctness_fft_hfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5291303Z test_nnc_correctness_fft_hfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5303861Z test_nnc_correctness_fft_hfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5316177Z test_nnc_correctness_fft_hfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5328734Z test_nnc_correctness_fft_hfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5341155Z test_nnc_correctness_fft_ifft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5353668Z test_nnc_correctness_fft_ifft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5366089Z test_nnc_correctness_fft_ifft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5378665Z test_nnc_correctness_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5391008Z test_nnc_correctness_fft_ifft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5403343Z test_nnc_correctness_fft_ifft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5415658Z test_nnc_correctness_fft_ifft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5428268Z test_nnc_correctness_fft_ifft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5440789Z test_nnc_correctness_fft_ifft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5453208Z test_nnc_correctness_fft_ifft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5466058Z test_nnc_correctness_fft_ifft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5478707Z test_nnc_correctness_fft_ifft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5490908Z test_nnc_correctness_fft_ifft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5503891Z test_nnc_correctness_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5516235Z test_nnc_correctness_fft_ifft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5528646Z test_nnc_correctness_fft_ifft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5541100Z test_nnc_correctness_fft_ifft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5553629Z test_nnc_correctness_fft_ifft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5566199Z test_nnc_correctness_fft_ifft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5578483Z test_nnc_correctness_fft_ifft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5591060Z test_nnc_correctness_fft_ifftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5603401Z test_nnc_correctness_fft_ifftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5615951Z test_nnc_correctness_fft_ifftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5628310Z test_nnc_correctness_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5640776Z test_nnc_correctness_fft_ifftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5653181Z test_nnc_correctness_fft_ifftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5665799Z test_nnc_correctness_fft_ifftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5678056Z test_nnc_correctness_fft_ifftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5690331Z test_nnc_correctness_fft_ifftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5702912Z test_nnc_correctness_fft_ifftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5715131Z test_nnc_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5727807Z test_nnc_correctness_fft_ifftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5739893Z test_nnc_correctness_fft_ifftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5752489Z test_nnc_correctness_fft_ifftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5764867Z test_nnc_correctness_fft_ifftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5777170Z test_nnc_correctness_fft_ifftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5789630Z test_nnc_correctness_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5801890Z test_nnc_correctness_fft_ifftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5814205Z test_nnc_correctness_fft_ifftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5827166Z test_nnc_correctness_fft_ifftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5839104Z test_nnc_correctness_fft_ifftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5851837Z test_nnc_correctness_fft_ifftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5864525Z test_nnc_correctness_fft_ifftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5876651Z test_nnc_correctness_fft_ihfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5889326Z test_nnc_correctness_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5902043Z test_nnc_correctness_fft_ihfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5914262Z test_nnc_correctness_fft_ihfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5926604Z test_nnc_correctness_fft_ihfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5939152Z test_nnc_correctness_fft_ihfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5951608Z test_nnc_correctness_fft_ihfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5964006Z test_nnc_correctness_fft_ihfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5976607Z test_nnc_correctness_fft_ihfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.5989217Z test_nnc_correctness_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6001517Z test_nnc_correctness_fft_ihfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6013893Z test_nnc_correctness_fft_ihfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6026713Z test_nnc_correctness_fft_ihfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6039010Z test_nnc_correctness_fft_ihfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6051428Z test_nnc_correctness_fft_ihfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6064188Z test_nnc_correctness_fft_ihfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6076640Z test_nnc_correctness_fft_ihfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6089208Z test_nnc_correctness_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6101955Z test_nnc_correctness_fft_ihfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6114410Z test_nnc_correctness_fft_ihfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6126742Z test_nnc_correctness_fft_ihfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6139354Z test_nnc_correctness_fft_ihfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6152061Z test_nnc_correctness_fft_ihfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6164488Z test_nnc_correctness_fft_ihfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6177228Z test_nnc_correctness_fft_irfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6189700Z test_nnc_correctness_fft_irfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6202236Z test_nnc_correctness_fft_irfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6215365Z test_nnc_correctness_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6228092Z test_nnc_correctness_fft_irfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6241061Z test_nnc_correctness_fft_irfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6253892Z test_nnc_correctness_fft_irfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6266944Z test_nnc_correctness_fft_irfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6279455Z test_nnc_correctness_fft_irfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6292063Z test_nnc_correctness_fft_irfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6305002Z test_nnc_correctness_fft_irfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6317928Z test_nnc_correctness_fft_irfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6330373Z test_nnc_correctness_fft_irfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6343202Z test_nnc_correctness_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6355726Z test_nnc_correctness_fft_irfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6368208Z test_nnc_correctness_fft_irfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6380904Z test_nnc_correctness_fft_irfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6393553Z test_nnc_correctness_fft_irfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6406107Z test_nnc_correctness_fft_irfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6418868Z test_nnc_correctness_fft_irfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6431521Z test_nnc_correctness_fft_irfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6444193Z test_nnc_correctness_fft_irfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6456995Z test_nnc_correctness_fft_irfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6469776Z test_nnc_correctness_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6482346Z test_nnc_correctness_fft_irfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6495089Z test_nnc_correctness_fft_irfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6508024Z test_nnc_correctness_fft_irfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6520695Z test_nnc_correctness_fft_irfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6533456Z test_nnc_correctness_fft_irfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6546523Z test_nnc_correctness_fft_irfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6559234Z test_nnc_correctness_fft_rfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6571991Z test_nnc_correctness_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6585007Z test_nnc_correctness_fft_rfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6597916Z test_nnc_correctness_fft_rfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6610766Z test_nnc_correctness_fft_rfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6623764Z test_nnc_correctness_fft_rfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6636526Z test_nnc_correctness_fft_rfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6649284Z test_nnc_correctness_fft_rfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6662373Z test_nnc_correctness_fft_rfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6674995Z test_nnc_correctness_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6687800Z test_nnc_correctness_fft_rfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6700637Z test_nnc_correctness_fft_rfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6713682Z test_nnc_correctness_fft_rfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6726588Z test_nnc_correctness_fft_rfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6739180Z test_nnc_correctness_fft_rfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6752292Z test_nnc_correctness_fft_rfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6765391Z test_nnc_correctness_fft_rfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6778232Z test_nnc_correctness_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6791091Z test_nnc_correctness_fft_rfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6803922Z test_nnc_correctness_fft_rfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6817010Z test_nnc_correctness_fft_rfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6829723Z test_nnc_correctness_fft_rfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6842693Z test_nnc_correctness_fft_rfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6855542Z test_nnc_correctness_fft_rfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6864650Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:40.6873485Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:40.6882325Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:40.6891073Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:40.6899964Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:40.6908966Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:40.6917533Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:40.6926604Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:40.6935519Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:40.6944420Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:40.6953287Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:40.6962289Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:40.6970601Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:40.6984759Z test_nnc_correctness_flatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.6998003Z test_nnc_correctness_flatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7011075Z test_nnc_correctness_flatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7024114Z test_nnc_correctness_flatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7036881Z test_nnc_correctness_flatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7049630Z test_nnc_correctness_flatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7062441Z test_nnc_correctness_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7075018Z test_nnc_correctness_flatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7087554Z test_nnc_correctness_flatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7100208Z test_nnc_correctness_flatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7112950Z test_nnc_correctness_flatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7125582Z test_nnc_correctness_flatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7138315Z test_nnc_correctness_flatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7151057Z test_nnc_correctness_flip_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7163654Z test_nnc_correctness_flip_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7176262Z test_nnc_correctness_flip_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7189019Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7201503Z test_nnc_correctness_flip_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7214062Z test_nnc_correctness_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7226724Z test_nnc_correctness_flip_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7239286Z test_nnc_correctness_flip_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7251724Z test_nnc_correctness_flip_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7264559Z test_nnc_correctness_flip_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7277019Z test_nnc_correctness_flip_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7289647Z test_nnc_correctness_flip_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7302452Z test_nnc_correctness_fliplr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7315047Z test_nnc_correctness_fliplr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7327689Z test_nnc_correctness_fliplr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7340504Z test_nnc_correctness_fliplr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7353064Z test_nnc_correctness_fliplr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7365598Z test_nnc_correctness_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7378239Z test_nnc_correctness_fliplr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7390905Z test_nnc_correctness_fliplr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7403435Z test_nnc_correctness_fliplr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7416125Z test_nnc_correctness_fliplr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7428771Z test_nnc_correctness_fliplr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7441373Z test_nnc_correctness_fliplr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7453956Z test_nnc_correctness_flipud_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7466900Z test_nnc_correctness_flipud_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7479525Z test_nnc_correctness_flipud_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7492104Z test_nnc_correctness_flipud_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7504935Z test_nnc_correctness_flipud_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7517511Z test_nnc_correctness_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7530000Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7542792Z test_nnc_correctness_flipud_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7555522Z test_nnc_correctness_flipud_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7568068Z test_nnc_correctness_flipud_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7580795Z test_nnc_correctness_flipud_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7593472Z test_nnc_correctness_flipud_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7606055Z test_nnc_correctness_float_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7618697Z test_nnc_correctness_float_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7631527Z test_nnc_correctness_float_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7644051Z test_nnc_correctness_float_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7656753Z test_nnc_correctness_float_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7669337Z test_nnc_correctness_float_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7681967Z test_nnc_correctness_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7694397Z test_nnc_correctness_float_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7707180Z test_nnc_correctness_float_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7719806Z test_nnc_correctness_float_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7732406Z test_nnc_correctness_float_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7745309Z test_nnc_correctness_float_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7757986Z test_nnc_correctness_float_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7770679Z test_nnc_correctness_float_power_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7783606Z test_nnc_correctness_float_power_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7796142Z test_nnc_correctness_float_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7808698Z test_nnc_correctness_float_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7821436Z test_nnc_correctness_float_power_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7834120Z test_nnc_correctness_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7846619Z test_nnc_correctness_float_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7859386Z test_nnc_correctness_float_power_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7872119Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7884732Z test_nnc_correctness_float_power_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7897407Z test_nnc_correctness_float_power_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7910290Z test_nnc_correctness_float_power_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7922787Z test_nnc_correctness_floor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7935434Z test_nnc_correctness_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7948269Z test_nnc_correctness_floor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7960847Z test_nnc_correctness_floor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7973545Z test_nnc_correctness_floor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7986465Z test_nnc_correctness_floor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.7999214Z test_nnc_correctness_floor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8011776Z test_nnc_correctness_floor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8024693Z test_nnc_correctness_floor_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8037363Z test_nnc_correctness_floor_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8049972Z test_nnc_correctness_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8062966Z test_nnc_correctness_floor_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8075518Z test_nnc_correctness_floor_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8088266Z test_nnc_correctness_floor_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8101089Z test_nnc_correctness_floor_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8113740Z test_nnc_correctness_floor_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8126281Z test_nnc_correctness_floor_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8138923Z test_nnc_correctness_fmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8151582Z test_nnc_correctness_fmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8164124Z test_nnc_correctness_fmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8176663Z test_nnc_correctness_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8189322Z test_nnc_correctness_fmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8202007Z test_nnc_correctness_fmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8214528Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8227322Z test_nnc_correctness_fmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8240024Z test_nnc_correctness_fmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8252666Z test_nnc_correctness_fmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8265716Z test_nnc_correctness_fmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8278423Z test_nnc_correctness_fmin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8291056Z test_nnc_correctness_fmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8303979Z test_nnc_correctness_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8316590Z test_nnc_correctness_fmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8329195Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8342113Z test_nnc_correctness_fmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8354828Z test_nnc_correctness_fmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8367635Z test_nnc_correctness_fmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8380369Z test_nnc_correctness_fmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8393222Z test_nnc_correctness_fmod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8405796Z test_nnc_correctness_fmod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8418442Z test_nnc_correctness_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8431246Z test_nnc_correctness_fmod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8443849Z test_nnc_correctness_fmod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8456665Z test_nnc_correctness_fmod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8469351Z test_nnc_correctness_fmod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8481960Z test_nnc_correctness_fmod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8494732Z test_nnc_correctness_fmod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8507516Z test_nnc_correctness_frac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8520169Z test_nnc_correctness_frac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8532821Z test_nnc_correctness_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8545717Z test_nnc_correctness_frac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8558377Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8570940Z test_nnc_correctness_frexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8583880Z test_nnc_correctness_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8596544Z test_nnc_correctness_frexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8609355Z test_nnc_correctness_full_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8622228Z test_nnc_correctness_full_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8634912Z test_nnc_correctness_full_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8647510Z test_nnc_correctness_full_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8660292Z test_nnc_correctness_full_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8672954Z test_nnc_correctness_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8685561Z test_nnc_correctness_full_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8698291Z test_nnc_correctness_full_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8711020Z test_nnc_correctness_full_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8723618Z test_nnc_correctness_full_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8736442Z test_nnc_correctness_full_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8749176Z test_nnc_correctness_full_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8761827Z test_nnc_correctness_gather_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8774386Z test_nnc_correctness_gather_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8788001Z test_nnc_correctness_gather_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8800312Z test_nnc_correctness_gather_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8812634Z test_nnc_correctness_gather_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8825059Z test_nnc_correctness_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8837221Z test_nnc_correctness_gather_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8849562Z test_nnc_correctness_gather_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8861917Z test_nnc_correctness_gather_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8874239Z test_nnc_correctness_gather_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8886618Z test_nnc_correctness_gather_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8899271Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8911675Z test_nnc_correctness_gcd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8924076Z test_nnc_correctness_gcd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8936581Z test_nnc_correctness_gcd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8948934Z test_nnc_correctness_gcd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8961425Z test_nnc_correctness_gcd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8973651Z test_nnc_correctness_ge_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8986094Z test_nnc_correctness_ge_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.8998764Z test_nnc_correctness_ge_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9012118Z test_nnc_correctness_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9024818Z test_nnc_correctness_ge_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9037023Z test_nnc_correctness_ge_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9049535Z test_nnc_correctness_ge_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9062402Z test_nnc_correctness_ge_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9074867Z test_nnc_correctness_ge_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9087576Z test_nnc_correctness_ge_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9100107Z test_nnc_correctness_geqrf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9112922Z test_nnc_correctness_geqrf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9125442Z test_nnc_correctness_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9138266Z test_nnc_correctness_geqrf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9147268Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.9155521Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.9163856Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.9172616Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.9180794Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.9188974Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.9197567Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.9205401Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.9213964Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.9222863Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:40.9235569Z test_nnc_correctness_gt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9248232Z test_nnc_correctness_gt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9260965Z test_nnc_correctness_gt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9273808Z test_nnc_correctness_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9286445Z test_nnc_correctness_gt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9299297Z test_nnc_correctness_gt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9312529Z test_nnc_correctness_gt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9324994Z test_nnc_correctness_gt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9337741Z test_nnc_correctness_gt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9350639Z test_nnc_correctness_gt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9363203Z test_nnc_correctness_half_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9376050Z test_nnc_correctness_half_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9388728Z test_nnc_correctness_half_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9401462Z test_nnc_correctness_half_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9414075Z test_nnc_correctness_half_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9426992Z test_nnc_correctness_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9439638Z test_nnc_correctness_half_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9452421Z test_nnc_correctness_half_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9465538Z test_nnc_correctness_half_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9478329Z test_nnc_correctness_half_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9490976Z test_nnc_correctness_half_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9504139Z test_nnc_correctness_half_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9516889Z test_nnc_correctness_heaviside_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9529755Z test_nnc_correctness_heaviside_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9542896Z test_nnc_correctness_heaviside_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9555362Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9568291Z test_nnc_correctness_heaviside_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9580798Z test_nnc_correctness_heaviside_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9593488Z test_nnc_correctness_heaviside_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9606014Z test_nnc_correctness_heaviside_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9618710Z test_nnc_correctness_heaviside_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9631398Z test_nnc_correctness_heaviside_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9643949Z test_nnc_correctness_histc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9656596Z test_nnc_correctness_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9669423Z test_nnc_correctness_histc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9681916Z test_nnc_correctness_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9694624Z test_nnc_correctness_histogram_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9707272Z test_nnc_correctness_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9719680Z test_nnc_correctness_histogramdd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9732089Z test_nnc_correctness_hsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9744968Z test_nnc_correctness_hsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9757672Z test_nnc_correctness_hsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9770396Z test_nnc_correctness_hsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9783242Z test_nnc_correctness_hsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9795766Z test_nnc_correctness_hsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9808300Z test_nnc_correctness_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9820962Z test_nnc_correctness_hsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9833634Z test_nnc_correctness_hsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9846147Z test_nnc_correctness_hsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9858750Z test_nnc_correctness_hsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9871508Z test_nnc_correctness_hsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9883960Z test_nnc_correctness_hsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9896524Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9909150Z test_nnc_correctness_hstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9921683Z test_nnc_correctness_hstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9934189Z test_nnc_correctness_hstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9947082Z test_nnc_correctness_hstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9959504Z test_nnc_correctness_hstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9971949Z test_nnc_correctness_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9984668Z test_nnc_correctness_hstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:40.9997128Z test_nnc_correctness_hstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0009780Z test_nnc_correctness_hstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0022457Z test_nnc_correctness_hstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0034996Z test_nnc_correctness_hstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0047287Z test_nnc_correctness_hstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0059835Z test_nnc_correctness_hypot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0072438Z test_nnc_correctness_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0084919Z test_nnc_correctness_hypot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0097674Z test_nnc_correctness_i0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0110368Z test_nnc_correctness_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0122846Z test_nnc_correctness_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0135431Z test_nnc_correctness_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0148063Z test_nnc_correctness_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0160448Z test_nnc_correctness_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0172802Z test_nnc_correctness_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0185516Z test_nnc_correctness_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0197944Z test_nnc_correctness_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0210414Z test_nnc_correctness_igamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0223050Z test_nnc_correctness_igamma_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0235514Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0248074Z test_nnc_correctness_igamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0260694Z test_nnc_correctness_igammac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0273429Z test_nnc_correctness_igammac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0285767Z test_nnc_correctness_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0298243Z test_nnc_correctness_igammac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0310869Z test_nnc_correctness_imag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0323282Z test_nnc_correctness_imag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0335872Z test_nnc_correctness_imag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0348354Z test_nnc_correctness_index_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0360835Z test_nnc_correctness_index_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0373292Z test_nnc_correctness_index_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0385931Z test_nnc_correctness_index_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0398326Z test_nnc_correctness_index_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0410793Z test_nnc_correctness_index_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0423458Z test_nnc_correctness_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0435965Z test_nnc_correctness_index_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0448568Z test_nnc_correctness_index_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0461188Z test_nnc_correctness_index_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0473949Z test_nnc_correctness_index_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0486183Z test_nnc_correctness_index_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0498703Z test_nnc_correctness_index_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0511401Z test_nnc_correctness_index_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0523946Z test_nnc_correctness_index_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0536397Z test_nnc_correctness_index_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0548866Z test_nnc_correctness_index_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0561317Z test_nnc_correctness_index_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0573883Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0586492Z test_nnc_correctness_index_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0598880Z test_nnc_correctness_index_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0611361Z test_nnc_correctness_index_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0624015Z test_nnc_correctness_index_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0636461Z test_nnc_correctness_index_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0648925Z test_nnc_correctness_index_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0661480Z test_nnc_correctness_index_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0674021Z test_nnc_correctness_index_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0686408Z test_nnc_correctness_index_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0699057Z test_nnc_correctness_index_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0711541Z test_nnc_correctness_index_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0723928Z test_nnc_correctness_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0736650Z test_nnc_correctness_index_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0749512Z test_nnc_correctness_index_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0762352Z test_nnc_correctness_index_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0774872Z test_nnc_correctness_index_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0787593Z test_nnc_correctness_index_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0800037Z test_nnc_correctness_index_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0812532Z test_nnc_correctness_index_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0825169Z test_nnc_correctness_index_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0837561Z test_nnc_correctness_index_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0850081Z test_nnc_correctness_index_put_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0863138Z test_nnc_correctness_index_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0875237Z test_nnc_correctness_index_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0887571Z test_nnc_correctness_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0900085Z test_nnc_correctness_index_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0912716Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0925157Z test_nnc_correctness_index_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0937716Z test_nnc_correctness_index_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0950246Z test_nnc_correctness_index_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0962657Z test_nnc_correctness_index_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0975177Z test_nnc_correctness_index_reduce_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.0987763Z test_nnc_correctness_index_reduce_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1000106Z test_nnc_correctness_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1012576Z test_nnc_correctness_index_reduce_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1025412Z test_nnc_correctness_index_reduce_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1037738Z test_nnc_correctness_index_reduce_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1050230Z test_nnc_correctness_index_reduce_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1062831Z test_nnc_correctness_index_reduce_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1075419Z test_nnc_correctness_index_reduce_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1087977Z test_nnc_correctness_index_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1100370Z test_nnc_correctness_index_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1112889Z test_nnc_correctness_index_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1125187Z test_nnc_correctness_index_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1137652Z test_nnc_correctness_index_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1150243Z test_nnc_correctness_index_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1162629Z test_nnc_correctness_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1175127Z test_nnc_correctness_index_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1187679Z test_nnc_correctness_index_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1200201Z test_nnc_correctness_index_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1212636Z test_nnc_correctness_index_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1225452Z test_nnc_correctness_index_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1237992Z test_nnc_correctness_index_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1250255Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1263110Z test_nnc_correctness_inner_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1275313Z test_nnc_correctness_inner_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1287718Z test_nnc_correctness_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1300214Z test_nnc_correctness_inner_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1312712Z test_nnc_correctness_inner_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1325069Z test_nnc_correctness_inner_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1337593Z test_nnc_correctness_inner_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1350223Z test_nnc_correctness_inner_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1362613Z test_nnc_correctness_inner_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1375176Z test_nnc_correctness_int_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1387717Z test_nnc_correctness_int_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1400242Z test_nnc_correctness_int_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1412650Z test_nnc_correctness_int_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1425292Z test_nnc_correctness_int_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1437661Z test_nnc_correctness_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1450022Z test_nnc_correctness_int_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1462672Z test_nnc_correctness_int_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1475088Z test_nnc_correctness_int_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1487555Z test_nnc_correctness_int_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1500085Z test_nnc_correctness_int_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1512715Z test_nnc_correctness_int_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1525176Z test_nnc_correctness_isclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1537804Z test_nnc_correctness_isclose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1550261Z test_nnc_correctness_isclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1562812Z test_nnc_correctness_isclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1575279Z test_nnc_correctness_isclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1587875Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1600272Z test_nnc_correctness_isclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1612786Z test_nnc_correctness_isclose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1625377Z test_nnc_correctness_isclose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1637705Z test_nnc_correctness_isclose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1650194Z test_nnc_correctness_isclose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1663000Z test_nnc_correctness_isclose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1675355Z test_nnc_correctness_isfinite_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1687884Z test_nnc_correctness_isfinite_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1700494Z test_nnc_correctness_isfinite_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1713072Z test_nnc_correctness_isfinite_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1725507Z test_nnc_correctness_isfinite_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1738103Z test_nnc_correctness_isfinite_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1750625Z test_nnc_correctness_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1763087Z test_nnc_correctness_isfinite_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1775604Z test_nnc_correctness_isfinite_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1788104Z test_nnc_correctness_isfinite_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1800582Z test_nnc_correctness_isfinite_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1813031Z test_nnc_correctness_isfinite_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1825679Z test_nnc_correctness_isfinite_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1838148Z test_nnc_correctness_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1850540Z test_nnc_correctness_isin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1863251Z test_nnc_correctness_isin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1875847Z test_nnc_correctness_isin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1888342Z test_nnc_correctness_isin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1900887Z test_nnc_correctness_isin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1913604Z test_nnc_correctness_isin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1926041Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1938670Z test_nnc_correctness_isinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1951296Z test_nnc_correctness_isinf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1963649Z test_nnc_correctness_isinf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1976241Z test_nnc_correctness_isinf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.1988814Z test_nnc_correctness_isinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2001391Z test_nnc_correctness_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2013783Z test_nnc_correctness_isinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2026438Z test_nnc_correctness_isinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2038923Z test_nnc_correctness_isinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2051298Z test_nnc_correctness_isinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2063956Z test_nnc_correctness_isinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2076304Z test_nnc_correctness_isinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2088806Z test_nnc_correctness_isnan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2101341Z test_nnc_correctness_isnan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2113958Z test_nnc_correctness_isnan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2126458Z test_nnc_correctness_isnan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2139165Z test_nnc_correctness_isnan_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2151705Z test_nnc_correctness_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2164364Z test_nnc_correctness_isnan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2176966Z test_nnc_correctness_isnan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2189755Z test_nnc_correctness_isnan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2202235Z test_nnc_correctness_isnan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2214883Z test_nnc_correctness_isnan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2227476Z test_nnc_correctness_isnan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2240126Z test_nnc_correctness_isneginf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2252523Z test_nnc_correctness_isneginf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2265541Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2278248Z test_nnc_correctness_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2290781Z test_nnc_correctness_isneginf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2303647Z test_nnc_correctness_isneginf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2316155Z test_nnc_correctness_isneginf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2328713Z test_nnc_correctness_isneginf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2341334Z test_nnc_correctness_isneginf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2354064Z test_nnc_correctness_isneginf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2366579Z test_nnc_correctness_isposinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2379343Z test_nnc_correctness_isposinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2392134Z test_nnc_correctness_isposinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2404635Z test_nnc_correctness_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2417317Z test_nnc_correctness_isposinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2430445Z test_nnc_correctness_isposinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2443031Z test_nnc_correctness_isposinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2455642Z test_nnc_correctness_isposinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2468382Z test_nnc_correctness_isposinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2481104Z test_nnc_correctness_isposinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2493624Z test_nnc_correctness_isreal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2506530Z test_nnc_correctness_isreal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2519053Z test_nnc_correctness_isreal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2531927Z test_nnc_correctness_isreal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2544462Z test_nnc_correctness_isreal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2556856Z test_nnc_correctness_isreal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2569342Z test_nnc_correctness_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2582184Z test_nnc_correctness_isreal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2594625Z test_nnc_correctness_isreal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2607168Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2619808Z test_nnc_correctness_isreal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2632705Z test_nnc_correctness_isreal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2645235Z test_nnc_correctness_isreal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2658016Z test_nnc_correctness_istft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2670670Z test_nnc_correctness_istft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2683319Z test_nnc_correctness_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2696006Z test_nnc_correctness_istft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.2708615Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2721147Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2733796Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2746759Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2759145Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2773283Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2786737Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2799526Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2812264Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2825172Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2838077Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2850336Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2863074Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2875547Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2888303Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2900898Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2913579Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2926082Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2938680Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2951282Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2963739Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2976326Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.2989118Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3001667Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3014138Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3026871Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3039386Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3052002Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3064896Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3077206Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3089627Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3102270Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3114811Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3127205Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3139823Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3152557Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3165403Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3178040Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3190502Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3203115Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3215778Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3228492Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3241084Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3253590Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3266303Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3278716Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3291161Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3303990Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3316451Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3328981Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3341579Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3354145Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3366905Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3379741Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3392494Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3404848Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3417427Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3430085Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3442543Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3455056Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:41.3468011Z test_nnc_correctness_kron_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3480437Z test_nnc_correctness_kron_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3492815Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3505766Z test_nnc_correctness_kron_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3518141Z test_nnc_correctness_kron_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3530667Z test_nnc_correctness_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3543433Z test_nnc_correctness_kron_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3555957Z test_nnc_correctness_kron_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3568460Z test_nnc_correctness_kron_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3581092Z test_nnc_correctness_kron_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3593759Z test_nnc_correctness_kron_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3606467Z test_nnc_correctness_kron_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3619076Z test_nnc_correctness_kthvalue_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3631654Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3644126Z test_nnc_correctness_kthvalue_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3656732Z test_nnc_correctness_kthvalue_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3669268Z test_nnc_correctness_kthvalue_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3681655Z test_nnc_correctness_kthvalue_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3694160Z test_nnc_correctness_kthvalue_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3706962Z test_nnc_correctness_kthvalue_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3719679Z test_nnc_correctness_lcm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3732153Z test_nnc_correctness_lcm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3745040Z test_nnc_correctness_lcm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3757863Z test_nnc_correctness_lcm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3770384Z test_nnc_correctness_lcm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3783188Z test_nnc_correctness_ldexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3795708Z test_nnc_correctness_ldexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3808227Z test_nnc_correctness_ldexp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3820757Z test_nnc_correctness_ldexp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3833479Z test_nnc_correctness_ldexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3845984Z test_nnc_correctness_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3858829Z test_nnc_correctness_ldexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3871525Z test_nnc_correctness_ldexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3884153Z test_nnc_correctness_ldexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3896790Z test_nnc_correctness_ldexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3909549Z test_nnc_correctness_ldexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3922086Z test_nnc_correctness_ldexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3934714Z test_nnc_correctness_le_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3947452Z test_nnc_correctness_le_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3960102Z test_nnc_correctness_le_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3972715Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3985666Z test_nnc_correctness_le_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.3998162Z test_nnc_correctness_le_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4010645Z test_nnc_correctness_le_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4023393Z test_nnc_correctness_le_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4035940Z test_nnc_correctness_le_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4048580Z test_nnc_correctness_le_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4061356Z test_nnc_correctness_lerp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4074110Z test_nnc_correctness_lerp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4086754Z test_nnc_correctness_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4099300Z test_nnc_correctness_lerp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4112027Z test_nnc_correctness_lgamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4124542Z test_nnc_correctness_lgamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4137210Z test_nnc_correctness_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4149879Z test_nnc_correctness_lgamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4162362Z test_nnc_correctness_lgamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4175030Z test_nnc_correctness_lgamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4187676Z test_nnc_correctness_lgamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4200210Z test_nnc_correctness_lgamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4212680Z test_nnc_correctness_lgamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4225775Z test_nnc_correctness_linalg_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4238536Z test_nnc_correctness_linalg_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4251161Z test_nnc_correctness_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4264148Z test_nnc_correctness_linalg_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4276827Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4289540Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4302708Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4315560Z test_nnc_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4329090Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4342732Z test_nnc_correctness_linalg_cond_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4355812Z test_nnc_correctness_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4368812Z test_nnc_correctness_linalg_cond_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4381702Z test_nnc_correctness_linalg_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4394371Z test_nnc_correctness_linalg_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4406969Z test_nnc_correctness_linalg_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4419554Z test_nnc_correctness_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4432372Z test_nnc_correctness_linalg_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4444991Z test_nnc_correctness_linalg_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4457650Z test_nnc_correctness_linalg_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4470520Z test_nnc_correctness_linalg_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4483285Z test_nnc_correctness_linalg_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4495893Z test_nnc_correctness_linalg_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4508666Z test_nnc_correctness_linalg_det_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4521450Z test_nnc_correctness_linalg_det_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4534138Z test_nnc_correctness_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4547162Z test_nnc_correctness_linalg_det_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4559862Z test_nnc_correctness_linalg_det_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4572535Z test_nnc_correctness_linalg_det_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4585423Z test_nnc_correctness_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4598158Z test_nnc_correctness_linalg_det_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4611166Z test_nnc_correctness_linalg_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4624555Z test_nnc_correctness_linalg_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4637449Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4650547Z test_nnc_correctness_linalg_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4664091Z test_nnc_correctness_linalg_eigh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4677023Z test_nnc_correctness_linalg_eigh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4689957Z test_nnc_correctness_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4703302Z test_nnc_correctness_linalg_eigh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4716053Z test_nnc_correctness_linalg_eigvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4728986Z test_nnc_correctness_linalg_eigvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4741663Z test_nnc_correctness_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4754747Z test_nnc_correctness_linalg_eigvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4767583Z test_nnc_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4780598Z test_nnc_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4793500Z test_nnc_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4806328Z test_nnc_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4819263Z test_nnc_correctness_linalg_householder_product_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4832245Z test_nnc_correctness_linalg_householder_product_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4845092Z test_nnc_correctness_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4858007Z test_nnc_correctness_linalg_householder_product_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4870816Z test_nnc_correctness_linalg_inv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4883500Z test_nnc_correctness_linalg_inv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4896244Z test_nnc_correctness_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4909002Z test_nnc_correctness_linalg_inv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4921585Z test_nnc_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4934420Z test_nnc_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4947263Z test_nnc_correctness_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4959882Z test_nnc_correctness_linalg_inv_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4972567Z test_nnc_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4985533Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.4998248Z test_nnc_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5010840Z test_nnc_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5023887Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5036493Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5049100Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5062007Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5074706Z test_nnc_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5087515Z test_nnc_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5100667Z test_nnc_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5113169Z test_nnc_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5125623Z test_nnc_correctness_linalg_lstsq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5138260Z test_nnc_correctness_linalg_lstsq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5150887Z test_nnc_correctness_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5163310Z test_nnc_correctness_linalg_lstsq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5175957Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5188528Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5201012Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5213741Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5226257Z test_nnc_correctness_linalg_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5238701Z test_nnc_correctness_linalg_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5251066Z test_nnc_correctness_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5263799Z test_nnc_correctness_linalg_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5276471Z test_nnc_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5288752Z test_nnc_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5301461Z test_nnc_correctness_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5314115Z test_nnc_correctness_linalg_lu_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5326762Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5339498Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5352229Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5364812Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5377532Z test_nnc_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5390407Z test_nnc_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5402889Z test_nnc_correctness_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5415573Z test_nnc_correctness_linalg_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5428569Z test_nnc_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5441732Z test_nnc_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5454651Z test_nnc_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5467653Z test_nnc_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5480594Z test_nnc_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5493508Z test_nnc_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5507047Z test_nnc_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5519739Z test_nnc_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5532673Z test_nnc_correctness_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5545591Z test_nnc_correctness_linalg_matrix_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5558112Z test_nnc_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5570610Z test_nnc_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5583463Z test_nnc_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5596083Z test_nnc_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5608545Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5621360Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5634022Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5646611Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5659292Z test_nnc_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5671989Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5684536Z test_nnc_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5697132Z test_nnc_correctness_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5709910Z test_nnc_correctness_linalg_multi_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5722534Z test_nnc_correctness_linalg_multi_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5735308Z test_nnc_correctness_linalg_multi_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5743963Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:41.5756852Z test_nnc_correctness_linalg_multi_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5769565Z test_nnc_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5782455Z test_nnc_correctness_linalg_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5795271Z test_nnc_correctness_linalg_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5808079Z test_nnc_correctness_linalg_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5821061Z test_nnc_correctness_linalg_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5834019Z test_nnc_correctness_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5846949Z test_nnc_correctness_linalg_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5860102Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5873112Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5885674Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5898506Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5911400Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5924201Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5936764Z test_nnc_correctness_linalg_pinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5949359Z test_nnc_correctness_linalg_pinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5961884Z test_nnc_correctness_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5974341Z test_nnc_correctness_linalg_pinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5987064Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.5999459Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6011864Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6024665Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6036957Z test_nnc_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6049383Z test_nnc_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6062083Z test_nnc_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6074471Z test_nnc_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6086837Z test_nnc_correctness_linalg_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6099458Z test_nnc_correctness_linalg_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6111954Z test_nnc_correctness_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6124352Z test_nnc_correctness_linalg_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6136824Z test_nnc_correctness_linalg_slogdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6149347Z test_nnc_correctness_linalg_slogdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6161714Z test_nnc_correctness_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6174036Z test_nnc_correctness_linalg_slogdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6186690Z test_nnc_correctness_linalg_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6198926Z test_nnc_correctness_linalg_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6211281Z test_nnc_correctness_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6223822Z test_nnc_correctness_linalg_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6236231Z test_nnc_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6248914Z test_nnc_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6261383Z test_nnc_correctness_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6273992Z test_nnc_correctness_linalg_solve_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6286436Z test_nnc_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6298930Z test_nnc_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6311342Z test_nnc_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6323684Z test_nnc_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6336436Z test_nnc_correctness_linalg_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6349248Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6362113Z test_nnc_correctness_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6374717Z test_nnc_correctness_linalg_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6387478Z test_nnc_correctness_linalg_svdvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6400179Z test_nnc_correctness_linalg_svdvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6412959Z test_nnc_correctness_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6425894Z test_nnc_correctness_linalg_svdvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6438366Z test_nnc_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6450914Z test_nnc_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6463571Z test_nnc_correctness_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6475937Z test_nnc_correctness_linalg_tensorinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6488293Z test_nnc_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6500678Z test_nnc_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6513146Z test_nnc_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6525557Z test_nnc_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6538089Z test_nnc_correctness_linalg_vander_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6550579Z test_nnc_correctness_linalg_vander_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6563003Z test_nnc_correctness_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6575306Z test_nnc_correctness_linalg_vander_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6587737Z test_nnc_correctness_linalg_vander_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6600148Z test_nnc_correctness_linalg_vander_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6612436Z test_nnc_correctness_linalg_vander_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6625076Z test_nnc_correctness_linalg_vander_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6637431Z test_nnc_correctness_linalg_vander_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6649665Z test_nnc_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6662198Z test_nnc_correctness_linalg_vecdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6674520Z test_nnc_correctness_linalg_vecdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6686778Z test_nnc_correctness_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6699170Z test_nnc_correctness_linalg_vecdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6711653Z test_nnc_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6724051Z test_nnc_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6737163Z test_nnc_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6749351Z test_nnc_correctness_linalg_vector_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6761631Z test_nnc_correctness_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6774060Z test_nnc_correctness_linalg_vector_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6786876Z test_nnc_correctness_linspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6799432Z test_nnc_correctness_linspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6811942Z test_nnc_correctness_linspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6824720Z test_nnc_correctness_linspace_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6837318Z test_nnc_correctness_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6849845Z test_nnc_correctness_linspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6862565Z test_nnc_correctness_linspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6875298Z test_nnc_correctness_linspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6887640Z test_nnc_correctness_linspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6900057Z test_nnc_correctness_linspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6912527Z test_nnc_correctness_linspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6924884Z test_nnc_correctness_log10_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6937319Z test_nnc_correctness_log10_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6949758Z test_nnc_correctness_log10_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6962107Z test_nnc_correctness_log10_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6974403Z test_nnc_correctness_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6986900Z test_nnc_correctness_log10_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.6999176Z test_nnc_correctness_log10_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7011497Z test_nnc_correctness_log10_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7024026Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7036330Z test_nnc_correctness_log10_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7048686Z test_nnc_correctness_log10_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7061115Z test_nnc_correctness_log1p_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7073586Z test_nnc_correctness_log1p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7086041Z test_nnc_correctness_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7098578Z test_nnc_correctness_log1p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7111096Z test_nnc_correctness_log1p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7123569Z test_nnc_correctness_log1p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7136106Z test_nnc_correctness_log1p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7148703Z test_nnc_correctness_log1p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7160965Z test_nnc_correctness_log1p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7173703Z test_nnc_correctness_log2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7186393Z test_nnc_correctness_log2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7199041Z test_nnc_correctness_log2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7211536Z test_nnc_correctness_log2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7224338Z test_nnc_correctness_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7236896Z test_nnc_correctness_log2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7249454Z test_nnc_correctness_log2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7262362Z test_nnc_correctness_log2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7274814Z test_nnc_correctness_log2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7287193Z test_nnc_correctness_log2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7299789Z test_nnc_correctness_log2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7312460Z test_nnc_correctness_log_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7324942Z test_nnc_correctness_log_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7337569Z test_nnc_correctness_log_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7350205Z test_nnc_correctness_log_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7362822Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7375515Z test_nnc_correctness_log_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7388042Z test_nnc_correctness_log_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7400429Z test_nnc_correctness_log_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7412800Z test_nnc_correctness_log_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7425410Z test_nnc_correctness_log_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7437605Z test_nnc_correctness_log_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7449949Z test_nnc_correctness_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7462687Z test_nnc_correctness_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7474833Z test_nnc_correctness_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7487433Z test_nnc_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7500065Z test_nnc_correctness_log_softmax_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7512513Z test_nnc_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7524854Z test_nnc_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7537292Z test_nnc_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7549904Z test_nnc_correctness_log_softmax_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7562229Z test_nnc_correctness_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7574707Z test_nnc_correctness_log_softmax_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7587157Z test_nnc_correctness_log_softmax_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7599426Z test_nnc_correctness_log_softmax_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7612404Z test_nnc_correctness_log_softmax_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7624706Z test_nnc_correctness_log_softmax_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7637196Z test_nnc_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7649245Z test_nnc_correctness_logaddexp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7661878Z test_nnc_correctness_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7674255Z test_nnc_correctness_logaddexp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7686574Z test_nnc_correctness_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7699182Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7711571Z test_nnc_correctness_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7723858Z test_nnc_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7736252Z test_nnc_correctness_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7748692Z test_nnc_correctness_logcumsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7761140Z test_nnc_correctness_logdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7773513Z test_nnc_correctness_logdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7786166Z test_nnc_correctness_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7798522Z test_nnc_correctness_logdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7810879Z test_nnc_correctness_logical_and_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7823461Z test_nnc_correctness_logical_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7835901Z test_nnc_correctness_logical_and_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7848250Z test_nnc_correctness_logical_and_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7860825Z test_nnc_correctness_logical_and_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7873279Z test_nnc_correctness_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7885655Z test_nnc_correctness_logical_and_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7898147Z test_nnc_correctness_logical_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7910622Z test_nnc_correctness_logical_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7922919Z test_nnc_correctness_logical_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7935247Z test_nnc_correctness_logical_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7947740Z test_nnc_correctness_logical_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7960169Z test_nnc_correctness_logical_not_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7972659Z test_nnc_correctness_logical_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7985204Z test_nnc_correctness_logical_not_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.7997529Z test_nnc_correctness_logical_not_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8009910Z test_nnc_correctness_logical_not_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8022555Z test_nnc_correctness_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8034838Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8047126Z test_nnc_correctness_logical_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8059431Z test_nnc_correctness_logical_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8071863Z test_nnc_correctness_logical_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8084271Z test_nnc_correctness_logical_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8097030Z test_nnc_correctness_logical_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8109290Z test_nnc_correctness_logical_or_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8121671Z test_nnc_correctness_logical_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8134003Z test_nnc_correctness_logical_or_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8146599Z test_nnc_correctness_logical_or_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8158849Z test_nnc_correctness_logical_or_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8171278Z test_nnc_correctness_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8183931Z test_nnc_correctness_logical_or_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8196141Z test_nnc_correctness_logical_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8208674Z test_nnc_correctness_logical_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8221119Z test_nnc_correctness_logical_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8233767Z test_nnc_correctness_logical_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8246083Z test_nnc_correctness_logical_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8258350Z test_nnc_correctness_logical_xor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8270784Z test_nnc_correctness_logical_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8283185Z test_nnc_correctness_logical_xor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8295639Z test_nnc_correctness_logical_xor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8308177Z test_nnc_correctness_logical_xor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8320537Z test_nnc_correctness_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8332833Z test_nnc_correctness_logical_xor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8346041Z test_nnc_correctness_logical_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8358527Z test_nnc_correctness_logical_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8370966Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8383587Z test_nnc_correctness_logical_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8395887Z test_nnc_correctness_logical_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8408325Z test_nnc_correctness_logit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8420829Z test_nnc_correctness_logit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8433456Z test_nnc_correctness_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8445842Z test_nnc_correctness_logit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8458529Z test_nnc_correctness_logit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8470947Z test_nnc_correctness_logit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8483241Z test_nnc_correctness_logit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8496700Z test_nnc_correctness_logit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8509317Z test_nnc_correctness_logit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8522014Z test_nnc_correctness_logspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8534268Z test_nnc_correctness_logspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8546620Z test_nnc_correctness_logspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8558829Z test_nnc_correctness_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8570980Z test_nnc_correctness_logspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8583355Z test_nnc_correctness_logspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8595614Z test_nnc_correctness_logspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8607978Z test_nnc_correctness_logspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8620317Z test_nnc_correctness_logspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8632661Z test_nnc_correctness_logspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8644958Z test_nnc_correctness_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8657286Z test_nnc_correctness_logsumexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8669630Z test_nnc_correctness_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8681831Z test_nnc_correctness_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8694033Z test_nnc_correctness_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8706534Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8719256Z test_nnc_correctness_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8731298Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8743814Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8756079Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8768389Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8780973Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8793265Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8805594Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8817976Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8830234Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8842448Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8854712Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8867137Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8879412Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8891638Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8904152Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8916347Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8928572Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8940907Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8953335Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8965673Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8978076Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.8990378Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9002499Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9014913Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9027261Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9039618Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9051970Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9064552Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9076784Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9089098Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9101637Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9114072Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9126329Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9138687Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9151084Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9163355Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9175687Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9188213Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9200401Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9212737Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9225549Z test_nnc_correctness_mH_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9238040Z test_nnc_correctness_mH_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9250659Z test_nnc_correctness_mH_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9263474Z test_nnc_correctness_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9275959Z test_nnc_correctness_mH_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9288654Z test_nnc_correctness_mH_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9301335Z test_nnc_correctness_mH_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9313956Z test_nnc_correctness_mH_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9326390Z test_nnc_correctness_mH_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9339309Z test_nnc_correctness_mH_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9351759Z test_nnc_correctness_mT_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9364393Z test_nnc_correctness_mT_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9377200Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9390171Z test_nnc_correctness_mT_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9402518Z test_nnc_correctness_mT_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9415495Z test_nnc_correctness_mT_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9428056Z test_nnc_correctness_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9440627Z test_nnc_correctness_mT_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9453168Z test_nnc_correctness_mT_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9466050Z test_nnc_correctness_mT_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9478745Z test_nnc_correctness_mT_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9491599Z test_nnc_correctness_mT_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9504385Z test_nnc_correctness_mT_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9517144Z test_nnc_correctness_masked_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9529953Z test_nnc_correctness_masked_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9542942Z test_nnc_correctness_masked_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9555750Z test_nnc_correctness_masked_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9568331Z test_nnc_correctness_masked_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9581190Z test_nnc_correctness_masked_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9594032Z test_nnc_correctness_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9606673Z test_nnc_correctness_masked_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9619298Z test_nnc_correctness_masked_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9632067Z test_nnc_correctness_masked_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9644656Z test_nnc_correctness_masked_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9657582Z test_nnc_correctness_masked_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9670348Z test_nnc_correctness_masked_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9683163Z test_nnc_correctness_masked_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9695836Z test_nnc_correctness_masked_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9708711Z test_nnc_correctness_masked_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9721452Z test_nnc_correctness_masked_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9733722Z test_nnc_correctness_masked_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9746626Z test_nnc_correctness_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9759297Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9771806Z test_nnc_correctness_masked_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9784490Z test_nnc_correctness_masked_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9796933Z test_nnc_correctness_masked_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9809409Z test_nnc_correctness_masked_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9822415Z test_nnc_correctness_masked_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9834625Z test_nnc_correctness_masked_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9847174Z test_nnc_correctness_masked_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9859797Z test_nnc_correctness_masked_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9872434Z test_nnc_correctness_masked_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9884928Z test_nnc_correctness_masked_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9897528Z test_nnc_correctness_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9910183Z test_nnc_correctness_masked_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9922690Z test_nnc_correctness_masked_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9935309Z test_nnc_correctness_masked_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9947921Z test_nnc_correctness_masked_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9960555Z test_nnc_correctness_masked_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9972744Z test_nnc_correctness_masked_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9985519Z test_nnc_correctness_matmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:41.9998068Z test_nnc_correctness_matmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0010365Z test_nnc_correctness_matmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0023079Z test_nnc_correctness_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0035546Z test_nnc_correctness_matmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0048257Z test_nnc_correctness_matmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0061137Z test_nnc_correctness_matmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0070051Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.0082182Z test_nnc_correctness_matmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0094611Z test_nnc_correctness_matmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0107063Z test_nnc_correctness_matrix_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0119245Z test_nnc_correctness_matrix_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0131597Z test_nnc_correctness_matrix_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0144091Z test_nnc_correctness_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0156342Z test_nnc_correctness_matrix_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0168582Z test_nnc_correctness_max_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0180988Z test_nnc_correctness_max_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0193294Z test_nnc_correctness_max_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0205475Z test_nnc_correctness_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0218009Z test_nnc_correctness_max_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0230372Z test_nnc_correctness_max_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0243213Z test_nnc_correctness_max_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0255062Z test_nnc_correctness_max_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0267698Z test_nnc_correctness_max_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0280329Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0292352Z test_nnc_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0305050Z test_nnc_correctness_max_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0317583Z test_nnc_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0329560Z test_nnc_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0342150Z test_nnc_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0354333Z test_nnc_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0366676Z test_nnc_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0379068Z test_nnc_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0391413Z test_nnc_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0403575Z test_nnc_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0415873Z test_nnc_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0428167Z test_nnc_correctness_max_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0440419Z test_nnc_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0452631Z test_nnc_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0465338Z test_nnc_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0477972Z test_nnc_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0491080Z test_nnc_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0504686Z test_nnc_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0517580Z test_nnc_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0530030Z test_nnc_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0542569Z test_nnc_correctness_maximum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0554769Z test_nnc_correctness_maximum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0567283Z test_nnc_correctness_maximum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0579880Z test_nnc_correctness_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0592501Z test_nnc_correctness_maximum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0604978Z test_nnc_correctness_maximum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0617778Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0630288Z test_nnc_correctness_maximum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0642685Z test_nnc_correctness_maximum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0655139Z test_nnc_correctness_maximum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0667563Z test_nnc_correctness_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0679970Z test_nnc_correctness_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0692402Z test_nnc_correctness_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0705021Z test_nnc_correctness_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0717402Z test_nnc_correctness_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0730320Z test_nnc_correctness_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0742486Z test_nnc_correctness_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0754929Z test_nnc_correctness_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0767122Z test_nnc_correctness_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0779200Z test_nnc_correctness_median_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0791515Z test_nnc_correctness_median_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0803549Z test_nnc_correctness_median_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0815592Z test_nnc_correctness_median_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0827755Z test_nnc_correctness_median_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0839780Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0851826Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0864051Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0876232Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0888433Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0900640Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0912815Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0924825Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0937038Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0949176Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0961301Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0973591Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0986461Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.0997854Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1009672Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1021701Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1033889Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1046032Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1058117Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1070234Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1082391Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1094387Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1106685Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1118839Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1130827Z test_nnc_correctness_min_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1143113Z test_nnc_correctness_min_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1155118Z test_nnc_correctness_min_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1167045Z test_nnc_correctness_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1179172Z test_nnc_correctness_min_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1191367Z test_nnc_correctness_min_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1203627Z test_nnc_correctness_min_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1215897Z test_nnc_correctness_min_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1228545Z test_nnc_correctness_min_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1240472Z test_nnc_correctness_min_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1252867Z test_nnc_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1265062Z test_nnc_correctness_min_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1277196Z test_nnc_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1289262Z test_nnc_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1302184Z test_nnc_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1314494Z test_nnc_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1326641Z test_nnc_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1338980Z test_nnc_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1351573Z test_nnc_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1364054Z test_nnc_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1376765Z test_nnc_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1389556Z test_nnc_correctness_min_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1402044Z test_nnc_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1414615Z test_nnc_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1427263Z test_nnc_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1439912Z test_nnc_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1452344Z test_nnc_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1465060Z test_nnc_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1477519Z test_nnc_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1489902Z test_nnc_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1502542Z test_nnc_correctness_minimum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1514971Z test_nnc_correctness_minimum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1527394Z test_nnc_correctness_minimum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1540002Z test_nnc_correctness_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1552702Z test_nnc_correctness_minimum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1565217Z test_nnc_correctness_minimum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1577835Z test_nnc_correctness_minimum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1591269Z test_nnc_correctness_minimum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1603540Z test_nnc_correctness_minimum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1616152Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1628845Z test_nnc_correctness_mm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1641417Z test_nnc_correctness_mm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1653942Z test_nnc_correctness_mm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1666781Z test_nnc_correctness_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1679432Z test_nnc_correctness_mm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1691977Z test_nnc_correctness_mm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1704848Z test_nnc_correctness_mm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1717465Z test_nnc_correctness_mm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1729797Z test_nnc_correctness_mm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1742363Z test_nnc_correctness_mm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1754612Z test_nnc_correctness_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1767453Z test_nnc_correctness_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1779848Z test_nnc_correctness_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1792061Z test_nnc_correctness_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1804111Z test_nnc_correctness_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1816309Z test_nnc_correctness_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1828571Z test_nnc_correctness_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1840549Z test_nnc_correctness_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1852559Z test_nnc_correctness_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1864839Z test_nnc_correctness_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1877111Z test_nnc_correctness_movedim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1889046Z test_nnc_correctness_movedim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1901293Z test_nnc_correctness_movedim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1913480Z test_nnc_correctness_movedim_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1925589Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1937816Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1950077Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1961948Z test_nnc_correctness_movedim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1974243Z test_nnc_correctness_movedim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.1986996Z test_nnc_correctness_movedim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2000203Z test_nnc_correctness_movedim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2013159Z test_nnc_correctness_movedim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2026343Z test_nnc_correctness_movedim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2038536Z test_nnc_correctness_msort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2050653Z test_nnc_correctness_msort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2063013Z test_nnc_correctness_msort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2075137Z test_nnc_correctness_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2087282Z test_nnc_correctness_msort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2099412Z test_nnc_correctness_msort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2111547Z test_nnc_correctness_msort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2123627Z test_nnc_correctness_msort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2135929Z test_nnc_correctness_msort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2148234Z test_nnc_correctness_msort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2160652Z test_nnc_correctness_mul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2172607Z test_nnc_correctness_mul_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2185085Z test_nnc_correctness_mul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2197095Z test_nnc_correctness_mul_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2209202Z test_nnc_correctness_mul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2221203Z test_nnc_correctness_mul_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2233641Z test_nnc_correctness_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2246211Z test_nnc_correctness_mul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2259337Z test_nnc_correctness_mul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2272530Z test_nnc_correctness_mul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2285313Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2297710Z test_nnc_correctness_mul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2309913Z test_nnc_correctness_mul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2322074Z test_nnc_correctness_multinomial_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2334120Z test_nnc_correctness_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2346627Z test_nnc_correctness_multinomial_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2358752Z test_nnc_correctness_mv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2370826Z test_nnc_correctness_mv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2383168Z test_nnc_correctness_mv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2395597Z test_nnc_correctness_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2407455Z test_nnc_correctness_mv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2419592Z test_nnc_correctness_mv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2431760Z test_nnc_correctness_mv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2443812Z test_nnc_correctness_mv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2455824Z test_nnc_correctness_mv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2468088Z test_nnc_correctness_mv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2480153Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2492592Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2505888Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2518972Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2532104Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2544531Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2556751Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2568860Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2581234Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2593451Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2605303Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2617535Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2629684Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2641846Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2653937Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2666417Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2678506Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2690438Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2702849Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2714753Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2726837Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2738792Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2751846Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2764154Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2777351Z test_nnc_correctness_nan_to_num_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2790618Z test_nnc_correctness_nan_to_num_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2803566Z test_nnc_correctness_nan_to_num_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2816105Z test_nnc_correctness_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2828453Z test_nnc_correctness_nan_to_num_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2840809Z test_nnc_correctness_nan_to_num_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2853043Z test_nnc_correctness_nan_to_num_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2865526Z test_nnc_correctness_nan_to_num_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2877719Z test_nnc_correctness_nan_to_num_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2889987Z test_nnc_correctness_nan_to_num_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2902393Z test_nnc_correctness_nanmean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2914716Z test_nnc_correctness_nanmean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2927191Z test_nnc_correctness_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2939334Z test_nnc_correctness_nanmean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2951809Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2964027Z test_nnc_correctness_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2976370Z test_nnc_correctness_nanmedian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.2988807Z test_nnc_correctness_nanmedian_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3000883Z test_nnc_correctness_nanmedian_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3013252Z test_nnc_correctness_nanmedian_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3025747Z test_nnc_correctness_nanmedian_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3038939Z test_nnc_correctness_nanmedian_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3051732Z test_nnc_correctness_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3064236Z test_nnc_correctness_nanquantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3076236Z test_nnc_correctness_nansum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3088318Z test_nnc_correctness_nansum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3100537Z test_nnc_correctness_nansum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3112697Z test_nnc_correctness_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3124723Z test_nnc_correctness_nansum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3136870Z test_nnc_correctness_nansum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3149018Z test_nnc_correctness_nansum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3161198Z test_nnc_correctness_nansum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3173121Z test_nnc_correctness_nansum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3185435Z test_nnc_correctness_nansum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3197390Z test_nnc_correctness_narrow_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3209340Z test_nnc_correctness_narrow_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3221367Z test_nnc_correctness_narrow_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3233520Z test_nnc_correctness_narrow_copy_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3245518Z test_nnc_correctness_narrow_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3258116Z test_nnc_correctness_narrow_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3270868Z test_nnc_correctness_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3283803Z test_nnc_correctness_narrow_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3296931Z test_nnc_correctness_narrow_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3309816Z test_nnc_correctness_narrow_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3322107Z test_nnc_correctness_narrow_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3334223Z test_nnc_correctness_narrow_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3346602Z test_nnc_correctness_narrow_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3359473Z test_nnc_correctness_narrow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3371553Z test_nnc_correctness_narrow_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3384208Z test_nnc_correctness_narrow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3396343Z test_nnc_correctness_narrow_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3408577Z test_nnc_correctness_narrow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3420912Z test_nnc_correctness_narrow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3433294Z test_nnc_correctness_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3445586Z test_nnc_correctness_narrow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3457990Z test_nnc_correctness_narrow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3470312Z test_nnc_correctness_narrow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3482537Z test_nnc_correctness_narrow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3494902Z test_nnc_correctness_narrow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3507279Z test_nnc_correctness_narrow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3519717Z test_nnc_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3532175Z test_nnc_correctness_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3545497Z test_nnc_correctness_native_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3557511Z test_nnc_correctness_ne_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3569869Z test_nnc_correctness_ne_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3582581Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3594964Z test_nnc_correctness_ne_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3607434Z test_nnc_correctness_ne_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3619995Z test_nnc_correctness_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3632422Z test_nnc_correctness_ne_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3644737Z test_nnc_correctness_ne_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3657082Z test_nnc_correctness_ne_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3669614Z test_nnc_correctness_ne_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3681944Z test_nnc_correctness_ne_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3694279Z test_nnc_correctness_ne_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3707127Z test_nnc_correctness_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3719111Z test_nnc_correctness_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3731623Z test_nnc_correctness_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3744244Z test_nnc_correctness_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3756637Z test_nnc_correctness_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3769185Z test_nnc_correctness_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3781626Z test_nnc_correctness_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3794408Z test_nnc_correctness_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3806934Z test_nnc_correctness_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3819365Z test_nnc_correctness_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3832004Z test_nnc_correctness_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3844494Z test_nnc_correctness_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.3853087Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3861271Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3869983Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3878251Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3886693Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3895026Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3903503Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3912586Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3920665Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3929214Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3938505Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3947294Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3956755Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3966172Z test_nnc_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:42.3975578Z test_nnc_correctness_new_empty_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:42.3985026Z test_nnc_correctness_new_empty_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:42.3994239Z test_nnc_correctness_new_empty_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:42.4003447Z test_nnc_correctness_new_empty_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:42.4012716Z test_nnc_correctness_new_empty_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:42.4022345Z test_nnc_correctness_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:42.4031587Z test_nnc_correctness_new_empty_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:42.4040961Z test_nnc_correctness_new_empty_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:42.4050059Z test_nnc_correctness_new_empty_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:42.4058997Z test_nnc_correctness_new_empty_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:42.4067238Z test_nnc_correctness_new_empty_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:42.4075732Z test_nnc_correctness_new_empty_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:42.4090294Z test_nnc_correctness_new_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4103647Z test_nnc_correctness_new_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4116623Z test_nnc_correctness_new_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4129328Z test_nnc_correctness_new_full_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4142114Z test_nnc_correctness_new_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4154457Z test_nnc_correctness_new_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4166849Z test_nnc_correctness_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4179239Z test_nnc_correctness_new_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4191604Z test_nnc_correctness_new_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4204040Z test_nnc_correctness_new_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4216345Z test_nnc_correctness_new_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4228976Z test_nnc_correctness_new_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4241228Z test_nnc_correctness_new_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4253591Z test_nnc_correctness_new_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4266242Z test_nnc_correctness_new_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4278647Z test_nnc_correctness_new_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4290948Z test_nnc_correctness_new_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4304003Z test_nnc_correctness_new_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4316553Z test_nnc_correctness_new_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4328777Z test_nnc_correctness_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4341250Z test_nnc_correctness_new_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4353756Z test_nnc_correctness_new_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4366240Z test_nnc_correctness_new_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4378555Z test_nnc_correctness_new_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4390791Z test_nnc_correctness_new_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4403136Z test_nnc_correctness_new_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4415395Z test_nnc_correctness_new_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4427865Z test_nnc_correctness_new_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4440064Z test_nnc_correctness_new_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4452160Z test_nnc_correctness_new_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4464566Z test_nnc_correctness_new_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4476629Z test_nnc_correctness_new_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4488886Z test_nnc_correctness_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4501084Z test_nnc_correctness_new_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4513474Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4525958Z test_nnc_correctness_new_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4538111Z test_nnc_correctness_new_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4550650Z test_nnc_correctness_new_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4562869Z test_nnc_correctness_new_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4575349Z test_nnc_correctness_nextafter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4587939Z test_nnc_correctness_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4600117Z test_nnc_correctness_nextafter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4612448Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4625051Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4637545Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4649584Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4661890Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4674114Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4686396Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4698786Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4711206Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4723514Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4735908Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4748417Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4760796Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4773233Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4785776Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4798090Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4810641Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4822978Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4835277Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4847712Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4860321Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4872984Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4885515Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4898311Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4910804Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4923365Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4935940Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4948505Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4957163Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.4969559Z test_nnc_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4982482Z test_nnc_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.4990864Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.5003733Z test_nnc_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5016528Z test_nnc_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5029333Z test_nnc_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5042009Z test_nnc_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5054649Z test_nnc_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5067365Z test_nnc_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5080061Z test_nnc_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5088836Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.5097210Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.5109766Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5122066Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5134600Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5147412Z test_nnc_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5159846Z test_nnc_correctness_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5172512Z test_nnc_correctness_nn_functional_celu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5185379Z test_nnc_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5197910Z test_nnc_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5210464Z test_nnc_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5223324Z test_nnc_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5235802Z test_nnc_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5248303Z test_nnc_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5260896Z test_nnc_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5273724Z test_nnc_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5286296Z test_nnc_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5298838Z test_nnc_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5311482Z test_nnc_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5324029Z test_nnc_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5336722Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5349373Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5361824Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5374413Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5387135Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5399552Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5412185Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5424755Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5437177Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5449748Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5462663Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5475237Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5487882Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5500593Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5513423Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5526151Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5538956Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5551662Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5564272Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5576947Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5589546Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5602154Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5614582Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5627355Z test_nnc_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5639831Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5652328Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5665376Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5677731Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5690208Z test_nnc_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5702842Z test_nnc_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5715225Z test_nnc_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5727806Z test_nnc_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5740394Z test_nnc_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5752906Z test_nnc_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5765513Z test_nnc_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5778118Z test_nnc_correctness_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5790929Z test_nnc_correctness_nn_functional_dropout_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5803341Z test_nnc_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5815792Z test_nnc_correctness_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5828473Z test_nnc_correctness_nn_functional_elu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5841008Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5853505Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5866195Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5878640Z test_nnc_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5891082Z test_nnc_correctness_nn_functional_embedding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5903741Z test_nnc_correctness_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5916139Z test_nnc_correctness_nn_functional_embedding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5928861Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5941400Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5954147Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5966635Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5979281Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.5991993Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6004560Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6017073Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6029723Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6042339Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6054970Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6067417Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6079825Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6092380Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6105191Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6117680Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6130387Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6143215Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6155742Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6168380Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6180948Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6193545Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6206006Z test_nnc_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6218633Z test_nnc_correctness_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6231246Z test_nnc_correctness_nn_functional_gelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6243708Z test_nnc_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6256414Z test_nnc_correctness_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6269040Z test_nnc_correctness_nn_functional_glu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6281699Z test_nnc_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6294288Z test_nnc_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6307802Z test_nnc_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6320083Z test_nnc_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6332669Z test_nnc_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6345599Z test_nnc_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6358195Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6370704Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6383712Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6396180Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6408929Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6421490Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6434373Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6446869Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6459496Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6472190Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6484747Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6497368Z test_nnc_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6509953Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6522345Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6534891Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6547633Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6560254Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6572819Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6585623Z test_nnc_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6598049Z test_nnc_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6610663Z test_nnc_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6623386Z test_nnc_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6635990Z test_nnc_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6648539Z test_nnc_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6661149Z test_nnc_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6673726Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6686327Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6698875Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6711416Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6723951Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6736754Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6749686Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6762055Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6774601Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6787217Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6799898Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6812741Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6825763Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6838484Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6851266Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6864270Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6876831Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6889556Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6902619Z test_nnc_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6915336Z test_nnc_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6928164Z test_nnc_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6941281Z test_nnc_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6953891Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6966488Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6979136Z test_nnc_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.6991943Z test_nnc_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7004648Z test_nnc_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7017423Z test_nnc_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7030268Z test_nnc_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7042960Z test_nnc_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7055676Z test_nnc_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7068406Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7081056Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7093700Z test_nnc_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7106695Z test_nnc_correctness_nn_functional_linear_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7119306Z test_nnc_correctness_nn_functional_linear_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7131876Z test_nnc_correctness_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7144786Z test_nnc_correctness_nn_functional_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7157377Z test_nnc_correctness_nn_functional_linear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7170071Z test_nnc_correctness_nn_functional_linear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7183116Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7195557Z test_nnc_correctness_nn_functional_linear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7208423Z test_nnc_correctness_nn_functional_linear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7221046Z test_nnc_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7233978Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7246813Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7259831Z test_nnc_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7272883Z test_nnc_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7285650Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7298639Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7311300Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7323839Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7336420Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7349305Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7361845Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7374445Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7387394Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7400035Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7409028Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-09-27T15:53:42.7421554Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7434260Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7446678Z test_nnc_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7459145Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7472003Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7484250Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7496951Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7509675Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7522119Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7534580Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7547206Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7559454Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7572311Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7585149Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7597950Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7626802Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:53:42.7639178Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7651558Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7664542Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7676905Z test_nnc_correctness_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7689378Z test_nnc_correctness_nn_functional_mish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7702157Z test_nnc_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7714336Z test_nnc_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7726689Z test_nnc_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7739538Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7751935Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7764355Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7776733Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7789293Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7802316Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7815370Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7828758Z test_nnc_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7841044Z test_nnc_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7853428Z test_nnc_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7866048Z test_nnc_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7878358Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7890950Z test_nnc_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7903576Z test_nnc_correctness_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7915848Z test_nnc_correctness_nn_functional_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7928179Z test_nnc_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7940685Z test_nnc_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7953202Z test_nnc_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7965620Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7978146Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.7990866Z test_nnc_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8003477Z test_nnc_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8015796Z test_nnc_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8028762Z test_nnc_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8040990Z test_nnc_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8053242Z test_nnc_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8065833Z test_nnc_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8079328Z test_nnc_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8092302Z test_nnc_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8105255Z test_nnc_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8117768Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8130053Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8142865Z test_nnc_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8155531Z test_nnc_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8167660Z test_nnc_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8180207Z test_nnc_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8192495Z test_nnc_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8205154Z test_nnc_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8217669Z test_nnc_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8230190Z test_nnc_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8242535Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8254947Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8267890Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8279809Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8291901Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8304620Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8317692Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8330950Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8344327Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8357251Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8369565Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8382521Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8395014Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8407571Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8420101Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8432567Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8444933Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8457496Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8470040Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8482400Z test_nnc_correctness_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8494900Z test_nnc_correctness_nn_functional_pdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8507536Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8519951Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8532267Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8544783Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8557692Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8570937Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8583492Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8596131Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8608374Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8620784Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8633181Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8645627Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8658138Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8670585Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8683041Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8695408Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8708215Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8720731Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8733242Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8746065Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8758415Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8770944Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8783333Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8795649Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8808290Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8820646Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8832966Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8845138Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8857664Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8870069Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8882310Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8894632Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8907075Z test_nnc_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8919378Z test_nnc_correctness_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8931780Z test_nnc_correctness_nn_functional_prelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8944489Z test_nnc_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8956910Z test_nnc_correctness_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8969267Z test_nnc_correctness_nn_functional_relu6_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8981888Z test_nnc_correctness_nn_functional_relu6_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.8994197Z test_nnc_correctness_nn_functional_relu6_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9006599Z test_nnc_correctness_nn_functional_relu6_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9019052Z test_nnc_correctness_nn_functional_relu6_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9031635Z test_nnc_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9043733Z test_nnc_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9056294Z test_nnc_correctness_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9068735Z test_nnc_correctness_nn_functional_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9081570Z test_nnc_correctness_nn_functional_relu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9093831Z test_nnc_correctness_nn_functional_relu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9106452Z test_nnc_correctness_nn_functional_relu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9118895Z test_nnc_correctness_nn_functional_relu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9131220Z test_nnc_correctness_nn_functional_relu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9143983Z test_nnc_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9156240Z test_nnc_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9168564Z test_nnc_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9181025Z test_nnc_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9193419Z test_nnc_correctness_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9205713Z test_nnc_correctness_nn_functional_selu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9218067Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9230415Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9242673Z test_nnc_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9255000Z test_nnc_correctness_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9267581Z test_nnc_correctness_nn_functional_silu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9279904Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9292433Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9305665Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9317723Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9330382Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9343274Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9356244Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9368685Z test_nnc_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9381540Z test_nnc_correctness_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9394421Z test_nnc_correctness_nn_functional_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9407039Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9419895Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9432793Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9445424Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9458310Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9471104Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9483855Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9496686Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9509486Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9522133Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9534876Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9547657Z test_nnc_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9560537Z test_nnc_correctness_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9573444Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9586171Z test_nnc_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9598932Z test_nnc_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9611681Z test_nnc_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9624817Z test_nnc_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9637644Z test_nnc_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9650534Z test_nnc_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9663450Z test_nnc_correctness_nn_functional_softsign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9676188Z test_nnc_correctness_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9688841Z test_nnc_correctness_nn_functional_softsign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9701594Z test_nnc_correctness_nn_functional_softsign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9714376Z test_nnc_correctness_nn_functional_softsign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9727065Z test_nnc_correctness_nn_functional_softsign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9739863Z test_nnc_correctness_nn_functional_softsign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9752745Z test_nnc_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9765634Z test_nnc_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9778468Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9791060Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9803602Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9816198Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9829018Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9841527Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9853852Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9866610Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9879129Z test_nnc_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9891714Z test_nnc_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9904610Z test_nnc_correctness_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9917091Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9929614Z test_nnc_correctness_nn_functional_threshold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9942434Z test_nnc_correctness_nn_functional_threshold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9954935Z test_nnc_correctness_nn_functional_threshold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9967452Z test_nnc_correctness_nn_functional_threshold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9980164Z test_nnc_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:42.9992832Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0005368Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0018005Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0030608Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0043141Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0055744Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0069587Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0083223Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0096545Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0110091Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0123553Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0137068Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0150650Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0163915Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0177261Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0190604Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0203825Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0217335Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0230759Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0244035Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0257397Z test_nnc_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0270831Z test_nnc_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0284100Z test_nnc_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0297447Z test_nnc_correctness_nn_functional_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0310839Z test_nnc_correctness_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0324028Z test_nnc_correctness_nn_functional_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0337413Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0350989Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0364076Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0377422Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0390554Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0402952Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0415597Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0428211Z test_nnc_correctness_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0440795Z test_nnc_correctness_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0453427Z test_nnc_correctness_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0466200Z test_nnc_correctness_nonzero_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0478612Z test_nnc_correctness_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0491230Z test_nnc_correctness_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0503975Z test_nnc_correctness_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0516762Z test_nnc_correctness_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0529209Z test_nnc_correctness_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0542148Z test_nnc_correctness_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0554568Z test_nnc_correctness_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0567323Z test_nnc_correctness_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0580046Z test_nnc_correctness_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0592795Z test_nnc_correctness_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0605493Z test_nnc_correctness_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0618143Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0631011Z test_nnc_correctness_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0643345Z test_nnc_correctness_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0655895Z test_nnc_correctness_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0668420Z test_nnc_correctness_norm_fro_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0680804Z test_nnc_correctness_norm_fro_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0693229Z test_nnc_correctness_norm_fro_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0706107Z test_nnc_correctness_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0718523Z test_nnc_correctness_norm_fro_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0730955Z test_nnc_correctness_norm_inf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0743819Z test_nnc_correctness_norm_inf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0756506Z test_nnc_correctness_norm_inf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0768998Z test_nnc_correctness_norm_inf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0781277Z test_nnc_correctness_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0793818Z test_nnc_correctness_norm_inf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0806150Z test_nnc_correctness_norm_nuc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0818582Z test_nnc_correctness_norm_nuc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0830939Z test_nnc_correctness_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0843286Z test_nnc_correctness_norm_nuc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0855720Z test_nnc_correctness_normal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0868076Z test_nnc_correctness_normal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0880336Z test_nnc_correctness_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0892778Z test_nnc_correctness_normal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0905353Z test_nnc_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0917431Z test_nnc_correctness_normal_number_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0929728Z test_nnc_correctness_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0942129Z test_nnc_correctness_normal_number_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0954410Z test_nnc_correctness_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0966588Z test_nnc_correctness_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0978948Z test_nnc_correctness_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.0991340Z test_nnc_correctness_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1003528Z test_nnc_correctness_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1015875Z test_nnc_correctness_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1028246Z test_nnc_correctness_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1040545Z test_nnc_correctness_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1052915Z test_nnc_correctness_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1065574Z test_nnc_correctness_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1077746Z test_nnc_correctness_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1090016Z test_nnc_correctness_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1102935Z test_nnc_correctness_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1115080Z test_nnc_correctness_ones_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1127211Z test_nnc_correctness_ones_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1139535Z test_nnc_correctness_ones_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1152047Z test_nnc_correctness_ones_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1164196Z test_nnc_correctness_ones_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1176645Z test_nnc_correctness_ones_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1189116Z test_nnc_correctness_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1201275Z test_nnc_correctness_ones_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1213505Z test_nnc_correctness_ones_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1226089Z test_nnc_correctness_ones_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1238159Z test_nnc_correctness_ones_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1250289Z test_nnc_correctness_ones_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1263050Z test_nnc_correctness_ones_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1275218Z test_nnc_correctness_ormqr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1287500Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1299828Z test_nnc_correctness_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1312223Z test_nnc_correctness_ormqr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1324509Z test_nnc_correctness_outer_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1337161Z test_nnc_correctness_outer_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1350462Z test_nnc_correctness_outer_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1363618Z test_nnc_correctness_outer_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1376205Z test_nnc_correctness_outer_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1388690Z test_nnc_correctness_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1401044Z test_nnc_correctness_outer_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1413251Z test_nnc_correctness_outer_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1425774Z test_nnc_correctness_outer_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1438184Z test_nnc_correctness_outer_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1450386Z test_nnc_correctness_outer_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1462926Z test_nnc_correctness_outer_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1475925Z test_nnc_correctness_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1488748Z test_nnc_correctness_pca_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1501143Z test_nnc_correctness_permute_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1513570Z test_nnc_correctness_permute_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1525772Z test_nnc_correctness_permute_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1538062Z test_nnc_correctness_permute_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1550454Z test_nnc_correctness_permute_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1562596Z test_nnc_correctness_permute_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1575152Z test_nnc_correctness_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1587367Z test_nnc_correctness_permute_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1599489Z test_nnc_correctness_permute_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1611796Z test_nnc_correctness_permute_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1624188Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1636410Z test_nnc_correctness_permute_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1648620Z test_nnc_correctness_permute_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1661114Z test_nnc_correctness_pinverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1673492Z test_nnc_correctness_pinverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1685802Z test_nnc_correctness_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1698227Z test_nnc_correctness_pinverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1710498Z test_nnc_correctness_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1722675Z test_nnc_correctness_polar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1734935Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1747497Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1760084Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1772406Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1785198Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1797776Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1810485Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1823498Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1836075Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1848654Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1861577Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1874535Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1886703Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1899052Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1911607Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1923857Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1936274Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1948827Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1961244Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1973529Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1986260Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.1998794Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2011136Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2023883Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2036190Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2048508Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2060938Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2073414Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2085989Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2098718Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2111412Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2123822Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2136345Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2149018Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2161524Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2174070Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2186819Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2199304Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2211804Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2224518Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2236952Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2249361Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2262160Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2274611Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2287217Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2299706Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2312291Z test_nnc_correctness_positive_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2324642Z test_nnc_correctness_positive_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2337333Z test_nnc_correctness_positive_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2349849Z test_nnc_correctness_positive_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2362268Z test_nnc_correctness_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2374679Z test_nnc_correctness_positive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2387320Z test_nnc_correctness_positive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2399691Z test_nnc_correctness_positive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2412025Z test_nnc_correctness_positive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2424661Z test_nnc_correctness_positive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2437247Z test_nnc_correctness_positive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2449561Z test_nnc_correctness_pow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2462316Z test_nnc_correctness_pow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2474696Z test_nnc_correctness_pow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2487131Z test_nnc_correctness_pow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2499638Z test_nnc_correctness_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2512135Z test_nnc_correctness_pow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2524657Z test_nnc_correctness_pow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2537188Z test_nnc_correctness_pow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2549781Z test_nnc_correctness_pow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2562214Z test_nnc_correctness_pow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2574843Z test_nnc_correctness_pow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2587522Z test_nnc_correctness_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2600030Z test_nnc_correctness_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2612605Z test_nnc_correctness_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2625317Z test_nnc_correctness_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2637756Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2650204Z test_nnc_correctness_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2663234Z test_nnc_correctness_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2675375Z test_nnc_correctness_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2687766Z test_nnc_correctness_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2700310Z test_nnc_correctness_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2712783Z test_nnc_correctness_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2725095Z test_nnc_correctness_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2737795Z test_nnc_correctness_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2751500Z test_nnc_correctness_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2763925Z test_nnc_correctness_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2776423Z test_nnc_correctness_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2789182Z test_nnc_correctness_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2801824Z test_nnc_correctness_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2814210Z test_nnc_correctness_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2826850Z test_nnc_correctness_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2839215Z test_nnc_correctness_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2851700Z test_nnc_correctness_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2864672Z test_nnc_correctness_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2876847Z test_nnc_correctness_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2889242Z test_nnc_correctness_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2901980Z test_nnc_correctness_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2914422Z test_nnc_correctness_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2926792Z test_nnc_correctness_quantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2939390Z test_nnc_correctness_rad2deg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2952167Z test_nnc_correctness_rad2deg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2964643Z test_nnc_correctness_rad2deg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2977167Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.2989866Z test_nnc_correctness_rad2deg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3002431Z test_nnc_correctness_rad2deg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3014870Z test_nnc_correctness_rad2deg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3027508Z test_nnc_correctness_rad2deg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3040013Z test_nnc_correctness_rad2deg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3052486Z test_nnc_correctness_rad2deg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3065267Z test_nnc_correctness_rand_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3077604Z test_nnc_correctness_rand_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3090179Z test_nnc_correctness_rand_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3103097Z test_nnc_correctness_rand_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3115511Z test_nnc_correctness_rand_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3128090Z test_nnc_correctness_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3140578Z test_nnc_correctness_rand_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3153264Z test_nnc_correctness_randint_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3165620Z test_nnc_correctness_randint_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3178198Z test_nnc_correctness_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3190744Z test_nnc_correctness_randint_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3203224Z test_nnc_correctness_randint_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3215934Z test_nnc_correctness_randint_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3228478Z test_nnc_correctness_randint_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3240992Z test_nnc_correctness_randint_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3253525Z test_nnc_correctness_randint_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3266410Z test_nnc_correctness_randn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3279118Z test_nnc_correctness_randn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3291550Z test_nnc_correctness_randn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3304398Z test_nnc_correctness_randn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3316894Z test_nnc_correctness_randn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3329334Z test_nnc_correctness_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3342242Z test_nnc_correctness_randn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3355121Z test_nnc_correctness_randn_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3367846Z test_nnc_correctness_randn_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3380412Z test_nnc_correctness_randn_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3393221Z test_nnc_correctness_randn_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3405752Z test_nnc_correctness_randn_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3418385Z test_nnc_correctness_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3430993Z test_nnc_correctness_randn_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3443302Z test_nnc_correctness_ravel_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3455827Z test_nnc_correctness_ravel_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3468359Z test_nnc_correctness_ravel_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3480816Z test_nnc_correctness_ravel_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3493278Z test_nnc_correctness_ravel_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3505915Z test_nnc_correctness_ravel_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3518290Z test_nnc_correctness_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3530995Z test_nnc_correctness_ravel_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3543796Z test_nnc_correctness_ravel_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3556267Z test_nnc_correctness_ravel_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3568688Z test_nnc_correctness_ravel_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3581382Z test_nnc_correctness_ravel_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3593995Z test_nnc_correctness_ravel_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3606412Z test_nnc_correctness_real_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3619040Z test_nnc_correctness_real_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3631759Z test_nnc_correctness_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3644193Z test_nnc_correctness_real_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3656799Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3669402Z test_nnc_correctness_real_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3681881Z test_nnc_correctness_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3694394Z test_nnc_correctness_real_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3707037Z test_nnc_correctness_real_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3719665Z test_nnc_correctness_real_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3732034Z test_nnc_correctness_real_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3745014Z test_nnc_correctness_real_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3757568Z test_nnc_correctness_real_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3770252Z test_nnc_correctness_reciprocal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3782889Z test_nnc_correctness_reciprocal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3795319Z test_nnc_correctness_reciprocal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3807774Z test_nnc_correctness_reciprocal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3820310Z test_nnc_correctness_reciprocal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3832860Z test_nnc_correctness_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3845572Z test_nnc_correctness_reciprocal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3858152Z test_nnc_correctness_reciprocal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3870726Z test_nnc_correctness_reciprocal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3883224Z test_nnc_correctness_reciprocal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3895754Z test_nnc_correctness_reciprocal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3908370Z test_nnc_correctness_reciprocal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3920814Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3933354Z test_nnc_correctness_remainder_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3946015Z test_nnc_correctness_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3958732Z test_nnc_correctness_remainder_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3970933Z test_nnc_correctness_remainder_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3983560Z test_nnc_correctness_remainder_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.3996024Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4008647Z test_nnc_correctness_remainder_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4021080Z test_nnc_correctness_remainder_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4033601Z test_nnc_correctness_renorm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4046123Z test_nnc_correctness_renorm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4058664Z test_nnc_correctness_renorm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4071314Z test_nnc_correctness_renorm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4083754Z test_nnc_correctness_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4096303Z test_nnc_correctness_renorm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4108843Z test_nnc_correctness_repeat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4121208Z test_nnc_correctness_repeat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4133716Z test_nnc_correctness_repeat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4146334Z test_nnc_correctness_repeat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4158726Z test_nnc_correctness_repeat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4171266Z test_nnc_correctness_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4184067Z test_nnc_correctness_repeat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4196631Z test_nnc_correctness_repeat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4209032Z test_nnc_correctness_repeat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4221636Z test_nnc_correctness_repeat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4234321Z test_nnc_correctness_repeat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4246754Z test_nnc_correctness_repeat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4259436Z test_nnc_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4272074Z test_nnc_correctness_repeat_interleave_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4284557Z test_nnc_correctness_repeat_interleave_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4297214Z test_nnc_correctness_repeat_interleave_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4309803Z test_nnc_correctness_repeat_interleave_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4322289Z test_nnc_correctness_repeat_interleave_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4335610Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4348338Z test_nnc_correctness_repeat_interleave_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4360762Z test_nnc_correctness_repeat_interleave_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4373172Z test_nnc_correctness_repeat_interleave_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4385852Z test_nnc_correctness_repeat_interleave_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4398120Z test_nnc_correctness_repeat_interleave_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4410587Z test_nnc_correctness_repeat_interleave_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4423126Z test_nnc_correctness_reshape_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4435655Z test_nnc_correctness_reshape_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4448013Z test_nnc_correctness_reshape_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4460601Z test_nnc_correctness_reshape_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4473284Z test_nnc_correctness_reshape_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4485756Z test_nnc_correctness_reshape_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4498302Z test_nnc_correctness_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4510849Z test_nnc_correctness_reshape_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4523403Z test_nnc_correctness_reshape_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4535839Z test_nnc_correctness_reshape_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4548493Z test_nnc_correctness_reshape_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4560901Z test_nnc_correctness_reshape_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4573325Z test_nnc_correctness_reshape_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4585975Z test_nnc_correctness_reshape_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4598436Z test_nnc_correctness_reshape_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4610836Z test_nnc_correctness_reshape_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4623622Z test_nnc_correctness_reshape_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4635940Z test_nnc_correctness_reshape_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4648390Z test_nnc_correctness_reshape_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4660885Z test_nnc_correctness_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4673438Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4685897Z test_nnc_correctness_reshape_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4698406Z test_nnc_correctness_reshape_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4710921Z test_nnc_correctness_reshape_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4723302Z test_nnc_correctness_reshape_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4735794Z test_nnc_correctness_reshape_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4748391Z test_nnc_correctness_resize__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4760833Z test_nnc_correctness_resize__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4773273Z test_nnc_correctness_resize__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4786015Z test_nnc_correctness_resize__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4798456Z test_nnc_correctness_resize__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4810962Z test_nnc_correctness_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4823614Z test_nnc_correctness_resize__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4836109Z test_nnc_correctness_resize__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4848928Z test_nnc_correctness_resize__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4861350Z test_nnc_correctness_resize__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4874040Z test_nnc_correctness_resize__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4886418Z test_nnc_correctness_resize__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4898932Z test_nnc_correctness_resize_as__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4911459Z test_nnc_correctness_resize_as__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4923867Z test_nnc_correctness_resize_as__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4936466Z test_nnc_correctness_resize_as__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4949074Z test_nnc_correctness_resize_as__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4961560Z test_nnc_correctness_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4974044Z test_nnc_correctness_resize_as__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4986773Z test_nnc_correctness_resize_as__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.4999240Z test_nnc_correctness_resize_as__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5011638Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5024325Z test_nnc_correctness_resize_as__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5036825Z test_nnc_correctness_resize_as__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5049271Z test_nnc_correctness_resolve_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5061961Z test_nnc_correctness_resolve_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5074330Z test_nnc_correctness_resolve_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5086814Z test_nnc_correctness_resolve_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5099474Z test_nnc_correctness_resolve_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5112051Z test_nnc_correctness_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5124590Z test_nnc_correctness_resolve_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5137304Z test_nnc_correctness_resolve_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5149679Z test_nnc_correctness_resolve_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5162055Z test_nnc_correctness_resolve_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5174442Z test_nnc_correctness_resolve_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5187085Z test_nnc_correctness_resolve_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5199413Z test_nnc_correctness_resolve_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5211807Z test_nnc_correctness_resolve_neg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5224416Z test_nnc_correctness_resolve_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5236845Z test_nnc_correctness_resolve_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5249275Z test_nnc_correctness_resolve_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5261934Z test_nnc_correctness_resolve_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5274392Z test_nnc_correctness_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5286864Z test_nnc_correctness_resolve_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5299424Z test_nnc_correctness_resolve_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5312005Z test_nnc_correctness_resolve_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5324429Z test_nnc_correctness_resolve_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5336869Z test_nnc_correctness_resolve_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5349764Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5361946Z test_nnc_correctness_roll_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5374392Z test_nnc_correctness_roll_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5387181Z test_nnc_correctness_roll_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5399646Z test_nnc_correctness_roll_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5412282Z test_nnc_correctness_roll_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5425055Z test_nnc_correctness_roll_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5437621Z test_nnc_correctness_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5450156Z test_nnc_correctness_roll_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5462993Z test_nnc_correctness_roll_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5475712Z test_nnc_correctness_roll_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5488101Z test_nnc_correctness_roll_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5500704Z test_nnc_correctness_roll_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5513407Z test_nnc_correctness_roll_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5525886Z test_nnc_correctness_rot90_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5538554Z test_nnc_correctness_rot90_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5551184Z test_nnc_correctness_rot90_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5563693Z test_nnc_correctness_rot90_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5576297Z test_nnc_correctness_rot90_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5588811Z test_nnc_correctness_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5601539Z test_nnc_correctness_rot90_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5614099Z test_nnc_correctness_rot90_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5626839Z test_nnc_correctness_rot90_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5639253Z test_nnc_correctness_rot90_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5651686Z test_nnc_correctness_rot90_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5664402Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5676948Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5689355Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5702048Z test_nnc_correctness_round_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5714465Z test_nnc_correctness_round_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5726879Z test_nnc_correctness_round_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5739668Z test_nnc_correctness_round_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5752597Z test_nnc_correctness_round_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5765257Z test_nnc_correctness_round_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5778017Z test_nnc_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5790671Z test_nnc_correctness_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5803109Z test_nnc_correctness_round_decimals_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5815785Z test_nnc_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5828282Z test_nnc_correctness_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5840691Z test_nnc_correctness_round_decimals_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5853281Z test_nnc_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5866034Z test_nnc_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5878387Z test_nnc_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5890801Z test_nnc_correctness_rsqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5903588Z test_nnc_correctness_rsqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5915969Z test_nnc_correctness_rsqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5928518Z test_nnc_correctness_rsqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5941168Z test_nnc_correctness_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5953754Z test_nnc_correctness_rsqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5966119Z test_nnc_correctness_rsqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5978649Z test_nnc_correctness_rsqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.5991409Z test_nnc_correctness_rsqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6003705Z test_nnc_correctness_rsqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6016122Z test_nnc_correctness_rsqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6028673Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6041060Z test_nnc_correctness_rsub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6053433Z test_nnc_correctness_rsub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6066044Z test_nnc_correctness_rsub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6078563Z test_nnc_correctness_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6090962Z test_nnc_correctness_rsub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6103650Z test_nnc_correctness_rsub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6115989Z test_nnc_correctness_rsub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6128364Z test_nnc_correctness_rsub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6140965Z test_nnc_correctness_rsub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6153421Z test_nnc_correctness_rsub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6165918Z test_nnc_correctness_scatter_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6178466Z test_nnc_correctness_scatter_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6191014Z test_nnc_correctness_scatter_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6203471Z test_nnc_correctness_scatter_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6215984Z test_nnc_correctness_scatter_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6228508Z test_nnc_correctness_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6240955Z test_nnc_correctness_scatter_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6253378Z test_nnc_correctness_scatter_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6266051Z test_nnc_correctness_scatter_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6278454Z test_nnc_correctness_scatter_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6290710Z test_nnc_correctness_scatter_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6303363Z test_nnc_correctness_scatter_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6315687Z test_nnc_correctness_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6328044Z test_nnc_correctness_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6340564Z test_nnc_correctness_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6353258Z test_nnc_correctness_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6365619Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6378196Z test_nnc_correctness_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6390695Z test_nnc_correctness_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6403083Z test_nnc_correctness_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6415506Z test_nnc_correctness_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6428004Z test_nnc_correctness_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6440331Z test_nnc_correctness_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6452682Z test_nnc_correctness_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6465304Z test_nnc_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6477701Z test_nnc_correctness_scatter_reduce_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6490039Z test_nnc_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6502763Z test_nnc_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6515198Z test_nnc_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6527547Z test_nnc_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6540087Z test_nnc_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6552747Z test_nnc_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6565104Z test_nnc_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6577626Z test_nnc_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6590251Z test_nnc_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6602774Z test_nnc_correctness_scatter_reduce_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6615114Z test_nnc_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6627778Z test_nnc_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6640105Z test_nnc_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6652591Z test_nnc_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6665305Z test_nnc_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6677751Z test_nnc_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6690268Z test_nnc_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6702991Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6715518Z test_nnc_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6728077Z test_nnc_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6740611Z test_nnc_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6753273Z test_nnc_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6765724Z test_nnc_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6778270Z test_nnc_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6790824Z test_nnc_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6803298Z test_nnc_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6815871Z test_nnc_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6828566Z test_nnc_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6840989Z test_nnc_correctness_scatter_reduce_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6853613Z test_nnc_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6866448Z test_nnc_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6879536Z test_nnc_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6892009Z test_nnc_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6904756Z test_nnc_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6917134Z test_nnc_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6929607Z test_nnc_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6942390Z test_nnc_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6954802Z test_nnc_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6967141Z test_nnc_correctness_scatter_reduce_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6980001Z test_nnc_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.6992577Z test_nnc_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7005147Z test_nnc_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7017719Z test_nnc_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7030445Z test_nnc_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7042968Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7055512Z test_nnc_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7068123Z test_nnc_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7080644Z test_nnc_correctness_searchsorted_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7093124Z test_nnc_correctness_searchsorted_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7105804Z test_nnc_correctness_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7118262Z test_nnc_correctness_searchsorted_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7130912Z test_nnc_correctness_searchsorted_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7143669Z test_nnc_correctness_searchsorted_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7156144Z test_nnc_correctness_searchsorted_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7168672Z test_nnc_correctness_searchsorted_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7181351Z test_nnc_correctness_searchsorted_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7193969Z test_nnc_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7206448Z test_nnc_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7218918Z test_nnc_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7231516Z test_nnc_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7243997Z test_nnc_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7256623Z test_nnc_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7269156Z test_nnc_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7281627Z test_nnc_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7294134Z test_nnc_correctness_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7306986Z test_nnc_correctness_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7319145Z test_nnc_correctness_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7331525Z test_nnc_correctness_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7343765Z test_nnc_correctness_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7356036Z test_nnc_correctness_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7368171Z test_nnc_correctness_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7380452Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7392766Z test_nnc_correctness_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7404999Z test_nnc_correctness_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7417277Z test_nnc_correctness_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7429560Z test_nnc_correctness_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7441845Z test_nnc_correctness_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7454203Z test_nnc_correctness_select_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7466800Z test_nnc_correctness_select_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7479168Z test_nnc_correctness_select_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7491500Z test_nnc_correctness_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7504211Z test_nnc_correctness_select_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7516525Z test_nnc_correctness_select_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7528989Z test_nnc_correctness_select_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7541491Z test_nnc_correctness_select_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7554139Z test_nnc_correctness_select_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7566573Z test_nnc_correctness_select_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7579147Z test_nnc_correctness_sgn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7591613Z test_nnc_correctness_sgn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7604051Z test_nnc_correctness_sgn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7616658Z test_nnc_correctness_sgn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7629138Z test_nnc_correctness_sgn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7641349Z test_nnc_correctness_sgn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7653691Z test_nnc_correctness_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7665951Z test_nnc_correctness_sgn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7678051Z test_nnc_correctness_sgn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7690232Z test_nnc_correctness_sgn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7703279Z test_nnc_correctness_sgn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7715422Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7727371Z test_nnc_correctness_sgn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7739481Z test_nnc_correctness_short_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7752345Z test_nnc_correctness_short_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7764558Z test_nnc_correctness_short_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7777097Z test_nnc_correctness_short_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7789749Z test_nnc_correctness_short_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7802142Z test_nnc_correctness_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7814768Z test_nnc_correctness_short_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7827370Z test_nnc_correctness_short_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7852314Z test_nnc_correctness_short_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7852949Z test_nnc_correctness_short_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7866349Z test_nnc_correctness_short_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7878759Z test_nnc_correctness_short_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7891187Z test_nnc_correctness_sigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7904034Z test_nnc_correctness_sigmoid_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7916531Z test_nnc_correctness_sigmoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7929045Z test_nnc_correctness_sigmoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7942005Z test_nnc_correctness_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7954364Z test_nnc_correctness_sigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7966848Z test_nnc_correctness_sigmoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7979546Z test_nnc_correctness_sigmoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.7992710Z test_nnc_correctness_sigmoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8004558Z test_nnc_correctness_sigmoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8016873Z test_nnc_correctness_sigmoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8029345Z test_nnc_correctness_sign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8041528Z test_nnc_correctness_sign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8053671Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8066163Z test_nnc_correctness_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8078366Z test_nnc_correctness_sign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8090578Z test_nnc_correctness_sign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8103322Z test_nnc_correctness_sign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8115533Z test_nnc_correctness_sign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8127804Z test_nnc_correctness_sign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8140244Z test_nnc_correctness_sign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8152602Z test_nnc_correctness_signbit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8164807Z test_nnc_correctness_signbit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8177123Z test_nnc_correctness_signbit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8189486Z test_nnc_correctness_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8201696Z test_nnc_correctness_signbit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8213991Z test_nnc_correctness_signbit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8226579Z test_nnc_correctness_signbit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8238522Z test_nnc_correctness_signbit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8250774Z test_nnc_correctness_signbit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8263125Z test_nnc_correctness_signbit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8275581Z test_nnc_correctness_sin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8287776Z test_nnc_correctness_sin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8300056Z test_nnc_correctness_sin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8312392Z test_nnc_correctness_sin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8324565Z test_nnc_correctness_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8336858Z test_nnc_correctness_sin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8349543Z test_nnc_correctness_sin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8362669Z test_nnc_correctness_sin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8375520Z test_nnc_correctness_sin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8388387Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8401016Z test_nnc_correctness_sin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8413634Z test_nnc_correctness_sinc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8426519Z test_nnc_correctness_sinc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8439136Z test_nnc_correctness_sinc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8451778Z test_nnc_correctness_sinc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8464583Z test_nnc_correctness_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8477230Z test_nnc_correctness_sinc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8489840Z test_nnc_correctness_sinc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8502734Z test_nnc_correctness_sinc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8515479Z test_nnc_correctness_sinc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8527959Z test_nnc_correctness_sinc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8540749Z test_nnc_correctness_sinc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8553562Z test_nnc_correctness_sinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8566217Z test_nnc_correctness_sinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8578962Z test_nnc_correctness_sinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8591724Z test_nnc_correctness_sinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8604489Z test_nnc_correctness_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8617158Z test_nnc_correctness_sinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8629872Z test_nnc_correctness_sinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8642492Z test_nnc_correctness_sinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8655103Z test_nnc_correctness_sinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8667801Z test_nnc_correctness_sinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8680427Z test_nnc_correctness_sinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8693051Z test_nnc_correctness_slice_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8705900Z test_nnc_correctness_slice_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8718500Z test_nnc_correctness_slice_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8731180Z test_nnc_correctness_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8744201Z test_nnc_correctness_slice_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8756839Z test_nnc_correctness_slice_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8769453Z test_nnc_correctness_slice_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8782244Z test_nnc_correctness_slice_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8794761Z test_nnc_correctness_slice_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8807541Z test_nnc_correctness_slice_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8820163Z test_nnc_correctness_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8832894Z test_nnc_correctness_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8845537Z test_nnc_correctness_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8858594Z test_nnc_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8871339Z test_nnc_correctness_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8883943Z test_nnc_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8896759Z test_nnc_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8909721Z test_nnc_correctness_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8922180Z test_nnc_correctness_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8934919Z test_nnc_correctness_softmax_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8947679Z test_nnc_correctness_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8960401Z test_nnc_correctness_softmax_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8973921Z test_nnc_correctness_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.8987243Z test_nnc_correctness_softmax_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9000347Z test_nnc_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9013522Z test_nnc_correctness_sort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9027017Z test_nnc_correctness_sort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9040234Z test_nnc_correctness_sort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9053459Z test_nnc_correctness_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9066919Z test_nnc_correctness_sort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9080141Z test_nnc_correctness_sort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9093380Z test_nnc_correctness_sort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9106754Z test_nnc_correctness_sort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9119968Z test_nnc_correctness_sort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9133069Z test_nnc_correctness_sort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9146523Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9159735Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9173040Z test_nnc_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9186530Z test_nnc_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9199739Z test_nnc_correctness_special_airy_ai_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9212990Z test_nnc_correctness_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9226421Z test_nnc_correctness_special_airy_ai_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9239568Z test_nnc_correctness_special_airy_ai_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9252750Z test_nnc_correctness_special_airy_ai_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9266111Z test_nnc_correctness_special_airy_ai_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9279207Z test_nnc_correctness_special_airy_ai_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9292387Z test_nnc_correctness_special_airy_ai_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9305834Z test_nnc_correctness_special_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9319005Z test_nnc_correctness_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9332163Z test_nnc_correctness_special_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9345731Z test_nnc_correctness_special_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9358967Z test_nnc_correctness_special_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9372176Z test_nnc_correctness_special_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9385707Z test_nnc_correctness_special_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9398882Z test_nnc_correctness_special_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9412211Z test_nnc_correctness_special_bessel_j1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9425564Z test_nnc_correctness_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9438699Z test_nnc_correctness_special_bessel_j1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9451863Z test_nnc_correctness_special_bessel_j1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9465329Z test_nnc_correctness_special_bessel_j1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9478434Z test_nnc_correctness_special_bessel_j1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9491655Z test_nnc_correctness_special_bessel_j1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9505080Z test_nnc_correctness_special_bessel_j1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9518301Z test_nnc_correctness_special_bessel_y0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9531869Z test_nnc_correctness_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9545574Z test_nnc_correctness_special_bessel_y0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9558682Z test_nnc_correctness_special_bessel_y0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9571915Z test_nnc_correctness_special_bessel_y0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9585353Z test_nnc_correctness_special_bessel_y0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9598572Z test_nnc_correctness_special_bessel_y0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9611922Z test_nnc_correctness_special_bessel_y0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9625607Z test_nnc_correctness_special_bessel_y1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9638945Z test_nnc_correctness_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9652187Z test_nnc_correctness_special_bessel_y1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9665797Z test_nnc_correctness_special_bessel_y1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9679249Z test_nnc_correctness_special_bessel_y1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9692724Z test_nnc_correctness_special_bessel_y1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9706247Z test_nnc_correctness_special_bessel_y1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9719494Z test_nnc_correctness_special_bessel_y1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:43.9728878Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9738532Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9747994Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9757363Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9767024Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9776236Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9785708Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9795087Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9804406Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9813634Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9823679Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9832474Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9841658Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9851078Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9860510Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9870039Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9879668Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9887731Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9896369Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9905385Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9913787Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9922127Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9930627Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9938722Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9947075Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9955658Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9964321Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9972601Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9981168Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9989623Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:43.9998176Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0006681Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0020711Z test_nnc_correctness_special_entr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0034007Z test_nnc_correctness_special_entr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0046580Z test_nnc_correctness_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0059221Z test_nnc_correctness_special_entr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0071791Z test_nnc_correctness_special_entr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0084182Z test_nnc_correctness_special_entr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0096583Z test_nnc_correctness_special_entr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0109227Z test_nnc_correctness_special_entr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0121775Z test_nnc_correctness_special_entr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0134112Z test_nnc_correctness_special_erfcx_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0146612Z test_nnc_correctness_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0158832Z test_nnc_correctness_special_erfcx_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0171095Z test_nnc_correctness_special_erfcx_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0183523Z test_nnc_correctness_special_erfcx_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0196157Z test_nnc_correctness_special_erfcx_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0208450Z test_nnc_correctness_special_erfcx_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0221042Z test_nnc_correctness_special_erfcx_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0229694Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0238189Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0246816Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0255372Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0263815Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0272104Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0280621Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0288911Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0297143Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0305589Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0313944Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0322334Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0330670Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0338843Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0347435Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0355949Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0369249Z test_nnc_correctness_special_i0e_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0382382Z test_nnc_correctness_special_i0e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0395148Z test_nnc_correctness_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0407791Z test_nnc_correctness_special_i0e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0420254Z test_nnc_correctness_special_i0e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0432780Z test_nnc_correctness_special_i0e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0445235Z test_nnc_correctness_special_i0e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0457834Z test_nnc_correctness_special_i0e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0470055Z test_nnc_correctness_special_i0e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0482414Z test_nnc_correctness_special_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0494678Z test_nnc_correctness_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0507282Z test_nnc_correctness_special_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0519577Z test_nnc_correctness_special_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0531915Z test_nnc_correctness_special_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0544361Z test_nnc_correctness_special_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0556555Z test_nnc_correctness_special_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0568905Z test_nnc_correctness_special_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0581273Z test_nnc_correctness_special_i1e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0593707Z test_nnc_correctness_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0606104Z test_nnc_correctness_special_i1e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0619013Z test_nnc_correctness_special_i1e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0631228Z test_nnc_correctness_special_i1e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0643714Z test_nnc_correctness_special_i1e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0656445Z test_nnc_correctness_special_i1e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0668879Z test_nnc_correctness_special_i1e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0677827Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0685876Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0694872Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0703165Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0711878Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0720397Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0729067Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0737478Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0745902Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0754589Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0763572Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0771674Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0780401Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0788641Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0796809Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0805334Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.0819293Z test_nnc_correctness_special_log_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0832470Z test_nnc_correctness_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0844712Z test_nnc_correctness_special_log_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0857034Z test_nnc_correctness_special_log_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0869387Z test_nnc_correctness_special_log_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0881627Z test_nnc_correctness_special_log_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0893736Z test_nnc_correctness_special_log_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0906600Z test_nnc_correctness_special_log_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0918535Z test_nnc_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0930764Z test_nnc_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0943132Z test_nnc_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0955217Z test_nnc_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0967773Z test_nnc_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0979914Z test_nnc_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.0992056Z test_nnc_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1004441Z test_nnc_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1017008Z test_nnc_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1029435Z test_nnc_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1042204Z test_nnc_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1054325Z test_nnc_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1066975Z test_nnc_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1079364Z test_nnc_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1091881Z test_nnc_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1104616Z test_nnc_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1116987Z test_nnc_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1129487Z test_nnc_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1142168Z test_nnc_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1154620Z test_nnc_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1167216Z test_nnc_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1179800Z test_nnc_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1192360Z test_nnc_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1204781Z test_nnc_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1217322Z test_nnc_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1229821Z test_nnc_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1242433Z test_nnc_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1254768Z test_nnc_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1267340Z test_nnc_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1279652Z test_nnc_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1292369Z test_nnc_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1304724Z test_nnc_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1316941Z test_nnc_correctness_special_ndtr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1329243Z test_nnc_correctness_special_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1341552Z test_nnc_correctness_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1353884Z test_nnc_correctness_special_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1366167Z test_nnc_correctness_special_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1378713Z test_nnc_correctness_special_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1391178Z test_nnc_correctness_special_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1403396Z test_nnc_correctness_special_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1415794Z test_nnc_correctness_special_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1428251Z test_nnc_correctness_special_ndtri_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1440486Z test_nnc_correctness_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1452816Z test_nnc_correctness_special_ndtri_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1465378Z test_nnc_correctness_special_ndtri_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1478297Z test_nnc_correctness_special_ndtri_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1491353Z test_nnc_correctness_special_ndtri_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1505086Z test_nnc_correctness_special_ndtri_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1518547Z test_nnc_correctness_special_ndtri_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1530962Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1543717Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1556010Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1568075Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1580465Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1592716Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1604909Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1617336Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1629989Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1642397Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1654850Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1667414Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1679873Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1692240Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1704804Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1717048Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1730237Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1742845Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1755917Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1769122Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1781398Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1793867Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1806279Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1818868Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1831358Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.1839851Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1848459Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1857054Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1865580Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1873938Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1882839Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1891134Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1899688Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1908072Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1916862Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1924908Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1933487Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1941967Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1950310Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1958999Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1967128Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1975551Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1983913Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.1992231Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2000575Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2008821Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2017201Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2025604Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2033942Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2042225Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2050467Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2058929Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2067309Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2075636Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2083954Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2092210Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2100587Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.2114454Z test_nnc_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2127502Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2140085Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2152682Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2165395Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2178033Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2190098Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2202411Z test_nnc_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2214839Z test_nnc_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2227686Z test_nnc_correctness_special_xlog1py_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2239895Z test_nnc_correctness_special_xlog1py_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2252338Z test_nnc_correctness_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2264839Z test_nnc_correctness_special_xlog1py_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2277253Z test_nnc_correctness_special_xlog1py_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2289808Z test_nnc_correctness_special_xlog1py_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2302722Z test_nnc_correctness_special_xlog1py_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2314917Z test_nnc_correctness_special_xlog1py_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2327412Z test_nnc_correctness_special_xlog1py_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2339898Z test_nnc_correctness_special_zeta_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2352580Z test_nnc_correctness_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2364976Z test_nnc_correctness_special_zeta_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2377538Z test_nnc_correctness_special_zeta_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2390069Z test_nnc_correctness_special_zeta_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2402453Z test_nnc_correctness_special_zeta_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2415004Z test_nnc_correctness_special_zeta_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2427592Z test_nnc_correctness_special_zeta_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2439964Z test_nnc_correctness_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2452470Z test_nnc_correctness_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2465128Z test_nnc_correctness_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2477846Z test_nnc_correctness_split_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2490130Z test_nnc_correctness_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2502815Z test_nnc_correctness_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2515617Z test_nnc_correctness_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2527629Z test_nnc_correctness_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2540084Z test_nnc_correctness_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2552818Z test_nnc_correctness_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2565061Z test_nnc_correctness_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2577721Z test_nnc_correctness_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2590452Z test_nnc_correctness_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2603137Z test_nnc_correctness_split_list_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2615874Z test_nnc_correctness_split_list_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2628619Z test_nnc_correctness_split_list_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2641166Z test_nnc_correctness_split_list_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2653656Z test_nnc_correctness_split_list_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2666614Z test_nnc_correctness_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2679043Z test_nnc_correctness_split_list_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2691613Z test_nnc_correctness_split_list_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2704339Z test_nnc_correctness_split_list_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2716966Z test_nnc_correctness_split_list_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2729701Z test_nnc_correctness_split_list_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2742577Z test_nnc_correctness_split_list_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2755218Z test_nnc_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2767942Z test_nnc_correctness_split_with_sizes_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2780657Z test_nnc_correctness_split_with_sizes_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2793430Z test_nnc_correctness_split_with_sizes_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2805781Z test_nnc_correctness_split_with_sizes_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2818397Z test_nnc_correctness_split_with_sizes_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2831002Z test_nnc_correctness_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2843463Z test_nnc_correctness_split_with_sizes_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2855957Z test_nnc_correctness_split_with_sizes_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2868636Z test_nnc_correctness_split_with_sizes_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2881210Z test_nnc_correctness_split_with_sizes_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2893717Z test_nnc_correctness_split_with_sizes_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2906438Z test_nnc_correctness_split_with_sizes_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2918940Z test_nnc_correctness_sqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2931387Z test_nnc_correctness_sqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2944192Z test_nnc_correctness_sqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2956701Z test_nnc_correctness_sqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2969193Z test_nnc_correctness_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2981914Z test_nnc_correctness_sqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.2994529Z test_nnc_correctness_sqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3006766Z test_nnc_correctness_sqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3019392Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3032080Z test_nnc_correctness_sqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3044523Z test_nnc_correctness_sqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3057036Z test_nnc_correctness_square_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3069707Z test_nnc_correctness_square_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3082285Z test_nnc_correctness_square_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3094594Z test_nnc_correctness_square_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3106856Z test_nnc_correctness_square_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3119092Z test_nnc_correctness_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3131438Z test_nnc_correctness_square_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3143877Z test_nnc_correctness_square_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3156121Z test_nnc_correctness_square_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3168279Z test_nnc_correctness_square_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3180675Z test_nnc_correctness_square_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3193479Z test_nnc_correctness_square_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3206150Z test_nnc_correctness_squeeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3218850Z test_nnc_correctness_squeeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3231698Z test_nnc_correctness_squeeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3244150Z test_nnc_correctness_squeeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3256959Z test_nnc_correctness_squeeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3269672Z test_nnc_correctness_squeeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3282425Z test_nnc_correctness_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3295145Z test_nnc_correctness_squeeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3307942Z test_nnc_correctness_squeeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3320463Z test_nnc_correctness_squeeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3332958Z test_nnc_correctness_squeeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3345742Z test_nnc_correctness_squeeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3359206Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3371733Z test_nnc_correctness_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3384353Z test_nnc_correctness_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3396699Z test_nnc_correctness_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3409226Z test_nnc_correctness_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3421997Z test_nnc_correctness_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3434350Z test_nnc_correctness_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3446822Z test_nnc_correctness_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3459378Z test_nnc_correctness_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3471889Z test_nnc_correctness_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3484436Z test_nnc_correctness_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3496863Z test_nnc_correctness_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3509402Z test_nnc_correctness_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3521911Z test_nnc_correctness_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3535077Z test_nnc_correctness_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3547702Z test_nnc_correctness_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3559917Z test_nnc_correctness_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3572365Z test_nnc_correctness_std_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3584776Z test_nnc_correctness_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3597096Z test_nnc_correctness_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3609402Z test_nnc_correctness_std_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3621699Z test_nnc_correctness_std_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3634000Z test_nnc_correctness_std_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3646250Z test_nnc_correctness_std_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3658577Z test_nnc_correctness_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3670932Z test_nnc_correctness_std_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3683246Z test_nnc_correctness_stft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3695655Z test_nnc_correctness_stft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3708114Z test_nnc_correctness_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3720574Z test_nnc_correctness_stft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3732850Z test_nnc_correctness_sub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3745767Z test_nnc_correctness_sub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3757879Z test_nnc_correctness_sub_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3770236Z test_nnc_correctness_sub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3782763Z test_nnc_correctness_sub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3795096Z test_nnc_correctness_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3807519Z test_nnc_correctness_sub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3820003Z test_nnc_correctness_sub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3832408Z test_nnc_correctness_sub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3844724Z test_nnc_correctness_sub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3857137Z test_nnc_correctness_sub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3869599Z test_nnc_correctness_sub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3881979Z test_nnc_correctness_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3894324Z test_nnc_correctness_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3906871Z test_nnc_correctness_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3919142Z test_nnc_correctness_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3931356Z test_nnc_correctness_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3943980Z test_nnc_correctness_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3956100Z test_nnc_correctness_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3968424Z test_nnc_correctness_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3980824Z test_nnc_correctness_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.3993243Z test_nnc_correctness_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4006266Z test_nnc_correctness_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4019302Z test_nnc_correctness_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4032394Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4044729Z test_nnc_correctness_sum_to_size_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4056949Z test_nnc_correctness_sum_to_size_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4069152Z test_nnc_correctness_sum_to_size_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4081059Z test_nnc_correctness_sum_to_size_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4093198Z test_nnc_correctness_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4105400Z test_nnc_correctness_sum_to_size_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4117310Z test_nnc_correctness_sum_to_size_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4129237Z test_nnc_correctness_sum_to_size_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4141486Z test_nnc_correctness_sum_to_size_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4153772Z test_nnc_correctness_sum_to_size_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4165875Z test_nnc_correctness_sum_to_size_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4178610Z test_nnc_correctness_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4191090Z test_nnc_correctness_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4203463Z test_nnc_correctness_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4215990Z test_nnc_correctness_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4228689Z test_nnc_correctness_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4241516Z test_nnc_correctness_svd_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4254905Z test_nnc_correctness_symeig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4268379Z test_nnc_correctness_symeig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4281661Z test_nnc_correctness_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4294358Z test_nnc_correctness_symeig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4306868Z test_nnc_correctness_t_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4319130Z test_nnc_correctness_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4331304Z test_nnc_correctness_t_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4343801Z test_nnc_correctness_t_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4355844Z test_nnc_correctness_t_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4367930Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4380042Z test_nnc_correctness_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4392742Z test_nnc_correctness_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4404762Z test_nnc_correctness_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4416918Z test_nnc_correctness_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4429204Z test_nnc_correctness_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4441224Z test_nnc_correctness_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4453258Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4465576Z test_nnc_correctness_take_along_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4477650Z test_nnc_correctness_take_along_dim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4490149Z test_nnc_correctness_take_along_dim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4503067Z test_nnc_correctness_take_along_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4516072Z test_nnc_correctness_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4529200Z test_nnc_correctness_take_along_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4542462Z test_nnc_correctness_take_along_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4554741Z test_nnc_correctness_take_along_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4567214Z test_nnc_correctness_take_along_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4579923Z test_nnc_correctness_take_along_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4592486Z test_nnc_correctness_take_along_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4605027Z test_nnc_correctness_take_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4617803Z test_nnc_correctness_take_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4630264Z test_nnc_correctness_take_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4642642Z test_nnc_correctness_take_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4655060Z test_nnc_correctness_take_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4667632Z test_nnc_correctness_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4680057Z test_nnc_correctness_take_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4692471Z test_nnc_correctness_take_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4705127Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4717402Z test_nnc_correctness_take_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4729653Z test_nnc_correctness_take_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4742549Z test_nnc_correctness_take_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4754992Z test_nnc_correctness_tan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4767896Z test_nnc_correctness_tan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4781643Z test_nnc_correctness_tan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4794837Z test_nnc_correctness_tan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4806932Z test_nnc_correctness_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4819197Z test_nnc_correctness_tan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4831614Z test_nnc_correctness_tan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4843765Z test_nnc_correctness_tan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4856123Z test_nnc_correctness_tan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4868246Z test_nnc_correctness_tan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4880278Z test_nnc_correctness_tan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4892285Z test_nnc_correctness_tanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4904679Z test_nnc_correctness_tanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4916680Z test_nnc_correctness_tanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4928783Z test_nnc_correctness_tanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4940923Z test_nnc_correctness_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4953047Z test_nnc_correctness_tanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4965097Z test_nnc_correctness_tanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4977253Z test_nnc_correctness_tanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.4989429Z test_nnc_correctness_tanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5001451Z test_nnc_correctness_tanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5013922Z test_nnc_correctness_tanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5027208Z test_nnc_correctness_tensor_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5040173Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5053221Z test_nnc_correctness_tensor_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5065708Z test_nnc_correctness_tensor_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5077983Z test_nnc_correctness_tensor_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5090132Z test_nnc_correctness_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5102565Z test_nnc_correctness_tensor_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5114835Z test_nnc_correctness_tensor_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5126729Z test_nnc_correctness_tensor_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5138857Z test_nnc_correctness_tensor_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5151010Z test_nnc_correctness_tensor_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5163104Z test_nnc_correctness_tensor_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5175141Z test_nnc_correctness_tensordot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5187308Z test_nnc_correctness_tensordot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5199273Z test_nnc_correctness_tensordot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5211327Z test_nnc_correctness_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5223546Z test_nnc_correctness_tensordot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5235657Z test_nnc_correctness_tensordot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5247735Z test_nnc_correctness_tensordot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5259889Z test_nnc_correctness_tensordot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5272539Z test_nnc_correctness_tensordot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5285706Z test_nnc_correctness_tensordot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5298964Z test_nnc_correctness_tile_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5312082Z test_nnc_correctness_tile_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5324459Z test_nnc_correctness_tile_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5336775Z test_nnc_correctness_tile_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5349095Z test_nnc_correctness_tile_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5361404Z test_nnc_correctness_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5373587Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5385894Z test_nnc_correctness_tile_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5397900Z test_nnc_correctness_tile_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5410074Z test_nnc_correctness_tile_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5422554Z test_nnc_correctness_tile_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5434601Z test_nnc_correctness_tile_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5446756Z test_nnc_correctness_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5458898Z test_nnc_correctness_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5471080Z test_nnc_correctness_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5483089Z test_nnc_correctness_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5495068Z test_nnc_correctness_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5507329Z test_nnc_correctness_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5519394Z test_nnc_correctness_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5531780Z test_nnc_correctness_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5545039Z test_nnc_correctness_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5558148Z test_nnc_correctness_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5571215Z test_nnc_correctness_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5583744Z test_nnc_correctness_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5595946Z test_nnc_correctness_to_sparse_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5608166Z test_nnc_correctness_to_sparse_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5620396Z test_nnc_correctness_to_sparse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5632643Z test_nnc_correctness_to_sparse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5644824Z test_nnc_correctness_to_sparse_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5656875Z test_nnc_correctness_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5668937Z test_nnc_correctness_to_sparse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5681092Z test_nnc_correctness_to_sparse_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5693093Z test_nnc_correctness_to_sparse_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5705486Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5717770Z test_nnc_correctness_to_sparse_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5729958Z test_nnc_correctness_to_sparse_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5742446Z test_nnc_correctness_topk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5754449Z test_nnc_correctness_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5766315Z test_nnc_correctness_topk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5779068Z test_nnc_correctness_topk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5791470Z test_nnc_correctness_topk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5804451Z test_nnc_correctness_topk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5817558Z test_nnc_correctness_topk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5830625Z test_nnc_correctness_topk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5842897Z test_nnc_correctness_trace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5855011Z test_nnc_correctness_trace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5867619Z test_nnc_correctness_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5879708Z test_nnc_correctness_trace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5892008Z test_nnc_correctness_trace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5904450Z test_nnc_correctness_trace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5916750Z test_nnc_correctness_trace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5929088Z test_nnc_correctness_trace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5941285Z test_nnc_correctness_trace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5953687Z test_nnc_correctness_transpose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5965814Z test_nnc_correctness_transpose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5977932Z test_nnc_correctness_transpose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.5990072Z test_nnc_correctness_transpose_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6002042Z test_nnc_correctness_transpose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6014018Z test_nnc_correctness_transpose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6026655Z test_nnc_correctness_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6039128Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6052192Z test_nnc_correctness_transpose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6065519Z test_nnc_correctness_transpose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6078637Z test_nnc_correctness_transpose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6091031Z test_nnc_correctness_transpose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6103587Z test_nnc_correctness_transpose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6115881Z test_nnc_correctness_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6127915Z test_nnc_correctness_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6140281Z test_nnc_correctness_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6152434Z test_nnc_correctness_trapezoid_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6164453Z test_nnc_correctness_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6176581Z test_nnc_correctness_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6188838Z test_nnc_correctness_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6200907Z test_nnc_correctness_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6213052Z test_nnc_correctness_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6225281Z test_nnc_correctness_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6237303Z test_nnc_correctness_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6249277Z test_nnc_correctness_trapz_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6261441Z test_nnc_correctness_trapz_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6273596Z test_nnc_correctness_trapz_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6286247Z test_nnc_correctness_trapz_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6298651Z test_nnc_correctness_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6311752Z test_nnc_correctness_trapz_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6324844Z test_nnc_correctness_trapz_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6338082Z test_nnc_correctness_trapz_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6350627Z test_nnc_correctness_trapz_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6362802Z test_nnc_correctness_trapz_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6375058Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6387555Z test_nnc_correctness_triangular_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6399888Z test_nnc_correctness_triangular_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6411985Z test_nnc_correctness_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6424327Z test_nnc_correctness_triangular_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6436338Z test_nnc_correctness_tril_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6448670Z test_nnc_correctness_tril_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6460875Z test_nnc_correctness_tril_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6473132Z test_nnc_correctness_tril_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6485231Z test_nnc_correctness_tril_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6497479Z test_nnc_correctness_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6509514Z test_nnc_correctness_tril_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6521656Z test_nnc_correctness_tril_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6533773Z test_nnc_correctness_tril_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6546490Z test_nnc_correctness_tril_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6559600Z test_nnc_correctness_tril_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6572894Z test_nnc_correctness_tril_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6586614Z test_nnc_correctness_tril_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6598958Z test_nnc_correctness_tril_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6611310Z test_nnc_correctness_triu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6624028Z test_nnc_correctness_triu_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6636427Z test_nnc_correctness_triu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6648796Z test_nnc_correctness_triu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6661341Z test_nnc_correctness_triu_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6673815Z test_nnc_correctness_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6686110Z test_nnc_correctness_triu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6698637Z test_nnc_correctness_triu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6711272Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6723831Z test_nnc_correctness_triu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6736421Z test_nnc_correctness_triu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6749035Z test_nnc_correctness_triu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6761398Z test_nnc_correctness_triu_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6773702Z test_nnc_correctness_triu_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6786595Z test_nnc_correctness_true_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6798986Z test_nnc_correctness_true_divide_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6811228Z test_nnc_correctness_true_divide_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6823940Z test_nnc_correctness_true_divide_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6836345Z test_nnc_correctness_true_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6848562Z test_nnc_correctness_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6861004Z test_nnc_correctness_true_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6873486Z test_nnc_correctness_true_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6885822Z test_nnc_correctness_true_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6898238Z test_nnc_correctness_true_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6910655Z test_nnc_correctness_true_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6922944Z test_nnc_correctness_true_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6935247Z test_nnc_correctness_trunc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6947708Z test_nnc_correctness_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6960152Z test_nnc_correctness_trunc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6972476Z test_nnc_correctness_trunc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6985054Z test_nnc_correctness_trunc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.6997454Z test_nnc_correctness_trunc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7009807Z test_nnc_correctness_trunc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7022375Z test_nnc_correctness_trunc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7034731Z test_nnc_correctness_unbind_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7047323Z test_nnc_correctness_unbind_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7059774Z test_nnc_correctness_unbind_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7072107Z test_nnc_correctness_unbind_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7084414Z test_nnc_correctness_unbind_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7096857Z test_nnc_correctness_unbind_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7109457Z test_nnc_correctness_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7121954Z test_nnc_correctness_unbind_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7134599Z test_nnc_correctness_unbind_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7147302Z test_nnc_correctness_unbind_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7159722Z test_nnc_correctness_unbind_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7172180Z test_nnc_correctness_unbind_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7184881Z test_nnc_correctness_unbind_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7197293Z test_nnc_correctness_unflatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7209738Z test_nnc_correctness_unflatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7222541Z test_nnc_correctness_unflatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7234962Z test_nnc_correctness_unflatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7247315Z test_nnc_correctness_unflatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7260043Z test_nnc_correctness_unflatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7272548Z test_nnc_correctness_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7285087Z test_nnc_correctness_unflatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7297727Z test_nnc_correctness_unflatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7310345Z test_nnc_correctness_unflatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7322857Z test_nnc_correctness_unflatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7335271Z test_nnc_correctness_unflatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7347914Z test_nnc_correctness_unflatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7360204Z test_nnc_correctness_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7372570Z test_nnc_correctness_unfold_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7385261Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7397652Z test_nnc_correctness_unfold_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7410041Z test_nnc_correctness_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7422872Z test_nnc_correctness_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7435356Z test_nnc_correctness_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7447810Z test_nnc_correctness_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7460301Z test_nnc_correctness_unfold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7472905Z test_nnc_correctness_unfold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7485426Z test_nnc_correctness_unfold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7498065Z test_nnc_correctness_unfold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7510750Z test_nnc_correctness_unfold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7523394Z test_nnc_correctness_uniform_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7536139Z test_nnc_correctness_uniform_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7549186Z test_nnc_correctness_uniform_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7561650Z test_nnc_correctness_uniform_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7574068Z test_nnc_correctness_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7586934Z test_nnc_correctness_uniform_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7599276Z test_nnc_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7611717Z test_nnc_correctness_unique_consecutive_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7624357Z test_nnc_correctness_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7636886Z test_nnc_correctness_unique_consecutive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7649228Z test_nnc_correctness_unique_consecutive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7661702Z test_nnc_correctness_unique_consecutive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7674299Z test_nnc_correctness_unique_consecutive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7686617Z test_nnc_correctness_unique_consecutive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7699119Z test_nnc_correctness_unique_consecutive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7711567Z test_nnc_correctness_unique_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7723928Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7736567Z test_nnc_correctness_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7749418Z test_nnc_correctness_unique_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7761849Z test_nnc_correctness_unique_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7774362Z test_nnc_correctness_unique_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7787234Z test_nnc_correctness_unique_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7799816Z test_nnc_correctness_unique_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7812384Z test_nnc_correctness_unique_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7825151Z test_nnc_correctness_unsqueeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7837293Z test_nnc_correctness_unsqueeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7849623Z test_nnc_correctness_unsqueeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7862122Z test_nnc_correctness_unsqueeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7874316Z test_nnc_correctness_unsqueeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7886603Z test_nnc_correctness_unsqueeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7898988Z test_nnc_correctness_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7911574Z test_nnc_correctness_unsqueeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7923749Z test_nnc_correctness_unsqueeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7936164Z test_nnc_correctness_unsqueeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7948614Z test_nnc_correctness_unsqueeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7960855Z test_nnc_correctness_unsqueeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7973010Z test_nnc_correctness_unsqueeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7985682Z test_nnc_correctness_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.7998186Z test_nnc_correctness_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8010889Z test_nnc_correctness_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8023432Z test_nnc_correctness_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8035887Z test_nnc_correctness_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8048203Z test_nnc_correctness_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8060852Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8073291Z test_nnc_correctness_var_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8085776Z test_nnc_correctness_var_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8098441Z test_nnc_correctness_var_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8110854Z test_nnc_correctness_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8123613Z test_nnc_correctness_var_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8136343Z test_nnc_correctness_vdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8149796Z test_nnc_correctness_vdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8162666Z test_nnc_correctness_vdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8175458Z test_nnc_correctness_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8187665Z test_nnc_correctness_vdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8200154Z test_nnc_correctness_vdot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8212517Z test_nnc_correctness_vdot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8225240Z test_nnc_correctness_vdot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8237525Z test_nnc_correctness_vdot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8249947Z test_nnc_correctness_vdot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8258567Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:44.8270900Z test_nnc_correctness_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8283287Z test_nnc_correctness_view_as_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8295552Z test_nnc_correctness_view_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8307795Z test_nnc_correctness_view_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8319863Z test_nnc_correctness_view_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8332065Z test_nnc_correctness_view_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8344465Z test_nnc_correctness_view_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8357209Z test_nnc_correctness_view_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8369461Z test_nnc_correctness_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8382065Z test_nnc_correctness_view_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8394119Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8406395Z test_nnc_correctness_view_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8419305Z test_nnc_correctness_view_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8432145Z test_nnc_correctness_view_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8444860Z test_nnc_correctness_view_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8457465Z test_nnc_correctness_view_as_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8470252Z test_nnc_correctness_view_as_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8482950Z test_nnc_correctness_view_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8495477Z test_nnc_correctness_view_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8508269Z test_nnc_correctness_view_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8520983Z test_nnc_correctness_view_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8533595Z test_nnc_correctness_view_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8546491Z test_nnc_correctness_view_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8559120Z test_nnc_correctness_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8571693Z test_nnc_correctness_view_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8584615Z test_nnc_correctness_view_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8597193Z test_nnc_correctness_view_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8609921Z test_nnc_correctness_view_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8622955Z test_nnc_correctness_view_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8635505Z test_nnc_correctness_view_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8648130Z test_nnc_correctness_vsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8660966Z test_nnc_correctness_vsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8673989Z test_nnc_correctness_vsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8686474Z test_nnc_correctness_vsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8699085Z test_nnc_correctness_vsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8711553Z test_nnc_correctness_vsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8724072Z test_nnc_correctness_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8736831Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8749372Z test_nnc_correctness_vsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8761796Z test_nnc_correctness_vsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8774261Z test_nnc_correctness_vsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8786996Z test_nnc_correctness_vsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8799403Z test_nnc_correctness_vsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8811858Z test_nnc_correctness_vstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8824549Z test_nnc_correctness_vstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8837102Z test_nnc_correctness_vstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8849695Z test_nnc_correctness_vstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8862448Z test_nnc_correctness_vstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8875146Z test_nnc_correctness_vstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8887680Z test_nnc_correctness_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8900366Z test_nnc_correctness_vstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8913030Z test_nnc_correctness_vstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8925655Z test_nnc_correctness_vstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8938243Z test_nnc_correctness_vstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8950907Z test_nnc_correctness_vstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8963204Z test_nnc_correctness_vstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8975586Z test_nnc_correctness_where_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.8988289Z test_nnc_correctness_where_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9000744Z test_nnc_correctness_where_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9013256Z test_nnc_correctness_where_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9025949Z test_nnc_correctness_where_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9038402Z test_nnc_correctness_where_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9050924Z test_nnc_correctness_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9063679Z test_nnc_correctness_where_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9075990Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9088376Z test_nnc_correctness_where_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9100788Z test_nnc_correctness_where_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9113452Z test_nnc_correctness_where_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9125902Z test_nnc_correctness_where_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9138530Z test_nnc_correctness_xlogy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9151317Z test_nnc_correctness_xlogy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9164279Z test_nnc_correctness_xlogy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9177017Z test_nnc_correctness_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9189913Z test_nnc_correctness_xlogy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9202550Z test_nnc_correctness_xlogy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9215393Z test_nnc_correctness_xlogy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9228237Z test_nnc_correctness_xlogy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9240839Z test_nnc_correctness_xlogy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9253323Z test_nnc_correctness_xlogy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9266135Z test_nnc_correctness_zero__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9278565Z test_nnc_correctness_zero__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9291077Z test_nnc_correctness_zero__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9303934Z test_nnc_correctness_zero__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9316462Z test_nnc_correctness_zero__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9328915Z test_nnc_correctness_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9341544Z test_nnc_correctness_zero__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9354240Z test_nnc_correctness_zero__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9366565Z test_nnc_correctness_zero__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9379125Z test_nnc_correctness_zero__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9391713Z test_nnc_correctness_zero__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9404130Z test_nnc_correctness_zero__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9416712Z test_nnc_correctness_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9429220Z test_nnc_correctness_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9441790Z test_nnc_correctness_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9454197Z test_nnc_correctness_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9467077Z test_nnc_correctness_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9479359Z test_nnc_correctness_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9491715Z test_nnc_correctness_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9504478Z test_nnc_correctness_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9516869Z test_nnc_correctness_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9529245Z test_nnc_correctness_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9541658Z test_nnc_correctness_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9554459Z test_nnc_correctness_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9566938Z test_nnc_correctness_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9579522Z test_nnc_correctness_zeros_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9592055Z test_nnc_correctness_zeros_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9604526Z test_nnc_correctness_zeros_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9617057Z test_nnc_correctness_zeros_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9629724Z test_nnc_correctness_zeros_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9642259Z test_nnc_correctness_zeros_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9654798Z test_nnc_correctness_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9667500Z test_nnc_correctness_zeros_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9679996Z test_nnc_correctness_zeros_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9692480Z test_nnc_correctness_zeros_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9705104Z test_nnc_correctness_zeros_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9717504Z test_nnc_correctness_zeros_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9729852Z test_nnc_correctness_zeros_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:44.9740140Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9750383Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9760501Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9770712Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9780902Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9791130Z test_unsupported__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9801232Z test_unsupported__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9811280Z test_unsupported__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9821413Z test_unsupported__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9831574Z test_unsupported__masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9841686Z test_unsupported__masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9851869Z test_unsupported__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9862363Z test_unsupported__masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9872559Z test_unsupported__masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9882848Z test_unsupported__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9893179Z test_unsupported__masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9903872Z test_unsupported__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9914202Z test_unsupported__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9924198Z test_unsupported__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9934636Z test_unsupported__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9944822Z test_unsupported__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9954899Z test_unsupported__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9964904Z test_unsupported__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9975328Z test_unsupported__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9985387Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:44.9995323Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0005344Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0015423Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0025585Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0035715Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0045799Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0055823Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0066019Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0075922Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0085991Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0096047Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0106261Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0116395Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0126273Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0136337Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0146756Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0156790Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0166636Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0176642Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0187276Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0197991Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0207790Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0217626Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0227378Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0237159Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0246750Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0256550Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0266475Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0276083Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0285717Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0295344Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0305088Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0314871Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0324464Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0334160Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0343904Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0353507Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0363212Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0372821Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0382939Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0392457Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0402150Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0411967Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0422391Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0432715Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0443339Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0453887Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0464226Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0473988Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0483645Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0493367Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0503260Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0512942Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0522713Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0532271Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0542196Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0551823Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0561451Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0571308Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0581134Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0590917Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0600619Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0610226Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0620299Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0629780Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0639642Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0649718Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0659783Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0669953Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0679957Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0689983Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0700402Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0710235Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0720099Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0729931Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0739848Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0749835Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0759708Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0769761Z test_unsupported_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0779988Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0789922Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0800032Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0809836Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0819855Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0829947Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0839848Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0849693Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0859721Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0869891Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0880163Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0890864Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0901442Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0912036Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0922037Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0932061Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0941922Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0951668Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0961348Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0971154Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0977525Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:45.0986969Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.0996556Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1006202Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1015957Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1025879Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1035522Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1045136Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1054973Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1064627Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1074215Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1084171Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1094189Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1104516Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1114496Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1124692Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1135021Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1145757Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1156267Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1166843Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1177149Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1187114Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1196857Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1206602Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1216376Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1226162Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1235805Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1247504Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1255171Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1264919Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1274554Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1284389Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1294132Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1304150Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1313777Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1323358Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1332961Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1342766Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1352817Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1363113Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:45.1373242Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:45.1384068Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:45.1394514Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:45.1405370Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:45.1415849Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1426482Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1436383Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1446498Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1456254Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1466424Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1476071Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1485940Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1495797Z test_unsupported_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1506227Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1516214Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1525934Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1535888Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1545781Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1555487Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1565155Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1574955Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1584841Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1594552Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1604179Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1613882Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1624017Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1634111Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1644371Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1655029Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1666132Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1677517Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1687419Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1697658Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1707183Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1717357Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1727259Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1737076Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1747459Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1757258Z test_unsupported_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:45.1766900Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1776786Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1786822Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1796440Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1806216Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1816194Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1826378Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1836145Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1846051Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1856129Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1866134Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1876098Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1886102Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1896426Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1906805Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1916899Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1926897Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1937239Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1947447Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1957492Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1967575Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1977777Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1987991Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.1998100Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2008312Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2018620Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2028969Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2039176Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2049385Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2059536Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2069764Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2079933Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2090132Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2100310Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2110686Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2120824Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2131058Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2141962Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2151879Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2162063Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2172354Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2182825Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2193147Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2203320Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2213514Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2224026Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2234252Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2244893Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2254869Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2264863Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2274555Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2284200Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2294029Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2303928Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2313559Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2323300Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2332872Z test_unsupported_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2342872Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2352516Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2362159Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2371848Z test_unsupported_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2381705Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2391629Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2401852Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2412481Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2423359Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2433278Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2443400Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2452883Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2463065Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2472862Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2482686Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2492541Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2502789Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2512881Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2522890Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2532659Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2542710Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2552455Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2562267Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2572101Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2582201Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2592103Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2601891Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2611774Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2621826Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2631790Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2641682Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2651607Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2661620Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2671649Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2681398Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2691440Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2701519Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2711665Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2721700Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2731794Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2742232Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2752346Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2762376Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2772373Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2782684Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2792851Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2802936Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2812921Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2823074Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2833214Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2843209Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2853292Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2863642Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2873700Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2883866Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2893913Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2904398Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2914399Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2924462Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2934580Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2944811Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2954891Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2964939Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2975067Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2985398Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.2995496Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3005686Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3015787Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3026121Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3036170Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3046244Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3056372Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3066772Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3076926Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3087044Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3096976Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3107180Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3117281Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3127316Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3137556Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3147764Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3157852Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3167905Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3178020Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3188324Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3198430Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3208431Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3218585Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3228825Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3238895Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3249023Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3259289Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3269616Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3279765Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3289972Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3300298Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3310530Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3320739Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3331003Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3341313Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3351694Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3361965Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3372080Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3382568Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3392685Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3402972Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3413093Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3423503Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3433583Z test_unsupported_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3443659Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3453767Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3464098Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3474736Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3484949Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3495120Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3505443Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3515609Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3525743Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3536002Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3546323Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3557382Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3567542Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3577636Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3587805Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3597918Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3608041Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3618419Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3628674Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3638853Z test_unsupported_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3648930Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3659299Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3669574Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3679522Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3689556Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3699762Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3709953Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3720047Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3730092Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3740255Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3750645Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3760463Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3770598Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3780815Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3790988Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3801040Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3811086Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3821256Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3831600Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3841798Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3852333Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3862406Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3872407Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3882472Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3892607Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3902919Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3913221Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3923531Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3933652Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3943982Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3954290Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3964530Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3974583Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3984921Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.3995097Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4005220Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4015396Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4025895Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4036026Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4046273Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4052709Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:45.4058820Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:45.4065115Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:45.4071136Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:45.4081027Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4090990Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4097859Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:45.4103744Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:45.4113755Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4123511Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4133530Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4139807Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:45.4146379Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:45.4156137Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4166104Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4176161Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4186204Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4196247Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4206141Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4216315Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4226536Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4236640Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4246570Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4252964Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:45.4259113Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:45.4265442Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:45.4271174Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:45.4281196Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4291131Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4301513Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4311845Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4322101Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4332466Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4343164Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4353571Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4364009Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4374209Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4384680Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4395013Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4405220Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4415943Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4426621Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4437012Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4447078Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4457298Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4467399Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4477531Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4487613Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4497886Z test_unsupported_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4508220Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4518341Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4528472Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4538662Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4548819Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4559020Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4568982Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4579244Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4589344Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4599638Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4609913Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4620258Z test_unsupported_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4630531Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4640567Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4650570Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4660819Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4671196Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4681243Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4691248Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4701489Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4711708Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4721705Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4731808Z test_unsupported_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.4742246Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:45.8726750Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.398s) 2022-09-27T15:53:46.2696353Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.397s) 2022-09-27T15:53:46.7141622Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.444s) 2022-09-27T15:53:47.1170864Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.403s) 2022-09-27T15:53:47.1675311Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.050s) 2022-09-27T15:53:47.2403690Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.073s) 2022-09-27T15:53:47.7059491Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.465s) 2022-09-27T15:53:48.1341397Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.428s) 2022-09-27T15:53:48.2230793Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.089s) 2022-09-27T15:53:48.2547159Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:48.6484635Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.394s) 2022-09-27T15:53:48.6800478Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:49.0065145Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.326s) 2022-09-27T15:53:49.3325549Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.326s) 2022-09-27T15:53:49.3763956Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:49.7036609Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.327s) 2022-09-27T15:53:50.1246036Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.421s) 2022-09-27T15:53:50.2257599Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.101s) 2022-09-27T15:53:50.2936161Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:50.3611281Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.067s) 2022-09-27T15:53:50.3649588Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.004s) 2022-09-27T15:53:50.7508227Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.386s) 2022-09-27T15:53:50.7551563Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.004s) 2022-09-27T15:53:51.0838665Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.329s) 2022-09-27T15:53:51.5342768Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.450s) 2022-09-27T15:53:51.5672190Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:51.6359551Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.069s) 2022-09-27T15:53:51.7065250Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.070s) 2022-09-27T15:53:51.7887587Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.082s) 2022-09-27T15:53:52.0996155Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.311s) 2022-09-27T15:53:52.1321854Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:52.4582553Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.326s) 2022-09-27T15:53:52.5026762Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:52.9002719Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.397s) 2022-09-27T15:53:53.3186629Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.418s) 2022-09-27T15:53:53.7371788Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.418s) 2022-09-27T15:53:54.0729093Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.336s) 2022-09-27T15:53:54.4015242Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.329s) 2022-09-27T15:53:54.4382264Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:54.8449287Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.407s) 2022-09-27T15:53:55.3313177Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.486s) 2022-09-27T15:53:55.3993608Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:55.4671988Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:55.5002201Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:55.5692098Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.069s) 2022-09-27T15:53:55.6371989Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:55.9612937Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.324s) 2022-09-27T15:53:56.3717275Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.410s) 2022-09-27T15:53:56.7382190Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.366s) 2022-09-27T15:53:57.2105942Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.472s) 2022-09-27T15:53:57.7115577Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.501s) 2022-09-27T15:53:58.1812218Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.470s) 2022-09-27T15:53:58.2922710Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.111s) 2022-09-27T15:53:58.6911729Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.399s) 2022-09-27T15:53:59.1035403Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.412s) 2022-09-27T15:53:59.1546149Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.051s) 2022-09-27T15:53:59.3276589Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.173s) 2022-09-27T15:53:59.4026439Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.075s) 2022-09-27T15:53:59.5586144Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.156s) 2022-09-27T15:53:59.7367007Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.178s) 2022-09-27T15:54:00.1483963Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.412s) 2022-09-27T15:54:00.2299701Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.081s) 2022-09-27T15:54:00.3702043Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.140s) 2022-09-27T15:54:00.4453129Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.075s) 2022-09-27T15:54:00.5211854Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.076s) 2022-09-27T15:54:00.5944060Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.073s) 2022-09-27T15:54:00.7430766Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.149s) 2022-09-27T15:54:00.8627824Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.120s) 2022-09-27T15:54:01.2608363Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.398s) 2022-09-27T15:54:01.3295228Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.069s) 2022-09-27T15:54:01.7786287Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.449s) 2022-09-27T15:54:01.9200988Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.141s) 2022-09-27T15:54:02.1875634Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.267s) 2022-09-27T15:54:02.2208862Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:02.2914478Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.070s) 2022-09-27T15:54:02.7557420Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.464s) 2022-09-27T15:54:03.0877257Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.332s) 2022-09-27T15:54:03.1583092Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.070s) 2022-09-27T15:54:03.1937933Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.035s) 2022-09-27T15:54:03.2257079Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:03.2573386Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:03.3076501Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.050s) 2022-09-27T15:54:03.7728179Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.465s) 2022-09-27T15:54:04.2836697Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.511s) 2022-09-27T15:54:04.3511673Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.067s) 2022-09-27T15:54:04.3832928Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:04.4157587Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:04.6488406Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.233s) 2022-09-27T15:54:05.0352136Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.386s) 2022-09-27T15:54:05.0794704Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.044s) 2022-09-27T15:54:05.3470938Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.267s) 2022-09-27T15:54:05.4897733Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.143s) 2022-09-27T15:54:05.7522331Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.262s) 2022-09-27T15:54:06.1351202Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.383s) 2022-09-27T15:54:06.4458319Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.310s) 2022-09-27T15:54:06.5103968Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.064s) 2022-09-27T15:54:06.7853997Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.275s) 2022-09-27T15:54:06.8731445Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.088s) 2022-09-27T15:54:06.8746261Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T15:54:06.8753308Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:54:06.8759717Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:54:07.0445488Z test_batch_norm (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:54:07.0447005Z warnings.warn(msg, FutureWarning) 2022-09-27T15:54:07.5314414Z ok (0.655s) 2022-09-27T15:54:09.9309526Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (2.399s) 2022-09-27T15:54:18.6036062Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (8.673s) 2022-09-27T15:54:19.4073630Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.804s) 2022-09-27T15:54:20.4368048Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (1.029s) 2022-09-27T15:54:20.4382896Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:54:22.3569732Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (1.918s) 2022-09-27T15:54:22.5923038Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.235s) 2022-09-27T15:54:23.0441325Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.452s) 2022-09-27T15:54:23.8114953Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.767s) 2022-09-27T15:54:23.8126599Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:24.2702953Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.457s) 2022-09-27T15:54:24.2714513Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T15:54:24.2731092Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-09-27T15:54:24.2744139Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T15:54:24.2755319Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T15:54:24.2765005Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T15:54:24.2778708Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T15:54:27.8012732Z test_clamp (__main__.TestTEFuserDynamic) ... ok (3.523s) 2022-09-27T15:54:27.9387135Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.137s) 2022-09-27T15:54:28.0720710Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.133s) 2022-09-27T15:54:28.3593659Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.287s) 2022-09-27T15:54:28.6442266Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.285s) 2022-09-27T15:54:28.9284624Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.284s) 2022-09-27T15:54:29.4936412Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.565s) 2022-09-27T15:54:30.2533096Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.760s) 2022-09-27T15:54:30.2549223Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-09-27T15:54:30.2561217Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-09-27T15:54:30.2573132Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-09-27T15:54:30.2586955Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:30.3849483Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.126s) 2022-09-27T15:54:30.3915537Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.007s) 2022-09-27T15:54:30.5276740Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.136s) 2022-09-27T15:54:30.5380474Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.010s) 2022-09-27T15:54:32.5851105Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (2.047s) 2022-09-27T15:54:32.8884800Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.303s) 2022-09-27T15:54:32.8898217Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-09-27T15:54:32.9190350Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.029s) 2022-09-27T15:54:33.0069368Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.088s) 2022-09-27T15:54:33.0078219Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:33.0101355Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.002s) 2022-09-27T15:54:33.2921272Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.282s) 2022-09-27T15:54:33.5861081Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.294s) 2022-09-27T15:54:33.9951016Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.409s) 2022-09-27T15:54:34.6468269Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.652s) 2022-09-27T15:54:34.6478414Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:34.9746801Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.327s) 2022-09-27T15:54:34.9761445Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-09-27T15:54:35.7281268Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.752s) 2022-09-27T15:54:35.9627120Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.235s) 2022-09-27T15:54:46.5099476Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (10.547s) 2022-09-27T15:54:46.9434759Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.433s) 2022-09-27T15:54:46.9447241Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-09-27T15:54:46.9471051Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-09-27T15:54:46.9483416Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-09-27T15:54:48.0932010Z test_minmax (__main__.TestTEFuserDynamic) ... ok (1.145s) 2022-09-27T15:54:48.9108706Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.818s) 2022-09-27T15:54:49.0791177Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.168s) 2022-09-27T15:54:49.2191590Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.140s) 2022-09-27T15:54:49.2198638Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-09-27T15:54:49.2205897Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-09-27T15:54:49.2246473Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-09-27 15:54:49 1450:1450 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:54:49.2970527Z STAGE:2022-09-27 15:54:49 1450:1450 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:54:49.2978909Z ok (0.077s) 2022-09-27T15:54:49.2995234Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-09-27T15:54:49.3006069Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:49.3013482Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:49.4394135Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.138s) 2022-09-27T15:54:49.5883388Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.149s) 2022-09-27T15:54:49.6177804Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.029s) 2022-09-27T15:54:49.6662590Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.048s) 2022-09-27T15:54:50.1815959Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.515s) 2022-09-27T15:54:50.2278372Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.046s) 2022-09-27T15:54:50.3854400Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.157s) 2022-09-27T15:54:50.6778224Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.292s) 2022-09-27T15:54:50.8584176Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.180s) 2022-09-27T15:54:51.0509065Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.192s) 2022-09-27T15:54:51.1511062Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.100s) 2022-09-27T15:54:51.2423072Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.091s) 2022-09-27T15:54:52.4834767Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (1.241s) 2022-09-27T15:54:53.1415022Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.658s) 2022-09-27T15:54:53.5500452Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (0.408s) 2022-09-27T15:54:54.1973560Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.647s) 2022-09-27T15:54:54.4084523Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.211s) 2022-09-27T15:54:54.5560799Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.148s) 2022-09-27T15:54:58.7758292Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (4.220s) 2022-09-27T15:55:00.9091348Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (2.133s) 2022-09-27T15:55:00.9621600Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.053s) 2022-09-27T15:55:00.9643070Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:55:00.9771609Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-09-27T15:55:01.3365274Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.359s) 2022-09-27T15:55:01.6911085Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.354s) 2022-09-27T15:55:01.6981612Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... test_jit_fuser_te.py:1187: 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:55:01.6982384Z return v.to(dtype) 2022-09-27T15:55:01.7252816Z ok (0.034s) 2022-09-27T15:55:02.0485480Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.323s) 2022-09-27T15:55:04.7491064Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (2.700s) 2022-09-27T15:55:04.8293454Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-09-27T15:55:04.8293877Z warnings.warn("Only works in script mode") 2022-09-27T15:55:04.9231326Z ok (0.174s) 2022-09-27T15:55:05.0176017Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.094s) 2022-09-27T15:55:05.0692274Z test_abs (__main__.TestTEFuserStatic) ... ok (0.051s) 2022-09-27T15:55:05.1325541Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.063s) 2022-09-27T15:55:05.2299046Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.097s) 2022-09-27T15:55:05.2708129Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-09-27T15:55:05.3215169Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.051s) 2022-09-27T15:55:05.3223084Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:55:05.3230100Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:55:05.4083514Z test_batch_norm (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:55:05.4084548Z warnings.warn(msg, FutureWarning) 2022-09-27T15:55:05.6111442Z ok (0.288s) 2022-09-27T15:55:06.7328579Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (1.122s) 2022-09-27T15:55:10.0267476Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (3.294s) 2022-09-27T15:55:10.2948791Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.268s) 2022-09-27T15:55:11.3640633Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (1.069s) 2022-09-27T15:55:11.3654684Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:12.0575481Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.692s) 2022-09-27T15:55:12.1142246Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-09-27T15:55:12.5798811Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.466s) 2022-09-27T15:55:12.6579394Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.078s) 2022-09-27T15:55:12.6591651Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:55:12.7283569Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.069s) 2022-09-27T15:55:12.8266113Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.098s) 2022-09-27T15:55:13.9332948Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (1.107s) 2022-09-27T15:55:13.9878955Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.055s) 2022-09-27T15:55:14.0867289Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.099s) 2022-09-27T15:55:14.1909610Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (0.104s) 2022-09-27T15:55:14.3687541Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.178s) 2022-09-27T15:55:15.2562341Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.887s) 2022-09-27T15:55:15.3130798Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-09-27T15:55:15.3687346Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.056s) 2022-09-27T15:55:15.4528592Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.084s) 2022-09-27T15:55:15.5353575Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.082s) 2022-09-27T15:55:15.6185875Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-09-27T15:55:15.6676401Z test_concat (__main__.TestTEFuserStatic) ... ok (0.049s) 2022-09-27T15:55:15.7559768Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.088s) 2022-09-27T15:55:15.7578828Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... test_jit_fuser_te.py:2416: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-09-27T15:55:15.7579466Z r = torch.tensor(4) 2022-09-27T15:55:15.8664650Z ok (0.110s) 2022-09-27T15:55:15.8867962Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-09-27T15:55:16.7476793Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... ok (0.861s) 2022-09-27T15:55:16.7491769Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-09-27T15:55:16.8373328Z test_dims (__main__.TestTEFuserStatic) ... ok (0.088s) 2022-09-27T15:55:16.8433578Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.006s) 2022-09-27T15:55:16.8789340Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.035s) 2022-09-27T15:55:16.8886122Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-09-27T15:55:18.9339289Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (2.045s) 2022-09-27T15:55:19.0406526Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.107s) 2022-09-27T15:55:19.0420454Z test_erf (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-09-27T15:55:19.0706953Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-09-27T15:55:19.1143921Z test_exp (__main__.TestTEFuserStatic) ... ok (0.044s) 2022-09-27T15:55:19.1152868Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:55:19.1176549Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.002s) 2022-09-27T15:55:19.2193267Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.101s) 2022-09-27T15:55:19.3372853Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.118s) 2022-09-27T15:55:19.4246302Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.087s) 2022-09-27T15:55:19.7800010Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.355s) 2022-09-27T15:55:19.7811841Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:55:19.8492125Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.068s) 2022-09-27T15:55:19.8507182Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-09-27T15:55:20.0096949Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.159s) 2022-09-27T15:55:20.1720940Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.162s) 2022-09-27T15:55:21.9108856Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (1.739s) 2022-09-27T15:55:22.0611805Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.150s) 2022-09-27T15:55:22.0624142Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-09-27T15:55:22.9003527Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.838s) 2022-09-27T15:55:23.8247579Z test_milstm (__main__.TestTEFuserStatic) ... ok (0.924s) 2022-09-27T15:55:24.1317815Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.307s) 2022-09-27T15:55:24.4347407Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.303s) 2022-09-27T15:55:24.4713627Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-09-27T15:55:24.6101377Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.139s) 2022-09-27T15:55:24.6109294Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-09-27T15:55:24.6115891Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-09-27T15:55:24.6147400Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-09-27 15:55:24 1450:1450 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:55:24.6373868Z STAGE:2022-09-27 15:55:24 1450:1450 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:55:24.6381869Z ok (0.026s) 2022-09-27T15:55:24.6395819Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:55:24.6407160Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:55:24.6413979Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:55:24.6879983Z test_relu (__main__.TestTEFuserStatic) ... ok (0.046s) 2022-09-27T15:55:24.7481903Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.060s) 2022-09-27T15:55:24.7770086Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-09-27T15:55:24.8258427Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.049s) 2022-09-27T15:55:24.9155186Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.090s) 2022-09-27T15:55:24.9623770Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-09-27T15:55:24.9905979Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-09-27T15:55:25.0623993Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.072s) 2022-09-27T15:55:25.1225496Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.060s) 2022-09-27T15:55:25.2651719Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.142s) 2022-09-27T15:55:25.3285996Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.063s) 2022-09-27T15:55:25.3857277Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-09-27T15:55:25.9099168Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.524s) 2022-09-27T15:55:26.0248551Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.115s) 2022-09-27T15:55:26.2541890Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (0.229s) 2022-09-27T15:55:26.5157251Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.262s) 2022-09-27T15:55:26.5765476Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.061s) 2022-09-27T15:55:26.6243204Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-09-27T15:55:27.4774722Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.853s) 2022-09-27T15:55:28.9046323Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (1.427s) 2022-09-27T15:55:28.9520415Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-09-27T15:55:28.9542269Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:55:28.9814060Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.027s) 2022-09-27T15:55:29.0654905Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.084s) 2022-09-27T15:55:29.2883528Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.223s) 2022-09-27T15:55:29.3221614Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.034s) 2022-09-27T15:55:29.4314945Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.109s) 2022-09-27T15:55:30.0422144Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.611s) 2022-09-27T15:55:30.0720544Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-09-27T15:55:30.0721165Z warnings.warn("Only works in script mode") 2022-09-27T15:55:30.1138928Z ok (0.072s) 2022-09-27T15:55:30.1581261Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.044s) 2022-09-27T15:55:30.1581510Z 2022-09-27T15:55:30.1581973Z ---------------------------------------------------------------------- 2022-09-27T15:55:30.1582260Z Ran 5884 tests in 111.696s 2022-09-27T15:55:30.1582823Z 2022-09-27T15:55:30.1583013Z OK (skipped=5138, expected failures=2) 2022-09-27T15:55:30.1583220Z 2022-09-27T15:55:30.1583319Z Generating XML reports... 2022-09-27T15:55:30.1628699Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220927155338.xml 2022-09-27T15:55:30.1630981Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20220927155338.xml 2022-09-27T15:55:30.9378092Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20220927155338.xml 2022-09-27T15:55:30.9457581Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220927155338.xml 2022-09-27T15:55:30.9540950Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220927155338.xml 2022-09-27T15:55:31.5408009Z Running test_nn ... [2022-09-27 15:55:31.540422] 2022-09-27T15:55:31.5408551Z Executing ['/opt/conda/bin/python', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:55:31.540505] 2022-09-27T15:55:33.5448639Z Test results will be stored in test-reports/python-unittest/test_nn 2022-09-27T15:55:33.6026274Z 2022-09-27T15:55:33.6026482Z Running tests... 2022-09-27T15:55:33.6026923Z ---------------------------------------------------------------------- 2022-09-27T15:55:33.6051584Z test_add_relu (__main__.TestAddRelu) ... ok (0.002s) 2022-09-27T15:55:33.6064523Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.001s) 2022-09-27T15:55:33.6076727Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.001s) 2022-09-27T15:55:33.6086802Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.001s) 2022-09-27T15:55:33.6092558Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-09-27T15:55:33.8794397Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.270s) 2022-09-27T15:55:33.8815287Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:55:33.8829326Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:55:33.8839147Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:55:33.8840309Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:55:33.8911438Z ok (0.008s) 2022-09-27T15:55:33.8987835Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-09-27T15:55:33.9017225Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T15:55:33.9063173Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:55:33.9103885Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:55:33.9127149Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:55:33.9194820Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.007s) 2022-09-27T15:55:33.9241648Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:55:33.9265784Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:55:33.9319889Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:55:33.9344250Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:55:33.9359534Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:55:33.9402016Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:55:33.9428925Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T15:55:33.9445262Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:55:33.9851588Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.040s) 2022-09-27T15:55:33.9993355Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.014s) 2022-09-27T15:55:34.0020968Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T15:55:34.0075762Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:55:34.0091536Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:55:34.0292720Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.020s) 2022-09-27T15:55:34.0371598Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-09-27T15:55:34.0389504Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:55:34.2426990Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.204s) 2022-09-27T15:55:34.2989186Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.056s) 2022-09-27T15:55:34.3008824Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:55:34.3122417Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.011s) 2022-09-27T15:55:34.3131278Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-09-27T15:55:34.3137296Z This test is to test whether lazymodule can register other forward hook ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:55:34.3138269Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:55:34.3141122Z ok (0.002s) 2022-09-27T15:55:34.3195109Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:55:34.3238552Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:55:34.3279684Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:55:34.3353583Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.007s) 2022-09-27T15:55:34.3399780Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:55:34.3444361Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:55:34.3504029Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.006s) 2022-09-27T15:55:34.3551111Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:55:34.3593045Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:55:34.3614792Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:55:34.3634843Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:55:34.3644858Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:55:34.3654512Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:55:34.3673976Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:55:34.3680479Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-09-27T15:55:34.3685648Z This test is to test whether lazymodule can register other pre-forward hook ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:55:34.3686634Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:55:34.3688123Z ok (0.001s) 2022-09-27T15:55:34.3698252Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:55:34.3707549Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:55:34.3721144Z test_linear (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:55:34.3736856Z test_linear_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:55:34.3743545Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.001s) 2022-09-27T15:55:34.3754996Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:55:34.3805439Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:55:34.3815161Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:55:34.3823592Z test_weight_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:55:34.3846955Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:55:34.3848185Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T15:55:34.3849502Z ok (0.002s) 2022-09-27T15:55:34.3865752Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-09-27T15:55:34.3876419Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-09-27T15:55:34.3884657Z This test is to test when multiple forward hook functions can be registered ... ok (0.002s) 2022-09-27T15:55:34.3894287Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-09-27T15:55:34.3902720Z This test is to test when multiple pre-forward hook functions can be ... ok (0.002s) 2022-09-27T15:55:34.3921231Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-09-27T15:55:34.3939805Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-09-27T15:55:34.4040831Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.010s) 2022-09-27T15:55:34.4280990Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:55:34.4293762Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.4396146Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:34.4408639Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.4505516Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.4516510Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.4611707Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.4623377Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.4711739Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.4806809Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.4819199Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.4831036Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.4921058Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.4931918Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.5020209Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.5031685Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.5125617Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.5134192Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.5225982Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.5234782Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.5322228Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.5332354Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.5482007Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.5482558Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.5533269Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:34.5546038Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.6206691Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.066s) 2022-09-27T15:55:34.6219627Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.6304600Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.6315221Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.6394875Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.6404593Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.6488161Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.6499545Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.6578718Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.6589483Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.6670670Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.6681738Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.6763367Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.6773507Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.6867189Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.6877662Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.6965618Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.6975187Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.7062292Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.7074461Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.7166061Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.7176011Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.7262949Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.7273305Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.7367867Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:34.7377912Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.7453945Z test_AvgPool1d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:34.7465047Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.7548253Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.7558018Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.7631771Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:34.7641119Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.7716830Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:34.7726689Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.7809742Z test_AvgPool2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.7820009Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.7897430Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.7907170Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.7985850Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:34.7990724Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8069939Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.8080834Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8095665Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:34.8105725Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8119299Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:34.8129421Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8143968Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:34.8154129Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8240666Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.8249159Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8328981Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.8339840Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8422113Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.8433519Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8513862Z test_AvgPool3d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.8524180Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8604721Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.8614609Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8692423Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.8769501Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.8780926Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8795186Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:34.8804988Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8814532Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8896638Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.8906271Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.8986454Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.8996352Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9009626Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:34.9019277Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9099841Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.9110437Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9125745Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:34.9135341Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9215210Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.9226262Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9240290Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:34.9250363Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9264872Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:34.9274913Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9288028Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:34.9297694Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9311976Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:34.9321345Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9396833Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:34.9406943Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9484194Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.9560647Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.9570941Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9580112Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9659009Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.9669193Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9747286Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.9757363Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9841962Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.9851628Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9928744Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:34.9938409Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:34.9991213Z test_BCELoss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:35.0000713Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0009895Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0018829Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0028546Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0076135Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:35.0083305Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0090390Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0097563Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0136709Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:35.0144247Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0151253Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0157910Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0198376Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:35.0205833Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0213151Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0220400Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0302867Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:35.0312513Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0363543Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:35.0372280Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0416474Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:35.0424947Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0433111Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0441501Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0449386Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0501977Z test_BCELoss_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:35.0509810Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0516947Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0524187Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0531137Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0612285Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:35.0621515Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0669560Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:35.0678007Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0733847Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:35.0742815Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0750619Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0758401Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0768875Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-09-27T15:55:35.0769690Z warnings.warn(warning.format(ret)) 2022-09-27T15:55:35.0826945Z /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-09-27T15:55:35.0827542Z warnings.warn(warning.format(ret)) 2022-09-27T15:55:35.0832168Z ok (0.007s) 2022-09-27T15:55:35.0843750Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0896381Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:35.0907540Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0917515Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0927425Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0980943Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:35.0990071Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.0997161Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1004010Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1049305Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:35.1056842Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1064317Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1071469Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1144059Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:35.1154012Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1248300Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:35.1258604Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1303874Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:35.1315042Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1325368Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1333923Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1386260Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:35.1393771Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1400938Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1408263Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1573900Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:55:35.1585041Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1740775Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:55:35.1751801Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1847461Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:35.1856843Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.1939952Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:35.1949782Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.2109189Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:55:35.2118945Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.2263624Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:35.2273449Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.2433755Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:55:35.2444143Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.2595046Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:55:35.2604341Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.2702689Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:35.2711904Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.2797233Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:35.2805953Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.2962389Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:55:35.2971339Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.3129726Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:55:35.3139660Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.3211497Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:35.3220342Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.3290514Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:35.3300160Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.3493237Z test_BatchNorm2d (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:35.3683890Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:35.3695152Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.3859497Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:55:35.3869648Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.3877702Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.4045954Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:35.4057810Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.4246876Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:35.4258416Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.4430992Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:35.4442237Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.4550088Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:35.4559879Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.4652422Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:35.4662511Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.4840487Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:55:35.4850769Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.5029934Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:55:35.5039819Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.5111261Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:35.5119803Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.5189499Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:35.5197810Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.5389201Z test_BatchNorm3d (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:35.5581357Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:35.5591132Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.5759930Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:35.5769585Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.5777611Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.6028478Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:35.6029289Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.6186079Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:55:35.6196233Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.6367350Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:35.6381417Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.6487971Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:35.6499150Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.6595233Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:35.6607073Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.6795367Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:35.6807694Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7005714Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:35.7019168Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7106699Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:35.7117933Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7197837Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:35.7211332Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7313900Z test_CELU (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:35.7326311Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7385739Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:35.7396813Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7457262Z test_CELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:35.7468269Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7591356Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:35.7604709Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7611854Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7703971Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:35.7711747Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7718630Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7809734Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:35.7816930Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7823919Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7913837Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:35.7921167Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.7928870Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.8022205Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:35.8030036Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.8037762Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.8136276Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:35.8146281Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.8154404Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.8164707Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:55:35.8226639Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:35.8234457Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:55:35.8335865Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:35.8343715Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.8351191Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.8444230Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:35.8451716Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.8459358Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.8548245Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:35.8556840Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.8563977Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.8653804Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:35.8661988Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.8670086Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.8682911Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:55:35.8747986Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:35.8765259Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-09-27T15:55:35.8845685Z test_ConstantPad1d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:35.8925285Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:35.8935736Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.9061515Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:35.9071254Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.9080591Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.9162384Z test_ConstantPad2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:35.9294576Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:35.9304062Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.9313111Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.9399193Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:35.9408893Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.9503919Z test_ConstantPad3d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:35.9662908Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:55:35.9673470Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.9683000Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.9778938Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:35.9790042Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:35.9985505Z test_Conv1d (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:36.0221648Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:55:36.0233406Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.0242545Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.0441462Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:36.0451657Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.0977137Z test_Conv1d_groups (__main__.TestNN) ... ok (0.052s) 2022-09-27T15:55:36.0989507Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.1019509Z test_Conv1d_module_same_padding (__main__.TestNN) ... test_nn.py:752: 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:55:36.1020591Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-09-27T15:55:36.1037572Z ok (0.005s) 2022-09-27T15:55:36.1235647Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:36.1246880Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.1416455Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:36.1427500Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.1624292Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:36.1635026Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.1800811Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:36.1810867Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.2006616Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:36.2217477Z test_Conv1d_pad_same2 (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:55:36.2228781Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.2237923Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.2435952Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:36.2445593Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.2634651Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:36.2645585Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.2827427Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:55:36.2836909Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.3019432Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:55:36.3028673Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.3214222Z test_Conv1d_stride (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:55:36.3223654Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.3359324Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:36.3369542Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.3548777Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:55:36.3559381Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.3757418Z test_Conv2d (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:36.3810720Z test_Conv2d_1x1 (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:36.3966470Z test_Conv2d_OneDNN (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:55:36.4028923Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:36.4310763Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.028s) 2022-09-27T15:55:36.4321176Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.4329492Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.4559593Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:55:36.4568704Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.4793680Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:55:36.4804196Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.5060203Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:55:36.5072497Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.5291879Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:55:36.5302508Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.5548641Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:55:36.5559176Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.5758299Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:36.5769690Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.5789419Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:36.5798391Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.6016365Z test_Conv2d_groups (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:55:36.6026938Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.6121394Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:36.6195263Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:36.6407405Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:55:36.6462942Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.6464815Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:36.6465386Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.6465905Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:36.6472829Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.6643678Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:36.6655068Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:55:36.6664350Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:55:36.6675109Z test_Conv2d_missing_argument (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:36.6717459Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:36.6867977Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:55:36.6878106Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.6895816Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:36.6905109Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.7114689Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:55:36.7123775Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.7325256Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:36.7334346Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.7527752Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:36.7538344Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.7740100Z test_Conv2d_padding (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:36.7751072Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.7769368Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:36.7778752Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.7976092Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:36.7985901Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.8191644Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:36.8202785Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.8396824Z test_Conv2d_strided (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:36.8406058Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.8426210Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:36.8435327Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.8454783Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:36.8464187Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.8602480Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:36.8611622Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.8627703Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:36.8636765Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.8820649Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:55:36.8832818Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.9020350Z test_Conv3d (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:36.9158841Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:36.9166557Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.9182762Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:36.9192568Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.9568294Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.037s) 2022-09-27T15:55:36.9578904Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.9588096Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:36.9802584Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:55:36.9813097Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.0014375Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:37.0024319Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.0220417Z test_Conv3d_groups (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:37.0229938Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.0297456Z test_Conv3d_groups_nobias (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:37.0366490Z test_Conv3d_groups_wbias (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:37.0385590Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:37.0392682Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.0434581Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:37.0579387Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:37.0588568Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.0605332Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:37.0614545Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.0882726Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:55:37.0891792Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.1167012Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:55:37.1177402Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.1411332Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:55:37.1422147Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.1650772Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:55:37.1661447Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.1870767Z test_Conv3d_stride (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:55:37.1882093Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.2088340Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:55:37.2098784Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.2117238Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:37.2126702Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.2144266Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:37.2153365Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.2170289Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:37.2179505Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.2326855Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:55:37.2336717Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.2352626Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:37.2361094Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.2568851Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:55:37.2578449Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.2752829Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:37.2761714Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.2937087Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:37.2947401Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.3164655Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:55:37.3178756Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.3322321Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:37.3332407Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.3535781Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:37.3548641Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.3709809Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:55:37.3720662Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.3738621Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:37.3748419Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.3940866Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:37.3951129Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.3970054Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:37.3979680Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.3989192Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:55:37.4145319Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:55:37.4155210Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.4172130Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:37.4182039Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:37.4224404Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:40.1617230Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (2.739s) 2022-09-27T15:55:40.1636596Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:40.1646320Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.1851428Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:40.1866507Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:40.1877904Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.2083920Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:55:40.2095038Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.2295878Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:40.2306499Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.2314798Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.2321838Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.2493997Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:40.2503979Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.2511908Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.2519071Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.2691919Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:40.2702812Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.2711181Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.2718382Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.2851103Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:40.2860215Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.2867990Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.2874957Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3005547Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:40.3013930Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3022463Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3029486Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3159007Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:40.3167423Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3175311Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3182415Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3350444Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:40.3359725Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3367580Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3376613Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3421706Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.3473461Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.3481725Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3489651Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3497732Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3548970Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.3556738Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3564286Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3571149Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3653156Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:40.3661293Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3669385Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3676113Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3753186Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:40.3761149Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3768698Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3775466Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3844078Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:40.3851700Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3859190Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3866436Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3942329Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:40.3950761Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3958040Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.3965199Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4019355Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.4027967Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4035526Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4042471Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4093612Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.4101499Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4108216Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4115221Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4161749Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.4169954Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4177010Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4183833Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4234231Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.4242017Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4249220Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4256880Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4302118Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:40.4310818Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4317664Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4325592Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4376656Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.4384945Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4392147Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4399380Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4444598Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:40.4452105Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4459153Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4466117Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4515047Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.4522325Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4529391Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4536222Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4586236Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.4593104Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4600051Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4607164Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4680080Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:40.4687197Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4694567Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4701326Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4772621Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:40.4780142Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4787178Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4794021Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4857245Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:40.4865046Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4872065Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4879178Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4942825Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:40.4950265Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4957386Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.4964544Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5018270Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.5026155Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5033175Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5039921Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5096447Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.5103761Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5111364Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5118505Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5169194Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.5176354Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5183889Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5190551Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5242918Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.5250629Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5257742Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5264784Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5320270Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.5327816Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5335504Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5343286Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5395137Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.5403136Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5409954Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5417447Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5470623Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.5478055Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5484875Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5491818Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5544623Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.5552807Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5559975Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5567032Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5627671Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:40.5635741Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5643634Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5651087Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5706363Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.5713495Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5721072Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5728560Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5735661Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5742922Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5749669Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5799822Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.5807185Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5814177Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5821207Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5869466Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.5877188Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5884845Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5892569Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5948865Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:40.5956657Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5964161Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.5971578Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6027309Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.6034285Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6041159Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6047825Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6090465Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:40.6098016Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6105151Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6112303Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6224401Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:40.6225294Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6296806Z test_ELU (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:40.6306562Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6359846Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:40.6369091Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6424592Z test_ELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:40.6433560Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6501155Z test_Embedding (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:40.6605450Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:40.6615292Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6704926Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:40.6714603Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6786002Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:40.6795583Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6867204Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:40.6877507Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.6945541Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:40.6955207Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.7044897Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:40.7055088Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.7121697Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:40.7131254Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.7193280Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:40.7203196Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.7212743Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.7325380Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:40.7335039Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.7410825Z test_Embedding_sparse (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:40.7420536Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.7505336Z test_Flatten (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:40.7514423Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.7585388Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:40.7594538Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.7665400Z test_Fold (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:40.7674860Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.7740665Z test_Fold_int_input (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:40.7750601Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.7825360Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:40.7834829Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.7983427Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:40.7984630Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.8066085Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:40.8079928Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.8171136Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:40.8183442Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.8287984Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:40.8302080Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.8392027Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:40.8405121Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.8506132Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:40.8517241Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.8608776Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:40.8620409Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.8738743Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:40.8749111Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.8865007Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:40.8876435Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.8967033Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:40.8977859Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.9069961Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:40.9081622Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.9173778Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:40.9185881Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.9277016Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:40.9288797Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.9392141Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:40.9403769Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.9509737Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:40.9521715Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.9625806Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:40.9640001Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.9737553Z test_GELU (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:40.9749955Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.9809308Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:40.9821140Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.9877226Z test_GELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:40.9888050Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:40.9969709Z test_GLU (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:40.9980145Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.0069933Z test_GLU_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:41.0080783Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.0137287Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:41.0147262Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.0359683Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:55:41.0560404Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:41.0569674Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.0769363Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:41.0779501Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.0788390Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.0997073Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:55:41.1006227Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.1014637Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.1023236Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.1133050Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.1144342Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.1256450Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.1267075Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.1371454Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.1381046Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.1488062Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.1498880Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.1719028Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:55:41.1730109Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.1945197Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:55:41.1954536Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.1963074Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.1971124Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.2076704Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.2085618Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.2191968Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.2200732Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.2306285Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.2315997Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.2425470Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.2436362Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.2445278Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.2453766Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.2534384Z test_Hardshrink (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:41.2544081Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.2595542Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.2604136Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.2649031Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.2657648Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.2738097Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:41.2755312Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.2785189Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.2795372Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.2905802Z test_Hardtanh (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.2916726Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.2967618Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.2977516Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3027506Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.3037209Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3089569Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.3099296Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3108800Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3117968Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3170097Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.3177985Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3186013Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3193789Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3297713Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.3298293Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3310167Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.3318417Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3326320Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3334018Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3387974Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.3397897Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3405352Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3412182Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3458884Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.3466355Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3473051Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3480181Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3529879Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.3537331Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3544339Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3551013Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3606715Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.3615547Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3668960Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.3677358Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3685668Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3693241Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3744999Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.3753374Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3760779Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3768207Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3816246Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.3823620Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3830418Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3837402Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3907047Z test_HuberLoss (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:41.3914965Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3922394Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3929804Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.3937191Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4016715Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:41.4026118Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4069134Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.4078145Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4087289Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4096381Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4139904Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.4149648Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4158797Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4166855Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4205270Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.4212584Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4219424Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4226468Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4291082Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:41.4298948Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4306917Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4314854Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4322087Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4420211Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.4429691Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4526542Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.4535997Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4632597Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.4641877Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4735217Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:41.4745059Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4856596Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.4866472Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.4968085Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.4977994Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.5082628Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.5092129Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.5189066Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.5198336Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.5297306Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.5307064Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.5407934Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.5418701Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.5521720Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.5531434Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.5637028Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.5647581Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.5766787Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:41.5776043Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.5879767Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.5889147Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.6002840Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.6013510Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.6126486Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.6137539Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.6248040Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.6258799Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.6364792Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:41.6374891Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.6484656Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.6494881Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.6606690Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.6616368Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.6732618Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:41.6742072Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.6850880Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.6861536Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.6987295Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:41.6998450Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7107966Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:41.7118536Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7129982Z test_KLDivLoss (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:55:41.7131273Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:55:41.7149020Z /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:55:41.7150077Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:55:41.7172514Z /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:55:41.7173682Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:55:41.7177026Z ok (0.006s) 2022-09-27T15:55:41.7191373Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:41.7206069Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:41.7214844Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7222888Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7231022Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7259876Z test_KLDivLoss_log_target (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:55:41.7261199Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:55:41.7284989Z /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:55:41.7286276Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:55:41.7288430Z ok (0.006s) 2022-09-27T15:55:41.7295745Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7302934Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7309886Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7355145Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.7361983Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7368799Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7375776Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7414506Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.7421509Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7429048Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7436336Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7475061Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.7483039Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7490631Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7497500Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7536038Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.7543801Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7550809Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7557874Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7649701Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:41.7658796Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7751321Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:41.7760031Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7811735Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.7821003Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7874479Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.7883506Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7892486Z test_KLDivLoss_scalar (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:55:41.7893620Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:55:41.7909769Z /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:55:41.7910814Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:55:41.7931193Z /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:55:41.7932968Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:55:41.7933464Z ok (0.005s) 2022-09-27T15:55:41.7941375Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7949452Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7957094Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.7982081Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:55:41.7983204Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:55:41.8005137Z /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:55:41.8006599Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:55:41.8007414Z ok (0.005s) 2022-09-27T15:55:41.8016242Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8025331Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8032259Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8072815Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.8080844Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8087947Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8094768Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8132389Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.8139816Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8146780Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8153723Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8195774Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.8203536Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8210432Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8217509Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8342852Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:41.8343431Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8410848Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:41.8419727Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8497747Z test_L1Loss (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:41.8507377Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8516214Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8525334Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8533984Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8543096Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8589516Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.8596670Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8604469Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8611670Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8651016Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.8658853Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8666366Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8673643Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8715740Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:41.8723164Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8730096Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8737375Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8812991Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:41.8949926Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:41.8958499Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.8966529Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.9017814Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.9026553Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.9101136Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:41.9110199Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.9118389Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.9126384Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.9134251Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.9142243Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.9273983Z test_LPPool1d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:41.9285101Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.9426706Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:41.9438349Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.9574161Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:41.9585569Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.9715499Z test_LPPool2d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:41.9725692Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.9857941Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:41.9867163Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:41.9918205Z test_LSTM_cell (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:41.9993571Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:42.0033422Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:42.0195624Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:55:42.0204972Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:42.0370546Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:55:42.0379274Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:42.0519349Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:42.0528080Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:42.0670278Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:42.0680387Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:42.0767411Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:42.0776698Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:42.0865027Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:42.0875259Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:42.1045381Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:42.1056941Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:42.1228888Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:42.1240595Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:42.7626044Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (0.638s) 2022-09-27T15:55:42.7635965Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.3854208Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (0.622s) 2022-09-27T15:55:43.3865139Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.3957147Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:43.3968151Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.4060875Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:43.4070912Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.4150052Z test_LeakyReLU (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.4158687Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.4224886Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:43.4233636Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.4318481Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.4326096Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.4384529Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:43.4392400Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.4471607Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.4480489Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.4656420Z test_Linear (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:43.4665751Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.4785841Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:43.4795284Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.4926030Z test_Linear_no_bias (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:43.4935037Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.5053954Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:43.5064058Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.5200229Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:43.5209846Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.5374090Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:55:43.5383713Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.5466104Z test_LogSigmoid (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.5475571Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.5526838Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:43.5535992Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.5586545Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:43.5595684Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.5679801Z test_LogSoftmax (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.5689014Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.5779279Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:43.5788519Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.5840680Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:43.5849810Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.5928864Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.5938044Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6009069Z test_MSELoss (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:43.6018458Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6027343Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6036004Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6078138Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:43.6085719Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6092653Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6099848Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6136722Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:43.6144328Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6151256Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6158217Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6194488Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:43.6201676Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6208616Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6215604Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6304561Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:43.6312632Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6386115Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:43.6395544Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6438655Z test_MSELoss_prec (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:43.6447800Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6457204Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6465712Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6473585Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6542117Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:43.6549454Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6556826Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6563734Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6570868Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6627873Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:43.6635239Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6642255Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6649064Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6655904Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6724069Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:43.6732282Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6739534Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6747120Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6818448Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:43.6826109Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6833217Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6839941Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6909357Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:43.6917179Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6924435Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6931793Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.6997651Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:43.7005671Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7012630Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7019690Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7082675Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:43.7090118Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7097434Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7104857Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7166579Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:43.7174263Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7181620Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7189482Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7255090Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:43.7263333Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7270224Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7277784Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7343215Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:43.7350053Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7357366Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7364404Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7442447Z test_MaxPool1d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.7450382Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7532681Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.7542183Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7626165Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.7635717Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7718359Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.7728020Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7825434Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:43.7835506Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.7914011Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.7926470Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.8012260Z test_MaxPool3d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:43.8023940Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.8110353Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.8122953Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.8206567Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.8217154Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.8300264Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.8311125Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.8404121Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:43.8413014Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.8511816Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:43.8520385Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.8601887Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.8610625Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.8700222Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:43.8708845Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.8785441Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.8793970Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.8870080Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:43.8879521Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.8984625Z test_Mish (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:43.8994285Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9055178Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:43.9065061Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9124990Z test_Mish_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:43.9134526Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9250680Z test_ModuleDict (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:43.9305966Z test_ModuleList (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:43.9473520Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:55:43.9618075Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:43.9618684Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9636348Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:43.9645441Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9653273Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9661253Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9669923Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9742788Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:43.9744370Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9803650Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:43.9811650Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9819591Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9827730Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9835392Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9843656Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9851574Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9859710Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9867580Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9945578Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:43.9954659Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9979426Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:43.9987893Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:43.9995924Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0003488Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0028770Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:44.0036783Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0044643Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0052296Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0075292Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:44.0083545Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0090648Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0098093Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0306675Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:55:44.0317293Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0515528Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:44.0523312Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0530715Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0538249Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0545363Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0581108Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:44.0588941Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0595909Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0602755Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0663209Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:44.0671035Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0678276Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0685715Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0744057Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:44.0751134Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0758689Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0765523Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0823331Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:44.0831566Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0838384Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0845091Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0913577Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:44.0923320Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0962310Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:44.0971415Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0979661Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.0988283Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1068782Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:44.1080009Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1118442Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:44.1127853Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1136638Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1145625Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1196995Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:44.1226172Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:44.1234439Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1241496Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1248388Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1305264Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:44.1314716Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1344495Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:44.1352669Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1361033Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1368515Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1376062Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1383693Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1391630Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1437266Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:44.1443850Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1450997Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1458113Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1527551Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:44.1535890Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1577733Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:44.1586106Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1594072Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1601867Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1667960Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:44.1676706Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1715901Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:44.1724767Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1733470Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1742387Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1824520Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:44.1827763Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1872809Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:44.1881225Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1889039Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1897165Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1942990Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:44.1950981Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1958708Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.1966477Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.2003095Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:44.2010340Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.2017320Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.2024656Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.2096571Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:44.2105742Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.2151616Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:44.2161432Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.2169288Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.2176358Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.2226113Z test_NLLLoss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:44.2350563Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:44.2361034Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.2464206Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:44.2474845Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.2576880Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:44.2587087Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.2788398Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:44.2802090Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.2999952Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:44.3013099Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3208473Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:55:44.3220020Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3287561Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:44.3296752Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3304987Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3312956Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3320836Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3380025Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:44.3387675Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3394773Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3401944Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3408941Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3464411Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:44.3471551Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3478478Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3486061Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3493563Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3548681Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:44.3555915Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3562815Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3570149Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3577363Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3584289Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3591021Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3597850Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3604545Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3645969Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:44.3653343Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3660727Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3668194Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3675220Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3721290Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:44.3729466Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3737588Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3745163Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3752532Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3883861Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:44.3896000Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3904338Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3911829Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.3919202Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4051393Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:44.4064281Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4071377Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4078697Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4085460Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4130344Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:44.4137780Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4144861Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4151899Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4158868Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4194479Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:44.4201531Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4208594Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4215840Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4251024Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:44.4258253Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4265402Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4272299Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4307185Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:44.4314595Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4321766Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4328463Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4454790Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:44.4455311Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4496162Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:44.4505976Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4587538Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:44.4596411Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4677220Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:44.4686469Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4767076Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:44.4777062Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4828097Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:44.4836786Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4845660Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4854494Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4863053Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4913820Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:44.4921429Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4929064Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4936558Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4943501Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4985831Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:44.4992494Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.4999383Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.5006512Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.5013499Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.5056440Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:44.5064002Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.5071109Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.5078550Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.5087162Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.5199140Z test_PReLU_1d (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:44.5208257Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.5325770Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:44.5334992Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.5467869Z test_PReLU_2d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:44.5478218Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.5608629Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:44.5617824Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.5759962Z test_PReLU_3d (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:44.5770490Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.5915124Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:44.5924664Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.5940077Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:44.6022424Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:44.6031358Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.6112540Z test_PReLU_scalar (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:44.6121389Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.6269941Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:55:44.6278338Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.6387959Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:44.6396209Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.6485829Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:44.6495221Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.6603239Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:44.6611442Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.6702305Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:44.6710804Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.6857188Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:55:44.6866474Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.7018074Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:55:44.7029383Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.7143255Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:44.7152764Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.7244681Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:44.7253072Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.7378323Z test_PairwiseDistance (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:44.7511547Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:44.7521831Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.7650984Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:44.7659654Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.7667570Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.7780760Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:44.7789047Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.7939673Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:55:44.7950062Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8147510Z test_ParameterDict (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:44.8169200Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:44.8250467Z test_ParameterList (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:44.8262904Z test_ParameterList_meta (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:44.8279269Z test_ParameterList_replication (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:44.8359224Z test_PixelShuffle (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:44.8368184Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8452275Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:44.8461128Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8528395Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:44.8537376Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8545264Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8552973Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8620365Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:44.8628873Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8636107Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8643324Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8689932Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:44.8697880Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8705457Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8712320Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8760849Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:44.8769697Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8777483Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8784476Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8831155Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:44.8839277Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8846655Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8853999Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8907396Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:44.8915991Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8922574Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8929488Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.8985874Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:44.8993556Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.9000620Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.9007671Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.9090842Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:44.9100088Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.9172450Z test_RNN_cell (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:44.9275866Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:44.9341263Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:44.9359778Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:44.9706638Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.035s) 2022-09-27T15:55:44.9721975Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-09-27T15:55:44.9727240Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-09-27T15:55:44.9731669Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-09-27T15:55:44.9742184Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-09-27T15:55:44.9761972Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-09-27T15:55:44.9777272Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-09-27T15:55:44.9820341Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:44.9838357Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:44.9942355Z test_RReLU (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:44.9942842Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:44.9973964Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:44.9983158Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.0065028Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.0073730Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.0120857Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.0129448Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.0216862Z test_ReLU (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.0311861Z test_ReLU6 (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.0322164Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.0385886Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:45.0395816Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.0455545Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:45.0465576Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.0474593Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.0531695Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:45.0540918Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.0597958Z test_ReLU_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:45.0607220Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.0685462Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.0767358Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.0777712Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.0911366Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:45.0921690Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.0931624Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.1026341Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.1181819Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:55:45.1193420Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.1202503Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.1298076Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.1308912Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.1443070Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:45.1698796Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:55:45.1708219Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.1716973Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.1828447Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:45.1837536Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.1909215Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:45.1984367Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:45.1993098Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.2114375Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:45.2123301Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.2131878Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.2211287Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.2342385Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:45.2351204Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.2359885Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.2444051Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.2452900Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.2537014Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.2679983Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:45.2689347Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.2698196Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.2784830Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.2793464Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.2881173Z test_SELU (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.2891253Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.2949841Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:45.2959802Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.3017172Z test_SELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:45.3027126Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.3048302Z test_Sequential_add (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:45.3075122Z test_Sequential_append (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:45.3096476Z test_Sequential_delitem (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:45.3116547Z test_Sequential_extend (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:45.3148703Z test_Sequential_getitem (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:45.3172978Z test_Sequential_iadd (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:45.3197524Z test_Sequential_imul (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:45.3216878Z test_Sequential_insert (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:45.3231717Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:45.3248379Z test_Sequential_mul (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:45.3264616Z test_Sequential_pop (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:45.3281268Z test_Sequential_rmul (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:45.3295861Z test_Sequential_setitem (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:45.3310961Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:45.3400435Z test_SiLU (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.3430153Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.3466034Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:45.3475945Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.3532344Z test_SiLU_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.3541165Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.3625565Z test_Sigmoid (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.3634497Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.3686252Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.3695198Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.3740943Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.3750515Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.3833671Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.3913609Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.3923185Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.3932002Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.3940664Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.3949333Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.3995814Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.4004577Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4013025Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4021518Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4066402Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:45.4073888Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4081438Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4088916Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4127620Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:45.4134942Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4142270Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4149144Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4225467Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:45.4233100Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4284392Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.4292220Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4358373Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:45.4366352Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4373867Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4381225Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4441962Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:45.4449744Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4457452Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4464576Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4533338Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:45.4542247Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4550081Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4556990Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4632842Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.4641336Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4697834Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:45.4707179Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4714973Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4722618Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4774999Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.4784037Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4791657Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4798321Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4841800Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:45.4849338Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4856276Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4862511Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4906031Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:45.4913333Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4919668Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.4925892Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5019072Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.5028574Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5082599Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.5091607Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5099471Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5107241Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5200028Z test_Softmax (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.5296622Z test_Softmax2d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:45.5306089Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5389116Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.5398541Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5406254Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5483597Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.5491733Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5546351Z test_Softmax_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.5552864Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5636889Z test_Softmin (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.5645612Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5731816Z test_Softmin_multidim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.5740730Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5830775Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.5840851Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5891796Z test_Softmin_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.5900021Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.5992074Z test_Softplus (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.6080269Z test_Softplus_beta (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.6089290Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.6178614Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.6188139Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.6244069Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.6253479Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.6262373Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.6319389Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:45.6327917Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.6402550Z test_Softshrink (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:45.6410965Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.6484223Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:45.6493855Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.6545374Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.6553228Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.6605200Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.6613195Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.6701916Z test_Softsign (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.6710347Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.6772824Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:45.6781138Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.6841940Z test_Softsign_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:45.6850084Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.6935803Z test_Tanh (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.6945517Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.7000014Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.7008975Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.7065063Z test_Tanh_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.7072624Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.7163246Z test_Tanhshrink (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:45.7172516Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.7230684Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:45.7240067Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.7292426Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.7301357Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.7376970Z test_Threshold_large_value (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:45.7386199Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.7436366Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.7444836Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.7530152Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:45.7539381Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.7591091Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:45.7599558Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.8244890Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.064s) 2022-09-27T15:55:45.8256406Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.8902020Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.064s) 2022-09-27T15:55:45.8912989Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:45.9277555Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:55:45.9288361Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:46.0720843Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.143s) 2022-09-27T15:55:46.0733786Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:46.6985882Z test_Transformer_cell (__main__.TestNN) ... ok (0.625s) 2022-09-27T15:55:47.0494237Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.351s) 2022-09-27T15:55:47.0505383Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.0620036Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:47.0628556Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.0636121Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.0642729Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.0733172Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:47.0740366Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.0747587Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.0754310Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.0844833Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:47.0851773Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.0858573Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.0865529Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.0937769Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:47.0946120Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.1053081Z test_Unfold (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:47.1062005Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.1184731Z test_Unfold_int_input (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:47.1192936Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.1283209Z test_ZeroPad2d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:47.1425524Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:47.1433670Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.1442743Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.1531154Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:47.1541083Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.1631785Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:47.1642073Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:47.1818672Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:55:47.1846408Z test_add_module (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:47.1862222Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:47.1923768Z test_affine_grid (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:47.1989280Z test_affine_grid_3d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:47.2030474Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:47.2078465Z test_assignment (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:47.2093008Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.2102888Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:55:47.2122928Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-09-27T15:55:47.2262361Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:55:47.2271912Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:55:47.2291595Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:47.2298503Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:55:47.2384016Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:47.2393381Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.2477953Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:47.2561753Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:47.2686791Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:47.2773232Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:47.2789008Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:47.2810145Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:47.2905742Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:47.2915530Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.2934113Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:47.2953718Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:47.2986151Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:47.3289051Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:55:47.3363469Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:47.3378307Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.3393769Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.3406332Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.3418451Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.3432924Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.3467135Z test_bilinear (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:47.3482291Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.3685030Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:47.3717227Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:47.3725306Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:55:47.3731813Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:55:47.3741003Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:55:47.3751305Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.3765522Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.3774515Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.3783614Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.3795698Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.3816120Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:47.3825710Z test_caching_parametrization (__main__.TestNN) 2022-09-27T15:55:47.3837411Z Test the caching system of a parametrization ... ok (0.002s) 2022-09-27T15:55:47.3849082Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-09-27T15:55:47.3864672Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.003s) 2022-09-27T15:55:47.3880202Z test_call_supports_python_dict_output (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1078: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:55:47.3881391Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-09-27T15:55:47.3881801Z ok (0.002s) 2022-09-27T15:55:47.3921176Z test_channel_shuffle (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:47.3931865Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.3949128Z test_children (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:47.4048533Z test_clip_grad_norm (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:47.4071609Z test_clip_grad_value (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:47.4080078Z test_compute_nparams_to_prune (__main__.TestNN) 2022-09-27T15:55:47.4086079Z Test that requested pruning `amount` gets translated into the ... ok (0.001s) 2022-09-27T15:55:47.4106893Z test_container_copy (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:47.4286255Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:55:47.4556028Z test_conv_backcompat (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:55:47.4567343Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:55:47.4582472Z test_conv_invalid_groups (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:47.5556660Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... ok (0.097s) 2022-09-27T15:55:47.5571560Z test_conv_padding_mode (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:47.6423102Z test_conv_shapecheck (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T15:55:47.6424339Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:55:47.7016831Z ok (0.144s) 2022-09-27T15:55:47.7071696Z test_conv_tbc (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:47.7086363Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:55:47.7176050Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:47.7248397Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:47.7321536Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:47.7654205Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.033s) 2022-09-27T15:55:47.7695891Z test_cosine_similarity (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:47.7720407Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:50.9324366Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (3.160s) 2022-09-27T15:55:50.9335436Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:50.9343401Z test_cudnn_non_contiguous (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:55:50.9352248Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:55:50.9358670Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-09-27T15:55:50.9379993Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-09-27T15:55:50.9399269Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-09-27T15:55:50.9407507Z test_custom_from_mask_pruning (__main__.TestNN) 2022-09-27T15:55:50.9414986Z Test that the CustomFromMask is capable of receiving ... ok (0.001s) 2022-09-27T15:55:50.9434200Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-09-27T15:55:50.9496061Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.008s) 2022-09-27T15:55:50.9511164Z test_dir (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:50.9521757Z test_dir_digit (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:50.9563161Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:50.9606980Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:50.9623152Z test_embedding_bag_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:50.9633812Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:50.9653759Z test_embedding_bag_functional (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:50.9773705Z test_embedding_bag_padding_idx_error (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:55:50.9786550Z test_embedding_from_pretrained (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:50.9802294Z test_embedding_from_pretrained_options (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:50.9814114Z test_embedding_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:50.9831988Z test_embedding_functional (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:50.9844721Z test_embedding_max_norm (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:50.9852471Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:55:50.9865943Z test_embedding_sparse_basic (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:50.9882732Z test_embedding_sparse_empty_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:50.9896630Z test_embeddingbag_from_pretrained (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:50.9913982Z test_embeddingbag_from_pretrained_options (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:51.0115642Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:55:51.0163175Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:51.0229107Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:51.0249487Z test_extra_state (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:51.0260296Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:51.0271770Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:51.0289485Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:51.0305789Z test_fb_fc_packed (__main__.TestNN) ... test_nn.py:5326: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:374.) 2022-09-27T15:55:51.0306686Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-09-27T15:55:51.0308375Z test_nn.py:5327: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:409.) 2022-09-27T15:55:51.0309203Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-09-27T15:55:51.0312323Z ok (0.002s) 2022-09-27T15:55:51.0323323Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:51.0560324Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:55:51.0605982Z test_functional_grad_conv (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:55:51.2363549Z test_functional_grad_conv2d (__main__.TestNN) ... ok (0.176s) 2022-09-27T15:55:51.2379482Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:51.2411398Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:51.2434604Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:51.2448756Z test_get_buffer (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:51.2466649Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:51.2478789Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.001s) 2022-09-27T15:55:51.2490924Z test_global_pruning (__main__.TestNN) 2022-09-27T15:55:51.2504912Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.003s) 2022-09-27T15:55:51.2520597Z test_global_pruning_importance_scores (__main__.TestNN) 2022-09-27T15:55:51.2533069Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.003s) 2022-09-27T15:55:51.2788413Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:55:51.3051943Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:55:51.3362806Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.031s) 2022-09-27T15:55:51.3671977Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.031s) 2022-09-27T15:55:51.4157294Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.048s) 2022-09-27T15:55:51.4609347Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.045s) 2022-09-27T15:55:52.2052231Z test_grid_sample (__main__.TestNN) ... ok (0.744s) 2022-09-27T15:55:52.2829068Z test_grid_sample_3d (__main__.TestNN) ... ok (0.078s) 2022-09-27T15:55:52.3088022Z test_grid_sample_error_checking (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4224: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-09-27T15:55:52.3088992Z "Default grid_sample and affine_grid behavior has changed " 2022-09-27T15:55:52.3132329Z ok (0.030s) 2022-09-27T15:55:52.3145157Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:55:52.4217665Z test_hardtanh_backward (__main__.TestNN) ... ok (0.107s) 2022-09-27T15:55:52.4260554Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:55:52.4287932Z test_hook_backward_size (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:52.4304816Z test_hook_backward_writeable (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T15:55:52.4305922Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T15:55:52.4307232Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:55:52.4308339Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T15:55:52.4309272Z ok (0.002s) 2022-09-27T15:55:52.4328557Z test_hook_cpp (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:52.4343006Z test_hook_extra_input (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:52.4363898Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:52.4493630Z test_hook_inplace (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:55:52.4512303Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:52.4524674Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:52.4553576Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:55:52.4649081Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:55:52.4664213Z test_hook_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:55:52.4684260Z test_hooks (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:55:52.4685447Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T15:55:52.4765403Z ok (0.010s) 2022-09-27T15:55:52.4849404Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:52.4859678Z test_identity_pruning (__main__.TestNN) 2022-09-27T15:55:52.4878705Z Test that a mask of 1s does not change forward or backward. ... ok (0.003s) 2022-09-27T15:55:52.4900703Z test_initialization_parametrization (__main__.TestNN) 2022-09-27T15:55:52.4925782Z Test that it is possible to initialize a parametrization when it ... ok (0.005s) 2022-09-27T15:55:52.4950899Z test_inplace_thnn (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:52.6201913Z test_interpolate (__main__.TestNN) ... ok (0.125s) 2022-09-27T15:55:52.6285718Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:52.6294213Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.6358216Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:52.6366520Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.6447192Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:52.6455894Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.6531308Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.6539924Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.6609101Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.6678362Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.6687604Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.6696783Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.6766382Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.6835673Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.6845196Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.6854848Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.6930734Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.6940150Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7000731Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:52.7008991Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7083985Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.7092339Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7164033Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.7172084Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7238831Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.7305124Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.7313221Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7321440Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7387487Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.7453557Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.7461952Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7470082Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7482068Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:55:52.7546751Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:52.7610397Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:52.7618687Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7626973Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7685722Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:52.7693905Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7758866Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:52.7823756Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:52.7831164Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7838769Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7899059Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:52.7907079Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.7970708Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:52.7979242Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.8038179Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:52.8046398Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.8119712Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.8127079Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.8201642Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.8210653Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.8273770Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:52.8282847Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.8379619Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:52.8389382Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.8454935Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:52.8464330Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.8531381Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.8540167Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.8614852Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.8623141Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.8736987Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:52.8746492Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.8810555Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:55:52.8820289Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.8893518Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.8903126Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.9004391Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:52.9014039Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.9123658Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:52.9134144Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.9202973Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:55:52.9213188Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.9320541Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:55:52.9418317Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:55:52.9428625Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.9436288Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.9514074Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:52.9591021Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:55:52.9599716Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:52.9608034Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:55:53.0019204Z test_invalid_conv1d (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T15:55:53.0020362Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:55:53.0281749Z ok (0.067s) 2022-09-27T15:55:53.1590653Z test_invalid_conv2d (__main__.TestNN) ... ok (0.131s) 2022-09-27T15:55:53.2241177Z test_invalid_conv3d (__main__.TestNN) ... ok (0.065s) 2022-09-27T15:55:53.2258318Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:55:53.2274245Z test_kl_div_with_diff_type (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:55:53.2274964Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:55:53.2279649Z ok (0.002s) 2022-09-27T15:55:53.2300716Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:02.7557204Z test_l1_loss_correct (__main__.TestNN) ... ok (9.525s) 2022-09-27T15:56:02.7568625Z test_l1_unstructured_pruning (__main__.TestNN) 2022-09-27T15:56:02.7586460Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-09-27T15:56:02.7599533Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-09-27T15:56:02.7612100Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.002s) 2022-09-27T15:56:02.7633796Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:02.7646966Z test_linear_broadcasting (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:02.7657589Z test_ln_structured_pruning (__main__.TestNN) 2022-09-27T15:56:02.7670676Z Check Ln structured pruning by hand. ... ok (0.002s) 2022-09-27T15:56:02.7682758Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-09-27T15:56:02.7694884Z Check Ln structured pruning by hand. ... ok (0.002s) 2022-09-27T15:56:02.7784862Z test_load_state_dict (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:02.7801340Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:02.7827669Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:02.7842701Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:02.9415239Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.157s) 2022-09-27T15:56:02.9428848Z test_load_state_dict_type (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:02.9485523Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:02.9562932Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:02.9571387Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:02.9647002Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:02.9655974Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:02.9732413Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:02.9741230Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:02.9786279Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:02.9794682Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:02.9871562Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:02.9880106Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:02.9965300Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:02.9974946Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:02.9983878Z test_loss_equal_input_target_shape (__main__.TestNN) ... test_nn.py:6767: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:02.9986115Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-09-27T15:56:03.0018198Z test_nn.py:6768: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:03.0020205Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-09-27T15:56:03.0051251Z test_nn.py:6769: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:03.0053284Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-09-27T15:56:03.0084462Z test_nn.py:6770: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:03.0086479Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-09-27T15:56:03.0117406Z /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:56:03.0118478Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:56:03.0229986Z ok (0.026s) 2022-09-27T15:56:03.0267208Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:03.0298497Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:03.0369394Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:03.0483317Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:03.0679168Z test_module_backcompat (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:03.0706482Z test_module_to_argparse (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:03.0729449Z test_modules (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:03.0751748Z test_move_sparse_half_embedding (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:03.0767477Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:05.3537321Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:5088: UserWarning: Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-09-27T15:56:05.3538533Z warnings.warn("Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-09-27T15:56:05.3539856Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:5108: UserWarning: Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-09-27T15:56:05.3541228Z warnings.warn("Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-09-27T15:56:05.6759225Z ok (2.599s) 2022-09-27T15:56:08.2522696Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (2.576s) 2022-09-27T15:56:08.2586907Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:08.2632355Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:08.2651260Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:08.2672436Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... test_nn.py:5870: 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-27T15:56:08.2673339Z nt = torch.nested_tensor([torch.randn(4, 4)]) 2022-09-27T15:56:08.2684707Z ok (0.003s) 2022-09-27T15:56:08.2695141Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:08.2782280Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:08.2782884Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:08.2829814Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:08.2861387Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:08.2884685Z test_named_children (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:08.2921715Z test_named_modules (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:08.2940541Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:08.3120176Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:56:08.3497553Z test_new_spectral_norm (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:56:08.3528846Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:08.3562007Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:08.3715142Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:08.5718565Z test_nnpack_conv (__main__.TestNN) ... ok (0.200s) 2022-09-27T15:56:08.5828345Z test_no_grad (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:08.5845486Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:08.5903130Z test_normalize (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:08.5925681Z test_orthogonal_errors (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:08.5981241Z test_orthogonal_parametrization (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:56:08.5982357Z warnings.warn(msg, FutureWarning) 2022-09-27T15:56:08.7505319Z ok (0.158s) 2022-09-27T15:56:08.7712269Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:08.7722958Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:08.7795331Z test_pad_scalar_error (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:08.7869354Z test_padding_list (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:08.7901055Z test_pairwise_distance (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:08.7928207Z test_parameter_assignment (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:08.7975019Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:08.7994758Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:08.8020915Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:08.8036732Z test_parameters_to_vector (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:08.8046963Z test_parametrization_same_training_mode (__main__.TestNN) 2022-09-27T15:56:08.8056108Z Test training mode updated on parametrization registration ... ok (0.002s) 2022-09-27T15:56:08.8066884Z test_parse_to (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:08.8078523Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:08.8239402Z test_pdist (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:08.8310633Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.007s) 2022-09-27T15:56:08.8319758Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.001s) 2022-09-27T15:56:08.8336020Z test_pdist_empty_col (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:08.8353373Z test_pdist_empty_row (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:08.8499262Z test_pdist_large (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:08.8505089Z test_pdist_zeros (__main__.TestNN) 2022-09-27T15:56:08.8573132Z Test that grad is still valid when dist is 0 ... ok (0.007s) 2022-09-27T15:56:08.8596307Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.2794171Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.420s) 2022-09-27T15:56:09.2811001Z test_pointwise_loss_broadcast (__main__.TestNN) ... test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2828851Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:56:09.2829585Z test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2830391Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:56:09.2845114Z test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2845912Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:56:09.2860736Z test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2861537Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:56:09.2874216Z test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2875015Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:56:09.2887001Z test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2887792Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:56:09.2899933Z test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2900748Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:56:09.2902188Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2903408Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.2917757Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2918587Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.2935104Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2935944Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.2951219Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2952036Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.2965061Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2965935Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.2978698Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2979492Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.2991781Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2992590Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.2993913Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.2995134Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.3009867Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.3010740Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.3026221Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.3027078Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.3042002Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.3042895Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.3056569Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.3057633Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.3069402Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.3070248Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.3081908Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.3082748Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:56:09.3083471Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.3084260Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:56:09.3099843Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.3100739Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:56:09.3115546Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.3116368Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:56:09.3130607Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.3131421Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:56:09.3144062Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.3144884Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:56:09.3156555Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.3157488Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:56:09.3169294Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:56:09.3170142Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:56:09.3171505Z ok (0.038s) 2022-09-27T15:56:09.3186751Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.3205953Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.3217672Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.3267026Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:09.3278534Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:56:09.3441469Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:09.3458673Z test_prune (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.3475461Z test_prune_importance_scores (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.3492031Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.3505346Z test_pruning_container (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.3521127Z test_pruning_container_compute_mask (__main__.TestNN) 2022-09-27T15:56:09.3534632Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.003s) 2022-09-27T15:56:09.3541319Z test_pruning_id_consistency (__main__.TestNN) 2022-09-27T15:56:09.3550705Z Test that pruning doesn't change the id of the parameters, which ... ok (0.001s) 2022-09-27T15:56:09.3560584Z test_pruning_rollback (__main__.TestNN) 2022-09-27T15:56:09.3578170Z Test that if something fails when the we try to compute the mask, ... ok (0.003s) 2022-09-27T15:56:09.3616395Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:09.3653310Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:09.3681186Z test_random_pruning (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:09.3692581Z test_random_pruning_0perc (__main__.TestNN) 2022-09-27T15:56:09.3713761Z Test that a mask of 1s does not change forward or backward. ... ok (0.003s) 2022-09-27T15:56:09.3723441Z test_random_pruning_forward (__main__.TestNN) 2022-09-27T15:56:09.3735831Z check forward with mask (by hand). ... ok (0.002s) 2022-09-27T15:56:09.3744640Z test_random_pruning_new_weight (__main__.TestNN) 2022-09-27T15:56:09.3762021Z Test that module.name now contains a pruned version of ... ok (0.003s) 2022-09-27T15:56:09.3769451Z test_random_pruning_orig (__main__.TestNN) 2022-09-27T15:56:09.3786409Z Test that original tensor is correctly stored in 'orig' ... ok (0.002s) 2022-09-27T15:56:09.3832782Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:09.3842215Z test_random_pruning_sizes (__main__.TestNN) 2022-09-27T15:56:09.3860314Z Test that the new parameters and buffers created by the pruning ... ok (0.003s) 2022-09-27T15:56:09.3875643Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.3892717Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-09-27T15:56:09.3906504Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.003s) 2022-09-27T15:56:09.3922067Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-09-27T15:56:09.3936579Z Test that it is possible to nest the parametrizations ... ok (0.003s) 2022-09-27T15:56:09.4012430Z test_register_and_remove_parametrization (__main__.TestNN) 2022-09-27T15:56:09.4140115Z Test that it is possible to add a few parametrizations ... ok (0.020s) 2022-09-27T15:56:09.4154104Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.4167283Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.4179492Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.4188569Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.4202278Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.4214656Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.4227135Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.4270219Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:09.4281782Z test_remove_pruning (__main__.TestNN) 2022-09-27T15:56:09.4301226Z `prune.remove` removes the hook and the reparametrization ... ok (0.003s) 2022-09-27T15:56:09.4307810Z test_remove_pruning_exception (__main__.TestNN) 2022-09-27T15:56:09.4314990Z Removing from an unpruned tensor throws an assertion error ... ok (0.001s) 2022-09-27T15:56:09.4322630Z test_remove_pruning_forward (__main__.TestNN) 2022-09-27T15:56:09.4333734Z Remove pruning and check forward is unchanged from previous ... ok (0.002s) 2022-09-27T15:56:09.4347843Z test_repr (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.4364798Z test_requires_grad_ (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.4430629Z test_rnn_args_check (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:09.4442845Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:56:09.4584383Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:09.4606057Z test_rnn_pruning (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.4634251Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:09.4650363Z test_serialization_parametrization (__main__.TestNN) 2022-09-27T15:56:09.4688872Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.005s) 2022-09-27T15:56:09.4707108Z test_share_memory (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.4764181Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:09.4813508Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:09.4862727Z test_softmax_cpu (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:09.4983279Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:09.4983804Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:09.5106268Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:09.5114485Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:09.5154937Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:09.5164170Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:09.5237768Z test_softmax_lastdim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:09.5247021Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:09.5320373Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:09.5329737Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:09.5399176Z test_softmax_spatial (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:09.5408624Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:09.5478219Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:09.5487600Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:09.5570262Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:09.5579848Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:09.5593551Z test_softmin (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.5866543Z test_spectral_norm (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:56:09.5884423Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.5906158Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.6078085Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:56:09.6098735Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.6135986Z test_state_dict (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:09.6144491Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:09.6158350Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:09.6176134Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-09-27T15:56:09.6196785Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.6208926Z test_threshold_int (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:09.6227558Z test_to (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.6243541Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:09.6262858Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-09-27T15:56:09.6291063Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.005s) 2022-09-27T15:56:09.6348924Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:09.6359755Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-09-27T15:56:09.6376252Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.003s) 2022-09-27T15:56:09.6389642Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-09-27T15:56:09.6408135Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.003s) 2022-09-27T15:56:09.8062362Z test_transformer_args_check (__main__.TestNN) ... ok (0.165s) 2022-09-27T15:56:09.8168758Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:09.9205189Z test_transformerdecoder (__main__.TestNN) ... ok (0.103s) 2022-09-27T15:56:09.9459655Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:56:09.9746301Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.029s) 2022-09-27T15:56:09.9788662Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:09.9873887Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:09.9911113Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:09.9955617Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:09.9997737Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:10.0034017Z test_type (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:10.0041245Z test_type_before_parametrizations (__main__.TestNN) 2022-09-27T15:56:10.0048510Z Test that type_before_parametrizations always retrieves original type ... ok (0.001s) 2022-09-27T15:56:10.0068351Z test_unflatten (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1095: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1694.) 2022-09-27T15:56:10.0069575Z return super(Tensor, self).refine_names(names) 2022-09-27T15:56:10.0070008Z ok (0.002s) 2022-09-27T15:56:10.0090314Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:10.0214793Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:10.0222623Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-09-27T15:56:10.0229606Z Since it may happen that the tensor to prune has entries with the ... ok (0.002s) 2022-09-27T15:56:10.0243827Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:10.0406103Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:10.0419077Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:10.0829857Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:56:10.0848350Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:10.1021486Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:56:10.1121647Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:10.1133544Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:10.1141085Z test_validate_pruning_amount (__main__.TestNN) 2022-09-27T15:56:10.1145543Z Tests the second util function that validates the pruning ... ok (0.001s) 2022-09-27T15:56:10.1154418Z test_validate_pruning_amount_init (__main__.TestNN) 2022-09-27T15:56:10.1159203Z Test the first util function that validates the pruning ... ok (0.001s) 2022-09-27T15:56:10.1174082Z test_vector_to_parameters (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:10.1233610Z test_weight_norm (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:10.1251064Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:10.1281194Z test_zero_grad (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:10.1310483Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:10.1331095Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:10.1347931Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:10.1373347Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:10.1407159Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:10.1441050Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:10.1474239Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:10.1507326Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:10.1539524Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:10.1572610Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:11.3401474Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (1.183s) 2022-09-27T15:56:11.4500630Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.110s) 2022-09-27T15:56:11.4532170Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:11.4561019Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:11.4588726Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:11.4605660Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:11.4623101Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:11.4639506Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:11.4656380Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:11.4673266Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:11.4686697Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:11.4700359Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:11.4714061Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:11.4774913Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:56:11.4790887Z test_Conv2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:11.4818798Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:11.4847095Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:11.4875251Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:11.4890264Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:11.4905209Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:11.4920087Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:11.4935389Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:11.4980342Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.5021345Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.5060213Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.5100006Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.5140323Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.5178251Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.5218171Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.5256690Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.5293610Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.5331502Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.5369613Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.5406852Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.5582604Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:11.5755423Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:11.5912591Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:56:11.6083994Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:11.6254123Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:11.6410260Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:56:11.6582684Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:11.6756622Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:11.6917370Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:56:11.7087684Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:11.7262566Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:11.7418259Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:56:11.7602487Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:11.7773800Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:11.7955501Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:11.8121473Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:11.8165452Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.8207767Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.8247821Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.8290218Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.8332689Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.8372864Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.8416434Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.8458944Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.8500014Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.8542088Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.8583892Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.8624119Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:11.8707589Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:56:11.8787318Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:56:11.8866443Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:56:11.8946399Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:56:11.9122784Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:11.9141296Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:11.9217409Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:56:12.9313530Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.009s) 2022-09-27T15:56:12.9327976Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:56:12.9361628Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:12.9392607Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:12.9421592Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:12.9646691Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:56:13.0133726Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-09-27T15:56:13.5050927Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.492s) 2022-09-27T15:56:13.5066432Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:13.5273545Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:56:13.5477354Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:56:13.5492700Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:13.5507106Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:13.5677483Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:13.5841919Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:56:13.7661450Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.182s) 2022-09-27T15:56:16.4841511Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (2.718s) 2022-09-27T15:56:27.9077944Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (11.424s) 2022-09-27T15:56:27.9257050Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:27.9428121Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:28.0530200Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.110s) 2022-09-27T15:56:28.5171757Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.464s) 2022-09-27T15:56:28.6444952Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.127s) 2022-09-27T15:56:28.9184767Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.274s) 2022-09-27T15:56:29.9093072Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.991s) 2022-09-27T15:56:29.9150366Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:56:29.9164605Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:29.9789092Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-09-27T15:56:29.9814527Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:29.9838435Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:30.0011358Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:30.3200509Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.319s) 2022-09-27T15:56:36.8928354Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (6.573s) 2022-09-27T15:56:36.8958303Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:36.8969822Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:36.8980530Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:36.9014585Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:36.9024891Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:36.9034763Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:36.9229312Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:56:36.9239587Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:36.9249183Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:36.9286928Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:36.9295950Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:36.9305188Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:36.9324946Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:37.0378072Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.105s) 2022-09-27T15:56:37.0395974Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:37.0407700Z test_contig_wrong_stride_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:37.0450047Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:37.0478802Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:37.0597396Z test_conv1d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:56:37.0667286Z test_conv1d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:56:37.0690239Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:37.0710356Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:37.0725267Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:56:37.0738868Z test_conv1d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:56:37.0769979Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:37.0797332Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:37.0826885Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:37.0853497Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:37.0928660Z test_conv2d_no_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:56:37.1009599Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:56:37.1048891Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:37.1092570Z test_conv2d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:37.1121697Z test_conv2d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:37.1146052Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:37.1164639Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:37.1180515Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:56:37.1193768Z test_conv2d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:56:37.1225461Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:37.1253611Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:37.1284300Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:37.1311604Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:37.3065060Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.175s) 2022-09-27T15:56:37.3387138Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:56:37.3438544Z test_conv3d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:56:37.3472040Z test_conv3d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:37.4168882Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.070s) 2022-09-27T15:56:37.4298454Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:37.4316601Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:37.4333552Z test_conv3d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:37.4372621Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:37.4408236Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:37.4445248Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:37.4478145Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:37.4498127Z test_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:37.4624828Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:37.4750955Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:37.4876995Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:37.5004084Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:37.5132634Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:37.5258347Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.5381399Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.5505320Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.5627960Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.5751084Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.5873496Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.5995208Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.6116940Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.6242145Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.6366943Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.6489633Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.6610629Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.6732465Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.6855154Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.6977346Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.7099490Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.7221228Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.7344068Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.7466727Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.7588866Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.7711035Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.7834530Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.7956866Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.8081909Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.8204960Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.8327578Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.8450267Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.8573533Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.8697990Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.8823456Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.8949419Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:37.9074107Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.9198812Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.9323796Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.9448366Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.9574744Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:37.9699756Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.9825304Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:37.9950144Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.0074892Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.0198942Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.0322391Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.0445773Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.0568315Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.0690871Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.0814284Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.0937207Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.1059044Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.1181069Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.1305327Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.1426890Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.1548912Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.1671989Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.1793518Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.1916594Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.2038939Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.2160406Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.2283152Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.2406308Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:38.2595435Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:56:38.2768559Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:38.2945086Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.3116404Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:38.3299311Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.3479329Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.3658061Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.3836566Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.4024536Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:56:38.4202479Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.4382493Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.4573945Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:56:38.4765748Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:56:38.4957403Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:56:38.5142876Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:56:38.5323147Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.5508593Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.5687541Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.5868754Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.6048169Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.6237496Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:56:38.6418942Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.6603617Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.6793784Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:56:38.6966358Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:38.7137332Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:38.7315702Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.7491102Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:38.7669215Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.7841102Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:38.8017984Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.8189779Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:38.8358032Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:38.8525175Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:38.8694335Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:38.8862613Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:38.9036085Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:38.9213817Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.9390928Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.9569327Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:38.9744144Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:38.9915342Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.0086009Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.0256530Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.0432097Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.0612699Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.0797244Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.0975087Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.1149178Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.1323433Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.1502399Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.1675167Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.1854103Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.2036566Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.2221634Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.2404151Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.2585777Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.2765467Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.2951339Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.3124580Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.3299529Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.3473351Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.3648742Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.3827253Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.3999037Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.4167269Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.4337228Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.4510724Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.4692926Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.4869736Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:56:39.5045272Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.5217698Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:56:39.5340893Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.5466524Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:39.5588773Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.5716209Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:39.5839540Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.5963330Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.6086428Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.6213333Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:39.6337314Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.6465275Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:39.6589197Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.6711784Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.6834523Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.6957237Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.7081015Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.7205197Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.7330810Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.7455569Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.7579743Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.7705596Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.7831224Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:39.7954193Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.8077154Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.8200803Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.8322593Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.8447711Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.8570766Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.8693539Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.8815345Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.8938294Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.9060611Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.9183521Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.9306192Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.9429123Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.9551089Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.9675327Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.9799616Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:39.9924233Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.0049007Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.0173379Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.0296518Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.0419239Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.0540711Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.0662736Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.0786535Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.0908410Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.1029975Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.1151567Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.1274557Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.1397948Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.1521070Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.1644644Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.1767203Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.1889996Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.2011531Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.2133785Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.2255948Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.2378447Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.2500561Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.2622848Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.2746639Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.2869506Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.2991762Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.3115903Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.3237962Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.3363565Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.3488527Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.3612179Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.3735567Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.3859260Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.3982573Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.4105409Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:40.4348095Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:40.4588171Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:40.4819572Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:56:40.5048077Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:56:40.5292941Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:40.5537943Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:40.5787849Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:56:40.6031576Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:40.6166372Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:40.6296246Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:40.6430443Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:40.6560158Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:40.6696318Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:40.6827608Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:40.6965417Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:40.7095060Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:40.7296492Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:56:40.7483514Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:40.7673565Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:40.7864102Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:40.8059420Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:40.8249068Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:40.8441583Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:40.8630573Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:40.8894548Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:56:40.9149621Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:56:40.9409949Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:56:40.9654185Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:40.9930927Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:56:41.0203483Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:56:41.0481569Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:56:41.0752414Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:56:41.0893663Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:41.1023718Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.1160038Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:41.1290526Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.1428958Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:41.1562540Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.1700035Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:41.1834999Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.2027467Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:41.2217376Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:41.2410124Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:41.2597338Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:41.2789617Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:41.2976190Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:41.3166335Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:41.3358329Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:41.3709896Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:56:41.4042411Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:56:41.4340771Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:56:41.4628233Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:56:41.4988086Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:56:41.5335464Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:56:41.5647846Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:56:41.5956194Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:56:41.6099161Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:41.6233968Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.6372736Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:41.6509284Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:41.6649795Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:41.6783132Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.6918649Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:41.7049284Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.7239553Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:41.7425178Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.018s) 2022-09-27T15:56:41.7613266Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:41.7802038Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:41.7999098Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:56:41.8193246Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:41.8390916Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:56:41.8584479Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:56:41.8719275Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.8850508Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.8981941Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.9108963Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.9243796Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.9371975Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.9505704Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.9633294Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:41.9771546Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:41.9903469Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.0038925Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.0170654Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.0306676Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:42.0438917Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.0574313Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.0704486Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.0840611Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.0973411Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.1107669Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.1240279Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.1375618Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.1504891Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.1637227Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.1768036Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.1900325Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.2030352Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.2165378Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:42.2292788Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.2422061Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.2547652Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.2678740Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.2806671Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.2937124Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.3064237Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.3193132Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.3320340Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.3457977Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:42.3587396Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.3721781Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.3848860Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.3982313Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.4109818Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.4240981Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.4369089Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.4500057Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.4627112Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.4760893Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.4888415Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.5017806Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.5144466Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.5276716Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.5408481Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.5541476Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.5670259Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.5804177Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.5936400Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.6072189Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.6205326Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.6339657Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.6466524Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.6597002Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.6722991Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.6856415Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.6989312Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.7122694Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.7252267Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.7384208Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.7510846Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.7643003Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.7771770Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.7906106Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.8038174Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:42.8279306Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:42.8518079Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:42.8754552Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:42.8981623Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:56:42.9232886Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:56:42.9474535Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:42.9719749Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:42.9961942Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:43.0204341Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:43.0442568Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:43.0694142Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:56:43.0935548Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:43.1182455Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:56:43.1435965Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:56:43.1684868Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:56:43.1933938Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:56:43.2169704Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:56:43.2397837Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:56:43.2630748Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:56:43.2862655Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:56:43.3116055Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:56:43.3355980Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:43.3605379Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:56:43.3838138Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:56:43.4079755Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:43.4315921Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:43.4555559Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:43.4792954Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:56:43.5052012Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:56:43.5306930Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:56:43.5575274Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:56:43.5830657Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:56:43.6096143Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:56:43.6361657Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:56:43.6625359Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:56:43.6885237Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:56:43.7168736Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:56:43.7453466Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:56:43.7733992Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:56:43.8003857Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:56:43.8289557Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:56:43.8571162Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:56:43.8880699Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:56:43.9174929Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:56:43.9467577Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:56:43.9762335Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:56:44.0075690Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:56:44.0395544Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:56:44.0659499Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:56:44.0921835Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:56:44.1182932Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:56:44.1442458Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:56:44.1716755Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:56:44.1986893Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:56:44.2248825Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:56:44.2504846Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:56:44.2783139Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:56:44.3055807Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:56:44.3348940Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:56:44.3645752Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:56:44.3941534Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:56:44.4239785Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:56:44.4561627Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:56:44.4868407Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:56:44.5212058Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:56:44.5553952Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:56:44.5840149Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:56:44.6124654Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:56:44.6471665Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:56:44.6812653Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:56:44.7106876Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:56:44.7386006Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:56:44.7513341Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:44.7637808Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:44.7765165Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:56:44.7889035Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:44.8012537Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:44.8135402Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:44.8260145Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:44.8385703Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:56:44.8739662Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:56:44.9093339Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:56:44.9408551Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:56:44.9709572Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:56:45.0071363Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:56:45.0435594Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:56:45.0762571Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:56:45.1081059Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:56:45.2291329Z test_conv_contiguous_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.121s) 2022-09-27T15:56:45.2307218Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:45.2334897Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:45.2361434Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:45.2388189Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:45.2414348Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:45.2441332Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:45.2453197Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:45.2465502Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:45.2480474Z test_conv_double_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:45.2610584Z test_conv_double_backward_groups_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:45.2712396Z test_conv_double_backward_no_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:56:45.3159792Z test_conv_double_backward_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-09-27T15:56:45.3185557Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:45.3209332Z test_conv_empty_channel_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-09-27T15:56:45.3210478Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-09-27T15:56:45.3433287Z ok (0.025s) 2022-09-27T15:56:45.3657380Z test_conv_empty_channel_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:56:45.3907407Z test_conv_ic1_channels_last_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:56:45.3929537Z test_conv_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:45.3941912Z test_conv_large_nosplit_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:45.4138979Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:56:45.4178995Z test_conv_noncontig_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:45.4808050Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.063s) 2022-09-27T15:56:45.5410290Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.060s) 2022-09-27T15:56:45.5425393Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:45.5896790Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T15:56:45.5918727Z test_conv_transposed_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:45.5932804Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:45.6100611Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:56:45.6165565Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:56:45.6315733Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-09-27T15:56:45.6446781Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:45.6504717Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:56:45.6576758Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:56:45.6680115Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:56:45.6696197Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:45.6711207Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:56:45.6726474Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:56:45.6742217Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:56:45.6757073Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:56:45.6772117Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:56:45.6832232Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:56:45.9663340Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.283s) 2022-09-27T15:56:45.9682231Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:45.9704990Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:45.9726455Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:45.9746224Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:45.9766194Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:45.9777418Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:45.9879998Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:56:46.0022110Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:46.0058219Z test_embedding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:56:46.6955623Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.686s) 2022-09-27T15:56:47.3528713Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.660s) 2022-09-27T15:56:47.4154612Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.063s) 2022-09-27T15:56:47.4753431Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.060s) 2022-09-27T15:56:47.4765905Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:47.4776271Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:47.4786361Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:47.4795985Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:47.6432025Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.163s) 2022-09-27T15:56:47.8064613Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.163s) 2022-09-27T15:56:47.9731773Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.167s) 2022-09-27T15:56:48.1377303Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.164s) 2022-09-27T15:56:48.3007901Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.163s) 2022-09-27T15:56:48.4669737Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.166s) 2022-09-27T15:56:48.6315541Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.164s) 2022-09-27T15:56:48.7943567Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.163s) 2022-09-27T15:56:48.9600309Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.165s) 2022-09-27T15:56:49.1249939Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.165s) 2022-09-27T15:56:49.2881075Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.163s) 2022-09-27T15:56:49.4534155Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.165s) 2022-09-27T15:56:49.4561804Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:56:49.4586772Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.4610685Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.4633905Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.5024383Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:56:49.5421319Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:56:49.5815815Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:56:49.6203503Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:56:49.6226269Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.6246579Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.6265270Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.6283908Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.6303284Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.6321834Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.6340555Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.6360154Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.6378662Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.6397691Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.6416931Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.6435546Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:49.6570542Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:49.6704153Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:49.6836758Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:49.6971045Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:49.7092802Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:56:49.7216033Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:56:49.7331647Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:56:49.7448488Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:56:49.7675895Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:56:49.7903437Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:56:49.8117820Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:56:49.8329707Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:56:49.8463323Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:49.8596886Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:49.8731793Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:49.8866390Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:56:49.8989460Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:56:49.9114064Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:56:49.9232299Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:56:49.9349242Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:56:49.9573249Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:56:49.9799227Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:56:50.0016277Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:56:50.0231911Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:56:50.0285985Z test_embedding_dense_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:56:50.0304635Z test_embedding_max_norm_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:50.0317076Z test_embedding_max_norm_device_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:50.0328269Z test_embedding_max_norm_device_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:50.0339643Z test_embedding_max_norm_device_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:50.0357431Z test_embedding_max_norm_fwd_AD_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:56:50.0466670Z test_embedding_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:56:50.0541150Z test_embedding_scalar_weight_error_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:56:50.0850766Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:56:50.0986845Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:56:50.1018847Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:56.6822337Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (6.580s) 2022-09-27T15:56:56.7614772Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.079s) 2022-09-27T15:57:01.6335366Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (4.872s) 2022-09-27T15:57:01.7170712Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.083s) 2022-09-27T15:57:01.7190078Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:01.7207232Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:01.7226634Z test_group_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:01.7244275Z test_group_conv_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:01.7322151Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:57:01.7415193Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:57:01.7497663Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:57:01.7581681Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:57:01.7604279Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:01.7626060Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:01.7675593Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:01.7693098Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:01.7702905Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:01.7770839Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:57:01.7784003Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:01.7797308Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:01.7885204Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:57:01.8043485Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:57:01.8066505Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:01.8084987Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:01.8099515Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:01.8114209Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:01.8125288Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:01.8138557Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:10.8677815Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (9.054s) 2022-09-27T15:57:11.0723076Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.204s) 2022-09-27T15:57:11.1039171Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:57:11.1054654Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:11.1102809Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:11.1120409Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:11.1138265Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:11.1185485Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:11.1200943Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:11.1217083Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:11.1232066Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:11.1245020Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:11.1258088Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:11.1271652Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:11.1288167Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:11.1302733Z test_multihead_attn_fast_path_small_test_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:11.1315740Z test_multihead_attn_in_proj_bias_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:11.1332347Z test_multihead_attn_in_proj_weight_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:11.1355574Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:11.1388730Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:11.1417565Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:11.1447581Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:11.1476586Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:11.1546334Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:57:11.1678916Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:11.1717014Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:11.1730755Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:11.1756319Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:11.1790389Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:11.1835063Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:11.1922596Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:57:11.1939212Z test_noncontig_conv_grad_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:11.1954553Z test_noncontig_conv_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:11.1968894Z test_noncontig_conv_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:11.1988487Z test_nonlinearity_propagate_nan_cpu (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-09-27T15:57:11.1989935Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-09-27T15:57:11.1991069Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T15:57:11.1991872Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T15:57:11.1992394Z ok (0.002s) 2022-09-27T15:57:11.2129559Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:11.2149090Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:11.2387177Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:57:11.2622970Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:57:11.2635418Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:11.2671830Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:57:11.2707218Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:57:11.3040101Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:57:11.3096684Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:57:11.3146280Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:11.3164037Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:11.3249558Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:57:11.3369553Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:57:11.3383158Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:11.3733072Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:57:11.3747496Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:11.3762491Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:11.8117576Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.435s) 2022-09-27T15:57:11.8167927Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:11.8187162Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:11.8212975Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:11.8259821Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:11.8305229Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:11.8313820Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:11.8328632Z test_to_complex_cpu (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T15:57:11.8329840Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:57:11.8330948Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:985: 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:11.8331754Z return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) 2022-09-27T15:57:11.8332170Z ok (0.002s) 2022-09-27T15:57:11.8685706Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:57:11.9041347Z test_transformerencoderlayer_fast_path_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:57:11.9373213Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:57:16.3490928Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (4.412s) 2022-09-27T15:57:16.4538303Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.105s) 2022-09-27T15:57:16.4555416Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:16.4571347Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:16.4605253Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:16.4639098Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:16.4672287Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:16.4706106Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:16.4721642Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:16.4737305Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:16.4752833Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:16.5128898Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:57:16.5496541Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:57:16.5915881Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:57:16.6338107Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:57:16.6359051Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:16.6553981Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:16.6564449Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:16.6646245Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:57:16.7042115Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:57:16.7051667Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:16.7059757Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:16.7068167Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:16.7984325Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.091s) 2022-09-27T15:57:16.8217916Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:57:16.8228249Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:16.8246781Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:16.8263849Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:16.8345888Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:57:16.9265672Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.092s) 2022-09-27T15:57:17.3869047Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.460s) 2022-09-27T15:57:17.3884718Z test_warp_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:17.3898808Z test_warp_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:17.3911062Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:17.3919200Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:17.3929584Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:17.3940800Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:17.3950126Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:17.3964143Z test_constant (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:17.3997781Z test_deprecation (__main__.TestNNInit) ... ok (0.003s) 2022-09-27T15:57:17.4061231Z test_dirac_identity (__main__.TestNNInit) ... ok (0.006s) 2022-09-27T15:57:17.4070046Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:17.4094587Z test_dirac_properties (__main__.TestNNInit) ... ok (0.002s) 2022-09-27T15:57:17.4106257Z test_eye (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:17.4114627Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:17.6204661Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.209s) 2022-09-27T15:57:17.6216001Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:17.6250253Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-09-27T15:57:17.7954400Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.170s) 2022-09-27T15:57:17.7965851Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:17.7998565Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-09-27T15:57:18.7362384Z test_normal (__main__.TestNNInit) ... ok (0.936s) 2022-09-27T15:57:18.7385114Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.002s) 2022-09-27T15:57:18.7426746Z test_orthogonal (__main__.TestNNInit) ... ok (0.004s) 2022-09-27T15:57:18.7473404Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.005s) 2022-09-27T15:57:18.7482684Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:18.7491150Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:57:19.5109801Z test_uniform (__main__.TestNNInit) ... ok (0.762s) 2022-09-27T15:57:19.9173572Z test_xavier_normal (__main__.TestNNInit) ... ok (0.406s) 2022-09-27T15:57:19.9184058Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:19.9932805Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.075s) 2022-09-27T15:57:19.9944186Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:57:19.9968923Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-09-27T15:57:19.9997355Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-09-27T15:57:20.0024609Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.003s) 2022-09-27T15:57:20.0048508Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-09-27T15:57:20.0058565Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.001s) 2022-09-27T15:57:20.0071413Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.001s) 2022-09-27T15:57:20.0071841Z 2022-09-27T15:57:20.0072301Z ---------------------------------------------------------------------- 2022-09-27T15:57:20.0072692Z Ran 3143 tests in 106.404s 2022-09-27T15:57:20.0072887Z 2022-09-27T15:57:20.0073049Z OK (skipped=1356, expected failures=27) 2022-09-27T15:57:20.0077248Z 2022-09-27T15:57:20.0077492Z Generating XML reports... 2022-09-27T15:57:20.0120296Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220927155533.xml 2022-09-27T15:57:20.0123681Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220927155533.xml 2022-09-27T15:57:20.0126368Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220927155533.xml 2022-09-27T15:57:20.0131125Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220927155533.xml 2022-09-27T15:57:20.0171972Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220927155533.xml 2022-09-27T15:57:20.0180411Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220927155533.xml 2022-09-27T15:57:20.2246003Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20220927155533.xml 2022-09-27T15:57:20.3865556Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20220927155533.xml 2022-09-27T15:57:20.3888553Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20220927155533.xml 2022-09-27T15:57:20.3896057Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220927155533.xml 2022-09-27T15:57:20.8953219Z Running test_sparse_csr ... [2022-09-27 15:57:20.894979] 2022-09-27T15:57:20.8953739Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:57:20.895063] 2022-09-27T15:57:23.3381465Z Test results will be stored in test-reports/python-unittest/test_sparse_csr 2022-09-27T15:57:23.4029124Z 2022-09-27T15:57:23.4029341Z Running tests... 2022-09-27T15:57:23.4029885Z ---------------------------------------------------------------------- 2022-09-27T15:57:23.4237281Z 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:23.4238425Z values, size=size, dtype=dtype, layout=layout, device=device) 2022-09-27T15:57:23.4612960Z ok (0.058s) 2022-09-27T15:57:23.4989013Z test_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:57:23.5282458Z test_addmm_all_sparse_csr_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-09-27T15:57:23.5567665Z test_addmm_all_sparse_csr_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-09-27T15:57:23.5797705Z test_addmm_all_sparse_csr_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:57:23.6017950Z test_addmm_all_sparse_csr_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:23.6262754Z test_addmm_dense_result_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:57:23.6512884Z test_addmm_dense_result_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:57:23.6751497Z test_addmm_dense_result_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:57:23.6933749Z test_addmm_dense_result_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:57:23.7232417Z test_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-09-27T15:57:23.7352603Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.7471956Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.7591108Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.7711311Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.7831666Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.7952199Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.8071981Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.8193104Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.8315401Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.8436344Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.8557977Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.8678838Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.8801060Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.8921719Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.9044327Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.9165931Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.9290379Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.9413537Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.9534881Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.9656748Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:23.9785219Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:23.9913670Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.0043733Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.0172643Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.0300438Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.0427037Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.0552614Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.0675815Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.0799007Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.0921348Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.1043949Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.1167772Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.1291153Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.1414747Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.1539075Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.1663591Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.1786696Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.1907679Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.2028220Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.2149745Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.2273732Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.2397162Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.2517483Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.2637566Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.2758951Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.2877507Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.2995336Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.3112909Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.3232075Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.3350315Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.3469019Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.3586853Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.3709878Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.3832191Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.3956235Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.4082893Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.4209013Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.4336472Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.4464024Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.4593211Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.4718875Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.4844266Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.4967905Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.5089383Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.5214914Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.5338131Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.5459323Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.5579995Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.5702955Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.5824787Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.5945484Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.6066344Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.6186326Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.6306386Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.6425003Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.6543182Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.6662511Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.6781141Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.6899987Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.7021620Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.7147962Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.7270733Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.7393081Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.7516082Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.7640868Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.7764137Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.7888795Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.8010472Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.8171803Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:24.8342449Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:24.8500852Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:24.8657362Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:24.8784907Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:24.8908555Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.9031094Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.9153194Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.9271817Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.9390792Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.9509658Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.9627665Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.9750421Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.9872452Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:24.9995335Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:25.0117282Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:25.0241590Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:25.0364305Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:25.0487648Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:25.0610365Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:25.0879051Z test_autograd_dense_output_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-09-27T15:57:25.1087416Z test_autograd_dense_output_addmv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:57:25.1132436Z test_autograd_dense_output_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:25.1175090Z test_autograd_dense_output_mv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:25.1200887Z test_autograd_sparse_csr_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:25.1225145Z test_autograd_sparse_csr_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:25.1242458Z test_autograd_sparse_csr_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:25.1258663Z 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:25.1274833Z test_autograd_sparse_csr_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:25.1290855Z 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:25.1307290Z test_autograd_sparse_csr_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:25.1323293Z 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:25.1339535Z test_autograd_sparse_csr_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:25.1356017Z 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:25.1372079Z test_autograd_sparse_csr_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:25.1388237Z 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:25.1404029Z test_autograd_sparse_csr_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:25.1427762Z test_autograd_sparse_csr_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:25.1450239Z test_autograd_sparse_csr_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:25.1468152Z 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:25.1484842Z 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:25.1501627Z 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:25.1518468Z 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:25.1535180Z 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:25.1552014Z 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:25.1568775Z 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:25.1585703Z 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:25.1602713Z 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:25.1619307Z 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:25.1636171Z 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:25.1659671Z test_autograd_sparse_csr_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:25.1682439Z test_autograd_sparse_csr_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:25.1699657Z 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:25.1715931Z 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:25.1731874Z 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:25.1748386Z 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:25.1764842Z 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:25.1781076Z 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:25.1797147Z 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:25.1813329Z 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:25.1830005Z 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:25.1846539Z 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:25.1863290Z 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:25.1879370Z 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:25.1896489Z 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:25.1913356Z 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:25.1930101Z 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:25.1946390Z 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:25.1967616Z test_baddbmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:25.1989224Z test_baddbmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:25.2010506Z test_baddbmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:25.2031814Z test_baddbmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:25.2290619Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:57:25.2519412Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:57:25.2723071Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:57:25.2922398Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:57:25.3162649Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:57:25.3406738Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:57:25.3616901Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:57:25.3822128Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:57:25.4064087Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:57:25.4305740Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:57:25.4517081Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:57:25.4721709Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:57:25.4970334Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:57:25.5223696Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:57:25.5451006Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:57:25.5666139Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:57:25.5904107Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:57:25.6142496Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:57:25.6356803Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:57:25.6565538Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:57:25.6816263Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:57:25.7068972Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:57:25.7296580Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:57:25.7513829Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:25.7772955Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:57:25.8032556Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:57:25.8267419Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:57:25.8490034Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:25.8754312Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:57:25.9018443Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:57:25.9247721Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:57:25.9472297Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:25.9549687Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:25.9623429Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:25.9702770Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:25.9760501Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:25.9827232Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:25.9889855Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:25.9948673Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0006611Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0068137Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0129336Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0187724Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0246608Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0312132Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0376413Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0436287Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0495398Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0557514Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0619855Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0679835Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0739327Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0801882Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0865473Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0923696Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.0982336Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.1046224Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.1111071Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.1173606Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.1234116Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.1298278Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.1361831Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.1421875Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.1481837Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:26.1559142Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... 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:26.1560082Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:57:26.1560596Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:57:26.1560936Z should be replaced with 2022-09-27T15:57:26.1561506Z 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:26.1562375Z unitriangular=unitriangular) 2022-09-27T15:57:26.1597733Z ok (0.012s) 2022-09-27T15:57:26.1743983Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:57:26.1858048Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:26.1951481Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:57:26.2032865Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.2113259Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.2193491Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.2270604Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.2350908Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.2432119Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.2511731Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.2590102Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.2672516Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.2754361Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.2832360Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.2911008Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.2992090Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.3072372Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.3149697Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.3228167Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.3312044Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.3389504Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.3467693Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.3544643Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.3626233Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.3706305Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.3784637Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.3863226Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.3944206Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.4030187Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:57:26.4107325Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.4184609Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:26.4202555Z test_bmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:26.4220279Z test_bmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:26.4238006Z test_bmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:26.4255190Z test_bmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:26.4275058Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.4609254Z This test performs a smoke test for covered conversion and verifies ... ok (0.035s) 2022-09-27T15:57:26.4626358Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.4960002Z This test performs a smoke test for covered conversion and verifies ... ok (0.035s) 2022-09-27T15:57:26.4976136Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.5116905Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T15:57:26.5134152Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.5278393Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T15:57:26.5293247Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.5640636Z This test performs a smoke test for covered conversion and verifies ... ok (0.036s) 2022-09-27T15:57:26.5658109Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.5997619Z This test performs a smoke test for covered conversion and verifies ... ok (0.036s) 2022-09-27T15:57:26.6014003Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.6159414Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T15:57:26.6175741Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.6289210Z This test performs a smoke test for covered conversion and verifies ... ok (0.013s) 2022-09-27T15:57:26.6305946Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.6447591Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T15:57:26.6463870Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.6603960Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T15:57:26.6619933Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.6643154Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-09-27T15:57:26.6660152Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.6685106Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-09-27T15:57:26.6702307Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.6844680Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T15:57:26.6861063Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.7004052Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T15:57:26.7020650Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.7046713Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-09-27T15:57:26.7063969Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.7083672Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-09-27T15:57:26.7116124Z test_coo_csr_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.7140110Z test_coo_csr_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:26.7173593Z test_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.7206686Z test_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.7236498Z test_coo_csr_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.7265730Z test_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.7293821Z test_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.7319211Z test_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:26.7344169Z test_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:26.7366207Z test_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:26.7389425Z test_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:26.7412042Z test_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:26.7523847Z test_coo_to_csr_convert_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:26.7555972Z test_csr_coo_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.7582554Z test_csr_coo_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.7619804Z test_csr_coo_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:26.7655968Z test_csr_coo_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:26.7687207Z test_csr_coo_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.7718011Z test_csr_coo_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.7748617Z test_csr_coo_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.7773421Z test_csr_coo_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:26.7798529Z test_csr_coo_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:26.7823741Z test_csr_coo_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:26.7850958Z test_csr_coo_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.7878867Z test_csr_coo_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.7891294Z test_csr_double_to_sparse_csr_cpu (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-09-27T15:57:26.7919534Z test_csr_is_contiguous_cpu (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.8118758Z test_csr_matvec_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:57:26.8315754Z test_csr_matvec_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:57:26.8501050Z test_csr_matvec_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:57:26.8690962Z test_csr_matvec_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:57:26.8719737Z test_csr_storage_cpu (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:26.8763455Z test_csr_stride_cpu (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:26.8831353Z test_csr_to_block_csr_blocksize_2_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:26.8886590Z test_csr_to_block_csr_blocksize_2_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:57:26.8957004Z test_csr_to_block_csr_blocksize_4_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:26.9028969Z test_csr_to_block_csr_blocksize_4_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:26.9192883Z test_csr_to_block_csr_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:26.9253093Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:26.9309793Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:57:26.9373649Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.1111888Z This test tests conversion from dense to/from CSR and CSC ... ok (0.180s) 2022-09-27T15:57:27.1171628Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.1224879Z This test tests conversion from dense to/from CSR and CSC ... ok (0.011s) 2022-09-27T15:57:27.1285393Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.1413568Z This test tests conversion from dense to/from CSR and CSC ... ok (0.019s) 2022-09-27T15:57:27.1474424Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.1532057Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:57:27.1592575Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.3291293Z This test tests conversion from dense to/from CSR and CSC ... ok (0.176s) 2022-09-27T15:57:27.3352597Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.3407469Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:57:27.3470940Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.3603299Z This test tests conversion from dense to/from CSR and CSC ... ok (0.019s) 2022-09-27T15:57:27.3664762Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.3727891Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:57:27.3790418Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.4388114Z This test tests conversion from dense to/from CSR and CSC ... ok (0.066s) 2022-09-27T15:57:27.4449191Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.4507504Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:57:27.4568905Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.4617306Z This test tests conversion from dense to/from CSR and CSC ... ok (0.011s) 2022-09-27T15:57:27.4678927Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.4741355Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:57:27.4802936Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.5401708Z This test tests conversion from dense to/from CSR and CSC ... ok (0.066s) 2022-09-27T15:57:27.5462831Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.5520113Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:57:27.5582144Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:27.5630016Z This test tests conversion from dense to/from CSR and CSC ... ok (0.011s) 2022-09-27T15:57:27.5669372Z test_direct_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:27.5707750Z test_direct_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:27.5741178Z test_direct_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.5773674Z test_direct_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.5800172Z test_direct_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.5826096Z test_direct_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.5850262Z test_direct_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.5875262Z test_direct_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.5899597Z test_direct_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.5921767Z test_exercise_detach_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.5940210Z test_exercise_detach_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.5960759Z test_exercise_detach_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.5982592Z test_exercise_detach_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.6002056Z test_exercise_detach_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.6021583Z test_exercise_detach_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.6041173Z test_exercise_detach_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.6059556Z test_exercise_detach_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.6077523Z test_exercise_detach_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.6095814Z test_exercise_detach_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.6113733Z test_exercise_detach_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.6131916Z test_exercise_detach_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:27.6143147Z test_matmul_device_mismatch_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:27.6169614Z test_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-09-27T15:57:27.6357528Z test_mm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:57:27.7166349Z test_mul_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.081s) 2022-09-27T15:57:27.7960732Z test_mul_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.079s) 2022-09-27T15:57:27.7991794Z test_resize_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.8019988Z test_resize_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.8049367Z test_resize_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.8078737Z test_resize_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.8107343Z test_resize_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.8135504Z test_resize_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.8163833Z test_resize_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.8191566Z test_resize_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.8219046Z test_resize_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.8246311Z test_resize_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.8274089Z test_resize_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.8301400Z test_resize_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:27.8415972Z test_resize_errors_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:27.8526595Z test_resize_errors_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:27.8637203Z test_resize_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:27.8748173Z test_resize_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:27.8858915Z test_resize_errors_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:27.8970142Z test_resize_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:27.9084070Z test_resize_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:27.9197526Z test_resize_errors_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:27.9312292Z test_resize_errors_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:27.9425035Z test_resize_errors_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:27.9538424Z test_resize_errors_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:27.9652292Z test_resize_errors_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:27.9704482Z test_sampled_addmm_autograd_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:57:27.9752413Z test_sampled_addmm_autograd_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:57:27.9795100Z test_sampled_addmm_autograd_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:27.9836716Z test_sampled_addmm_autograd_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:28.0315878Z test_sampled_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.048s) 2022-09-27T15:57:28.0802740Z test_sampled_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-09-27T15:57:28.1259145Z test_sampled_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.045s) 2022-09-27T15:57:28.1691329Z test_sampled_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.043s) 2022-09-27T15:57:28.1713112Z test_sampled_addmm_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:28.1732826Z test_sampled_addmm_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:28.1752561Z test_sampled_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:28.1772083Z test_sampled_addmm_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:28.1786310Z test_sampled_addmm_zero_sized_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:28.1800540Z test_sampled_addmm_zero_sized_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:28.1814794Z test_sampled_addmm_zero_sized_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:28.1830252Z test_sampled_addmm_zero_sized_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:28.1940899Z test_select_SparseBSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.2041934Z test_select_SparseBSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.2155987Z test_select_SparseBSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.2266789Z test_select_SparseBSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.2378592Z test_select_SparseBSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.2491366Z test_select_SparseBSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.2608866Z test_select_SparseBSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:28.2713248Z test_select_SparseBSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.2819298Z test_select_SparseBSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.2927776Z test_select_SparseBSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.3034203Z test_select_SparseBSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.3137932Z test_select_SparseBSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.3245913Z test_select_SparseBSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.3348736Z test_select_SparseBSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.3459879Z test_select_SparseBSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.3572693Z test_select_SparseBSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.3685509Z test_select_SparseBSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.3798278Z test_select_SparseBSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.3907059Z test_select_SparseBSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.4012402Z test_select_SparseBSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.4117732Z test_select_SparseBSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.4219228Z test_select_SparseBSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.4322459Z test_select_SparseBSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.4428286Z test_select_SparseBSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.4530563Z test_select_SparseBSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.4629475Z test_select_SparseBSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.4733682Z test_select_SparseBSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.4842912Z test_select_SparseBSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.4942366Z test_select_SparseBSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.5042074Z test_select_SparseBSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.5147747Z test_select_SparseBSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.5245958Z test_select_SparseBSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.5347176Z test_select_SparseBSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.5445408Z test_select_SparseBSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.5542550Z test_select_SparseBSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.5639289Z test_select_SparseBSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.5739169Z test_select_SparseBSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.5833076Z test_select_SparseBSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:57:28.5937529Z test_select_SparseBSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.6046275Z test_select_SparseBSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:28.6150257Z test_select_SparseBSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.6255772Z test_select_SparseBSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.6357410Z test_select_SparseBSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.6453128Z test_select_SparseBSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.6548194Z test_select_SparseBSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:57:28.6643407Z test_select_SparseBSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:57:28.6739388Z test_select_SparseBSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.6837611Z test_select_SparseBSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:28.7012435Z test_select_SparseCSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:28.7176641Z test_select_SparseCSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:28.7349677Z test_select_SparseCSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:28.7526403Z test_select_SparseCSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:57:28.7693280Z test_select_SparseCSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:28.7858599Z test_select_SparseCSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:28.8025026Z test_select_SparseCSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:28.8185116Z test_select_SparseCSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:28.8344919Z test_select_SparseCSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:28.8510336Z test_select_SparseCSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:28.8674000Z test_select_SparseCSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:28.8834763Z test_select_SparseCSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:28.9003240Z test_select_SparseCSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:28.9166364Z test_select_SparseCSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:28.9335681Z test_select_SparseCSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:28.9504671Z test_select_SparseCSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:28.9667790Z test_select_SparseCSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:28.9831020Z test_select_SparseCSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:28.9994934Z test_select_SparseCSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.0153517Z test_select_SparseCSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.0315585Z test_select_SparseCSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.0479317Z test_select_SparseCSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.0642954Z test_select_SparseCSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.0808415Z test_select_SparseCSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.0966272Z test_select_SparseCSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.1119261Z test_select_SparseCSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:29.1283119Z test_select_SparseCSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.1448036Z test_select_SparseCSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.1608989Z test_select_SparseCSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.1770323Z test_select_SparseCSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.1930993Z test_select_SparseCSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.2085572Z test_select_SparseCSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:29.2241614Z test_select_SparseCSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.2395546Z test_select_SparseCSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:29.2547219Z test_select_SparseCSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:29.2697249Z test_select_SparseCSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:29.2860353Z test_select_SparseCSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.3011919Z test_select_SparseCSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:29.3174608Z test_select_SparseCSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.3333545Z test_select_SparseCSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.3493210Z test_select_SparseCSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.3652307Z test_select_SparseCSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.3811979Z test_select_SparseCSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:29.3964326Z test_select_SparseCSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:29.4114363Z test_select_SparseCSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:29.4268454Z test_select_SparseCSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:29.4417785Z test_select_SparseCSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:29.4565629Z test_select_SparseCSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:29.4693514Z test_sparse_add_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:29.4819397Z test_sparse_add_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:29.4936581Z test_sparse_add_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:29.5054897Z test_sparse_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:29.5158790Z test_sparse_add_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:29.5260765Z test_sparse_add_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:29.5361868Z test_sparse_add_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:29.5463102Z test_sparse_add_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:29.5605466Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:57:29.5740551Z test_sparse_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:29.5854607Z test_sparse_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:29.5968185Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:29.6002133Z test_sparse_csc_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6027720Z test_sparse_csc_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6063705Z test_sparse_csc_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:29.6100275Z test_sparse_csc_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:29.6132958Z test_sparse_csc_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6164704Z test_sparse_csc_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6195496Z test_sparse_csc_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6220960Z test_sparse_csc_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.6245753Z test_sparse_csc_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.6271725Z test_sparse_csc_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6296783Z test_sparse_csc_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.6322015Z test_sparse_csc_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.6354338Z test_sparse_csr_from_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6385336Z test_sparse_csr_from_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6417466Z test_sparse_csr_from_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6449704Z test_sparse_csr_from_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6481881Z test_sparse_csr_from_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6514144Z test_sparse_csr_from_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6546069Z test_sparse_csr_from_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6576841Z test_sparse_csr_from_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6607453Z test_sparse_csr_from_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6637926Z test_sparse_csr_from_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6668929Z test_sparse_csr_from_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6699682Z test_sparse_csr_from_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6730496Z test_sparse_csr_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6755799Z test_sparse_csr_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.6791327Z test_sparse_csr_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6825884Z test_sparse_csr_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6855636Z test_sparse_csr_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6885928Z test_sparse_csr_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6916034Z test_sparse_csr_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.6939339Z test_sparse_csr_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.6962792Z test_sparse_csr_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.6985759Z test_sparse_csr_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7008854Z test_sparse_csr_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7034743Z test_sparse_csr_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:29.7055317Z test_sparse_csr_unary_inplace_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7114414Z test_sparse_csr_unary_inplace_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:29.7133205Z 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:29.7134089Z result = torch.complex(real, imag) 2022-09-27T15:57:29.7173125Z ok (0.006s) 2022-09-27T15:57:29.7230383Z test_sparse_csr_unary_inplace_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:29.7251183Z test_sparse_csr_unary_inplace_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7271884Z test_sparse_csr_unary_inplace_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7292988Z test_sparse_csr_unary_inplace_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7312695Z test_sparse_csr_unary_inplace_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7331075Z test_sparse_csr_unary_inplace_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7350276Z test_sparse_csr_unary_inplace_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7369356Z test_sparse_csr_unary_inplace_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7388368Z test_sparse_csr_unary_inplace_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7403898Z test_sparse_csr_unary_inplace_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:29.7419348Z test_sparse_csr_unary_inplace_angle_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:29.7434980Z test_sparse_csr_unary_inplace_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:29.7450251Z test_sparse_csr_unary_inplace_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:29.7465679Z test_sparse_csr_unary_inplace_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:29.7480942Z test_sparse_csr_unary_inplace_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:29.7496715Z test_sparse_csr_unary_inplace_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:29.7513331Z test_sparse_csr_unary_inplace_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:29.7529622Z test_sparse_csr_unary_inplace_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:29.7545819Z test_sparse_csr_unary_inplace_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:29.7561007Z test_sparse_csr_unary_inplace_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:29.7576847Z test_sparse_csr_unary_inplace_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:29.7598852Z test_sparse_csr_unary_inplace_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7668686Z test_sparse_csr_unary_inplace_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:29.7691203Z test_sparse_csr_unary_inplace_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7712727Z test_sparse_csr_unary_inplace_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7733183Z test_sparse_csr_unary_inplace_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7755641Z test_sparse_csr_unary_inplace_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.7822473Z test_sparse_csr_unary_inplace_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:29.7889036Z test_sparse_csr_unary_inplace_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:29.7956633Z test_sparse_csr_unary_inplace_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:29.8023876Z test_sparse_csr_unary_inplace_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:29.8089001Z test_sparse_csr_unary_inplace_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:29.8109655Z test_sparse_csr_unary_inplace_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.8174689Z test_sparse_csr_unary_inplace_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:29.8196834Z test_sparse_csr_unary_inplace_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.8219515Z test_sparse_csr_unary_inplace_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.8240047Z test_sparse_csr_unary_inplace_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.8260693Z test_sparse_csr_unary_inplace_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.8326876Z test_sparse_csr_unary_inplace_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:29.8392975Z test_sparse_csr_unary_inplace_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:29.8458075Z test_sparse_csr_unary_inplace_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:29.8522667Z test_sparse_csr_unary_inplace_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:29.8588099Z test_sparse_csr_unary_inplace_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:29.8609819Z test_sparse_csr_unary_inplace_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.8677085Z test_sparse_csr_unary_inplace_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:29.8699809Z test_sparse_csr_unary_inplace_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.8721771Z test_sparse_csr_unary_inplace_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.8743097Z test_sparse_csr_unary_inplace_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.8762969Z test_sparse_csr_unary_inplace_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.8829230Z test_sparse_csr_unary_inplace_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:29.8894483Z test_sparse_csr_unary_inplace_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:29.8960236Z test_sparse_csr_unary_inplace_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:29.9025568Z test_sparse_csr_unary_inplace_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:29.9091192Z test_sparse_csr_unary_inplace_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:29.9111444Z test_sparse_csr_unary_inplace_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9177229Z test_sparse_csr_unary_inplace_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:29.9199465Z test_sparse_csr_unary_inplace_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9221531Z test_sparse_csr_unary_inplace_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9242787Z test_sparse_csr_unary_inplace_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9263979Z test_sparse_csr_unary_inplace_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9329798Z test_sparse_csr_unary_inplace_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:29.9395119Z test_sparse_csr_unary_inplace_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:29.9460159Z test_sparse_csr_unary_inplace_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:29.9526368Z test_sparse_csr_unary_inplace_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:29.9592278Z test_sparse_csr_unary_inplace_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:29.9614248Z test_sparse_csr_unary_inplace_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9636134Z test_sparse_csr_unary_inplace_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9657416Z test_sparse_csr_unary_inplace_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9677123Z test_sparse_csr_unary_inplace_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9695968Z test_sparse_csr_unary_inplace_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9714817Z test_sparse_csr_unary_inplace_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9733614Z test_sparse_csr_unary_inplace_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9752487Z test_sparse_csr_unary_inplace_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9772724Z test_sparse_csr_unary_inplace_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9792135Z test_sparse_csr_unary_inplace_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9812084Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9833058Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9853880Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9873853Z test_sparse_csr_unary_inplace_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9893928Z test_sparse_csr_unary_inplace_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9914074Z test_sparse_csr_unary_inplace_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9932909Z test_sparse_csr_unary_inplace_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9951155Z test_sparse_csr_unary_inplace_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9969085Z test_sparse_csr_unary_inplace_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:29.9987538Z test_sparse_csr_unary_inplace_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.0005881Z test_sparse_csr_unary_inplace_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.0027169Z test_sparse_csr_unary_inplace_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.0095847Z test_sparse_csr_unary_inplace_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.0117747Z test_sparse_csr_unary_inplace_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.0139322Z test_sparse_csr_unary_inplace_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.0206647Z test_sparse_csr_unary_inplace_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.0272248Z test_sparse_csr_unary_inplace_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.0337778Z test_sparse_csr_unary_inplace_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:30.0402890Z test_sparse_csr_unary_inplace_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:30.0468502Z test_sparse_csr_unary_inplace_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:30.0489492Z test_sparse_csr_unary_inplace_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.0557249Z test_sparse_csr_unary_inplace_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.0577189Z test_sparse_csr_unary_inplace_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.0597831Z test_sparse_csr_unary_inplace_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.0664578Z test_sparse_csr_unary_inplace_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.0730332Z test_sparse_csr_unary_inplace_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.0796708Z test_sparse_csr_unary_inplace_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.0864218Z test_sparse_csr_unary_inplace_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.0931302Z test_sparse_csr_unary_inplace_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.0953327Z test_sparse_csr_unary_inplace_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.1020158Z test_sparse_csr_unary_inplace_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.1040823Z test_sparse_csr_unary_inplace_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.1061654Z test_sparse_csr_unary_inplace_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.1127506Z test_sparse_csr_unary_inplace_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.1192382Z test_sparse_csr_unary_inplace_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:30.1257127Z test_sparse_csr_unary_inplace_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:30.1321830Z test_sparse_csr_unary_inplace_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:30.1386873Z test_sparse_csr_unary_inplace_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:30.1406763Z test_sparse_csr_unary_inplace_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.1427574Z test_sparse_csr_unary_inplace_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.1447691Z test_sparse_csr_unary_inplace_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.1466960Z test_sparse_csr_unary_inplace_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.1484933Z test_sparse_csr_unary_inplace_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.1503143Z test_sparse_csr_unary_inplace_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.1521070Z test_sparse_csr_unary_inplace_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.1539359Z test_sparse_csr_unary_inplace_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.1554664Z test_sparse_csr_unary_inplace_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1569669Z test_sparse_csr_unary_inplace_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1584762Z test_sparse_csr_unary_inplace_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1599568Z test_sparse_csr_unary_inplace_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1614681Z test_sparse_csr_unary_inplace_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1629767Z test_sparse_csr_unary_inplace_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1644991Z test_sparse_csr_unary_inplace_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1659851Z test_sparse_csr_unary_inplace_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1675060Z test_sparse_csr_unary_inplace_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1689972Z test_sparse_csr_unary_inplace_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1705430Z test_sparse_csr_unary_inplace_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1720478Z test_sparse_csr_unary_inplace_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1735495Z test_sparse_csr_unary_inplace_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1750489Z test_sparse_csr_unary_inplace_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1765510Z test_sparse_csr_unary_inplace_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1780395Z test_sparse_csr_unary_inplace_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1795382Z test_sparse_csr_unary_inplace_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1810175Z test_sparse_csr_unary_inplace_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1825311Z test_sparse_csr_unary_inplace_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1840004Z test_sparse_csr_unary_inplace_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1854934Z test_sparse_csr_unary_inplace_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1870068Z test_sparse_csr_unary_inplace_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1884974Z test_sparse_csr_unary_inplace_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1900127Z test_sparse_csr_unary_inplace_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1915205Z test_sparse_csr_unary_inplace_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1930020Z test_sparse_csr_unary_inplace_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1945139Z test_sparse_csr_unary_inplace_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1959954Z test_sparse_csr_unary_inplace_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1974939Z test_sparse_csr_unary_inplace_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.1989964Z test_sparse_csr_unary_inplace_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2004626Z test_sparse_csr_unary_inplace_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2019497Z test_sparse_csr_unary_inplace_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2034184Z test_sparse_csr_unary_inplace_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2048906Z test_sparse_csr_unary_inplace_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2063671Z test_sparse_csr_unary_inplace_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2078246Z test_sparse_csr_unary_inplace_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2093021Z test_sparse_csr_unary_inplace_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2108049Z test_sparse_csr_unary_inplace_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2122811Z test_sparse_csr_unary_inplace_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2137635Z test_sparse_csr_unary_inplace_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2152468Z test_sparse_csr_unary_inplace_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2167166Z test_sparse_csr_unary_inplace_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2182197Z test_sparse_csr_unary_inplace_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2196896Z test_sparse_csr_unary_inplace_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2211660Z test_sparse_csr_unary_inplace_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.2234126Z test_sparse_csr_unary_inplace_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2302467Z test_sparse_csr_unary_inplace_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.2324349Z test_sparse_csr_unary_inplace_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2345792Z test_sparse_csr_unary_inplace_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2411983Z test_sparse_csr_unary_inplace_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.2477845Z test_sparse_csr_unary_inplace_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.2543498Z test_sparse_csr_unary_inplace_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.2608800Z test_sparse_csr_unary_inplace_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:30.2674023Z test_sparse_csr_unary_inplace_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:30.2694164Z test_sparse_csr_unary_inplace_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2715418Z test_sparse_csr_unary_inplace_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2736426Z test_sparse_csr_unary_inplace_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2757531Z test_sparse_csr_unary_inplace_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2777712Z test_sparse_csr_unary_inplace_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2798185Z test_sparse_csr_unary_inplace_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2818247Z test_sparse_csr_unary_inplace_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2837294Z test_sparse_csr_unary_inplace_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2855397Z test_sparse_csr_unary_inplace_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2873607Z test_sparse_csr_unary_inplace_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2892152Z test_sparse_csr_unary_inplace_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2910583Z test_sparse_csr_unary_inplace_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2930053Z test_sparse_csr_unary_inplace_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2950268Z test_sparse_csr_unary_inplace_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2970238Z test_sparse_csr_unary_inplace_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.2989411Z test_sparse_csr_unary_inplace_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3007612Z test_sparse_csr_unary_inplace_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3025970Z test_sparse_csr_unary_inplace_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3044213Z test_sparse_csr_unary_inplace_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3062708Z test_sparse_csr_unary_inplace_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3082704Z test_sparse_csr_unary_inplace_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3102269Z test_sparse_csr_unary_inplace_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3122756Z test_sparse_csr_unary_inplace_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3144040Z test_sparse_csr_unary_inplace_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3165397Z test_sparse_csr_unary_inplace_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3185774Z test_sparse_csr_unary_inplace_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3206224Z test_sparse_csr_unary_inplace_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3226708Z test_sparse_csr_unary_inplace_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3245810Z test_sparse_csr_unary_inplace_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3264655Z test_sparse_csr_unary_inplace_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3283202Z test_sparse_csr_unary_inplace_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3303211Z test_sparse_csr_unary_inplace_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3321275Z test_sparse_csr_unary_inplace_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3340671Z test_sparse_csr_unary_inplace_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3359710Z test_sparse_csr_unary_inplace_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3378880Z test_sparse_csr_unary_inplace_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3398920Z test_sparse_csr_unary_inplace_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3419050Z test_sparse_csr_unary_inplace_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3438136Z test_sparse_csr_unary_inplace_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3456222Z test_sparse_csr_unary_inplace_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3473767Z test_sparse_csr_unary_inplace_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3491417Z test_sparse_csr_unary_inplace_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3509620Z test_sparse_csr_unary_inplace_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3524383Z test_sparse_csr_unary_inplace_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.3539056Z test_sparse_csr_unary_inplace_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.3554030Z test_sparse_csr_unary_inplace_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.3568743Z test_sparse_csr_unary_inplace_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.3585300Z test_sparse_csr_unary_inplace_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:30.3600355Z test_sparse_csr_unary_inplace_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.3615519Z test_sparse_csr_unary_inplace_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.3630797Z test_sparse_csr_unary_inplace_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.3645262Z test_sparse_csr_unary_inplace_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.3660190Z test_sparse_csr_unary_inplace_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:30.3680711Z test_sparse_csr_unary_inplace_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3747722Z test_sparse_csr_unary_inplace_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.3769061Z test_sparse_csr_unary_inplace_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3790719Z test_sparse_csr_unary_inplace_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3811420Z test_sparse_csr_unary_inplace_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3831660Z test_sparse_csr_unary_inplace_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.3897616Z test_sparse_csr_unary_inplace_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.3964746Z test_sparse_csr_unary_inplace_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.4030281Z test_sparse_csr_unary_inplace_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.4095605Z test_sparse_csr_unary_inplace_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:30.4161469Z test_sparse_csr_unary_inplace_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.4182307Z test_sparse_csr_unary_inplace_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.4249819Z test_sparse_csr_unary_inplace_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.4272495Z test_sparse_csr_unary_inplace_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.4294155Z test_sparse_csr_unary_inplace_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.4315422Z test_sparse_csr_unary_inplace_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.4337213Z test_sparse_csr_unary_inplace_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.4404437Z test_sparse_csr_unary_inplace_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.4472350Z test_sparse_csr_unary_inplace_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.4540710Z test_sparse_csr_unary_inplace_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.4608490Z test_sparse_csr_unary_inplace_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.4675522Z test_sparse_csr_unary_inplace_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.4697087Z test_sparse_csr_unary_inplace_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.4766453Z test_sparse_csr_unary_inplace_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.4789101Z test_sparse_csr_unary_inplace_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.4811660Z test_sparse_csr_unary_inplace_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.4833039Z test_sparse_csr_unary_inplace_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.4853746Z test_sparse_csr_unary_inplace_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.4922044Z test_sparse_csr_unary_inplace_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.4989691Z test_sparse_csr_unary_inplace_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.5057643Z test_sparse_csr_unary_inplace_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.5126095Z test_sparse_csr_unary_inplace_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.5195356Z test_sparse_csr_unary_inplace_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.5218720Z test_sparse_csr_unary_inplace_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.5287940Z test_sparse_csr_unary_inplace_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.5312553Z test_sparse_csr_unary_inplace_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.5335049Z test_sparse_csr_unary_inplace_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.5356681Z test_sparse_csr_unary_inplace_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.5378426Z test_sparse_csr_unary_inplace_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.5447206Z test_sparse_csr_unary_inplace_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.5516490Z test_sparse_csr_unary_inplace_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.5585691Z test_sparse_csr_unary_inplace_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.5655374Z test_sparse_csr_unary_inplace_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.5725505Z test_sparse_csr_unary_inplace_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.5749553Z test_sparse_csr_unary_inplace_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.5818824Z test_sparse_csr_unary_inplace_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.5844549Z test_sparse_csr_unary_inplace_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.5868720Z test_sparse_csr_unary_inplace_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.5890731Z test_sparse_csr_unary_inplace_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.5912975Z test_sparse_csr_unary_inplace_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.5983298Z test_sparse_csr_unary_inplace_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.6053907Z test_sparse_csr_unary_inplace_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.6124547Z test_sparse_csr_unary_inplace_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.6194252Z test_sparse_csr_unary_inplace_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.6263693Z test_sparse_csr_unary_inplace_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:30.6286449Z test_sparse_csr_unary_inplace_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6308463Z test_sparse_csr_unary_inplace_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6329247Z test_sparse_csr_unary_inplace_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6348670Z test_sparse_csr_unary_inplace_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6367227Z test_sparse_csr_unary_inplace_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6386014Z test_sparse_csr_unary_inplace_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6404929Z test_sparse_csr_unary_inplace_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6424199Z test_sparse_csr_unary_inplace_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6449413Z test_sparse_csr_unary_out_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6479893Z 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:30.6480899Z return self.op(*args, **kwargs) 2022-09-27T15:57:30.6483008Z ok (0.003s) 2022-09-27T15:57:30.6509630Z test_sparse_csr_unary_out_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.6536510Z test_sparse_csr_unary_out_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.6561671Z test_sparse_csr_unary_out_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6588618Z test_sparse_csr_unary_out_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.6614924Z test_sparse_csr_unary_out_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.6639388Z test_sparse_csr_unary_out_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6663218Z test_sparse_csr_unary_out_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6687962Z test_sparse_csr_unary_out_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6712100Z test_sparse_csr_unary_out_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6735359Z test_sparse_csr_unary_out_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.6761807Z test_sparse_csr_unary_out_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.6788165Z test_sparse_csr_unary_out_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.6815358Z test_sparse_csr_unary_out_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.6842324Z test_sparse_csr_unary_out_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.6867976Z test_sparse_csr_unary_out_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.6894470Z test_sparse_csr_unary_out_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.6921443Z test_sparse_csr_unary_out_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.6947829Z test_sparse_csr_unary_out_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.6974323Z test_sparse_csr_unary_out_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7000098Z test_sparse_csr_unary_out_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7026211Z test_sparse_csr_unary_out_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7052171Z test_sparse_csr_unary_out_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7078193Z test_sparse_csr_unary_out_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7104386Z test_sparse_csr_unary_out_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7131995Z test_sparse_csr_unary_out_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7159489Z test_sparse_csr_unary_out_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7186133Z test_sparse_csr_unary_out_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7211724Z test_sparse_csr_unary_out_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7237440Z test_sparse_csr_unary_out_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7263356Z test_sparse_csr_unary_out_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7288855Z test_sparse_csr_unary_out_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7314805Z test_sparse_csr_unary_out_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7337221Z test_sparse_csr_unary_out_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.7361443Z test_sparse_csr_unary_out_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.7386284Z test_sparse_csr_unary_out_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.7413897Z test_sparse_csr_unary_out_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7441520Z test_sparse_csr_unary_out_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7467758Z test_sparse_csr_unary_out_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7493756Z test_sparse_csr_unary_out_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7519019Z test_sparse_csr_unary_out_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.7545776Z test_sparse_csr_unary_out_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7571296Z test_sparse_csr_unary_out_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.7596974Z test_sparse_csr_unary_out_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.7622610Z test_sparse_csr_unary_out_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.7648675Z test_sparse_csr_unary_out_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7675133Z test_sparse_csr_unary_out_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7702884Z test_sparse_csr_unary_out_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7730127Z test_sparse_csr_unary_out_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7756685Z test_sparse_csr_unary_out_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7783322Z test_sparse_csr_unary_out_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7808668Z test_sparse_csr_unary_out_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7835083Z test_sparse_csr_unary_out_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7861249Z test_sparse_csr_unary_out_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7887167Z test_sparse_csr_unary_out_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7913289Z test_sparse_csr_unary_out_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.7937889Z test_sparse_csr_unary_out_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.7962561Z test_sparse_csr_unary_out_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.7990981Z test_sparse_csr_unary_out_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8018413Z test_sparse_csr_unary_out_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8044612Z test_sparse_csr_unary_out_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8070867Z test_sparse_csr_unary_out_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8095905Z test_sparse_csr_unary_out_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8120903Z test_sparse_csr_unary_out_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8145734Z test_sparse_csr_unary_out_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8170697Z test_sparse_csr_unary_out_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8193852Z test_sparse_csr_unary_out_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8217893Z test_sparse_csr_unary_out_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8244129Z test_sparse_csr_unary_out_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8270254Z test_sparse_csr_unary_out_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8293928Z test_sparse_csr_unary_out_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8316942Z test_sparse_csr_unary_out_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8339732Z test_sparse_csr_unary_out_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8362695Z test_sparse_csr_unary_out_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8385849Z test_sparse_csr_unary_out_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8409665Z test_sparse_csr_unary_out_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8433181Z test_sparse_csr_unary_out_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8460074Z test_sparse_csr_unary_out_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8485836Z test_sparse_csr_unary_out_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8512774Z test_sparse_csr_unary_out_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8537555Z test_sparse_csr_unary_out_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8563466Z test_sparse_csr_unary_out_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8589679Z test_sparse_csr_unary_out_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8613907Z test_sparse_csr_unary_out_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8636817Z test_sparse_csr_unary_out_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8659519Z test_sparse_csr_unary_out_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8682515Z test_sparse_csr_unary_out_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8705683Z test_sparse_csr_unary_out_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8730862Z test_sparse_csr_unary_out_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8757065Z test_sparse_csr_unary_out_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8783559Z test_sparse_csr_unary_out_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8809563Z test_sparse_csr_unary_out_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8835807Z test_sparse_csr_unary_out_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8862203Z test_sparse_csr_unary_out_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8888089Z test_sparse_csr_unary_out_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8914409Z test_sparse_csr_unary_out_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8940336Z test_sparse_csr_unary_out_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.8965589Z test_sparse_csr_unary_out_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.8992021Z test_sparse_csr_unary_out_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9018266Z test_sparse_csr_unary_out_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9044339Z test_sparse_csr_unary_out_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9070721Z test_sparse_csr_unary_out_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9096921Z test_sparse_csr_unary_out_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9122926Z test_sparse_csr_unary_out_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9149279Z test_sparse_csr_unary_out_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9172588Z test_sparse_csr_unary_out_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.9198052Z test_sparse_csr_unary_out_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.9223969Z test_sparse_csr_unary_out_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9250483Z test_sparse_csr_unary_out_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9277174Z test_sparse_csr_unary_out_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9303999Z test_sparse_csr_unary_out_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9330399Z test_sparse_csr_unary_out_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9356889Z test_sparse_csr_unary_out_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9383405Z test_sparse_csr_unary_out_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9409478Z test_sparse_csr_unary_out_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9434246Z test_sparse_csr_unary_out_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.9460227Z test_sparse_csr_unary_out_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9486073Z test_sparse_csr_unary_out_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:30.9509916Z test_sparse_csr_unary_out_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.9532313Z test_sparse_csr_unary_out_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.9554986Z test_sparse_csr_unary_out_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.9577675Z test_sparse_csr_unary_out_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.9600669Z test_sparse_csr_unary_out_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.9613264Z test_sparse_csr_unary_out_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9626037Z test_sparse_csr_unary_out_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9638475Z test_sparse_csr_unary_out_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9650834Z test_sparse_csr_unary_out_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9663609Z test_sparse_csr_unary_out_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9676008Z test_sparse_csr_unary_out_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9688537Z test_sparse_csr_unary_out_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9701113Z test_sparse_csr_unary_out_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9713775Z test_sparse_csr_unary_out_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9725984Z test_sparse_csr_unary_out_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9738579Z test_sparse_csr_unary_out_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9751237Z test_sparse_csr_unary_out_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9763787Z test_sparse_csr_unary_out_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9776357Z test_sparse_csr_unary_out_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9788886Z test_sparse_csr_unary_out_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9801369Z test_sparse_csr_unary_out_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9813939Z test_sparse_csr_unary_out_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9826704Z test_sparse_csr_unary_out_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9839275Z test_sparse_csr_unary_out_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9851892Z test_sparse_csr_unary_out_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9864562Z test_sparse_csr_unary_out_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9877043Z test_sparse_csr_unary_out_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9889423Z test_sparse_csr_unary_out_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9902218Z test_sparse_csr_unary_out_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9914486Z test_sparse_csr_unary_out_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:30.9940061Z test_sparse_csr_unary_out_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.9963567Z test_sparse_csr_unary_out_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:30.9986918Z test_sparse_csr_unary_out_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0010382Z test_sparse_csr_unary_out_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0034357Z test_sparse_csr_unary_out_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0057308Z test_sparse_csr_unary_out_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0079858Z test_sparse_csr_unary_out_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0102716Z test_sparse_csr_unary_out_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0125401Z test_sparse_csr_unary_out_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0148297Z test_sparse_csr_unary_out_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0171699Z test_sparse_csr_unary_out_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0194785Z test_sparse_csr_unary_out_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0218300Z test_sparse_csr_unary_out_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0242677Z test_sparse_csr_unary_out_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0266444Z test_sparse_csr_unary_out_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0289010Z test_sparse_csr_unary_out_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0312040Z test_sparse_csr_unary_out_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0334901Z test_sparse_csr_unary_out_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0357981Z test_sparse_csr_unary_out_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0380809Z test_sparse_csr_unary_out_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0406400Z test_sparse_csr_unary_out_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0432611Z test_sparse_csr_unary_out_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0458843Z test_sparse_csr_unary_out_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0484924Z test_sparse_csr_unary_out_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0510912Z test_sparse_csr_unary_out_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0537035Z test_sparse_csr_unary_out_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0563248Z test_sparse_csr_unary_out_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0589382Z test_sparse_csr_unary_out_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0615508Z test_sparse_csr_unary_out_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0640259Z test_sparse_csr_unary_out_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0667546Z test_sparse_csr_unary_out_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0693249Z test_sparse_csr_unary_out_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0720239Z test_sparse_csr_unary_out_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0745266Z test_sparse_csr_unary_out_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0771588Z test_sparse_csr_unary_out_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0797670Z test_sparse_csr_unary_out_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0821708Z test_sparse_csr_unary_out_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0844529Z test_sparse_csr_unary_out_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0867367Z test_sparse_csr_unary_out_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0889812Z test_sparse_csr_unary_out_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0912690Z test_sparse_csr_unary_out_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0936334Z test_sparse_csr_unary_out_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.0961989Z test_sparse_csr_unary_out_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.0988162Z test_sparse_csr_unary_out_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.1011484Z test_sparse_csr_unary_out_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1034228Z test_sparse_csr_unary_out_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1056776Z test_sparse_csr_unary_out_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1079779Z test_sparse_csr_unary_out_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1102999Z test_sparse_csr_unary_out_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1126538Z test_sparse_csr_unary_out_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1150197Z test_sparse_csr_unary_out_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1176639Z test_sparse_csr_unary_out_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.1202631Z test_sparse_csr_unary_out_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.1229403Z test_sparse_csr_unary_out_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.1254990Z test_sparse_csr_unary_out_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1281744Z test_sparse_csr_unary_out_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.1307753Z test_sparse_csr_unary_out_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.1331441Z test_sparse_csr_unary_out_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1354632Z test_sparse_csr_unary_out_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1377677Z test_sparse_csr_unary_out_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1401125Z test_sparse_csr_unary_out_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1424189Z test_sparse_csr_unary_out_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1447954Z test_sparse_csr_unary_out_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1471545Z test_sparse_csr_unary_out_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1495638Z test_sparse_csr_unary_out_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1521951Z test_sparse_csr_unary_out_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.1547883Z test_sparse_csr_unary_out_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.1571313Z test_sparse_csr_unary_out_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1594581Z test_sparse_csr_unary_out_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1617534Z test_sparse_csr_unary_out_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1640836Z test_sparse_csr_unary_out_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1664107Z test_sparse_csr_unary_out_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1686804Z test_sparse_csr_unary_out_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1709828Z test_sparse_csr_unary_out_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1732867Z test_sparse_csr_unary_out_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1757308Z test_sparse_csr_unary_out_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1781196Z test_sparse_csr_unary_out_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1803870Z test_sparse_csr_unary_out_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1827057Z test_sparse_csr_unary_out_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1850287Z test_sparse_csr_unary_out_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1874229Z test_sparse_csr_unary_out_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1898356Z test_sparse_csr_unary_out_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.1924737Z test_sparse_csr_unary_out_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.1952007Z test_sparse_csr_unary_out_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.1979973Z test_sparse_csr_unary_out_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2007727Z test_sparse_csr_unary_out_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2034457Z test_sparse_csr_unary_out_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2060141Z test_sparse_csr_unary_out_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2086194Z test_sparse_csr_unary_out_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2112445Z test_sparse_csr_unary_out_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2138253Z test_sparse_csr_unary_out_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2164195Z test_sparse_csr_unary_out_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2190338Z test_sparse_csr_unary_out_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2216009Z test_sparse_csr_unary_out_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2241869Z test_sparse_csr_unary_out_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2270204Z test_sparse_csr_unary_out_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2296990Z test_sparse_csr_unary_out_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2323025Z test_sparse_csr_unary_out_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2349098Z test_sparse_csr_unary_out_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2375283Z test_sparse_csr_unary_out_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2401697Z test_sparse_csr_unary_out_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2428805Z test_sparse_csr_unary_out_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2455387Z test_sparse_csr_unary_out_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2482144Z test_sparse_csr_unary_out_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2507657Z test_sparse_csr_unary_out_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.2534164Z test_sparse_csr_unary_out_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2561726Z test_sparse_csr_unary_out_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2589759Z test_sparse_csr_unary_out_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2616211Z test_sparse_csr_unary_out_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2641950Z test_sparse_csr_unary_out_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2668484Z test_sparse_csr_unary_out_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2694287Z test_sparse_csr_unary_out_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2720414Z test_sparse_csr_unary_out_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2746681Z test_sparse_csr_unary_out_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2773024Z test_sparse_csr_unary_out_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2798827Z test_sparse_csr_unary_out_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2824810Z test_sparse_csr_unary_out_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2852414Z test_sparse_csr_unary_out_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2880117Z test_sparse_csr_unary_out_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2906495Z test_sparse_csr_unary_out_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2932194Z test_sparse_csr_unary_out_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2958377Z test_sparse_csr_unary_out_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.2984664Z test_sparse_csr_unary_out_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3010364Z test_sparse_csr_unary_out_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3036641Z test_sparse_csr_unary_out_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3062881Z test_sparse_csr_unary_out_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3088719Z test_sparse_csr_unary_out_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3114904Z test_sparse_csr_unary_out_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3142540Z test_sparse_csr_unary_out_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3170204Z test_sparse_csr_unary_out_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3196458Z test_sparse_csr_unary_out_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3222600Z test_sparse_csr_unary_out_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3248561Z test_sparse_csr_unary_out_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3275056Z test_sparse_csr_unary_out_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3301926Z test_sparse_csr_unary_out_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3327419Z test_sparse_csr_unary_out_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3353566Z test_sparse_csr_unary_out_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3377966Z test_sparse_csr_unary_out_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.3404499Z test_sparse_csr_unary_out_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3431828Z test_sparse_csr_unary_out_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:31.3455497Z test_sparse_csr_unary_out_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.3479141Z test_sparse_csr_unary_out_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.3501297Z test_sparse_csr_unary_out_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.3524246Z test_sparse_csr_unary_out_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.3547206Z test_sparse_csr_unary_out_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:31.3593719Z test_sparse_mm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:31.3638962Z test_sparse_mm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:31.3683156Z test_sparse_mm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:31.3726440Z test_sparse_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:31.3745911Z test_sparse_to_sparse_compressed_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:57:31.3751196Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-09-27T15:57:31.3770105Z test_sparse_to_sparse_compressed_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:57:31.3775641Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-09-27T15:57:31.3793689Z test_sparse_to_sparse_compressed_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:57:31.3926162Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.015s) 2022-09-27T15:57:31.3945355Z test_sparse_to_sparse_compressed_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:57:31.4082075Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.015s) 2022-09-27T15:57:31.4829517Z test_sparse_triangular_solve_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.075s) 2022-09-27T15:57:31.5584705Z test_sparse_triangular_solve_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.075s) 2022-09-27T15:57:31.6225403Z test_sparse_triangular_solve_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.064s) 2022-09-27T15:57:31.6869203Z test_sparse_triangular_solve_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.064s) 2022-09-27T15:57:31.6954436Z test_sum_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:31.7028216Z test_sum_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:31.7118068Z test_sum_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:57:31.7208236Z test_sum_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:57:31.7290723Z test_sum_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:31.7400599Z test_sum_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:31.7509979Z test_sum_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:31.7584201Z test_sum_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:31.7657720Z test_sum_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:31.7731473Z test_sum_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:31.7805863Z test_sum_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:31.7880702Z test_sum_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:33.8612218Z test_transpose_SparseBSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (2.073s) 2022-09-27T15:57:35.8308530Z test_transpose_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (1.970s) 2022-09-27T15:57:37.9710482Z test_transpose_SparseBSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.140s) 2022-09-27T15:57:40.1099077Z test_transpose_SparseBSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.139s) 2022-09-27T15:57:42.1906884Z test_transpose_SparseBSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.081s) 2022-09-27T15:57:44.2686070Z test_transpose_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.078s) 2022-09-27T15:57:46.3607762Z test_transpose_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.092s) 2022-09-27T15:57:48.3472001Z test_transpose_SparseBSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (1.986s) 2022-09-27T15:57:50.3292201Z test_transpose_SparseBSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (1.982s) 2022-09-27T15:57:52.3059684Z test_transpose_SparseBSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (1.977s) 2022-09-27T15:57:54.2911222Z test_transpose_SparseBSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.985s) 2022-09-27T15:57:56.2811773Z test_transpose_SparseBSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.990s) 2022-09-27T15:57:58.3699001Z test_transpose_SparseBSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (2.089s) 2022-09-27T15:58:00.3633587Z test_transpose_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (1.993s) 2022-09-27T15:58:02.5136937Z test_transpose_SparseBSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.150s) 2022-09-27T15:58:04.6590284Z test_transpose_SparseBSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.145s) 2022-09-27T15:58:06.7602375Z test_transpose_SparseBSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.101s) 2022-09-27T15:58:08.8499145Z test_transpose_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.090s) 2022-09-27T15:58:10.9300991Z test_transpose_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.080s) 2022-09-27T15:58:12.9243536Z test_transpose_SparseBSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (1.994s) 2022-09-27T15:58:14.9170011Z test_transpose_SparseBSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (1.993s) 2022-09-27T15:58:16.9145775Z test_transpose_SparseBSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (1.997s) 2022-09-27T15:58:18.9137442Z test_transpose_SparseBSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.999s) 2022-09-27T15:58:20.9104305Z test_transpose_SparseBSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.996s) 2022-09-27T15:58:21.9158789Z test_transpose_SparseCSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (1.005s) 2022-09-27T15:58:22.8667447Z test_transpose_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.951s) 2022-09-27T15:58:23.8958443Z test_transpose_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.029s) 2022-09-27T15:58:24.9274773Z test_transpose_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.032s) 2022-09-27T15:58:25.9251716Z test_transpose_SparseCSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.998s) 2022-09-27T15:58:26.9287991Z test_transpose_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (1.003s) 2022-09-27T15:58:27.9251095Z test_transpose_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.996s) 2022-09-27T15:58:28.8735573Z test_transpose_SparseCSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.948s) 2022-09-27T15:58:29.8255583Z test_transpose_SparseCSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.952s) 2022-09-27T15:58:30.7733060Z test_transpose_SparseCSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.948s) 2022-09-27T15:58:31.7335062Z test_transpose_SparseCSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.960s) 2022-09-27T15:58:32.6894112Z test_transpose_SparseCSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.956s) 2022-09-27T15:58:33.7249012Z test_transpose_SparseCSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (1.035s) 2022-09-27T15:58:34.6862915Z test_transpose_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.961s) 2022-09-27T15:58:35.7180074Z test_transpose_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.032s) 2022-09-27T15:58:36.7584379Z test_transpose_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.040s) 2022-09-27T15:58:37.7681020Z test_transpose_SparseCSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (1.010s) 2022-09-27T15:58:38.7718210Z test_transpose_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (1.004s) 2022-09-27T15:58:39.7723741Z test_transpose_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (1.000s) 2022-09-27T15:58:40.7379425Z test_transpose_SparseCSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.965s) 2022-09-27T15:58:41.7064355Z test_transpose_SparseCSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.968s) 2022-09-27T15:58:42.6671241Z test_transpose_SparseCSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.961s) 2022-09-27T15:58:43.6304934Z test_transpose_SparseCSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.963s) 2022-09-27T15:58:44.5974841Z test_transpose_SparseCSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.967s) 2022-09-27T15:58:44.5994242Z test_zero_to_zero_correspondence_unary_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6013378Z test_zero_to_zero_correspondence_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6031914Z test_zero_to_zero_correspondence_unary_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6050134Z test_zero_to_zero_correspondence_unary_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6068391Z test_zero_to_zero_correspondence_unary_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6086183Z test_zero_to_zero_correspondence_unary_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6104285Z test_zero_to_zero_correspondence_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6121470Z test_zero_to_zero_correspondence_unary_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6138840Z test_zero_to_zero_correspondence_unary_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6156020Z test_zero_to_zero_correspondence_unary_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6173142Z test_zero_to_zero_correspondence_unary_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6190533Z test_zero_to_zero_correspondence_unary_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6208499Z test_zero_to_zero_correspondence_unary_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6226949Z test_zero_to_zero_correspondence_unary_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6244909Z test_zero_to_zero_correspondence_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6263365Z test_zero_to_zero_correspondence_unary_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6281253Z test_zero_to_zero_correspondence_unary_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6299523Z test_zero_to_zero_correspondence_unary_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6317431Z test_zero_to_zero_correspondence_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6335466Z test_zero_to_zero_correspondence_unary_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6353650Z test_zero_to_zero_correspondence_unary_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6371667Z test_zero_to_zero_correspondence_unary_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6390151Z test_zero_to_zero_correspondence_unary_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6408027Z test_zero_to_zero_correspondence_unary_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6427284Z test_zero_to_zero_correspondence_unary_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6446990Z test_zero_to_zero_correspondence_unary_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6466155Z test_zero_to_zero_correspondence_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6484725Z test_zero_to_zero_correspondence_unary_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6503356Z test_zero_to_zero_correspondence_unary_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6522531Z test_zero_to_zero_correspondence_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6542626Z test_zero_to_zero_correspondence_unary_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6562224Z test_zero_to_zero_correspondence_unary_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6581651Z test_zero_to_zero_correspondence_unary_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6601316Z test_zero_to_zero_correspondence_unary_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6620863Z test_zero_to_zero_correspondence_unary_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6639575Z test_zero_to_zero_correspondence_unary_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6657760Z test_zero_to_zero_correspondence_unary_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6676491Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6694568Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6712391Z test_zero_to_zero_correspondence_unary_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6730018Z test_zero_to_zero_correspondence_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6748509Z test_zero_to_zero_correspondence_unary_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6766061Z test_zero_to_zero_correspondence_unary_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6783913Z test_zero_to_zero_correspondence_unary_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6801590Z test_zero_to_zero_correspondence_unary_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6819673Z test_zero_to_zero_correspondence_unary_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6838367Z test_zero_to_zero_correspondence_unary_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6857378Z test_zero_to_zero_correspondence_unary_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6876156Z test_zero_to_zero_correspondence_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6894271Z test_zero_to_zero_correspondence_unary_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6913054Z test_zero_to_zero_correspondence_unary_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6932188Z test_zero_to_zero_correspondence_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6951903Z test_zero_to_zero_correspondence_unary_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6971405Z test_zero_to_zero_correspondence_unary_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.6990986Z test_zero_to_zero_correspondence_unary_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7011074Z test_zero_to_zero_correspondence_unary_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7029915Z test_zero_to_zero_correspondence_unary_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7048257Z test_zero_to_zero_correspondence_unary_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7066603Z test_zero_to_zero_correspondence_unary_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7084032Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7102317Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7119746Z test_zero_to_zero_correspondence_unary_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7137391Z test_zero_to_zero_correspondence_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7155290Z test_zero_to_zero_correspondence_unary_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7173035Z test_zero_to_zero_correspondence_unary_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7191005Z test_zero_to_zero_correspondence_unary_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7208753Z test_zero_to_zero_correspondence_unary_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7226768Z test_zero_to_zero_correspondence_unary_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7244438Z test_zero_to_zero_correspondence_unary_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7262288Z test_zero_to_zero_correspondence_unary_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7279931Z test_zero_to_zero_correspondence_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7296733Z test_zero_to_zero_correspondence_unary_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7313743Z test_zero_to_zero_correspondence_unary_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7330180Z test_zero_to_zero_correspondence_unary_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7347214Z test_zero_to_zero_correspondence_unary_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7364002Z test_zero_to_zero_correspondence_unary_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7381345Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7397861Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7415848Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7433748Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7451357Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7468742Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7485890Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7503082Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7519886Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7537430Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7554155Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7570948Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7587981Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7606872Z test_zero_to_zero_correspondence_unary_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7626728Z test_zero_to_zero_correspondence_unary_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7646088Z test_zero_to_zero_correspondence_unary_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7665656Z test_zero_to_zero_correspondence_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7685226Z test_zero_to_zero_correspondence_unary_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7705069Z test_zero_to_zero_correspondence_unary_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7724495Z test_zero_to_zero_correspondence_unary_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7754223Z test_zero_to_zero_correspondence_unary_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7764014Z test_zero_to_zero_correspondence_unary_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7783337Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7801454Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7820778Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7840050Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7859694Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7879081Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7898806Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7918219Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7937698Z test_zero_to_zero_correspondence_unary_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7957000Z test_zero_to_zero_correspondence_unary_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7976398Z test_zero_to_zero_correspondence_unary_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.7995680Z test_zero_to_zero_correspondence_unary_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8014744Z test_zero_to_zero_correspondence_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8033712Z test_zero_to_zero_correspondence_unary_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8053543Z test_zero_to_zero_correspondence_unary_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8072537Z test_zero_to_zero_correspondence_unary_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8092070Z test_zero_to_zero_correspondence_unary_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8111164Z test_zero_to_zero_correspondence_unary_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8129702Z test_zero_to_zero_correspondence_unary_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8147800Z test_zero_to_zero_correspondence_unary_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8165431Z test_zero_to_zero_correspondence_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8182712Z test_zero_to_zero_correspondence_unary_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8199890Z test_zero_to_zero_correspondence_unary_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8216588Z test_zero_to_zero_correspondence_unary_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8233779Z test_zero_to_zero_correspondence_unary_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8251013Z test_zero_to_zero_correspondence_unary_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8269170Z test_zero_to_zero_correspondence_unary_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8286429Z test_zero_to_zero_correspondence_unary_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8304620Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8322438Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8340171Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8357763Z test_zero_to_zero_correspondence_unary_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8375022Z test_zero_to_zero_correspondence_unary_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8392316Z test_zero_to_zero_correspondence_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8409374Z test_zero_to_zero_correspondence_unary_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8427117Z test_zero_to_zero_correspondence_unary_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8444455Z test_zero_to_zero_correspondence_unary_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8461443Z test_zero_to_zero_correspondence_unary_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8478548Z test_zero_to_zero_correspondence_unary_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8495826Z test_zero_to_zero_correspondence_unary_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8512951Z test_zero_to_zero_correspondence_unary_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8530184Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8547266Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8564353Z test_zero_to_zero_correspondence_unary_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8581713Z test_zero_to_zero_correspondence_unary_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8598914Z test_zero_to_zero_correspondence_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8616066Z test_zero_to_zero_correspondence_unary_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8633191Z test_zero_to_zero_correspondence_unary_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8650010Z test_zero_to_zero_correspondence_unary_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8667293Z test_zero_to_zero_correspondence_unary_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8684027Z test_zero_to_zero_correspondence_unary_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8701176Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8718188Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8735346Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8752262Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8769426Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8786561Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8803509Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8820447Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8837425Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8854381Z test_zero_to_zero_correspondence_unary_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8871476Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8888212Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8905307Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8922079Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8939144Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8956105Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8972942Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.8990193Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9006878Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9023886Z test_zero_to_zero_correspondence_unary_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9042529Z test_zero_to_zero_correspondence_unary_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9062539Z test_zero_to_zero_correspondence_unary_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9081648Z test_zero_to_zero_correspondence_unary_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9100890Z test_zero_to_zero_correspondence_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9120317Z test_zero_to_zero_correspondence_unary_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9139984Z test_zero_to_zero_correspondence_unary_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9159449Z test_zero_to_zero_correspondence_unary_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9179100Z test_zero_to_zero_correspondence_unary_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9198568Z test_zero_to_zero_correspondence_unary_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9217240Z test_zero_to_zero_correspondence_unary_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9235215Z test_zero_to_zero_correspondence_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9253135Z test_zero_to_zero_correspondence_unary_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9271260Z test_zero_to_zero_correspondence_unary_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9288966Z test_zero_to_zero_correspondence_unary_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9307066Z test_zero_to_zero_correspondence_unary_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9324272Z test_zero_to_zero_correspondence_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9342925Z test_zero_to_zero_correspondence_unary_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9360659Z test_zero_to_zero_correspondence_unary_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9377430Z test_zero_to_zero_correspondence_unary_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9394410Z test_zero_to_zero_correspondence_unary_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9411082Z test_zero_to_zero_correspondence_unary_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9428780Z test_zero_to_zero_correspondence_unary_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9446041Z test_zero_to_zero_correspondence_unary_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9463810Z test_zero_to_zero_correspondence_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9480376Z test_zero_to_zero_correspondence_unary_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9497132Z test_zero_to_zero_correspondence_unary_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9513713Z test_zero_to_zero_correspondence_unary_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9530451Z test_zero_to_zero_correspondence_unary_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9547605Z test_zero_to_zero_correspondence_unary_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9565384Z test_zero_to_zero_correspondence_unary_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9583050Z test_zero_to_zero_correspondence_unary_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9602333Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9621326Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9639276Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9656950Z test_zero_to_zero_correspondence_unary_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9674609Z test_zero_to_zero_correspondence_unary_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9691788Z test_zero_to_zero_correspondence_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9708687Z test_zero_to_zero_correspondence_unary_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9725394Z test_zero_to_zero_correspondence_unary_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9742163Z test_zero_to_zero_correspondence_unary_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9758821Z test_zero_to_zero_correspondence_unary_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9775398Z test_zero_to_zero_correspondence_unary_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9793010Z test_zero_to_zero_correspondence_unary_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9809799Z test_zero_to_zero_correspondence_unary_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9827670Z test_zero_to_zero_correspondence_unary_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9846243Z test_zero_to_zero_correspondence_unary_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9865174Z test_zero_to_zero_correspondence_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9883016Z test_zero_to_zero_correspondence_unary_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9900023Z test_zero_to_zero_correspondence_unary_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9916745Z test_zero_to_zero_correspondence_unary_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9933484Z test_zero_to_zero_correspondence_unary_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9950428Z test_zero_to_zero_correspondence_unary_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9967115Z test_zero_to_zero_correspondence_unary_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:44.9983971Z test_zero_to_zero_correspondence_unary_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0000654Z test_zero_to_zero_correspondence_unary_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0017550Z test_zero_to_zero_correspondence_unary_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0034236Z test_zero_to_zero_correspondence_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0050814Z test_zero_to_zero_correspondence_unary_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0067883Z test_zero_to_zero_correspondence_unary_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0084441Z test_zero_to_zero_correspondence_unary_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0101114Z test_zero_to_zero_correspondence_unary_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0117958Z test_zero_to_zero_correspondence_unary_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0135558Z test_zero_to_zero_correspondence_unary_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0154066Z test_zero_to_zero_correspondence_unary_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0172453Z test_zero_to_zero_correspondence_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0190454Z test_zero_to_zero_correspondence_unary_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0208716Z test_zero_to_zero_correspondence_unary_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0227946Z test_zero_to_zero_correspondence_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0247086Z test_zero_to_zero_correspondence_unary_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0266780Z test_zero_to_zero_correspondence_unary_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0285996Z test_zero_to_zero_correspondence_unary_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0305789Z test_zero_to_zero_correspondence_unary_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0326529Z test_zero_to_zero_correspondence_unary_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0346700Z test_zero_to_zero_correspondence_unary_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0364604Z test_zero_to_zero_correspondence_unary_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0382383Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0400155Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0417703Z test_zero_to_zero_correspondence_unary_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0435153Z test_zero_to_zero_correspondence_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0452575Z test_zero_to_zero_correspondence_unary_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0470428Z test_zero_to_zero_correspondence_unary_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0487932Z test_zero_to_zero_correspondence_unary_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0505873Z test_zero_to_zero_correspondence_unary_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0523414Z test_zero_to_zero_correspondence_unary_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0540969Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0559779Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0579300Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0598625Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0618122Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0637386Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0656590Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0676019Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0695282Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0714629Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0733996Z test_zero_to_zero_correspondence_unary_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0752572Z test_zero_to_zero_correspondence_unary_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0770902Z test_zero_to_zero_correspondence_unary_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0789532Z test_zero_to_zero_correspondence_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0807206Z test_zero_to_zero_correspondence_unary_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0825905Z test_zero_to_zero_correspondence_unary_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0845984Z test_zero_to_zero_correspondence_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0867083Z test_zero_to_zero_correspondence_unary_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0887042Z test_zero_to_zero_correspondence_unary_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0906790Z test_zero_to_zero_correspondence_unary_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0925879Z test_zero_to_zero_correspondence_unary_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0945810Z test_zero_to_zero_correspondence_unary_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0965046Z test_zero_to_zero_correspondence_unary_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.0984590Z test_zero_to_zero_correspondence_unary_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1002960Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1020643Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1039005Z test_zero_to_zero_correspondence_unary_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1058056Z test_zero_to_zero_correspondence_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1077363Z test_zero_to_zero_correspondence_unary_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1097260Z test_zero_to_zero_correspondence_unary_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1117971Z test_zero_to_zero_correspondence_unary_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1138909Z test_zero_to_zero_correspondence_unary_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1158383Z test_zero_to_zero_correspondence_unary_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1176984Z test_zero_to_zero_correspondence_unary_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1195890Z test_zero_to_zero_correspondence_unary_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1215221Z test_zero_to_zero_correspondence_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1232999Z test_zero_to_zero_correspondence_unary_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1250243Z test_zero_to_zero_correspondence_unary_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1267101Z test_zero_to_zero_correspondence_unary_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1283737Z test_zero_to_zero_correspondence_unary_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.1300707Z test_zero_to_zero_correspondence_unary_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:45.4935900Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.363s) 2022-09-27T15:58:45.5005246Z test_clone_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:45.5063275Z test_clone_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.5132553Z test_clone_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:45.5197058Z test_clone_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.5263507Z test_clone_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:45.5325475Z test_clone_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.5386782Z test_clone_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.5442294Z test_clone_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:45.5497339Z test_clone_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:45.5555740Z test_clone_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.5611223Z test_clone_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:45.5667116Z test_clone_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.5725771Z test_clone_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.5781160Z test_clone_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:45.5847130Z test_clone_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:45.5910584Z test_clone_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.5970530Z test_clone_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.6032601Z test_clone_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.6094455Z test_clone_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.6155299Z test_clone_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.6212016Z test_clone_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.6267283Z test_clone_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:45.6323407Z test_clone_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.6380481Z test_clone_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.6415456Z test_clone_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6445114Z test_clone_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6478933Z test_clone_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6514740Z test_clone_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.6547303Z test_clone_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6578086Z test_clone_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6608642Z test_clone_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6637117Z test_clone_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6666953Z test_clone_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6696011Z test_clone_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6723646Z test_clone_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6752623Z test_clone_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6784185Z test_clone_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6811831Z test_clone_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6845447Z test_clone_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6880059Z test_clone_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6912683Z test_clone_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6944468Z test_clone_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.6975380Z test_clone_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.7003446Z test_clone_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.7031553Z test_clone_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.7059355Z test_clone_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.7087665Z test_clone_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:45.7124468Z test_clone_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.7152152Z test_consistency_SparseBSC__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7179546Z 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:45.7206926Z 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:45.7233673Z 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:45.7260391Z 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:45.7287407Z 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:45.7314303Z 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:45.7341050Z 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:45.7367709Z 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:45.7394530Z test_consistency_SparseBSC__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7421091Z test_consistency_SparseBSC__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7447867Z test_consistency_SparseBSC__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7474649Z test_consistency_SparseBSC__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7501052Z test_consistency_SparseBSC__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7527077Z test_consistency_SparseBSC__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7552454Z test_consistency_SparseBSC__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.7577554Z test_consistency_SparseBSC__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.7602919Z test_consistency_SparseBSC__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.7628485Z test_consistency_SparseBSC__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7653626Z test_consistency_SparseBSC__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.7678871Z test_consistency_SparseBSC__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.7704142Z test_consistency_SparseBSC__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.7731346Z test_consistency_SparseBSC__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7757706Z test_consistency_SparseBSC__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7783276Z test_consistency_SparseBSC__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.7808409Z test_consistency_SparseBSC__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.7833986Z test_consistency_SparseBSC__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7859859Z test_consistency_SparseBSC__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7884938Z test_consistency_SparseBSC__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.7910706Z test_consistency_SparseBSC__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7936373Z test_consistency_SparseBSC__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7963171Z test_consistency_SparseBSC__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.7990230Z test_consistency_SparseBSC__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.8015407Z test_consistency_SparseBSC__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8040771Z test_consistency_SparseBSC__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8066344Z test_consistency_SparseBSC__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.8091681Z test_consistency_SparseBSC__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8117210Z test_consistency_SparseBSC__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.8142645Z test_consistency_SparseBSC__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8167704Z test_consistency_SparseBSC__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8193095Z test_consistency_SparseBSC__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8218330Z test_consistency_SparseBSC__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8243761Z test_consistency_SparseBSC__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8269151Z test_consistency_SparseBSC__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.8294367Z test_consistency_SparseBSC__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8319722Z test_consistency_SparseBSC__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.8345166Z test_consistency_SparseBSC__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8370276Z test_consistency_SparseBSC__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8395667Z test_consistency_SparseBSC__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8420925Z test_consistency_SparseBSC__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8446814Z test_consistency_SparseBSC__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.8472198Z test_consistency_SparseBSC__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:45.8497853Z test_consistency_SparseBSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8523954Z 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:45.8549164Z test_consistency_SparseBSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8574395Z test_consistency_SparseBSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8599702Z test_consistency_SparseBSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8626574Z 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:45.8650814Z 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:45.8676791Z 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:45.8702745Z 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:45.8728978Z 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:45.8755220Z 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:45.8780416Z 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:45.8805906Z 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:45.8831430Z 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:45.8856913Z 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:45.8882337Z test_consistency_SparseBSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8908102Z 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:45.8933405Z test_consistency_SparseBSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.8958888Z 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:45.8984539Z 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:45.9009932Z test_consistency_SparseBSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.9035383Z 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:45.9060759Z test_consistency_SparseBSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.9086445Z 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:45.9112050Z 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:45.9137416Z test_consistency_SparseBSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.9163335Z 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:45.9188985Z 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:45.9214147Z test_consistency_SparseBSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.9239946Z 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:45.9265777Z 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:45.9290960Z test_consistency_SparseBSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.9316458Z 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:45.9342153Z test_consistency_SparseBSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:45.9367510Z 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:45.9393312Z 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:45.9419125Z 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:45.9444818Z 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:45.9470572Z 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:45.9496330Z 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:45.9522542Z 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:45.9548261Z 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:45.9573801Z 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:45.9599566Z 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:45.9625493Z 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:45.9651055Z 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:45.9677055Z 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:45.9702745Z 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:45.9728410Z 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:45.9754495Z 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:45.9780173Z 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:45.9805821Z 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:45.9831435Z 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:45.9857096Z 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:45.9883116Z 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:45.9909198Z 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:45.9934917Z 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:45.9960853Z 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:45.9986690Z 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:46.0012958Z 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:46.0038510Z 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:46.0064027Z 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:46.0089475Z 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:46.0115208Z 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:46.0140817Z 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:46.0167239Z 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:46.0193554Z 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:46.0219906Z 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:46.0245996Z 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:46.0272226Z 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:46.0298474Z 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:46.0324605Z 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:46.0351102Z 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:46.0377486Z 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:46.0403624Z 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:46.0430077Z 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:46.0456235Z 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:46.0482602Z 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:46.0509009Z 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:46.0535502Z 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:46.0561989Z 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:46.0588271Z 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:46.0614250Z 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:46.0639635Z 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:46.0665379Z 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:46.0690748Z test_consistency_SparseBSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.0716390Z 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:46.0742326Z 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:46.0767669Z 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:46.0793214Z 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:46.0818649Z test_consistency_SparseBSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.0844564Z 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:46.0870166Z 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:46.0895832Z 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:46.0921410Z 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:46.0947053Z 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:46.0972474Z 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:46.0998044Z 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:46.1023638Z 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:46.1048810Z test_consistency_SparseBSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.1076166Z 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:46.1101586Z test_consistency_SparseBSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.1127100Z 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:46.1152846Z 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:46.1178229Z test_consistency_SparseBSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.1203751Z 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:46.1229283Z 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:46.1254943Z 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:46.1280413Z 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:46.1306180Z 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:46.1331821Z 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:46.1357502Z 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:46.1383210Z test_consistency_SparseBSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.1408473Z test_consistency_SparseBSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.1434045Z 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:46.1459521Z test_consistency_SparseBSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.1485359Z 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:46.1510986Z 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:46.1536525Z 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:46.1562099Z 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:46.1587857Z 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:46.1613256Z 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:46.1639087Z 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:46.1664686Z 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:46.1690255Z 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:46.1715756Z 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:46.1741207Z 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:46.1766943Z 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:46.1792562Z 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:46.1818404Z 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:46.1844137Z 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:46.1870013Z 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:46.1895580Z 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:46.1921181Z 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:46.1946754Z 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:46.1972298Z test_consistency_SparseBSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.1997837Z 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:46.2023628Z 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:46.2049176Z 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:46.2074830Z 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:46.2100186Z test_consistency_SparseBSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.2125762Z 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:46.2151148Z test_consistency_SparseBSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.2176730Z 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:46.2202100Z test_consistency_SparseBSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.2227625Z 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:46.2252799Z test_consistency_SparseBSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.2278245Z test_consistency_SparseBSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.2304024Z 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:46.2329092Z test_consistency_SparseBSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.2354569Z 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:46.2379952Z test_consistency_SparseBSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.2405219Z test_consistency_SparseBSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.2430891Z 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:46.2456202Z test_consistency_SparseBSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.2481894Z 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:46.2507703Z 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:46.2533074Z test_consistency_SparseBSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.2558771Z 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:46.2584659Z 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:46.2610055Z 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:46.2635837Z 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:46.2661394Z 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:46.2686858Z test_consistency_SparseBSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.2712342Z 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:46.2737860Z 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:46.2763585Z 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:46.2789265Z 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:46.2815245Z 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:46.2840648Z 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:46.2866325Z 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:46.2891703Z test_consistency_SparseBSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.2917346Z 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:46.2943096Z 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:46.2968389Z test_consistency_SparseBSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.2994074Z 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:46.3019488Z test_consistency_SparseBSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.3045018Z 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:46.3070754Z 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:46.3096645Z 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:46.3121889Z 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:46.3147639Z 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:46.3173261Z 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:46.3198925Z 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:46.3224322Z test_consistency_SparseBSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.3249319Z test_consistency_SparseBSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.3274812Z test_consistency_SparseBSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.3300124Z test_consistency_SparseBSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.3325482Z test_consistency_SparseBSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.3350955Z 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:46.3376379Z test_consistency_SparseBSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.3401979Z 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:46.3427934Z 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:46.3454142Z 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:46.3479950Z 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:46.3505851Z 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:46.3531569Z 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:46.3557556Z 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:46.3583459Z 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:46.3609213Z 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:46.3634853Z 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:46.3660655Z 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:46.3687319Z 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:46.3713283Z 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:46.3738970Z 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:46.3765074Z 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:46.3791307Z 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:46.3817327Z 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:46.3843677Z 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:46.3869854Z 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:46.3895640Z 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:46.3921381Z 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:46.3947430Z 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:46.3972780Z 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:46.3999579Z 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:46.4025101Z 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:46.4050681Z 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:46.4076832Z 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:46.4102725Z 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:46.4128487Z 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:46.4155187Z 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:46.4181249Z 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:46.4207163Z 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:46.4233211Z 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:46.4259290Z 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:46.4284966Z 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:46.4310643Z 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:46.4336456Z 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:46.4362170Z 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:46.4388229Z 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:46.4413454Z 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:46.4439137Z 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:46.4464617Z 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:46.4490284Z 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:46.4515973Z 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:46.4541427Z 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:46.4566846Z test_consistency_SparseBSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.4592479Z 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:46.4617885Z test_consistency_SparseBSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.4643521Z test_consistency_SparseBSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.4671022Z 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:46.4697207Z 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:46.4722454Z test_consistency_SparseBSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.4747838Z test_consistency_SparseBSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.4773063Z test_consistency_SparseBSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.4798456Z test_consistency_SparseBSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.4823931Z test_consistency_SparseBSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.4849048Z test_consistency_SparseBSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.4874544Z 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:46.4900357Z 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:46.4927994Z 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:46.4954763Z 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:46.4979928Z test_consistency_SparseBSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5005239Z test_consistency_SparseBSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5030484Z test_consistency_SparseBSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5055821Z test_consistency_SparseBSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5081164Z test_consistency_SparseBSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5106123Z test_consistency_SparseBSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5131041Z test_consistency_SparseBSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5156666Z 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:46.5183864Z 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:46.5209069Z test_consistency_SparseBSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5234474Z test_consistency_SparseBSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5260077Z 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:46.5285662Z 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:46.5311169Z 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:46.5336551Z test_consistency_SparseBSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5361966Z test_consistency_SparseBSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5387491Z 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:46.5412841Z 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:46.5438467Z 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:46.5463915Z 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:46.5488996Z test_consistency_SparseBSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5514609Z 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:46.5539988Z test_consistency_SparseBSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5565263Z test_consistency_SparseBSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5590700Z test_consistency_SparseBSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5616081Z test_consistency_SparseBSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5641258Z test_consistency_SparseBSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5666756Z test_consistency_SparseBSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5693843Z 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:46.5720459Z 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:46.5745961Z test_consistency_SparseBSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5771170Z test_consistency_SparseBSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5796462Z test_consistency_SparseBSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5821959Z test_consistency_SparseBSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5847177Z test_consistency_SparseBSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5872564Z test_consistency_SparseBSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5897916Z test_consistency_SparseBSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.5923484Z 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:46.5950863Z 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:46.5976270Z test_consistency_SparseBSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6001079Z test_consistency_SparseBSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6026317Z test_consistency_SparseBSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6051293Z test_consistency_SparseBSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6076566Z test_consistency_SparseBSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6101654Z test_consistency_SparseBSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6126744Z test_consistency_SparseBSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6152014Z test_consistency_SparseBSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6177491Z test_consistency_SparseBSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6202463Z test_consistency_SparseBSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6227423Z test_consistency_SparseBSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6252522Z test_consistency_SparseBSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6277797Z test_consistency_SparseBSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6303038Z test_consistency_SparseBSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6328247Z test_consistency_SparseBSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6353694Z test_consistency_SparseBSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6378777Z test_consistency_SparseBSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6403960Z test_consistency_SparseBSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6429359Z test_consistency_SparseBSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6454712Z test_consistency_SparseBSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6479929Z test_consistency_SparseBSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6505009Z test_consistency_SparseBSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:58:46.6530113Z test_consistency_SparseBSR__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.6555692Z 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:46.6581088Z test_consistency_SparseBSR__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.6606735Z 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:46.6632039Z test_consistency_SparseBSR__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.6657421Z test_consistency_SparseBSR__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.6682916Z test_consistency_SparseBSR__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.6708361Z test_consistency_SparseBSR__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.6733399Z test_consistency_SparseBSR__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.6758930Z test_consistency_SparseBSR__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.6784386Z test_consistency_SparseBSR__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.6809715Z test_consistency_SparseBSR__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.6835144Z test_consistency_SparseBSR__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.6860358Z test_consistency_SparseBSR__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.6885778Z test_consistency_SparseBSR__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.6911201Z test_consistency_SparseBSR__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.6936622Z test_consistency_SparseBSR__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.6982298Z test_consistency_SparseBSR__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.6994639Z test_consistency_SparseBSR__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7020208Z test_consistency_SparseBSR__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7045813Z test_consistency_SparseBSR__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7071329Z test_consistency_SparseBSR__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7096588Z test_consistency_SparseBSR__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7122022Z test_consistency_SparseBSR__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7147564Z test_consistency_SparseBSR__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7172646Z test_consistency_SparseBSR__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7198131Z test_consistency_SparseBSR__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7224049Z test_consistency_SparseBSR__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7249190Z test_consistency_SparseBSR__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7274544Z test_consistency_SparseBSR__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7299763Z test_consistency_SparseBSR__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7325171Z test_consistency_SparseBSR__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7350680Z test_consistency_SparseBSR__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7376081Z test_consistency_SparseBSR__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7401364Z test_consistency_SparseBSR__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7427036Z test_consistency_SparseBSR__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7452592Z test_consistency_SparseBSR__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7478302Z test_consistency_SparseBSR__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7504071Z test_consistency_SparseBSR__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7529528Z test_consistency_SparseBSR__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7555017Z test_consistency_SparseBSR__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7580254Z test_consistency_SparseBSR__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7605667Z test_consistency_SparseBSR__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7631136Z test_consistency_SparseBSR__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:46.7656392Z test_consistency_SparseBSR__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7681714Z test_consistency_SparseBSR__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7706900Z test_consistency_SparseBSR__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7732047Z test_consistency_SparseBSR__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7757497Z test_consistency_SparseBSR__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7782941Z test_consistency_SparseBSR__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7808257Z test_consistency_SparseBSR__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7833720Z test_consistency_SparseBSR__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:46.7866576Z test_consistency_SparseBSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.7899510Z test_consistency_SparseBSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.7931707Z test_consistency_SparseBSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.7963652Z test_consistency_SparseBSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.7995012Z test_consistency_SparseBSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8028690Z test_consistency_SparseBSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8060193Z test_consistency_SparseBSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8090029Z test_consistency_SparseBSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8119072Z test_consistency_SparseBSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8148576Z test_consistency_SparseBSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8178110Z test_consistency_SparseBSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8207186Z test_consistency_SparseBSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8238031Z test_consistency_SparseBSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8270029Z test_consistency_SparseBSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8305554Z test_consistency_SparseBSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8338253Z test_consistency_SparseBSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8370181Z test_consistency_SparseBSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8401747Z test_consistency_SparseBSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8433225Z test_consistency_SparseBSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8464753Z test_consistency_SparseBSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8495304Z test_consistency_SparseBSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8526504Z test_consistency_SparseBSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8559970Z test_consistency_SparseBSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8591037Z test_consistency_SparseBSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8622323Z test_consistency_SparseBSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8654441Z test_consistency_SparseBSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8690439Z test_consistency_SparseBSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:46.8735474Z test_consistency_SparseBSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:46.8784977Z test_consistency_SparseBSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:46.8819152Z test_consistency_SparseBSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8854509Z test_consistency_SparseBSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8886493Z test_consistency_SparseBSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8918776Z test_consistency_SparseBSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8954146Z test_consistency_SparseBSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.8985467Z test_consistency_SparseBSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9016734Z test_consistency_SparseBSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9047978Z test_consistency_SparseBSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9081722Z test_consistency_SparseBSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9115298Z test_consistency_SparseBSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9148120Z test_consistency_SparseBSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9181175Z test_consistency_SparseBSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9212679Z test_consistency_SparseBSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9244871Z test_consistency_SparseBSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9276356Z test_consistency_SparseBSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9308296Z test_consistency_SparseBSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9339808Z test_consistency_SparseBSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9372010Z test_consistency_SparseBSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9404820Z test_consistency_SparseBSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9438779Z test_consistency_SparseBSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9472444Z test_consistency_SparseBSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9505702Z test_consistency_SparseBSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9538320Z test_consistency_SparseBSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9570939Z test_consistency_SparseBSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9603563Z test_consistency_SparseBSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9635632Z test_consistency_SparseBSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9668048Z test_consistency_SparseBSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9700870Z test_consistency_SparseBSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9732357Z test_consistency_SparseBSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9763019Z test_consistency_SparseBSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9796875Z test_consistency_SparseBSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9829194Z test_consistency_SparseBSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9860435Z test_consistency_SparseBSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9891807Z test_consistency_SparseBSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9922508Z test_consistency_SparseBSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9953718Z test_consistency_SparseBSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:46.9984444Z test_consistency_SparseBSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0015070Z test_consistency_SparseBSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0045400Z test_consistency_SparseBSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0076620Z test_consistency_SparseBSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0108092Z test_consistency_SparseBSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0139120Z test_consistency_SparseBSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0168744Z test_consistency_SparseBSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0197722Z test_consistency_SparseBSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0226778Z test_consistency_SparseBSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0256208Z test_consistency_SparseBSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0285437Z test_consistency_SparseBSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0315858Z test_consistency_SparseBSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0345594Z test_consistency_SparseBSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0376647Z test_consistency_SparseBSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0408898Z test_consistency_SparseBSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0442649Z test_consistency_SparseBSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0473724Z test_consistency_SparseBSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0504972Z test_consistency_SparseBSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0535754Z test_consistency_SparseBSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0565717Z test_consistency_SparseBSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0594894Z test_consistency_SparseBSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0623484Z test_consistency_SparseBSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0652234Z test_consistency_SparseBSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0681182Z test_consistency_SparseBSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0711572Z test_consistency_SparseBSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0743294Z test_consistency_SparseBSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0775116Z test_consistency_SparseBSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0806801Z test_consistency_SparseBSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0838288Z test_consistency_SparseBSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0869891Z test_consistency_SparseBSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0900955Z test_consistency_SparseBSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0932239Z test_consistency_SparseBSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0963518Z test_consistency_SparseBSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.0994967Z test_consistency_SparseBSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1026222Z test_consistency_SparseBSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1057227Z test_consistency_SparseBSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1088720Z test_consistency_SparseBSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1119907Z test_consistency_SparseBSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1150879Z test_consistency_SparseBSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1181560Z test_consistency_SparseBSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1212386Z test_consistency_SparseBSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1243311Z test_consistency_SparseBSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1274293Z test_consistency_SparseBSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1305479Z test_consistency_SparseBSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1336613Z test_consistency_SparseBSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1368031Z test_consistency_SparseBSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1399015Z test_consistency_SparseBSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1430556Z test_consistency_SparseBSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1461557Z test_consistency_SparseBSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1492696Z test_consistency_SparseBSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1523555Z test_consistency_SparseBSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1554439Z test_consistency_SparseBSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1585931Z test_consistency_SparseBSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1617070Z test_consistency_SparseBSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1646664Z test_consistency_SparseBSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1675656Z test_consistency_SparseBSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1704701Z test_consistency_SparseBSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1733312Z test_consistency_SparseBSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1762271Z test_consistency_SparseBSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1792000Z test_consistency_SparseBSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1820506Z test_consistency_SparseBSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1851209Z test_consistency_SparseBSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1882097Z test_consistency_SparseBSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1912474Z test_consistency_SparseBSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1942570Z test_consistency_SparseBSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.1972429Z test_consistency_SparseBSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2003191Z test_consistency_SparseBSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2033006Z test_consistency_SparseBSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2061991Z test_consistency_SparseBSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2090686Z test_consistency_SparseBSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2120002Z test_consistency_SparseBSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2149223Z test_consistency_SparseBSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2178599Z test_consistency_SparseBSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2207688Z test_consistency_SparseBSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2238144Z test_consistency_SparseBSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2268904Z test_consistency_SparseBSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2298650Z test_consistency_SparseBSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2328512Z test_consistency_SparseBSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2358847Z test_consistency_SparseBSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2388231Z test_consistency_SparseBSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2417150Z test_consistency_SparseBSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2446114Z test_consistency_SparseBSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2474994Z test_consistency_SparseBSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2503876Z test_consistency_SparseBSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2533337Z test_consistency_SparseBSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2562711Z test_consistency_SparseBSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2593062Z test_consistency_SparseBSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2623866Z test_consistency_SparseBSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2654577Z test_consistency_SparseBSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2684571Z test_consistency_SparseBSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2713878Z test_consistency_SparseBSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2743206Z test_consistency_SparseBSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2772194Z test_consistency_SparseBSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2801302Z test_consistency_SparseBSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2830673Z test_consistency_SparseBSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2859401Z test_consistency_SparseBSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2888767Z test_consistency_SparseBSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2919090Z test_consistency_SparseBSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2950097Z test_consistency_SparseBSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.2979896Z test_consistency_SparseBSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3009821Z test_consistency_SparseBSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3039819Z test_consistency_SparseBSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3069907Z test_consistency_SparseBSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3099191Z test_consistency_SparseBSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3130056Z test_consistency_SparseBSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3162177Z test_consistency_SparseBSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3194099Z test_consistency_SparseBSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3226045Z test_consistency_SparseBSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3257378Z test_consistency_SparseBSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3288815Z test_consistency_SparseBSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3320091Z test_consistency_SparseBSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3351744Z test_consistency_SparseBSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3383097Z test_consistency_SparseBSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3414461Z test_consistency_SparseBSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3446467Z test_consistency_SparseBSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3478087Z test_consistency_SparseBSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3509907Z test_consistency_SparseBSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3540715Z test_consistency_SparseBSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3571771Z test_consistency_SparseBSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3602753Z test_consistency_SparseBSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3632562Z test_consistency_SparseBSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3661503Z test_consistency_SparseBSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3690555Z test_consistency_SparseBSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3719489Z test_consistency_SparseBSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3748639Z test_consistency_SparseBSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3774284Z 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:47.3800013Z 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:47.3825392Z test_consistency_SparseBSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:47.3850851Z test_consistency_SparseBSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:58:47.3876565Z 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:47.3902414Z 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:47.3927610Z 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:47.3957754Z test_consistency_SparseBSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.3988842Z test_consistency_SparseBSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4020010Z test_consistency_SparseBSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4049948Z test_consistency_SparseBSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4079436Z test_consistency_SparseBSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4108249Z test_consistency_SparseBSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4137293Z test_consistency_SparseBSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4166364Z test_consistency_SparseBSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4196423Z test_consistency_SparseBSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4226461Z test_consistency_SparseBSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4257512Z test_consistency_SparseBSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4289820Z test_consistency_SparseBSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4322228Z test_consistency_SparseBSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4353906Z test_consistency_SparseBSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4385496Z test_consistency_SparseBSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4416624Z test_consistency_SparseBSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4446829Z test_consistency_SparseBSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4475990Z test_consistency_SparseBSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4505118Z test_consistency_SparseBSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4534083Z test_consistency_SparseBSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4563422Z test_consistency_SparseBSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4594111Z test_consistency_SparseBSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4624620Z test_consistency_SparseBSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4655671Z test_consistency_SparseBSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4686913Z test_consistency_SparseBSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4718524Z test_consistency_SparseBSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4748700Z test_consistency_SparseBSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4778288Z test_consistency_SparseBSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4807308Z test_consistency_SparseBSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4836747Z test_consistency_SparseBSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4866054Z test_consistency_SparseBSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4895568Z test_consistency_SparseBSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4924883Z test_consistency_SparseBSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4954969Z test_consistency_SparseBSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.4985059Z test_consistency_SparseBSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5015312Z test_consistency_SparseBSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5044658Z test_consistency_SparseBSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5073949Z test_consistency_SparseBSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5103198Z test_consistency_SparseBSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5132195Z test_consistency_SparseBSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5161419Z test_consistency_SparseBSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5192433Z test_consistency_SparseBSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5224607Z test_consistency_SparseBSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5258809Z test_consistency_SparseBSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5292815Z test_consistency_SparseBSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5326389Z test_consistency_SparseBSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5359618Z test_consistency_SparseBSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5392135Z test_consistency_SparseBSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5424514Z test_consistency_SparseBSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5456908Z test_consistency_SparseBSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5490173Z test_consistency_SparseBSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5523833Z test_consistency_SparseBSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5557247Z test_consistency_SparseBSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5590595Z test_consistency_SparseBSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5625896Z test_consistency_SparseBSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5659825Z test_consistency_SparseBSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5692761Z test_consistency_SparseBSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5725013Z test_consistency_SparseBSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5756730Z test_consistency_SparseBSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5788395Z test_consistency_SparseBSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5819467Z test_consistency_SparseBSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5850869Z test_consistency_SparseBSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5882534Z test_consistency_SparseBSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5913862Z test_consistency_SparseBSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5945578Z test_consistency_SparseBSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.5977544Z test_consistency_SparseBSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6009796Z test_consistency_SparseBSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6041749Z test_consistency_SparseBSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6073742Z test_consistency_SparseBSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6105820Z test_consistency_SparseBSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6136990Z test_consistency_SparseBSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6167987Z test_consistency_SparseBSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6199544Z test_consistency_SparseBSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6230002Z test_consistency_SparseBSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6261148Z test_consistency_SparseBSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6292789Z test_consistency_SparseBSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6326235Z test_consistency_SparseBSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6359597Z test_consistency_SparseBSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6392107Z test_consistency_SparseBSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6424988Z test_consistency_SparseBSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6457807Z test_consistency_SparseBSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6490102Z test_consistency_SparseBSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6522062Z test_consistency_SparseBSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6553971Z test_consistency_SparseBSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6586279Z test_consistency_SparseBSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6619380Z test_consistency_SparseBSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6651705Z test_consistency_SparseBSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6685849Z test_consistency_SparseBSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6720250Z test_consistency_SparseBSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6753511Z test_consistency_SparseBSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6785967Z test_consistency_SparseBSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6818258Z test_consistency_SparseBSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6851060Z test_consistency_SparseBSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6883799Z test_consistency_SparseBSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6916604Z test_consistency_SparseBSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6949622Z test_consistency_SparseBSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.6976551Z 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:47.7003670Z 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:47.7029935Z 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:47.7055934Z 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:47.7081838Z 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:47.7108111Z 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:47.7133839Z 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:47.7159763Z 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:47.7185629Z 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:47.7211160Z 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:47.7237162Z 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:47.7262730Z 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:47.7295502Z test_consistency_SparseBSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.7328798Z test_consistency_SparseBSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.7361678Z test_consistency_SparseBSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.7392410Z test_consistency_SparseBSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.7422610Z test_consistency_SparseBSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.7452289Z test_consistency_SparseBSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.7482768Z test_consistency_SparseBSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.7512315Z test_consistency_SparseBSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.7538595Z 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:47.7564454Z 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:47.7590278Z 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:47.7616575Z 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:47.7642496Z 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:47.7668740Z 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:47.7694587Z 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:47.7720636Z 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:47.7747398Z 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:47.7772811Z 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:47.7799034Z 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:47.7824940Z 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:47.7850898Z 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:47.7876889Z 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:47.7902817Z 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:47.7928726Z 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:47.7954656Z 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:47.7980387Z 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:47.8006314Z 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:47.8032351Z 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:47.8058166Z 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:47.8084108Z 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:47.8110510Z 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:47.8136258Z 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:47.8161920Z 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:47.8187817Z 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:47.8213149Z test_consistency_SparseCSC__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:58:47.8238870Z 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:47.8264851Z 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:47.8290481Z 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:47.8315965Z 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:47.8341640Z 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:47.8366936Z test_consistency_SparseCSC__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:58:47.8392328Z test_consistency_SparseCSC__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:58:47.8417873Z 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:47.8443797Z 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:47.8469103Z 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:47.8494359Z test_consistency_SparseCSC__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:58:47.8520026Z 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:47.8545589Z 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:47.8571066Z 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:47.8596825Z 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:47.8622888Z 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:47.8648594Z 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:47.8674236Z 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:47.8699826Z 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:47.8725660Z 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:47.8751414Z 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:47.8777223Z 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:47.8802438Z test_consistency_SparseCSC__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:58:47.8827857Z test_consistency_SparseCSC__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:58:47.8852974Z test_consistency_SparseCSC__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:58:47.8885585Z test_consistency_SparseCSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.8918846Z test_consistency_SparseCSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.8951310Z test_consistency_SparseCSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.8983515Z test_consistency_SparseCSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9014742Z test_consistency_SparseCSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9046666Z test_consistency_SparseCSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9077930Z test_consistency_SparseCSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9108346Z test_consistency_SparseCSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9137448Z test_consistency_SparseCSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9167373Z test_consistency_SparseCSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9196885Z test_consistency_SparseCSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9226079Z test_consistency_SparseCSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9256622Z test_consistency_SparseCSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9287570Z test_consistency_SparseCSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9319629Z test_consistency_SparseCSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9351395Z test_consistency_SparseCSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9382785Z test_consistency_SparseCSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9413357Z test_consistency_SparseCSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9444383Z test_consistency_SparseCSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9475326Z test_consistency_SparseCSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9506380Z test_consistency_SparseCSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9536976Z test_consistency_SparseCSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9568064Z test_consistency_SparseCSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9599214Z test_consistency_SparseCSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9630634Z test_consistency_SparseCSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9662459Z test_consistency_SparseCSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9695367Z test_consistency_SparseCSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9728104Z test_consistency_SparseCSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9760076Z test_consistency_SparseCSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9792151Z test_consistency_SparseCSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9823602Z test_consistency_SparseCSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9854942Z test_consistency_SparseCSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9886642Z test_consistency_SparseCSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9918291Z test_consistency_SparseCSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9949939Z test_consistency_SparseCSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:47.9981279Z test_consistency_SparseCSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0012742Z test_consistency_SparseCSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0046684Z test_consistency_SparseCSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0080958Z test_consistency_SparseCSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0112997Z test_consistency_SparseCSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0145108Z test_consistency_SparseCSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0176122Z test_consistency_SparseCSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0207022Z test_consistency_SparseCSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0237702Z test_consistency_SparseCSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0268483Z test_consistency_SparseCSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0299098Z test_consistency_SparseCSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0330293Z test_consistency_SparseCSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0361312Z test_consistency_SparseCSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0394501Z test_consistency_SparseCSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0426897Z test_consistency_SparseCSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0458383Z test_consistency_SparseCSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0490167Z test_consistency_SparseCSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0521769Z test_consistency_SparseCSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0553228Z test_consistency_SparseCSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0585028Z test_consistency_SparseCSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0616863Z test_consistency_SparseCSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0648226Z test_consistency_SparseCSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0679457Z test_consistency_SparseCSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0709943Z test_consistency_SparseCSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0743200Z test_consistency_SparseCSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0775374Z test_consistency_SparseCSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0806701Z test_consistency_SparseCSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0838726Z test_consistency_SparseCSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0869697Z test_consistency_SparseCSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0900427Z test_consistency_SparseCSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0931047Z test_consistency_SparseCSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0961679Z test_consistency_SparseCSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.0991737Z test_consistency_SparseCSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1022453Z test_consistency_SparseCSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1052667Z test_consistency_SparseCSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1083425Z test_consistency_SparseCSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1113038Z test_consistency_SparseCSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1141502Z test_consistency_SparseCSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1171038Z test_consistency_SparseCSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1199836Z test_consistency_SparseCSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1228384Z test_consistency_SparseCSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1257894Z test_consistency_SparseCSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1291623Z test_consistency_SparseCSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1321801Z test_consistency_SparseCSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1353267Z test_consistency_SparseCSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1385020Z test_consistency_SparseCSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1417686Z test_consistency_SparseCSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1448911Z test_consistency_SparseCSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1479490Z test_consistency_SparseCSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1508706Z test_consistency_SparseCSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1536973Z test_consistency_SparseCSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1564983Z test_consistency_SparseCSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1593430Z test_consistency_SparseCSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1621463Z test_consistency_SparseCSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1651893Z test_consistency_SparseCSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1685710Z test_consistency_SparseCSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1717756Z test_consistency_SparseCSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1749757Z test_consistency_SparseCSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1780771Z test_consistency_SparseCSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1812235Z test_consistency_SparseCSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1843489Z test_consistency_SparseCSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1875091Z test_consistency_SparseCSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1906792Z test_consistency_SparseCSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1939015Z test_consistency_SparseCSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1970318Z test_consistency_SparseCSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2001340Z test_consistency_SparseCSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2032516Z test_consistency_SparseCSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2063778Z test_consistency_SparseCSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2094394Z test_consistency_SparseCSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2125655Z test_consistency_SparseCSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2156111Z test_consistency_SparseCSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2186457Z test_consistency_SparseCSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2216934Z test_consistency_SparseCSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2247214Z test_consistency_SparseCSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2278317Z test_consistency_SparseCSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2309230Z test_consistency_SparseCSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2339637Z test_consistency_SparseCSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2370168Z test_consistency_SparseCSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2400833Z test_consistency_SparseCSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2431535Z test_consistency_SparseCSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2462318Z test_consistency_SparseCSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2492511Z test_consistency_SparseCSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2523104Z test_consistency_SparseCSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2553682Z test_consistency_SparseCSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2583349Z test_consistency_SparseCSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2611800Z test_consistency_SparseCSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2640394Z test_consistency_SparseCSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2669114Z test_consistency_SparseCSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2697645Z test_consistency_SparseCSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2726785Z test_consistency_SparseCSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2755841Z test_consistency_SparseCSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2786826Z test_consistency_SparseCSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2817170Z test_consistency_SparseCSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2847378Z test_consistency_SparseCSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2877171Z test_consistency_SparseCSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2906775Z test_consistency_SparseCSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2936684Z test_consistency_SparseCSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2965906Z test_consistency_SparseCSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.2995554Z test_consistency_SparseCSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3026976Z test_consistency_SparseCSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3055975Z test_consistency_SparseCSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3084953Z test_consistency_SparseCSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3114494Z test_consistency_SparseCSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3143391Z test_consistency_SparseCSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3173453Z test_consistency_SparseCSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3203925Z test_consistency_SparseCSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3233608Z test_consistency_SparseCSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3263388Z test_consistency_SparseCSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3295560Z test_consistency_SparseCSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3325339Z test_consistency_SparseCSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3353965Z test_consistency_SparseCSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3382749Z test_consistency_SparseCSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3411275Z test_consistency_SparseCSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3439921Z test_consistency_SparseCSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3469996Z test_consistency_SparseCSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3498345Z test_consistency_SparseCSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3527936Z test_consistency_SparseCSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3559610Z test_consistency_SparseCSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3590301Z test_consistency_SparseCSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3619206Z test_consistency_SparseCSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3647710Z test_consistency_SparseCSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3676145Z test_consistency_SparseCSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3705008Z test_consistency_SparseCSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3733412Z test_consistency_SparseCSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3762885Z test_consistency_SparseCSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3791935Z test_consistency_SparseCSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3820729Z test_consistency_SparseCSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3850138Z test_consistency_SparseCSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3880294Z test_consistency_SparseCSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3909609Z test_consistency_SparseCSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3938455Z test_consistency_SparseCSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3967440Z test_consistency_SparseCSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.3996217Z test_consistency_SparseCSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4025528Z test_consistency_SparseCSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4056168Z test_consistency_SparseCSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4087427Z test_consistency_SparseCSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4119483Z test_consistency_SparseCSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4151125Z test_consistency_SparseCSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4182685Z test_consistency_SparseCSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4214100Z test_consistency_SparseCSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4245692Z test_consistency_SparseCSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4277101Z test_consistency_SparseCSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4308680Z test_consistency_SparseCSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4339469Z test_consistency_SparseCSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4370907Z test_consistency_SparseCSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4402286Z test_consistency_SparseCSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4433843Z test_consistency_SparseCSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4464590Z test_consistency_SparseCSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4495161Z test_consistency_SparseCSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4526220Z test_consistency_SparseCSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4555917Z test_consistency_SparseCSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4584610Z test_consistency_SparseCSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4613014Z test_consistency_SparseCSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4641750Z test_consistency_SparseCSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4670677Z test_consistency_SparseCSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4696642Z 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:48.4722222Z 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:48.4747827Z 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:48.4773571Z 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:48.4799283Z 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:48.4825159Z 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:48.4850532Z 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:48.4880541Z test_consistency_SparseCSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4911748Z test_consistency_SparseCSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4942557Z test_consistency_SparseCSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.4971804Z test_consistency_SparseCSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5000539Z test_consistency_SparseCSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5029123Z test_consistency_SparseCSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5057731Z test_consistency_SparseCSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5086682Z test_consistency_SparseCSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5116731Z test_consistency_SparseCSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5146895Z test_consistency_SparseCSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5177904Z test_consistency_SparseCSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5209852Z test_consistency_SparseCSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5241573Z test_consistency_SparseCSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5272439Z test_consistency_SparseCSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5303555Z test_consistency_SparseCSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5334140Z test_consistency_SparseCSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5363733Z test_consistency_SparseCSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5392385Z test_consistency_SparseCSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5420818Z test_consistency_SparseCSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5449418Z test_consistency_SparseCSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5478174Z test_consistency_SparseCSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5507960Z test_consistency_SparseCSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5537547Z test_consistency_SparseCSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5567833Z test_consistency_SparseCSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5599064Z test_consistency_SparseCSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5629905Z test_consistency_SparseCSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5659648Z test_consistency_SparseCSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5688879Z test_consistency_SparseCSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5718142Z test_consistency_SparseCSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5747662Z test_consistency_SparseCSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5777233Z test_consistency_SparseCSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5807219Z test_consistency_SparseCSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5836824Z test_consistency_SparseCSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5866938Z test_consistency_SparseCSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5896679Z test_consistency_SparseCSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5926684Z test_consistency_SparseCSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5956135Z test_consistency_SparseCSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.5985025Z test_consistency_SparseCSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6013692Z test_consistency_SparseCSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6042879Z test_consistency_SparseCSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6071970Z test_consistency_SparseCSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6102817Z test_consistency_SparseCSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6133691Z test_consistency_SparseCSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6166978Z test_consistency_SparseCSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6198949Z test_consistency_SparseCSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6230602Z test_consistency_SparseCSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6262351Z test_consistency_SparseCSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6293072Z test_consistency_SparseCSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6324337Z test_consistency_SparseCSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6355655Z test_consistency_SparseCSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6386912Z test_consistency_SparseCSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6417818Z test_consistency_SparseCSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6448683Z test_consistency_SparseCSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6479304Z test_consistency_SparseCSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6511787Z test_consistency_SparseCSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6544210Z test_consistency_SparseCSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6575084Z test_consistency_SparseCSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6605774Z test_consistency_SparseCSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6636726Z test_consistency_SparseCSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6667597Z test_consistency_SparseCSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6698364Z test_consistency_SparseCSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6728993Z test_consistency_SparseCSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6760097Z test_consistency_SparseCSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6792335Z test_consistency_SparseCSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6824022Z test_consistency_SparseCSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6856475Z test_consistency_SparseCSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6889079Z test_consistency_SparseCSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6921079Z test_consistency_SparseCSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6953125Z test_consistency_SparseCSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.6987896Z test_consistency_SparseCSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7019875Z test_consistency_SparseCSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7051159Z test_consistency_SparseCSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7082641Z test_consistency_SparseCSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7113908Z test_consistency_SparseCSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7145329Z test_consistency_SparseCSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7177051Z test_consistency_SparseCSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7209953Z test_consistency_SparseCSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7245219Z test_consistency_SparseCSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7277445Z test_consistency_SparseCSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7309590Z test_consistency_SparseCSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7341207Z test_consistency_SparseCSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7373252Z test_consistency_SparseCSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7404750Z test_consistency_SparseCSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7436089Z test_consistency_SparseCSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7467604Z test_consistency_SparseCSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7498693Z test_consistency_SparseCSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7529307Z test_consistency_SparseCSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7561796Z test_consistency_SparseCSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7594064Z test_consistency_SparseCSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7625607Z test_consistency_SparseCSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7657551Z test_consistency_SparseCSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7688873Z test_consistency_SparseCSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7719978Z test_consistency_SparseCSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7750862Z test_consistency_SparseCSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7781428Z test_consistency_SparseCSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7812044Z test_consistency_SparseCSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7847054Z test_consistency_SparseCSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7879250Z test_consistency_SparseCSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7914289Z test_consistency_SparseCSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.7952177Z test_consistency_SparseCSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:48.7985878Z test_consistency_SparseCSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8019159Z test_consistency_SparseCSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8052515Z test_consistency_SparseCSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8084256Z test_consistency_SparseCSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8116358Z test_consistency_SparseCSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8148583Z test_consistency_SparseCSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8181377Z test_consistency_SparseCSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8216232Z test_consistency_SparseCSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8247628Z test_consistency_SparseCSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8279710Z test_consistency_SparseCSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8311327Z test_consistency_SparseCSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8341130Z test_consistency_SparseCSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8370090Z test_consistency_SparseCSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8398961Z test_consistency_SparseCSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8428658Z test_consistency_SparseCSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8457638Z test_consistency_SparseCSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.8525424Z 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:48.8526631Z 0, scatter_indices, values, reduce, include_self=False 2022-09-27T15:58:48.8589103Z ok (0.013s) 2022-09-27T15:58:48.8703551Z test_consistency_SparseCSR__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:48.8809694Z test_consistency_SparseCSR__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:48.8916614Z test_consistency_SparseCSR__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:48.8943255Z 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:48.8970473Z 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:48.8997593Z 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:48.9023807Z 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:48.9049631Z 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:48.9155075Z test_consistency_SparseCSR__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:58:48.9264194Z test_consistency_SparseCSR__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:48.9375973Z test_consistency_SparseCSR__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:48.9482947Z test_consistency_SparseCSR__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:48.9509642Z 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:48.9535431Z 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:48.9561364Z 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:48.9589085Z 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:48.9616202Z 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:48.9730716Z test_consistency_SparseCSR__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:48.9758721Z 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:48.9786040Z 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:48.9812947Z 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:48.9935159Z test_consistency_SparseCSR__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:49.0052949Z test_consistency_SparseCSR__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:49.0168461Z test_consistency_SparseCSR__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:49.0198881Z 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:49.0226354Z 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:49.0252640Z 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:49.0279717Z 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:49.0308864Z 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:49.0363963Z test_consistency_SparseCSR__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:49.0420471Z test_consistency_SparseCSR__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:49.0476779Z test_consistency_SparseCSR__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:49.0581165Z test_consistency_SparseCSR__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:58:49.0682619Z test_consistency_SparseCSR__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:58:49.0736847Z test_consistency_SparseCSR__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:49.0791255Z test_consistency_SparseCSR__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:49.0845577Z test_consistency_SparseCSR__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:49.0900882Z test_consistency_SparseCSR__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:49.0955393Z test_consistency_SparseCSR__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:49.1061118Z test_consistency_SparseCSR__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:49.1117685Z test_consistency_SparseCSR__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:49.1173280Z test_consistency_SparseCSR__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:49.1228748Z test_consistency_SparseCSR__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:49.1331128Z test_consistency_SparseCSR__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:58:49.1446552Z test_consistency_SparseCSR__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:49.1551949Z test_consistency_SparseCSR__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:58:49.1608504Z test_consistency_SparseCSR__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:49.1663965Z test_consistency_SparseCSR__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:49.1719396Z test_consistency_SparseCSR__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:49.1773019Z test_consistency_SparseCSR__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:49.1826556Z test_consistency_SparseCSR__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:49.1857215Z test_consistency_SparseCSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.1889637Z test_consistency_SparseCSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.1921263Z test_consistency_SparseCSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.1953075Z test_consistency_SparseCSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.1983727Z test_consistency_SparseCSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2014878Z test_consistency_SparseCSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2046588Z test_consistency_SparseCSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2076540Z test_consistency_SparseCSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2106652Z test_consistency_SparseCSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2136124Z test_consistency_SparseCSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2165771Z test_consistency_SparseCSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2194856Z test_consistency_SparseCSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2225549Z test_consistency_SparseCSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2256230Z test_consistency_SparseCSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2287775Z test_consistency_SparseCSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2319648Z test_consistency_SparseCSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2351377Z test_consistency_SparseCSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2385687Z test_consistency_SparseCSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2416132Z test_consistency_SparseCSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2446653Z test_consistency_SparseCSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2477305Z test_consistency_SparseCSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2508375Z test_consistency_SparseCSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2539394Z test_consistency_SparseCSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2569860Z test_consistency_SparseCSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2603397Z test_consistency_SparseCSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2635097Z test_consistency_SparseCSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2668595Z test_consistency_SparseCSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2700840Z test_consistency_SparseCSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2732952Z test_consistency_SparseCSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2765734Z test_consistency_SparseCSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2797132Z test_consistency_SparseCSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2829597Z test_consistency_SparseCSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2861606Z test_consistency_SparseCSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2893211Z test_consistency_SparseCSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2923588Z test_consistency_SparseCSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2954036Z test_consistency_SparseCSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2984942Z test_consistency_SparseCSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3017374Z test_consistency_SparseCSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3049640Z test_consistency_SparseCSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3081350Z test_consistency_SparseCSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3112385Z test_consistency_SparseCSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3143227Z test_consistency_SparseCSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3173410Z test_consistency_SparseCSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3204073Z test_consistency_SparseCSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3234563Z test_consistency_SparseCSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3265385Z test_consistency_SparseCSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3296317Z test_consistency_SparseCSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3327451Z test_consistency_SparseCSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3360898Z test_consistency_SparseCSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3399426Z test_consistency_SparseCSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3430081Z test_consistency_SparseCSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3463217Z test_consistency_SparseCSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3495607Z test_consistency_SparseCSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3528242Z test_consistency_SparseCSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3559884Z test_consistency_SparseCSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3591437Z test_consistency_SparseCSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3624156Z test_consistency_SparseCSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3655709Z test_consistency_SparseCSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3687130Z test_consistency_SparseCSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3720619Z test_consistency_SparseCSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3753295Z test_consistency_SparseCSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3784508Z test_consistency_SparseCSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3815382Z test_consistency_SparseCSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3846074Z test_consistency_SparseCSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3877561Z test_consistency_SparseCSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3908079Z test_consistency_SparseCSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3938798Z test_consistency_SparseCSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.3969031Z test_consistency_SparseCSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4000245Z test_consistency_SparseCSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4031360Z test_consistency_SparseCSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4062505Z test_consistency_SparseCSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4092113Z test_consistency_SparseCSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4121031Z test_consistency_SparseCSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4149961Z test_consistency_SparseCSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4178828Z test_consistency_SparseCSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4207036Z test_consistency_SparseCSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4236700Z test_consistency_SparseCSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4266374Z test_consistency_SparseCSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4296322Z test_consistency_SparseCSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4327412Z test_consistency_SparseCSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4359122Z test_consistency_SparseCSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4389800Z test_consistency_SparseCSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4420122Z test_consistency_SparseCSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4450476Z test_consistency_SparseCSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4479916Z test_consistency_SparseCSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4508208Z test_consistency_SparseCSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4536305Z test_consistency_SparseCSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4564698Z test_consistency_SparseCSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4593501Z test_consistency_SparseCSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4623310Z test_consistency_SparseCSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4653733Z test_consistency_SparseCSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4685300Z test_consistency_SparseCSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4716499Z test_consistency_SparseCSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4747622Z test_consistency_SparseCSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4779056Z test_consistency_SparseCSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4809926Z test_consistency_SparseCSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4840840Z test_consistency_SparseCSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4872271Z test_consistency_SparseCSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4903622Z test_consistency_SparseCSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4933859Z test_consistency_SparseCSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4964419Z test_consistency_SparseCSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.4995567Z test_consistency_SparseCSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5026260Z test_consistency_SparseCSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5056534Z test_consistency_SparseCSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5086855Z test_consistency_SparseCSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5117361Z test_consistency_SparseCSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5147760Z test_consistency_SparseCSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5178673Z test_consistency_SparseCSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5209516Z test_consistency_SparseCSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5241079Z test_consistency_SparseCSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5271542Z test_consistency_SparseCSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5302500Z test_consistency_SparseCSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5332484Z test_consistency_SparseCSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5362848Z test_consistency_SparseCSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5393213Z test_consistency_SparseCSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5423787Z test_consistency_SparseCSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5454060Z test_consistency_SparseCSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5484490Z test_consistency_SparseCSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5515209Z test_consistency_SparseCSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5544794Z test_consistency_SparseCSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5573392Z test_consistency_SparseCSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5602212Z test_consistency_SparseCSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5631225Z test_consistency_SparseCSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5660152Z test_consistency_SparseCSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5689589Z test_consistency_SparseCSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5718305Z test_consistency_SparseCSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5749715Z test_consistency_SparseCSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5779798Z test_consistency_SparseCSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5809842Z test_consistency_SparseCSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5839279Z test_consistency_SparseCSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5868734Z test_consistency_SparseCSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5898705Z test_consistency_SparseCSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5927411Z test_consistency_SparseCSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5955789Z test_consistency_SparseCSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.5984319Z test_consistency_SparseCSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6012686Z test_consistency_SparseCSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6041065Z test_consistency_SparseCSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6069886Z test_consistency_SparseCSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6098297Z test_consistency_SparseCSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6127711Z test_consistency_SparseCSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6157852Z test_consistency_SparseCSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6187557Z test_consistency_SparseCSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6216456Z test_consistency_SparseCSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6246060Z test_consistency_SparseCSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6275134Z test_consistency_SparseCSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6304239Z test_consistency_SparseCSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6332574Z test_consistency_SparseCSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6361415Z test_consistency_SparseCSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6390634Z test_consistency_SparseCSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6420074Z test_consistency_SparseCSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6449025Z test_consistency_SparseCSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6478789Z test_consistency_SparseCSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6509547Z test_consistency_SparseCSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6540634Z test_consistency_SparseCSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6570274Z test_consistency_SparseCSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6599670Z test_consistency_SparseCSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6629471Z test_consistency_SparseCSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6659047Z test_consistency_SparseCSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6688466Z test_consistency_SparseCSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6718143Z test_consistency_SparseCSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6746951Z test_consistency_SparseCSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6776657Z test_consistency_SparseCSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6806479Z test_consistency_SparseCSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6837516Z test_consistency_SparseCSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6867368Z test_consistency_SparseCSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6897061Z test_consistency_SparseCSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6925457Z test_consistency_SparseCSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6954720Z test_consistency_SparseCSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.6983485Z test_consistency_SparseCSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7013984Z test_consistency_SparseCSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7045025Z test_consistency_SparseCSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7076709Z test_consistency_SparseCSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7108338Z test_consistency_SparseCSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7139240Z test_consistency_SparseCSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7170348Z test_consistency_SparseCSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7201675Z test_consistency_SparseCSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7232645Z test_consistency_SparseCSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7263692Z test_consistency_SparseCSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7293949Z test_consistency_SparseCSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7325334Z test_consistency_SparseCSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7356632Z test_consistency_SparseCSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7387944Z test_consistency_SparseCSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7418297Z test_consistency_SparseCSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7448819Z test_consistency_SparseCSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7479513Z test_consistency_SparseCSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7508745Z test_consistency_SparseCSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7537280Z test_consistency_SparseCSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7565516Z test_consistency_SparseCSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7594087Z test_consistency_SparseCSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7622318Z test_consistency_SparseCSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7680709Z test_consistency_SparseCSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:49.7718114Z test_consistency_SparseCSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:49.7755952Z test_consistency_SparseCSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:49.7793619Z test_consistency_SparseCSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:49.7829222Z test_consistency_SparseCSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:49.7864152Z test_consistency_SparseCSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7899294Z test_consistency_SparseCSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7929301Z test_consistency_SparseCSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7960661Z test_consistency_SparseCSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.7992348Z test_consistency_SparseCSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8022444Z test_consistency_SparseCSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8051539Z test_consistency_SparseCSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8080709Z test_consistency_SparseCSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8109527Z test_consistency_SparseCSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8138146Z test_consistency_SparseCSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8167733Z test_consistency_SparseCSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8197348Z test_consistency_SparseCSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8228069Z test_consistency_SparseCSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8259565Z test_consistency_SparseCSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8290673Z test_consistency_SparseCSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8321286Z test_consistency_SparseCSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8351868Z test_consistency_SparseCSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8382538Z test_consistency_SparseCSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8411600Z test_consistency_SparseCSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8440105Z test_consistency_SparseCSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8469612Z test_consistency_SparseCSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8497847Z test_consistency_SparseCSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8526250Z test_consistency_SparseCSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8555806Z test_consistency_SparseCSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8585589Z test_consistency_SparseCSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8615316Z test_consistency_SparseCSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8645867Z test_consistency_SparseCSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8676637Z test_consistency_SparseCSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8705881Z test_consistency_SparseCSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8734195Z test_consistency_SparseCSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8763220Z test_consistency_SparseCSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8792044Z test_consistency_SparseCSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8820930Z test_consistency_SparseCSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8850015Z test_consistency_SparseCSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8878518Z test_consistency_SparseCSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8907668Z test_consistency_SparseCSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8936832Z test_consistency_SparseCSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8966713Z test_consistency_SparseCSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8995985Z test_consistency_SparseCSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9024994Z test_consistency_SparseCSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9053300Z test_consistency_SparseCSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9081982Z test_consistency_SparseCSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9110496Z test_consistency_SparseCSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9140811Z test_consistency_SparseCSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9172721Z test_consistency_SparseCSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9205607Z test_consistency_SparseCSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9237071Z test_consistency_SparseCSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9269125Z test_consistency_SparseCSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9300461Z test_consistency_SparseCSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9331945Z test_consistency_SparseCSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9363495Z test_consistency_SparseCSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9394978Z test_consistency_SparseCSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9426415Z test_consistency_SparseCSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9457696Z test_consistency_SparseCSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9488725Z test_consistency_SparseCSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9519409Z test_consistency_SparseCSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9551931Z test_consistency_SparseCSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9583454Z test_consistency_SparseCSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9613996Z test_consistency_SparseCSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9645330Z test_consistency_SparseCSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9676044Z test_consistency_SparseCSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9706409Z test_consistency_SparseCSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9737013Z test_consistency_SparseCSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9768061Z test_consistency_SparseCSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9799342Z test_consistency_SparseCSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9830940Z test_consistency_SparseCSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9862206Z test_consistency_SparseCSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9894407Z test_consistency_SparseCSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9926098Z test_consistency_SparseCSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9957089Z test_consistency_SparseCSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.9988598Z test_consistency_SparseCSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0019650Z test_consistency_SparseCSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0050764Z test_consistency_SparseCSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0081654Z test_consistency_SparseCSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0112236Z test_consistency_SparseCSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0143330Z test_consistency_SparseCSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0173311Z test_consistency_SparseCSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0204571Z test_consistency_SparseCSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0237429Z test_consistency_SparseCSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0269711Z test_consistency_SparseCSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0301345Z test_consistency_SparseCSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0332647Z test_consistency_SparseCSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0363703Z test_consistency_SparseCSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0395158Z test_consistency_SparseCSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0426423Z test_consistency_SparseCSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0456943Z test_consistency_SparseCSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0487553Z test_consistency_SparseCSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0518202Z test_consistency_SparseCSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0549096Z test_consistency_SparseCSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0582134Z test_consistency_SparseCSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0614870Z test_consistency_SparseCSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0647038Z test_consistency_SparseCSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0681476Z test_consistency_SparseCSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0713334Z test_consistency_SparseCSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0744795Z test_consistency_SparseCSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0775237Z test_consistency_SparseCSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0806206Z test_consistency_SparseCSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0836307Z test_consistency_SparseCSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0870987Z test_consistency_SparseCSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0902533Z test_consistency_SparseCSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0936895Z test_consistency_SparseCSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.0971590Z test_consistency_SparseCSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1005912Z test_consistency_SparseCSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1038901Z test_consistency_SparseCSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1072057Z test_consistency_SparseCSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1104130Z test_consistency_SparseCSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1135742Z test_consistency_SparseCSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1167245Z test_consistency_SparseCSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1199592Z test_consistency_SparseCSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1233837Z test_consistency_SparseCSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1264474Z test_consistency_SparseCSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1296941Z test_consistency_SparseCSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1329067Z test_consistency_SparseCSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1359470Z test_consistency_SparseCSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1388573Z test_consistency_SparseCSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1417289Z test_consistency_SparseCSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1446182Z test_consistency_SparseCSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1475107Z test_consistency_SparseCSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:50.1529044Z test_copy_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.1575479Z test_copy_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.1634142Z test_copy_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.1691662Z test_copy_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.1745021Z test_copy_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.1797693Z test_copy_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.1850662Z test_copy_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.1898542Z test_copy_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.1945949Z test_copy_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.1993365Z test_copy_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.2041342Z test_copy_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.2088138Z test_copy_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.2140933Z test_copy_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.2187996Z test_copy_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.2246508Z test_copy_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.2304592Z test_copy_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.2356973Z test_copy_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.2409267Z test_copy_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.2463402Z test_copy_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.2509760Z test_copy_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.2556837Z test_copy_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.2604397Z test_copy_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.2650718Z test_copy_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.2698587Z test_copy_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:50.2768631Z test_copy_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:50.2832619Z test_copy_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.2910863Z test_copy_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:50.2986680Z test_copy_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:50.3058348Z test_copy_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:50.3129572Z test_copy_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:50.3205927Z test_copy_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:50.3271391Z test_copy_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:50.3334979Z test_copy_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.3397670Z test_copy_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.3460672Z test_copy_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.3521656Z test_copy_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.3588446Z test_copy_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:50.3649662Z test_copy_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.3722233Z test_copy_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:50.3795291Z test_copy_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:50.3863691Z test_copy_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:50.3931723Z test_copy_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:50.3999064Z test_copy_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:50.4062657Z test_copy_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.4123972Z test_copy_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.4185641Z test_copy_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.4247232Z test_copy_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.4308927Z test_copy_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:50.4594834Z test_copy_errors_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:58:50.4873207Z test_copy_errors_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.5155250Z test_copy_errors_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.5439784Z test_copy_errors_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.5720815Z test_copy_errors_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.5999046Z test_copy_errors_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.6276274Z test_copy_errors_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.6551458Z test_copy_errors_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:58:50.6827741Z test_copy_errors_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.7102576Z test_copy_errors_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:58:50.7378090Z test_copy_errors_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:58:50.7653735Z test_copy_errors_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.7931601Z test_copy_errors_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.8204107Z test_copy_errors_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:58:50.8485553Z test_copy_errors_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.8763688Z test_copy_errors_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.9040338Z test_copy_errors_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.9320776Z test_copy_errors_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.9599841Z test_copy_errors_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:50.9883267Z test_copy_errors_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:51.0164470Z test_copy_errors_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:51.0446244Z test_copy_errors_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:51.0730483Z test_copy_errors_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:51.1010575Z test_copy_errors_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:51.1224520Z test_copy_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.1435661Z test_copy_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.1650813Z test_copy_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.1864151Z test_copy_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.2076325Z test_copy_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.2286862Z test_copy_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.2496742Z test_copy_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.2704762Z test_copy_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.2914326Z test_copy_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.3121799Z test_copy_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.3330899Z test_copy_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.3540248Z test_copy_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.3753706Z test_copy_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.3966356Z test_copy_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.4183369Z test_copy_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:51.4395623Z test_copy_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.4608809Z test_copy_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.4822066Z test_copy_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.5035476Z test_copy_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.5246494Z test_copy_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.5455494Z test_copy_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.5667117Z test_copy_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.5878230Z test_copy_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.6086887Z test_copy_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:51.6140174Z test_dim_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:51.6191506Z test_dim_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:51.6213421Z test_dim_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:51.6235742Z test_dim_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:51.6433206Z test_empty_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.6629402Z test_empty_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.6826961Z test_empty_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.7023215Z test_empty_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.7219463Z test_empty_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.7415555Z test_empty_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.7611649Z test_empty_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.7807269Z test_empty_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.8003414Z test_empty_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.8199708Z test_empty_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.8395682Z test_empty_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.8591874Z test_empty_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.8789009Z test_empty_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.8986683Z test_empty_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.9185078Z test_empty_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.9384144Z test_empty_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.9583608Z test_empty_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.9782510Z test_empty_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:51.9981689Z test_empty_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:52.0180187Z test_empty_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:52.0378782Z test_empty_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:52.0576396Z test_empty_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:52.0774890Z test_empty_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:52.0973558Z test_empty_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:52.1019200Z test_empty_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:52.1061552Z test_empty_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1103553Z test_empty_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1145111Z test_empty_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1186793Z test_empty_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1228455Z test_empty_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1269723Z test_empty_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1310976Z test_empty_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1352069Z test_empty_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1393568Z test_empty_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1434822Z test_empty_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1475911Z test_empty_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1516681Z test_empty_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1557134Z test_empty_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1597462Z test_empty_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1637788Z test_empty_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1678479Z test_empty_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1718721Z test_empty_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1759390Z test_empty_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1799810Z test_empty_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1840003Z test_empty_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1880245Z test_empty_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1920555Z test_empty_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.1960828Z test_empty_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:52.2036089Z test_empty_like_SparseBSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:52.2095171Z test_empty_like_SparseBSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:52.2154320Z test_empty_like_SparseBSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:52.2213633Z test_empty_like_SparseBSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:52.2272948Z test_empty_like_SparseBSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:52.2331783Z test_empty_like_SparseBSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:52.2391017Z test_empty_like_SparseBSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:52.2449751Z test_empty_like_SparseBSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:52.2509358Z test_empty_like_SparseBSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:52.2569293Z test_empty_like_SparseBSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:52.2629296Z test_empty_like_SparseBSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:52.2688474Z test_empty_like_SparseBSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:52.2917016Z test_empty_like_SparseBSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:58:52.3141046Z test_empty_like_SparseBSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.3366023Z test_empty_like_SparseBSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.3590029Z test_empty_like_SparseBSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.3812671Z test_empty_like_SparseBSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.4035377Z test_empty_like_SparseBSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.4259784Z test_empty_like_SparseBSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.4487002Z test_empty_like_SparseBSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:58:52.4713779Z test_empty_like_SparseBSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:58:52.4939944Z test_empty_like_SparseBSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:58:52.5164794Z test_empty_like_SparseBSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.5391506Z test_empty_like_SparseBSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:58:52.5615904Z test_empty_like_SparseBSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.5838613Z test_empty_like_SparseBSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.6061112Z test_empty_like_SparseBSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.6285042Z test_empty_like_SparseBSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.6512113Z test_empty_like_SparseBSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:58:52.6738295Z test_empty_like_SparseBSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:58:52.6963837Z test_empty_like_SparseBSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.7188182Z test_empty_like_SparseBSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.7414582Z test_empty_like_SparseBSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.7638576Z test_empty_like_SparseBSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.7865609Z test_empty_like_SparseBSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:58:52.8092263Z test_empty_like_SparseBSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:58:52.8319341Z test_empty_like_SparseBSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:58:52.8541383Z test_empty_like_SparseBSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.8763727Z test_empty_like_SparseBSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.8985606Z test_empty_like_SparseBSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.9206200Z test_empty_like_SparseBSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.9428115Z test_empty_like_SparseBSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.9653110Z test_empty_like_SparseBSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:52.9878276Z test_empty_like_SparseBSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.0102950Z test_empty_like_SparseBSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.0325472Z test_empty_like_SparseBSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.0548604Z test_empty_like_SparseBSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.0773803Z test_empty_like_SparseBSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.0996148Z test_empty_like_SparseBSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.1220419Z test_empty_like_SparseBSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.1443304Z test_empty_like_SparseBSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.1664896Z test_empty_like_SparseBSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.1886053Z test_empty_like_SparseBSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.2111610Z test_empty_like_SparseBSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.2334383Z test_empty_like_SparseBSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.2555652Z test_empty_like_SparseBSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.2777191Z test_empty_like_SparseBSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.2998682Z test_empty_like_SparseBSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.3218873Z test_empty_like_SparseBSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.3441788Z test_empty_like_SparseBSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.3502325Z test_empty_like_SparseBSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:53.3561384Z test_empty_like_SparseBSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:53.3619079Z test_empty_like_SparseBSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:53.3677152Z test_empty_like_SparseBSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:53.3734977Z test_empty_like_SparseBSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:53.3793247Z test_empty_like_SparseBSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:53.3850976Z test_empty_like_SparseBSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:53.3908876Z test_empty_like_SparseBSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:53.3966707Z test_empty_like_SparseBSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:53.4024501Z test_empty_like_SparseBSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:53.4081982Z test_empty_like_SparseBSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:53.4139716Z test_empty_like_SparseBSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:53.4362361Z test_empty_like_SparseBSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.4583608Z test_empty_like_SparseBSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.4803014Z test_empty_like_SparseBSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.5023685Z test_empty_like_SparseBSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.5243468Z test_empty_like_SparseBSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.5465856Z test_empty_like_SparseBSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.5689562Z test_empty_like_SparseBSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.5910122Z test_empty_like_SparseBSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.6130024Z test_empty_like_SparseBSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.6349921Z test_empty_like_SparseBSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.6574606Z test_empty_like_SparseBSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.6798529Z test_empty_like_SparseBSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.7022942Z test_empty_like_SparseBSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.7244043Z test_empty_like_SparseBSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.7465916Z test_empty_like_SparseBSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.7685715Z test_empty_like_SparseBSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.7906001Z test_empty_like_SparseBSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.8126651Z test_empty_like_SparseBSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.8345857Z test_empty_like_SparseBSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.8565781Z test_empty_like_SparseBSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.8786102Z test_empty_like_SparseBSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.9005223Z test_empty_like_SparseBSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.9224261Z test_empty_like_SparseBSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.9442716Z test_empty_like_SparseBSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:53.9633602Z test_empty_like_SparseCSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:53.9824989Z test_empty_like_SparseCSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.0017947Z test_empty_like_SparseCSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.0209056Z test_empty_like_SparseCSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.0400342Z test_empty_like_SparseCSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.0591203Z test_empty_like_SparseCSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.0782440Z test_empty_like_SparseCSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.0974758Z test_empty_like_SparseCSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.1167532Z test_empty_like_SparseCSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.1360726Z test_empty_like_SparseCSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.1552879Z test_empty_like_SparseCSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.1745977Z test_empty_like_SparseCSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.1937297Z test_empty_like_SparseCSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.2128707Z test_empty_like_SparseCSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.2320583Z test_empty_like_SparseCSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.2512877Z test_empty_like_SparseCSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.2708661Z test_empty_like_SparseCSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.2905220Z test_empty_like_SparseCSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:54.3102699Z test_empty_like_SparseCSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:54.3298287Z test_empty_like_SparseCSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.3492276Z test_empty_like_SparseCSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.3687047Z test_empty_like_SparseCSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.3880396Z test_empty_like_SparseCSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.4073633Z test_empty_like_SparseCSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.4105191Z test_empty_like_SparseCSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:54.4135597Z test_empty_like_SparseCSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:54.4165539Z test_empty_like_SparseCSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:54.4195509Z test_empty_like_SparseCSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:54.4225417Z test_empty_like_SparseCSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:54.4254762Z test_empty_like_SparseCSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:54.4284287Z test_empty_like_SparseCSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:54.4313786Z test_empty_like_SparseCSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:54.4343901Z test_empty_like_SparseCSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:54.4373554Z test_empty_like_SparseCSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:54.4403060Z test_empty_like_SparseCSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:54.4432608Z test_empty_like_SparseCSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:54.4623540Z test_empty_like_SparseCSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.4814051Z test_empty_like_SparseCSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.5004897Z test_empty_like_SparseCSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.5195979Z test_empty_like_SparseCSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.5389722Z test_empty_like_SparseCSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.5584636Z test_empty_like_SparseCSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.5781533Z test_empty_like_SparseCSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:54.5976735Z test_empty_like_SparseCSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:54.6171700Z test_empty_like_SparseCSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.6366779Z test_empty_like_SparseCSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.6560700Z test_empty_like_SparseCSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.6754638Z test_empty_like_SparseCSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.6948057Z test_empty_like_SparseCSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.7140095Z test_empty_like_SparseCSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.7332472Z test_empty_like_SparseCSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.7527115Z test_empty_like_SparseCSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.7722948Z test_empty_like_SparseCSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.7918242Z test_empty_like_SparseCSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.8113802Z test_empty_like_SparseCSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.8310135Z test_empty_like_SparseCSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:54.8506795Z test_empty_like_SparseCSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:54.8702460Z test_empty_like_SparseCSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.8895332Z test_empty_like_SparseCSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.9088585Z test_empty_like_SparseCSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.9281089Z test_empty_like_SparseCSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.9472485Z test_empty_like_SparseCSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.9663686Z test_empty_like_SparseCSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.9854486Z test_empty_like_SparseCSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.0045320Z test_empty_like_SparseCSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.0239492Z test_empty_like_SparseCSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.0435375Z test_empty_like_SparseCSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.0632721Z test_empty_like_SparseCSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:55.0829020Z test_empty_like_SparseCSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:55.1027421Z test_empty_like_SparseCSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:55.1227635Z test_empty_like_SparseCSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:55.1425545Z test_empty_like_SparseCSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:55.1623687Z test_empty_like_SparseCSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:55.1822894Z test_empty_like_SparseCSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:55.2017730Z test_empty_like_SparseCSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.2213294Z test_empty_like_SparseCSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.2406934Z test_empty_like_SparseCSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.2600492Z test_empty_like_SparseCSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.2793169Z test_empty_like_SparseCSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.2985162Z test_empty_like_SparseCSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.3176961Z test_empty_like_SparseCSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.3369191Z test_empty_like_SparseCSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.3563878Z test_empty_like_SparseCSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.3759089Z test_empty_like_SparseCSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:55.3794467Z test_empty_like_SparseCSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:55.3825795Z test_empty_like_SparseCSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:55.3856195Z test_empty_like_SparseCSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:55.3886134Z test_empty_like_SparseCSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:55.3915795Z test_empty_like_SparseCSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:55.3945349Z test_empty_like_SparseCSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:55.3974870Z test_empty_like_SparseCSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:55.4004284Z test_empty_like_SparseCSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:55.4034021Z test_empty_like_SparseCSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:55.4064282Z test_empty_like_SparseCSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:55.4093801Z test_empty_like_SparseCSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:55.4123744Z test_empty_like_SparseCSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:55.4899206Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.077s) 2022-09-27T15:58:55.5455244Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.056s) 2022-09-27T15:58:55.6087417Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.063s) 2022-09-27T15:58:55.6848416Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.076s) 2022-09-27T15:58:55.7401798Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.055s) 2022-09-27T15:58:55.8030919Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.063s) 2022-09-27T15:58:55.8737936Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.071s) 2022-09-27T15:58:55.9285080Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.055s) 2022-09-27T15:58:55.9890493Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.060s) 2022-09-27T15:58:56.0606029Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.071s) 2022-09-27T15:58:56.1153039Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.055s) 2022-09-27T15:58:56.1753403Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.060s) 2022-09-27T15:58:56.1764731Z test_layout_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:58:56.1773627Z test_layout_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:58:56.1782486Z test_layout_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:58:56.1790758Z test_layout_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:58:56.2903057Z test_print_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.111s) 2022-09-27T15:58:56.3987807Z test_print_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.108s) 2022-09-27T15:58:56.4322598Z test_print_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:58:56.4653863Z test_print_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:58:56.4839789Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:56.5010429Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:56.5198335Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:56.5386718Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:56.5569283Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:56.5752072Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:56.5934473Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:56.6105527Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:56.6276177Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:56.6444529Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:56.6614698Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:56.6785754Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:56.6967839Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:56.7137161Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:56.7323307Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:56.7512417Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:56.7694905Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:56.7877017Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:56.8055517Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:56.8223090Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:56.8398964Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:56.8568878Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:56.8736906Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:56.8906311Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:56.9022572Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:56.9131827Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:56.9255951Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:56.9381915Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:56.9498233Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:56.9615794Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:56.9730946Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:56.9840615Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:56.9949751Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.0057093Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.0165822Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.0280058Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.0397528Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:57.0506782Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.0634553Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:58:57.0759209Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:57.0878825Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:57.0995134Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:57.1110741Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.1220495Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.1328240Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.1433824Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:58:57.1549474Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.1671360Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:57.1849349Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.2016596Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:57.2201275Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.2386595Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:57.2566546Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.2749969Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.2932581Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.3102175Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:57.3268527Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:57.3434461Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:57.3601421Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:57.3770053Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:57.3951463Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.4117900Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:57.4303823Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.4489626Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.4665553Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.4846310Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.5022985Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.5187496Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:58:57.5352497Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:58:57.5518056Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:58:57.5682745Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:58:57.5849877Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:57.5966695Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:57.6074934Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.6194828Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:57.6317946Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:57.6432039Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.6546433Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.6658639Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.6767151Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.6874275Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.6982857Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.7090078Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.7204517Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.7319318Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.7427321Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.7555332Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:58:57.7679905Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:57.7801940Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:57.7917885Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:57.8035849Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:57.8143112Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.8250209Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.8361109Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.8471335Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.8583134Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:57.8766151Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.8934519Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:57.9120453Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:57.9308163Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:57.9489068Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.9673295Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:57.9856326Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.0027434Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.0195113Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.0359805Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:58:58.0527045Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.0693784Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.0872192Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.1037251Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:58:58.1220390Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.1403995Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.1584395Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.1767155Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.1947209Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.2113921Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.2279209Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:58:58.2442904Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:58:58.2607201Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:58:58.2775564Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.2891881Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:58.3000494Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.3121274Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:58.3239909Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:58.3353677Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.3468346Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.3579454Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.3685436Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.3792616Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.3897835Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:58:58.4004139Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.4114759Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.4231641Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:58.4339834Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.4460494Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:58.4582892Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:58.4699024Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:58.4817948Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:58.4933469Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.5043185Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.5152190Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.5258736Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.5365851Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.5473532Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:58.5655280Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.5827237Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.6014741Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:58.6202898Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:58.6384907Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.6566818Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.6745210Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.6913777Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.7083764Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.7248848Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:58:58.7419222Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.7585866Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.7768174Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.7932127Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:58:58.8118686Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:58.8309887Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:58.8493852Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.8679109Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.8861040Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:58.9033160Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.9203672Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.9368335Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:58:58.9546252Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.9706902Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:58.9823523Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:58.9934960Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.0056607Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.0184101Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:58:59.0299553Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.0420901Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.0533835Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.0647389Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.0755709Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.0862430Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.0974251Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.1082559Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.1201023Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.1307304Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.1427723Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.1554611Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:58:59.1668905Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.1788897Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.1902292Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.2010337Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.2118630Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.2225351Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.2333744Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.2443306Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.2628469Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:59.2799778Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:59.2987345Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:59.3175507Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:59.3358339Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:59.3542437Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:59.3727861Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:59.3900620Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:59.4072206Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:59.4243577Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:59.4413923Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:59.4583732Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:59.4767533Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:59.4936916Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:59.5124636Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:59.5312165Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:59.5494231Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:59.5675999Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:59.5858672Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:59.6027048Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:59.6200485Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:59.6370983Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:59.6541583Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:59.6710565Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:59.6826365Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.6935414Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.7057592Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.7181324Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.7297813Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.7415083Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.7532926Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.7641846Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.7750747Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.7858726Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.7967400Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.8076153Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.8192969Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.8302765Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.8426823Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.8551889Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.8667089Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.8783494Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:59.8898842Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.9007838Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.9116104Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.9223450Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.9330512Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.9439171Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:59.9619716Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:59.9789401Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:59.9975885Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:59:00.0164327Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:59:00.0345715Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.0527668Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.0706741Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.0876782Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.1043915Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.1211207Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.1378503Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.1549033Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.1732091Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.1899913Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.2085053Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.2272622Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:59:00.2455783Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.2638083Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.2816716Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.2983361Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.3147502Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:59:00.3310148Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:59:00.3476810Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.3642513Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.3761078Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:00.3868980Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.3991089Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:00.4113007Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:00.4229235Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:00.4344491Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:00.4457650Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.4565276Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.4673782Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.4779163Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.4886348Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.4994261Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.5108246Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.5214999Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.5337822Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:00.5458891Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:00.5574765Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:00.5691705Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:00.5806558Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.5915574Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.6024710Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.6133273Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.6244649Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.6354057Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:00.6538365Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.6708981Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.6895763Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:59:00.7082879Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:59:00.7264944Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.7445881Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.7627951Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.7796290Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.7964362Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.8131916Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.8300848Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.8468983Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.8649269Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.8818741Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:00.9005941Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:59:00.9192885Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:59:00.9374995Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.9557179Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.9740207Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:00.9908603Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.0074918Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.0243203Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.0410744Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.0579443Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.0693891Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.0802103Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.0923428Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.1044199Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.1160036Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.1275765Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.1390377Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.1498015Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.1606449Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.1713761Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.1820759Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.1930738Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.2046151Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.2155376Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.2277141Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.2399160Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.2513866Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.2629562Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.2745837Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.2854568Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.2963616Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.3072236Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.3179682Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.3287697Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.3469215Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:01.3639048Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.3828695Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:59:01.4016133Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:59:01.4197817Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:01.4379662Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:01.4559826Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:01.4728139Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.4895832Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.5062864Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.5228901Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.5394762Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.5573521Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:01.5737248Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:59:01.5920898Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:01.6104033Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:01.6284974Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:01.6467406Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:01.6648120Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:59:01.6813936Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.6983517Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.7152810Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.7320755Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.7491604Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:59:01.7614688Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.7725176Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.7851866Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:59:01.7977417Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.8095179Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.8214004Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.8328956Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.8438817Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.8548054Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.8655746Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.8765494Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.8875413Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.8990869Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.9098910Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.9221980Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.9343612Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.9462409Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.9576161Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.9694098Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:59:01.9801586Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:01.9907919Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:02.0020568Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:02.0133411Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:02.0244172Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:59:02.0326911Z test_validate_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:59:02.0404406Z test_validate_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:59:02.0481450Z test_validate_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:59:02.0558007Z test_validate_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:59:02.0633429Z test_validate_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:59:02.0709847Z test_validate_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:59:02.0785459Z test_validate_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:59:02.0861552Z test_validate_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:59:02.0936504Z test_validate_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1010716Z test_validate_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1085958Z test_validate_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1160580Z test_validate_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1233931Z test_validate_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1307088Z test_validate_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1381370Z test_validate_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1456247Z test_validate_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1530933Z test_validate_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1604835Z test_validate_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1679075Z test_validate_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1753290Z test_validate_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1827818Z test_validate_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1902265Z test_validate_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:59:02.1978623Z test_validate_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:59:02.2055079Z test_validate_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:59:02.2077393Z test_validate_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2099051Z test_validate_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2120418Z test_validate_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2141277Z test_validate_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2162293Z test_validate_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2184093Z test_validate_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2204539Z test_validate_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2225465Z test_validate_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2246012Z test_validate_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2266774Z test_validate_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2287357Z test_validate_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2309160Z test_validate_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2329373Z test_validate_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2349736Z test_validate_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2370349Z test_validate_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2391332Z test_validate_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2411808Z test_validate_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2434259Z test_validate_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2455587Z test_validate_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2476290Z test_validate_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2496895Z test_validate_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2517485Z test_validate_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2538129Z test_validate_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2558887Z test_validate_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:59:02.2559209Z 2022-09-27T15:59:02.2559648Z ---------------------------------------------------------------------- 2022-09-27T15:59:02.2560077Z Ran 3806 tests in 98.853s 2022-09-27T15:59:02.2560304Z 2022-09-27T15:59:02.2560436Z OK (skipped=661) 2022-09-27T15:59:02.2560562Z 2022-09-27T15:59:02.2560665Z Generating XML reports... 2022-09-27T15:59:02.4678528Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20220927155723.xml 2022-09-27T15:59:02.4684519Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20220927155723.xml 2022-09-27T15:59:02.6405289Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20220927155723.xml 2022-09-27T15:59:03.0998342Z Running test_optim ... [2022-09-27 15:59:03.099432] 2022-09-27T15:59:03.0999068Z Executing ['/opt/conda/bin/python', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:03.099517] 2022-09-27T15:59:04.3153701Z Test results will be stored in test-reports/python-unittest/test_optim 2022-09-27T15:59:04.3192744Z 2022-09-27T15:59:04.3192856Z Running tests... 2022-09-27T15:59:04.3193233Z ---------------------------------------------------------------------- 2022-09-27T15:59:04.5743431Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.255s) 2022-09-27T15:59:04.5860549Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.012s) 2022-09-27T15:59:04.5901876Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.004s) 2022-09-27T15:59:04.5989373Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.009s) 2022-09-27T15:59:04.6082303Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.009s) 2022-09-27T15:59:04.6165662Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.008s) 2022-09-27T15:59:04.6843209Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.068s) 2022-09-27T15:59:04.6900572Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.006s) 2022-09-27T15:59:04.6921396Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.6939191Z test_chained_lr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:59:04.6940903Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:59:04.6945968Z ok (0.002s) 2022-09-27T15:59:04.6964272Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.6977929Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:59:04.6998889Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7023327Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7048393Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7123053Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:59:04.7196942Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:59:04.7270113Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:59:04.7342480Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:59:04.7416761Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:59:04.7487459Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:59:04.7559570Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:59:04.7575511Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:59:04.7576390Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:59:04.7583318Z ok (0.002s) 2022-09-27T15:59:04.7606573Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7630636Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7654667Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7677493Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7700430Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7722998Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7742194Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7766732Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7789140Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7807168Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7830811Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7853520Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7876237Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7894031Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7911882Z test_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7937125Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.7969785Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.7983907Z test_cos_anneal_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:59:04.7984807Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:59:04.7991503Z ok (0.002s) 2022-09-27T15:59:04.8009352Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:59:04.8010013Z warnings.warn(msg, FutureWarning) 2022-09-27T15:59:04.8010235Z ok (0.002s) 2022-09-27T15:59:04.8027655Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.8055765Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.8066748Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:59:04.8107908Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:59:04.8144193Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:59:04.8180890Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:59:04.8190621Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:59:04.8202664Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:59:04.8253259Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:59:04.8302475Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:59:04.8362808Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.006s) 2022-09-27T15:59:04.8394706Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.8425372Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.8455748Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.8487879Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.8520348Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.8549448Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.8565636Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.8583563Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.8599385Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.8625275Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.8646641Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.8670913Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.8693736Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.8713274Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-09-27T15:59:04.8714152Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T15:59:04.8725187Z ok (0.003s) 2022-09-27T15:59:04.8748346Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.8763809Z test_lambda_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:59:04.8765429Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:59:04.8771842Z ok (0.002s) 2022-09-27T15:59:04.8788129Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.8806278Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.8833225Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.8848834Z test_linearlr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:59:04.8850425Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:59:04.8856603Z ok (0.002s) 2022-09-27T15:59:04.8892590Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:59:04.8907760Z test_multi_step_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:59:04.8909361Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:59:04.8915465Z ok (0.002s) 2022-09-27T15:59:04.8936327Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.8971758Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.8987249Z test_multiplicative_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:59:04.8988863Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:59:04.8995160Z ok (0.002s) 2022-09-27T15:59:04.9018768Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9044010Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9091074Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:59:04.9103298Z test_no_cyclic_references (__main__.TestLRScheduler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82948 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:59:04.9146788Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:59:04.9192050Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:59:04.9232528Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:59:04.9273224Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:59:04.9314394Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:59:04.9324449Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:59:04.9359984Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.9370027Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:59:04.9380096Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:59:04.9409463Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.9440106Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.9455626Z test_poly_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:59:04.9457670Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:59:04.9465753Z ok (0.003s) 2022-09-27T15:59:04.9493307Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.9512573Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9538846Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.9564032Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9587894Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9612264Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9635647Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9659945Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9689591Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.9708802Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9725159Z test_sequentiallr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:59:04.9726250Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:59:04.9727364Z /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-09-27T15:59:04.9728079Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T15:59:04.9734072Z ok (0.002s) 2022-09-27T15:59:04.9754127Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9774483Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9789132Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:59:04.9808008Z test_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9837229Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.9854417Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9873963Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:04.9907210Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.9922271Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:59:04.9955629Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:59:04.9976400Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:59:05.4950106Z test_adadelta (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:59:05.4951139Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:59:07.1836999Z ok (2.186s) 2022-09-27T15:59:07.1884688Z test_adadelta_complex (__main__.TestOptim) ... ok (0.005s) 2022-09-27T15:59:10.1508140Z test_adagrad (__main__.TestOptim) ... ok (2.962s) 2022-09-27T15:59:10.1568732Z test_adagrad_complex (__main__.TestOptim) ... ok (0.006s) 2022-09-27T15:59:18.9863848Z test_adagrad_sparse (__main__.TestOptim) ... ok (8.829s) 2022-09-27T15:59:26.3040302Z test_adam (__main__.TestOptim) ... ok (7.318s) 2022-09-27T15:59:28.0280151Z test_adamax (__main__.TestOptim) ... ok (1.724s) 2022-09-27T15:59:30.1980686Z test_adamw (__main__.TestOptim) ... ok (2.170s) 2022-09-27T15:59:31.6601601Z test_asgd (__main__.TestOptim) ... ok (1.462s) 2022-09-27T15:59:31.6613460Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-09-27T15:59:31.6633641Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.002s) 2022-09-27T15:59:31.6643584Z test_fused_optimizers (__main__.TestOptim) ... ok (0.001s) 2022-09-27T15:59:31.6651016Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-09-27T15:59:32.0124565Z test_lbfgs (__main__.TestOptim) ... ok (0.347s) 2022-09-27T15:59:32.0144168Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.002s) 2022-09-27T15:59:32.0170421Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.003s) 2022-09-27T15:59:32.5685343Z test_nadam (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:59:32.5686287Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:59:33.4009188Z ok (1.384s) 2022-09-27T15:59:33.4026475Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.002s) 2022-09-27T15:59:34.8722134Z test_radam (__main__.TestOptim) ... ok (1.469s) 2022-09-27T15:59:37.6821010Z test_rmsprop (__main__.TestOptim) ... ok (2.810s) 2022-09-27T15:59:38.9006347Z test_rprop (__main__.TestOptim) ... ok (1.218s) 2022-09-27T15:59:44.2926719Z test_sgd (__main__.TestOptim) ... ok (5.392s) 2022-09-27T15:59:44.3026952Z test_sgd_complex (__main__.TestOptim) ... ok (0.010s) 2022-09-27T15:59:50.7054673Z test_sgd_sparse (__main__.TestOptim) ... ok (6.403s) 2022-09-27T15:59:52.6926435Z test_sparse_adam (__main__.TestOptim) ... ok (1.987s) 2022-09-27T15:59:52.7021491Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.009s) 2022-09-27T15:59:52.7076972Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.005s) 2022-09-27T15:59:52.7130042Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.005s) 2022-09-27T15:59:52.7145254Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.002s) 2022-09-27T15:59:52.7191607Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.005s) 2022-09-27T15:59:52.7266064Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.007s) 2022-09-27T15:59:52.7537191Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.027s) 2022-09-27T15:59:52.7708359Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.017s) 2022-09-27T15:59:52.7708641Z 2022-09-27T15:59:52.7710614Z ---------------------------------------------------------------------- 2022-09-27T15:59:52.7711036Z Ran 149 tests in 48.452s 2022-09-27T15:59:52.7711239Z 2022-09-27T15:59:52.7711600Z OK (skipped=2) 2022-09-27T15:59:52.7711803Z 2022-09-27T15:59:52.7782784Z Generating XML reports... 2022-09-27T15:59:52.7783912Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220927155904.xml 2022-09-27T15:59:52.7826663Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220927155904.xml 2022-09-27T15:59:52.7847458Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20220927155904.xml 2022-09-27T15:59:52.7855562Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220927155904.xml 2022-09-27T15:59:53.0446699Z Running test_dispatch ... [2022-09-27 15:59:53.044298] 2022-09-27T15:59:53.0447222Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:53.044384] 2022-09-27T15:59:54.5209813Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:59:54.5253894Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-09-27T15:59:54.5270544Z 2022-09-27T15:59:54.5270644Z Running tests... 2022-09-27T15:59:54.5271151Z ---------------------------------------------------------------------- 2022-09-27T15:59:54.7949780Z test_all_invariants (__main__.TestDispatch) ... ok (0.268s) 2022-09-27T16:00:02.1041128Z test_computed_table (__main__.TestDispatch) ... ok (7.309s) 2022-09-27T16:00:02.1156073Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.012s) 2022-09-27T16:00:02.1174509Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T16:00:02.3224720Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.205s) 2022-09-27T16:00:02.5413747Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.219s) 2022-09-27T16:00:09.5332259Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (6.992s) 2022-09-27T16:00:09.5439051Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.011s) 2022-09-27T16:00:09.5554804Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.011s) 2022-09-27T16:00:09.5575996Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T16:00:09.5595722Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T16:00:16.5324353Z test_def (__main__.TestDispatch) ... ok (6.973s) 2022-09-27T16:00:16.5443190Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.012s) 2022-09-27T16:00:16.5452981Z test_def_only (__main__.TestDispatch) ... ok (0.001s) 2022-09-27T16:00:16.5462554Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.001s) 2022-09-27T16:00:16.7769711Z test_def_with_inference (__main__.TestDispatch) ... ok (0.231s) 2022-09-27T16:00:16.7790739Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T16:00:16.7801611Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.001s) 2022-09-27T16:00:16.7812236Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:00:16.7812658Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension... 2022-09-27T16:00:16.8262146Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension/build.ninja... 2022-09-27T16:00:16.8265977Z Building extension module dangling_impl_extension... 2022-09-27T16:00:16.8266276Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:00:17.8687349Z [1/2] c++ -MMD -MF dangling_impl_extension.o.d -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/dangling_impl_extension.cpp -o dangling_impl_extension.o 2022-09-27T16:00:18.1659255Z [2/2] c++ dangling_impl_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o dangling_impl_extension.so 2022-09-27T16:00:18.1710799Z Loading extension module dangling_impl_extension... 2022-09-27T16:00:18.1731088Z ok (1.393s) 2022-09-27T16:00:18.3957668Z test_impl_only (__main__.TestDispatch) ... ok (0.222s) 2022-09-27T16:00:18.4051748Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.009s) 2022-09-27T16:00:18.4144342Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.009s) 2022-09-27T16:00:18.4235659Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.009s) 2022-09-27T16:00:18.4377075Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.014s) 2022-09-27T16:00:18.4386983Z test_overwrite_math (__main__.TestDispatch) ... [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:00:18.4387385Z operator: __test45643__::foo 2022-09-27T16:00:18.4389044Z no debug info 2022-09-27T16:00:18.4389661Z dispatch key: (catch all) 2022-09-27T16:00:18.4389996Z previous kernel: fn1 2022-09-27T16:00:18.4390330Z new kernel: fn2 (function registerKernel) 2022-09-27T16:00:18.4390803Z [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:00:18.4391159Z operator: __test45644__::foo 2022-09-27T16:00:18.4391385Z no debug info 2022-09-27T16:00:18.4391591Z dispatch key: (catch all) 2022-09-27T16:00:18.4391801Z previous kernel: fn1 2022-09-27T16:00:18.4392098Z new kernel: fn2 (function registerKernel) 2022-09-27T16:00:18.4393570Z ok (0.002s) 2022-09-27T16:00:18.4405749Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T16:00:18.4415169Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T16:00:18.4425879Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T16:00:18.4435687Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T16:00:18.4443699Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T16:00:18.4454378Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T16:00:18.4715795Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.026s) 2022-09-27T16:00:18.4716141Z 2022-09-27T16:00:18.4716611Z ---------------------------------------------------------------------- 2022-09-27T16:00:18.4717013Z Ran 32 tests in 23.944s 2022-09-27T16:00:18.4717205Z 2022-09-27T16:00:18.4717311Z OK 2022-09-27T16:00:18.4717462Z 2022-09-27T16:00:18.4717613Z Generating XML reports... 2022-09-27T16:00:18.4764001Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220927155954.xml 2022-09-27T16:00:18.4770955Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220927155954.xml 2022-09-27T16:00:18.8694080Z Running test_meta ... [2022-09-27 16:00:18.868972] 2022-09-27T16:00:18.8694756Z Executing ['/opt/conda/bin/python', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:18.869060] 2022-09-27T16:00:21.3827003Z Test results will be stored in test-reports/python-unittest/test_meta 2022-09-27T16:00:21.4290819Z 2022-09-27T16:00:21.4291349Z Running tests... 2022-09-27T16:00:21.4291822Z ---------------------------------------------------------------------- 2022-09-27T16:00:21.4311941Z test_dispatch_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:00:21.4324398Z test_dispatch_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4335206Z test_dispatch_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4346407Z test_dispatch_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4357257Z test_dispatch_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4367940Z test_dispatch_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4378714Z test_dispatch_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4389635Z test_dispatch_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4400158Z test_dispatch_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4410922Z test_dispatch_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4421969Z test_dispatch_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4432727Z test_dispatch_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4443475Z test_dispatch_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4454089Z test_dispatch_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4464998Z test_dispatch_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4475598Z test_dispatch_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4486346Z test_dispatch_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4497219Z test_dispatch_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4508113Z test_dispatch_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4518702Z test_dispatch_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4529376Z test_dispatch_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4540205Z test_dispatch_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4551123Z test_dispatch_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4561857Z test_dispatch_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4572595Z test_dispatch_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4583860Z test_dispatch_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4594853Z test_dispatch_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4605735Z test_dispatch_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4616658Z test_dispatch_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4627670Z test_dispatch_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4638599Z test_dispatch_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4649502Z test_dispatch_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4660465Z test_dispatch_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4671640Z test_dispatch_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4682519Z test_dispatch_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4693490Z test_dispatch_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4704539Z test_dispatch_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4715403Z test_dispatch_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4726240Z test_dispatch_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4737294Z test_dispatch_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4748681Z test_dispatch_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4759317Z test_dispatch_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4770051Z test_dispatch_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4780862Z test_dispatch_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4792092Z test_dispatch_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4802800Z test_dispatch_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4813519Z test_dispatch_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4824746Z test_dispatch_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4835308Z test_dispatch_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4845970Z test_dispatch_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4856765Z test_dispatch_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4867643Z test_dispatch_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4878458Z test_dispatch_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4889224Z test_dispatch_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4900114Z test_dispatch_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4911125Z test_dispatch_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4921820Z test_dispatch_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4932555Z test_dispatch_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4943485Z test_dispatch_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4954275Z test_dispatch_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4964899Z test_dispatch_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4975737Z test_dispatch_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4986588Z test_dispatch_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.4997430Z test_dispatch_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5008145Z test_dispatch_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5018942Z test_dispatch_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5029624Z test_dispatch_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5040728Z test_dispatch_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5051030Z test_dispatch_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5062014Z test_dispatch_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5072759Z test_dispatch_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5083540Z test_dispatch_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5094536Z test_dispatch_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5105666Z test_dispatch_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5116602Z test_dispatch_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5127500Z test_dispatch_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5138568Z test_dispatch_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5149677Z test_dispatch_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5160549Z test_dispatch_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5171461Z test_dispatch_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5182608Z test_dispatch_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5193221Z test_dispatch_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5203867Z test_dispatch_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5214600Z test_dispatch_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5225473Z test_dispatch_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5236115Z test_dispatch_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5246682Z test_dispatch_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5257413Z test_dispatch_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5268254Z test_dispatch_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5278889Z test_dispatch_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5289569Z test_dispatch_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5300509Z test_dispatch_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5311534Z test_dispatch_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5322640Z test_dispatch_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5333550Z test_dispatch_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5344688Z test_dispatch_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5355709Z test_dispatch_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5366501Z test_dispatch_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5377465Z test_dispatch_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5388472Z test_dispatch_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5399371Z test_dispatch_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5410236Z test_dispatch_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5421218Z test_dispatch_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5432209Z test_dispatch_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5443195Z test_dispatch_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5454067Z test_dispatch_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5465145Z test_dispatch_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5475977Z test_dispatch_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5486797Z test_dispatch_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5497914Z test_dispatch_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5508847Z test_dispatch_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5519696Z test_dispatch_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5530506Z test_dispatch_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5541532Z test_dispatch_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5553032Z test_dispatch_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5563555Z test_dispatch_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5574675Z test_dispatch_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5585409Z test_dispatch_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5596138Z test_dispatch_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5606829Z test_dispatch_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5617529Z test_dispatch_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5628339Z test_dispatch_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5638962Z test_dispatch_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5649635Z test_dispatch_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5660347Z test_dispatch_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5671116Z test_dispatch_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5682004Z test_dispatch_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5692663Z test_dispatch_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5703824Z test_dispatch_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5714575Z test_dispatch_meta__masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5725501Z test_dispatch_meta__masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5736658Z test_dispatch_meta__masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5747980Z test_dispatch_meta__masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5758696Z test_dispatch_meta__masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5769620Z test_dispatch_meta__masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5780626Z test_dispatch_meta__masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5791732Z test_dispatch_meta__masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5802774Z test_dispatch_meta__masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5813650Z test_dispatch_meta__masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5824750Z test_dispatch_meta__masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5835542Z test_dispatch_meta__masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5846391Z test_dispatch_meta__masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5857294Z test_dispatch_meta__masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5868257Z test_dispatch_meta__masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5879055Z test_dispatch_meta__masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5889899Z test_dispatch_meta__masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5900811Z test_dispatch_meta__masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5911760Z test_dispatch_meta__masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5922624Z test_dispatch_meta__masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5933434Z test_dispatch_meta__masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5944447Z test_dispatch_meta__masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5955172Z test_dispatch_meta__masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5966031Z test_dispatch_meta__masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5976896Z test_dispatch_meta__masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5987690Z test_dispatch_meta__masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.5998226Z test_dispatch_meta__masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6008782Z test_dispatch_meta__masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6019426Z test_dispatch_meta__masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6030228Z test_dispatch_meta__masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6040923Z test_dispatch_meta__masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6052150Z test_dispatch_meta__masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6062311Z test_dispatch_meta__masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6072950Z test_dispatch_meta__masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6084056Z test_dispatch_meta__masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6094608Z test_dispatch_meta__masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6105225Z test_dispatch_meta__masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6115658Z test_dispatch_meta__masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6126183Z test_dispatch_meta__masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6136720Z test_dispatch_meta__masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6147374Z test_dispatch_meta__masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6157850Z test_dispatch_meta__masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6168347Z test_dispatch_meta__masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6179026Z test_dispatch_meta__masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6189679Z test_dispatch_meta__masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6200150Z test_dispatch_meta__masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6210700Z test_dispatch_meta__masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6221343Z test_dispatch_meta__masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6231994Z test_dispatch_meta__masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6242553Z test_dispatch_meta__masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6253018Z test_dispatch_meta__masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6263815Z test_dispatch_meta__masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6274421Z test_dispatch_meta__masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6285179Z test_dispatch_meta__masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6295477Z test_dispatch_meta__masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6306175Z test_dispatch_meta__masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6317430Z test_dispatch_meta__masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6327886Z test_dispatch_meta__masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6338793Z test_dispatch_meta__masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6349461Z test_dispatch_meta__masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6359776Z test_dispatch_meta__masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6370113Z test_dispatch_meta__masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6380537Z test_dispatch_meta__masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6391225Z test_dispatch_meta__masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6401514Z test_dispatch_meta__masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6411780Z test_dispatch_meta__masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6422346Z test_dispatch_meta__masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6432890Z test_dispatch_meta__masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6443599Z test_dispatch_meta__masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6454245Z test_dispatch_meta__masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6465065Z test_dispatch_meta__masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6475657Z test_dispatch_meta__masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6486298Z test_dispatch_meta__masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6497058Z test_dispatch_meta__masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6507837Z test_dispatch_meta__masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6518487Z test_dispatch_meta__masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6529105Z test_dispatch_meta__masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6540216Z test_dispatch_meta__masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6551192Z test_dispatch_meta__masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6562368Z test_dispatch_meta__masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6573735Z test_dispatch_meta__masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6585129Z test_dispatch_meta__masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6595824Z test_dispatch_meta__masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6606264Z test_dispatch_meta__masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6616795Z test_dispatch_meta__masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6627333Z test_dispatch_meta__masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6637586Z test_dispatch_meta__masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6648118Z test_dispatch_meta__masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6658716Z test_dispatch_meta__masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6669154Z test_dispatch_meta__masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6679470Z test_dispatch_meta__masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6689771Z test_dispatch_meta__masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6700359Z test_dispatch_meta__masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6710736Z test_dispatch_meta__masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6721041Z test_dispatch_meta__masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6731289Z test_dispatch_meta__masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6742208Z test_dispatch_meta__masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6752745Z test_dispatch_meta__masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6762986Z test_dispatch_meta__masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6773331Z test_dispatch_meta__masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6784122Z test_dispatch_meta__masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6795147Z test_dispatch_meta__masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6805774Z test_dispatch_meta__masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6816372Z test_dispatch_meta__masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6827946Z test_dispatch_meta__masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6839338Z test_dispatch_meta__masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6850167Z test_dispatch_meta__masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6860916Z test_dispatch_meta__masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6871691Z test_dispatch_meta__masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6882332Z test_dispatch_meta__masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6893213Z test_dispatch_meta__masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6904154Z test_dispatch_meta__masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6914810Z test_dispatch_meta__masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6925457Z test_dispatch_meta__masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6936238Z test_dispatch_meta__masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6947281Z test_dispatch_meta__masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6957959Z test_dispatch_meta__masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6968590Z test_dispatch_meta__masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6979464Z test_dispatch_meta__masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.6990386Z test_dispatch_meta__masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7000967Z test_dispatch_meta__masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7011645Z test_dispatch_meta__masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7022546Z test_dispatch_meta__masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7033207Z test_dispatch_meta__masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7044121Z test_dispatch_meta__masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7055180Z test_dispatch_meta__masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7066057Z test_dispatch_meta__masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7076939Z test_dispatch_meta__masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7087679Z test_dispatch_meta__masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7098613Z test_dispatch_meta__masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7109633Z test_dispatch_meta__masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7120432Z test_dispatch_meta__masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7131309Z test_dispatch_meta__masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7142485Z test_dispatch_meta__masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7153362Z test_dispatch_meta__masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7164060Z test_dispatch_meta__masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7174961Z test_dispatch_meta__masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7185920Z test_dispatch_meta__masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7196713Z test_dispatch_meta__masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7207481Z test_dispatch_meta__masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7218412Z test_dispatch_meta__masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7229287Z test_dispatch_meta__masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7240076Z test_dispatch_meta__masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7250846Z test_dispatch_meta__masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7261936Z test_dispatch_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7272844Z test_dispatch_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7283492Z test_dispatch_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7294267Z test_dispatch_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7305909Z test_dispatch_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7316210Z test_dispatch_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7326953Z test_dispatch_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7338444Z test_dispatch_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7349334Z test_dispatch_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7360114Z test_dispatch_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7370941Z test_dispatch_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7382119Z test_dispatch_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7393071Z test_dispatch_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7404080Z test_dispatch_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7415127Z test_dispatch_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7426242Z test_dispatch_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7437125Z test_dispatch_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7448033Z test_dispatch_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7459199Z test_dispatch_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7470263Z test_dispatch_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7481236Z test_dispatch_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7492138Z test_dispatch_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7503088Z test_dispatch_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7514093Z test_dispatch_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7524982Z test_dispatch_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7535944Z test_dispatch_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7546901Z test_dispatch_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7558076Z test_dispatch_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7569413Z test_dispatch_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7580772Z test_dispatch_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7591458Z test_dispatch_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7601940Z test_dispatch_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7612443Z test_dispatch_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7623305Z test_dispatch_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7633845Z test_dispatch_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7644393Z test_dispatch_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7655064Z test_dispatch_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7665790Z test_dispatch_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7676398Z test_dispatch_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7686774Z test_dispatch_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7697433Z test_dispatch_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7708144Z test_dispatch_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7718617Z test_dispatch_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7729200Z test_dispatch_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7739899Z test_dispatch_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7750952Z test_dispatch_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7761817Z test_dispatch_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7772735Z test_dispatch_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7783808Z test_dispatch_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7794664Z test_dispatch_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7805536Z test_dispatch_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7816440Z test_dispatch_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7827569Z test_dispatch_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7839174Z test_dispatch_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7850021Z test_dispatch_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7861264Z test_dispatch_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7873073Z test_dispatch_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7883994Z test_dispatch_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7895361Z test_dispatch_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7906761Z test_dispatch_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7918086Z test_dispatch_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7929361Z test_dispatch_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7940732Z test_dispatch_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7952195Z test_dispatch_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7963507Z test_dispatch_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7974790Z test_dispatch_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7986292Z test_dispatch_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.7997570Z test_dispatch_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8008815Z test_dispatch_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8020156Z test_dispatch_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8031773Z test_dispatch_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8042434Z test_dispatch_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8053578Z test_dispatch_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8064818Z test_dispatch_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8075984Z test_dispatch_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8087005Z test_dispatch_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8098377Z test_dispatch_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8109362Z test_dispatch_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8120273Z test_dispatch_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8130938Z test_dispatch_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8141928Z test_dispatch_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8152764Z test_dispatch_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8163491Z test_dispatch_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8174261Z test_dispatch_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8185126Z test_dispatch_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8195902Z test_dispatch_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8206913Z test_dispatch_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8217929Z test_dispatch_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8228820Z test_dispatch_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8239380Z test_dispatch_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8250168Z test_dispatch_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8261017Z test_dispatch_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8271802Z test_dispatch_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8282637Z test_dispatch_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8293500Z test_dispatch_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8304828Z test_dispatch_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8315230Z test_dispatch_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8325871Z test_dispatch_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8336547Z test_dispatch_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8347319Z test_dispatch_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8357838Z test_dispatch_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8368477Z test_dispatch_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8379076Z test_dispatch_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8389818Z test_dispatch_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8400376Z test_dispatch_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8410961Z test_dispatch_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8422010Z test_dispatch_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8433090Z test_dispatch_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8443930Z test_dispatch_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8454696Z test_dispatch_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8465471Z test_dispatch_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8475918Z test_dispatch_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8486428Z test_dispatch_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8497106Z test_dispatch_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8507918Z test_dispatch_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8518471Z test_dispatch_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8529061Z test_dispatch_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8539748Z test_dispatch_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8550461Z test_dispatch_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8561292Z test_dispatch_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8571887Z test_dispatch_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8582697Z test_dispatch_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8592892Z test_dispatch_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8603186Z test_dispatch_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8613672Z test_dispatch_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8624241Z test_dispatch_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8634660Z test_dispatch_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8645113Z test_dispatch_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8655520Z test_dispatch_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8666001Z test_dispatch_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8676364Z test_dispatch_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8686821Z test_dispatch_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8697373Z test_dispatch_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8707830Z test_dispatch_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8718353Z test_dispatch_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8728575Z test_dispatch_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8739136Z test_dispatch_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8749573Z test_dispatch_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8759877Z test_dispatch_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8770211Z test_dispatch_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8780718Z test_dispatch_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8791141Z test_dispatch_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8801491Z test_dispatch_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8811986Z test_dispatch_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8823099Z test_dispatch_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8834056Z test_dispatch_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8844992Z test_dispatch_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8856066Z test_dispatch_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8867196Z test_dispatch_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8878185Z test_dispatch_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8889102Z test_dispatch_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8900185Z test_dispatch_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8911209Z test_dispatch_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8922243Z test_dispatch_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8933177Z test_dispatch_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8944464Z test_dispatch_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8955399Z test_dispatch_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8966415Z test_dispatch_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8977467Z test_dispatch_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8988491Z test_dispatch_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.8999553Z test_dispatch_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9010604Z test_dispatch_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9021597Z test_dispatch_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9032670Z test_dispatch_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9043683Z test_dispatch_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9054723Z test_dispatch_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9066019Z test_dispatch_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9076821Z test_dispatch_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9087739Z test_dispatch_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9098776Z test_dispatch_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9109878Z test_dispatch_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9120793Z test_dispatch_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9131849Z test_dispatch_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9143150Z test_dispatch_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9154014Z test_dispatch_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9164902Z test_dispatch_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9175929Z test_dispatch_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9186977Z test_dispatch_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9197934Z test_dispatch_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9208921Z test_dispatch_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9220004Z test_dispatch_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9231097Z test_dispatch_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9242024Z test_dispatch_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9252929Z test_dispatch_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9264171Z test_dispatch_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9275105Z test_dispatch_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9286084Z test_dispatch_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9297173Z test_dispatch_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9308201Z test_dispatch_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9319164Z test_dispatch_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9330106Z test_dispatch_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9341169Z test_dispatch_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9352743Z test_dispatch_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9363514Z test_dispatch_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9374583Z test_dispatch_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9385844Z test_dispatch_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9396961Z test_dispatch_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9408160Z test_dispatch_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9419467Z test_dispatch_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9430498Z test_dispatch_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9441582Z test_dispatch_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9452703Z test_dispatch_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9464063Z test_dispatch_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9475131Z test_dispatch_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9486207Z test_dispatch_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9497446Z test_dispatch_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9508655Z test_dispatch_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9519863Z test_dispatch_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9530918Z test_dispatch_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9542287Z test_dispatch_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9553420Z test_dispatch_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9564633Z test_dispatch_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9576017Z test_dispatch_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9587690Z test_dispatch_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9598670Z test_dispatch_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9609751Z test_dispatch_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9620957Z test_dispatch_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9632007Z test_dispatch_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9642960Z test_dispatch_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9654021Z test_dispatch_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9665344Z test_dispatch_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9676354Z test_dispatch_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9687431Z test_dispatch_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9698603Z test_dispatch_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9709802Z test_dispatch_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9720760Z test_dispatch_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9731819Z test_dispatch_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9743065Z test_dispatch_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9754427Z test_dispatch_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9765380Z test_dispatch_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9776507Z test_dispatch_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9787509Z test_dispatch_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9798458Z test_dispatch_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9809567Z test_dispatch_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9820757Z test_dispatch_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9831699Z test_dispatch_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9842538Z test_dispatch_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9853688Z test_dispatch_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9864782Z test_dispatch_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9875249Z test_dispatch_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9885868Z test_dispatch_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9896636Z test_dispatch_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9907383Z test_dispatch_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9917977Z test_dispatch_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9928620Z test_dispatch_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9939463Z test_dispatch_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9950230Z test_dispatch_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9960837Z test_dispatch_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9971596Z test_dispatch_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9982520Z test_dispatch_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:21.9993175Z test_dispatch_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0003793Z test_dispatch_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0014536Z test_dispatch_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0025519Z test_dispatch_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0036304Z test_dispatch_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0046926Z test_dispatch_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0057754Z test_dispatch_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0068494Z test_dispatch_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0079298Z test_dispatch_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0090409Z test_dispatch_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0101533Z test_dispatch_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0112618Z test_dispatch_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0123696Z test_dispatch_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0134732Z test_dispatch_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0145737Z test_dispatch_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0156517Z test_dispatch_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0167364Z test_dispatch_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0178281Z test_dispatch_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0189243Z test_dispatch_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0200158Z test_dispatch_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0211009Z test_dispatch_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0222084Z test_dispatch_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0232890Z test_dispatch_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0243622Z test_dispatch_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0254466Z test_dispatch_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0265456Z test_dispatch_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0276219Z test_dispatch_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0287103Z test_dispatch_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0297876Z test_dispatch_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0308754Z test_dispatch_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0319684Z test_dispatch_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0330579Z test_dispatch_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0341908Z test_dispatch_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0352818Z test_dispatch_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0363614Z test_dispatch_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0374385Z test_dispatch_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0385364Z test_dispatch_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0396201Z test_dispatch_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0407069Z test_dispatch_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0417969Z test_dispatch_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0431998Z test_dispatch_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0439912Z test_dispatch_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0450782Z test_dispatch_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0462105Z test_dispatch_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0472731Z test_dispatch_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0483590Z test_dispatch_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0494439Z test_dispatch_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0505480Z test_dispatch_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0516356Z test_dispatch_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0527237Z test_dispatch_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0538200Z test_dispatch_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0549116Z test_dispatch_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0559943Z test_dispatch_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0571107Z test_dispatch_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0581649Z test_dispatch_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0592803Z test_dispatch_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0603629Z test_dispatch_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0614552Z test_dispatch_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0625490Z test_dispatch_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0636349Z test_dispatch_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0647209Z test_dispatch_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0658089Z test_dispatch_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0669039Z test_dispatch_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0679851Z test_dispatch_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0690706Z test_dispatch_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0701580Z test_dispatch_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0712639Z test_dispatch_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0723274Z test_dispatch_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0733998Z test_dispatch_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0745128Z test_dispatch_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0755854Z test_dispatch_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0766752Z test_dispatch_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0777704Z test_dispatch_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0788651Z test_dispatch_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0799627Z test_dispatch_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0810524Z test_dispatch_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0821440Z test_dispatch_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0832425Z test_dispatch_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0843243Z test_dispatch_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0854047Z test_dispatch_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0865247Z test_dispatch_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0875986Z test_dispatch_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0886738Z test_dispatch_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0897707Z test_dispatch_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0908713Z test_dispatch_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0919476Z test_dispatch_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0930315Z test_dispatch_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0941254Z test_dispatch_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0952158Z test_dispatch_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0963032Z test_dispatch_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0973829Z test_dispatch_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0984869Z test_dispatch_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.0995626Z test_dispatch_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1006439Z test_dispatch_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1017366Z test_dispatch_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1028282Z test_dispatch_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1039055Z test_dispatch_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1049855Z test_dispatch_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1060800Z test_dispatch_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1071821Z test_dispatch_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1082495Z test_dispatch_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1093289Z test_dispatch_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1104357Z test_dispatch_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1115082Z test_dispatch_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1125811Z test_dispatch_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1136824Z test_dispatch_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1147552Z test_dispatch_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1158506Z test_dispatch_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1169230Z test_dispatch_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1180075Z test_dispatch_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1190988Z test_dispatch_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1201796Z test_dispatch_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1212588Z test_dispatch_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1223533Z test_dispatch_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1234303Z test_dispatch_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1245194Z test_dispatch_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1256022Z test_dispatch_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1266905Z test_dispatch_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1277666Z test_dispatch_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1288471Z test_dispatch_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1299375Z test_dispatch_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1310310Z test_dispatch_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1321127Z test_dispatch_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1331878Z test_dispatch_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1343036Z test_dispatch_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1353814Z test_dispatch_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1364499Z test_dispatch_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1375438Z test_dispatch_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1386464Z test_dispatch_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1397391Z test_dispatch_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1408071Z test_dispatch_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1418986Z test_dispatch_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1429921Z test_dispatch_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1440700Z test_dispatch_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1451562Z test_dispatch_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1462670Z test_dispatch_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1473493Z test_dispatch_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1484381Z test_dispatch_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1495221Z test_dispatch_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1506260Z test_dispatch_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1516975Z test_dispatch_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1527800Z test_dispatch_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1538729Z test_dispatch_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1549676Z test_dispatch_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1560513Z test_dispatch_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1571450Z test_dispatch_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1582626Z test_dispatch_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1593501Z test_dispatch_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1604282Z test_dispatch_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1615400Z test_dispatch_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1626529Z test_dispatch_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1637486Z test_dispatch_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1648426Z test_dispatch_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1659445Z test_dispatch_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1670533Z test_dispatch_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1681649Z test_dispatch_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1692546Z test_dispatch_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1703777Z test_dispatch_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1714673Z test_dispatch_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1725776Z test_dispatch_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1736781Z test_dispatch_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1747840Z test_dispatch_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1758819Z test_dispatch_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1769791Z test_dispatch_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1780881Z test_dispatch_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1792029Z test_dispatch_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1802985Z test_dispatch_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1814043Z test_dispatch_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1825108Z test_dispatch_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1835947Z test_dispatch_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1846854Z test_dispatch_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1858525Z test_dispatch_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1869756Z test_dispatch_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1880855Z test_dispatch_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1891945Z test_dispatch_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1903391Z test_dispatch_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1914354Z test_dispatch_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1925287Z test_dispatch_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1936237Z test_dispatch_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1947170Z test_dispatch_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1958042Z test_dispatch_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1968908Z test_dispatch_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1979865Z test_dispatch_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.1990743Z test_dispatch_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2001609Z test_dispatch_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2012483Z test_dispatch_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2023583Z test_dispatch_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2034457Z test_dispatch_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2045378Z test_dispatch_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2056489Z test_dispatch_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2067354Z test_dispatch_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2078194Z test_dispatch_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2088967Z test_dispatch_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2099975Z test_dispatch_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2111218Z test_dispatch_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2122060Z test_dispatch_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2132927Z test_dispatch_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2144012Z test_dispatch_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2155004Z test_dispatch_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2165900Z test_dispatch_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2176795Z test_dispatch_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2187808Z test_dispatch_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2198772Z test_dispatch_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2209563Z test_dispatch_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2220614Z test_dispatch_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2231450Z test_dispatch_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2242345Z test_dispatch_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2253077Z test_dispatch_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2264047Z test_dispatch_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2274825Z test_dispatch_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2285637Z test_dispatch_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2296553Z test_dispatch_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2307428Z test_dispatch_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2318261Z test_dispatch_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2329171Z test_dispatch_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2340125Z test_dispatch_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2351217Z test_dispatch_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2362208Z test_dispatch_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2373161Z test_dispatch_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2384183Z test_dispatch_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2395174Z test_dispatch_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2405971Z test_dispatch_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2417024Z test_dispatch_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2428002Z test_dispatch_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2438897Z test_dispatch_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2449772Z test_dispatch_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2460655Z test_dispatch_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2471647Z test_dispatch_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2482476Z test_dispatch_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2493282Z test_dispatch_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2504368Z test_dispatch_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2515072Z test_dispatch_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2525870Z test_dispatch_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2536820Z test_dispatch_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2547648Z test_dispatch_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2558492Z test_dispatch_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2569371Z test_dispatch_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2580373Z test_dispatch_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2591323Z test_dispatch_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2602151Z test_dispatch_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2612915Z test_dispatch_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2624181Z test_dispatch_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2634804Z test_dispatch_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2645826Z test_dispatch_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2656499Z test_dispatch_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2667407Z test_dispatch_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2678225Z test_dispatch_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2688959Z test_dispatch_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2699826Z test_dispatch_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2710694Z test_dispatch_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2721530Z test_dispatch_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2732337Z test_dispatch_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2743294Z test_dispatch_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2754116Z test_dispatch_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2764870Z test_dispatch_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2775522Z test_dispatch_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2786619Z test_dispatch_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2797362Z test_dispatch_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2807393Z test_dispatch_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2818042Z test_dispatch_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2828867Z test_dispatch_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2839663Z test_dispatch_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2850372Z test_dispatch_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2861195Z test_dispatch_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2872526Z test_dispatch_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2883202Z test_dispatch_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2894648Z test_dispatch_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2905262Z test_dispatch_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2915681Z test_dispatch_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2926167Z test_dispatch_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2936891Z test_dispatch_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2947563Z test_dispatch_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2958074Z test_dispatch_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2968603Z test_dispatch_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2979221Z test_dispatch_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.2989904Z test_dispatch_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3000446Z test_dispatch_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3010921Z test_dispatch_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3021582Z test_dispatch_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3032410Z test_dispatch_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3042965Z test_dispatch_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3053470Z test_dispatch_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3064269Z test_dispatch_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3075229Z test_dispatch_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3085879Z test_dispatch_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3096551Z test_dispatch_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3107240Z test_dispatch_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3117780Z test_dispatch_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3128342Z test_dispatch_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3139219Z test_dispatch_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3149951Z test_dispatch_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3160813Z test_dispatch_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3171592Z test_dispatch_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3182786Z test_dispatch_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3193521Z test_dispatch_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3204287Z test_dispatch_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3215165Z test_dispatch_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3226218Z test_dispatch_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3237034Z test_dispatch_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3247806Z test_dispatch_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3258747Z test_dispatch_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3269607Z test_dispatch_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3280446Z test_dispatch_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3291221Z test_dispatch_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3302298Z test_dispatch_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3313096Z test_dispatch_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3323978Z test_dispatch_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3334841Z test_dispatch_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3345757Z test_dispatch_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3356718Z test_dispatch_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3367688Z test_dispatch_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3379041Z test_dispatch_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3389760Z test_dispatch_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3400617Z test_dispatch_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3411490Z test_dispatch_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3422540Z test_dispatch_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3433413Z test_dispatch_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3444722Z test_dispatch_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3455962Z test_dispatch_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3467227Z test_dispatch_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3478284Z test_dispatch_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3489065Z test_dispatch_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3500033Z test_dispatch_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3511000Z test_dispatch_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3521767Z test_dispatch_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3532622Z test_dispatch_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3543578Z test_dispatch_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3554326Z test_dispatch_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3565154Z test_dispatch_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3576157Z test_dispatch_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3586991Z test_dispatch_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3597779Z test_dispatch_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3608556Z test_dispatch_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3619470Z test_dispatch_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3630467Z test_dispatch_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3641503Z test_dispatch_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3652185Z test_dispatch_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3663468Z test_dispatch_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3674337Z test_dispatch_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3685202Z test_dispatch_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3696127Z test_dispatch_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3706968Z test_dispatch_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3717778Z test_dispatch_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3728632Z test_dispatch_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3739572Z test_dispatch_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3750610Z test_dispatch_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3761376Z test_dispatch_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3772137Z test_dispatch_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3783031Z test_dispatch_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3793442Z test_dispatch_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3803904Z test_dispatch_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3814554Z test_dispatch_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3825405Z test_dispatch_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3835888Z test_dispatch_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3846385Z test_dispatch_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3857091Z test_dispatch_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3867909Z test_dispatch_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3878348Z test_dispatch_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3888974Z test_dispatch_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3899646Z test_dispatch_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3910332Z test_dispatch_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3920893Z test_dispatch_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3931468Z test_dispatch_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3942585Z test_dispatch_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3953413Z test_dispatch_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3964029Z test_dispatch_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3974880Z test_dispatch_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3985851Z test_dispatch_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.3996696Z test_dispatch_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4007413Z test_dispatch_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4018362Z test_dispatch_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4029231Z test_dispatch_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4040084Z test_dispatch_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4050838Z test_dispatch_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4061887Z test_dispatch_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4072734Z test_dispatch_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4083480Z test_dispatch_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4094303Z test_dispatch_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4105294Z test_dispatch_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4116054Z test_dispatch_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4126778Z test_dispatch_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4137753Z test_dispatch_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4148591Z test_dispatch_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4159320Z test_dispatch_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4170057Z test_dispatch_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4181024Z test_dispatch_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4191870Z test_dispatch_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4202644Z test_dispatch_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4213603Z test_dispatch_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4224596Z test_dispatch_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4235337Z test_dispatch_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4246095Z test_dispatch_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4257028Z test_dispatch_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4267953Z test_dispatch_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4278727Z test_dispatch_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4289626Z test_dispatch_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4300556Z test_dispatch_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4311438Z test_dispatch_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4322357Z test_dispatch_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4333203Z test_dispatch_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4344217Z test_dispatch_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4354960Z test_dispatch_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4365858Z test_dispatch_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4376750Z test_dispatch_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4387610Z test_dispatch_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4398373Z test_dispatch_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4409135Z test_dispatch_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4420381Z test_dispatch_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4431068Z test_dispatch_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4441465Z test_dispatch_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4452093Z test_dispatch_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4463152Z test_dispatch_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4473904Z test_dispatch_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4484537Z test_dispatch_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4495225Z test_dispatch_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4505980Z test_dispatch_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4516565Z test_dispatch_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4527603Z test_dispatch_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4537923Z test_dispatch_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4548768Z test_dispatch_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4559558Z test_dispatch_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4570057Z test_dispatch_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4580761Z test_dispatch_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4591395Z test_dispatch_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4601917Z test_dispatch_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4612489Z test_dispatch_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4623359Z test_dispatch_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4633962Z test_dispatch_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4644529Z test_dispatch_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4655127Z test_dispatch_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4665816Z test_dispatch_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4676443Z test_dispatch_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4687009Z test_dispatch_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4697627Z test_dispatch_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4708278Z test_dispatch_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4718965Z test_dispatch_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4729696Z test_dispatch_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4740420Z test_dispatch_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4751385Z test_dispatch_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4762173Z test_dispatch_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4772735Z test_dispatch_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4783599Z test_dispatch_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4794135Z test_dispatch_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4804739Z test_dispatch_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4815351Z test_dispatch_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4826121Z test_dispatch_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4836751Z test_dispatch_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4847340Z test_dispatch_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4857978Z test_dispatch_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4868794Z test_dispatch_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4879235Z test_dispatch_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4890050Z test_dispatch_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4900517Z test_dispatch_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4911175Z test_dispatch_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4921725Z test_dispatch_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4932302Z test_dispatch_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4943107Z test_dispatch_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4953900Z test_dispatch_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4964531Z test_dispatch_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4975223Z test_dispatch_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4986049Z test_dispatch_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.4996698Z test_dispatch_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5007360Z test_dispatch_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5018062Z test_dispatch_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5028826Z test_dispatch_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5039405Z test_dispatch_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5050091Z test_dispatch_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5060811Z test_dispatch_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5071655Z test_dispatch_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5082191Z test_dispatch_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5092847Z test_dispatch_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5103806Z test_dispatch_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5114445Z test_dispatch_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5125224Z test_dispatch_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5135978Z test_dispatch_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5146927Z test_dispatch_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5157569Z test_dispatch_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5168325Z test_dispatch_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5179287Z test_dispatch_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5190056Z test_dispatch_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5200628Z test_dispatch_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5211461Z test_dispatch_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5222446Z test_dispatch_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5233203Z test_dispatch_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5243876Z test_dispatch_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5254658Z test_dispatch_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5265442Z test_dispatch_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5276097Z test_dispatch_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5286735Z test_dispatch_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5297467Z test_dispatch_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5308263Z test_dispatch_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5318826Z test_dispatch_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5329396Z test_dispatch_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5340152Z test_dispatch_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5350963Z test_dispatch_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5361575Z test_dispatch_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5372187Z test_dispatch_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5382975Z test_dispatch_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5393547Z test_dispatch_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5404192Z test_dispatch_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5415302Z test_dispatch_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5425873Z test_dispatch_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5436335Z test_dispatch_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5447039Z test_dispatch_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5457942Z test_dispatch_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5468678Z test_dispatch_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5479112Z test_dispatch_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5489695Z test_dispatch_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5500511Z test_dispatch_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5511578Z test_dispatch_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5522156Z test_dispatch_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5532763Z test_dispatch_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5543657Z test_dispatch_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5554282Z test_dispatch_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5564863Z test_dispatch_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5575521Z test_dispatch_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5586365Z test_dispatch_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5596931Z test_dispatch_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5607617Z test_dispatch_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5618285Z test_dispatch_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5629067Z test_dispatch_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5639747Z test_dispatch_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5650466Z test_dispatch_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5661130Z test_dispatch_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5672084Z test_dispatch_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5683478Z test_dispatch_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5694312Z test_dispatch_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5705260Z test_dispatch_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5716038Z test_dispatch_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5726961Z test_dispatch_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5737823Z test_dispatch_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5748842Z test_dispatch_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5759784Z test_dispatch_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5770615Z test_dispatch_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5781543Z test_dispatch_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5792386Z test_dispatch_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5803151Z test_dispatch_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5813955Z test_dispatch_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5824963Z test_dispatch_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5835771Z test_dispatch_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5846840Z test_dispatch_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5857763Z test_dispatch_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5868739Z test_dispatch_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5879483Z test_dispatch_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5890293Z test_dispatch_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5901899Z test_dispatch_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5912362Z test_dispatch_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5923205Z test_dispatch_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5934065Z test_dispatch_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5945189Z test_dispatch_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5955929Z test_dispatch_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5966839Z test_dispatch_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5977871Z test_dispatch_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5988856Z test_dispatch_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.5999619Z test_dispatch_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6010427Z test_dispatch_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6021433Z test_dispatch_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6032423Z test_dispatch_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6043126Z test_dispatch_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6053949Z test_dispatch_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6065034Z test_dispatch_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6075801Z test_dispatch_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6086731Z test_dispatch_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6097730Z test_dispatch_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6108772Z test_dispatch_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6119772Z test_dispatch_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6130741Z test_dispatch_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6141892Z test_dispatch_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6152813Z test_dispatch_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6163653Z test_dispatch_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6174713Z test_dispatch_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6185833Z test_dispatch_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6196627Z test_dispatch_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6207435Z test_dispatch_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6218419Z test_dispatch_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6229597Z test_dispatch_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6240335Z test_dispatch_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6251168Z test_dispatch_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6262138Z test_dispatch_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6272726Z test_dispatch_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6283414Z test_dispatch_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6294245Z test_dispatch_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6305302Z test_dispatch_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6316080Z test_dispatch_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6326838Z test_dispatch_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6337829Z test_dispatch_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6348824Z test_dispatch_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6359578Z test_dispatch_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6370451Z test_dispatch_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6381412Z test_dispatch_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6392414Z test_dispatch_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6403523Z test_dispatch_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6414389Z test_dispatch_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6425148Z test_dispatch_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6435908Z test_dispatch_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6446752Z test_dispatch_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6457614Z test_dispatch_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6468662Z test_dispatch_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6479480Z test_dispatch_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6490289Z test_dispatch_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6501174Z test_dispatch_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6512193Z test_dispatch_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6522985Z test_dispatch_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6533808Z test_dispatch_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6544886Z test_dispatch_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6555707Z test_dispatch_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6566545Z test_dispatch_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6577600Z test_dispatch_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6588446Z test_dispatch_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6599219Z test_dispatch_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6610036Z test_dispatch_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6620993Z test_dispatch_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6632080Z test_dispatch_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6642870Z test_dispatch_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6653708Z test_dispatch_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6664784Z test_dispatch_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6675551Z test_dispatch_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6686356Z test_dispatch_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6697349Z test_dispatch_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6708222Z test_dispatch_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6718992Z test_dispatch_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6729791Z test_dispatch_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6740805Z test_dispatch_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6751850Z test_dispatch_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6762718Z test_dispatch_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6773723Z test_dispatch_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6784621Z test_dispatch_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6795478Z test_dispatch_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6806279Z test_dispatch_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6817195Z test_dispatch_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6828160Z test_dispatch_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6839058Z test_dispatch_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6849866Z test_dispatch_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6860730Z test_dispatch_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6871664Z test_dispatch_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6882518Z test_dispatch_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6893179Z test_dispatch_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6903858Z test_dispatch_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6914686Z test_dispatch_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6925488Z test_dispatch_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6935950Z test_dispatch_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6946714Z test_dispatch_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6957360Z test_dispatch_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6967923Z test_dispatch_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6978764Z test_dispatch_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.6989592Z test_dispatch_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7000384Z test_dispatch_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7011051Z test_dispatch_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7022050Z test_dispatch_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7032676Z test_dispatch_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7043386Z test_dispatch_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7054133Z test_dispatch_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7065007Z test_dispatch_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7075655Z test_dispatch_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7086518Z test_dispatch_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7097366Z test_dispatch_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7108253Z test_dispatch_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7119082Z test_dispatch_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7129819Z test_dispatch_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7140658Z test_dispatch_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7151724Z test_dispatch_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7162687Z test_dispatch_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7173337Z test_dispatch_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7184386Z test_dispatch_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7195305Z test_dispatch_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7206196Z test_dispatch_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7217242Z test_dispatch_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7228245Z test_dispatch_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7239201Z test_dispatch_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7250065Z test_dispatch_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7261065Z test_dispatch_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7272040Z test_dispatch_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7282797Z test_dispatch_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7293571Z test_dispatch_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7304757Z test_dispatch_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7315418Z test_dispatch_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7326119Z test_dispatch_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7337027Z test_dispatch_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7348053Z test_dispatch_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7358935Z test_dispatch_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7369619Z test_dispatch_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7380404Z test_dispatch_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7391394Z test_dispatch_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7402123Z test_dispatch_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7412962Z test_dispatch_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7423631Z test_dispatch_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7434258Z test_dispatch_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7445089Z test_dispatch_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7455732Z test_dispatch_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7466556Z test_dispatch_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7477268Z test_dispatch_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7487938Z test_dispatch_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7498654Z test_dispatch_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7509394Z test_dispatch_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7519985Z test_dispatch_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7530635Z test_dispatch_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7541375Z test_dispatch_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7552149Z test_dispatch_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7562777Z test_dispatch_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7573500Z test_dispatch_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7584280Z test_dispatch_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7594956Z test_dispatch_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7605883Z test_dispatch_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7616915Z test_dispatch_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7627387Z test_dispatch_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7637840Z test_dispatch_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7648208Z test_dispatch_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7658802Z test_dispatch_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7670041Z test_dispatch_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7680999Z test_dispatch_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7692161Z test_dispatch_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7703313Z test_dispatch_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7714367Z test_dispatch_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7725364Z test_dispatch_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7736407Z test_dispatch_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7747654Z test_dispatch_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7758557Z test_dispatch_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7769237Z test_dispatch_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7780230Z test_dispatch_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7791152Z test_dispatch_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7801951Z test_dispatch_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7812619Z test_dispatch_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7823732Z test_dispatch_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7834459Z test_dispatch_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7845331Z test_dispatch_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7856222Z test_dispatch_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7867296Z test_dispatch_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7878010Z test_dispatch_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7888792Z test_dispatch_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7899805Z test_dispatch_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7910917Z test_dispatch_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7921890Z test_dispatch_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7933068Z test_dispatch_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7943956Z test_dispatch_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7954848Z test_dispatch_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7965672Z test_dispatch_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7976608Z test_dispatch_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7987618Z test_dispatch_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.7998374Z test_dispatch_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8009199Z test_dispatch_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8020126Z test_dispatch_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8030980Z test_dispatch_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8041720Z test_dispatch_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8052468Z test_dispatch_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8063471Z test_dispatch_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8074201Z test_dispatch_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8086693Z test_dispatch_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8098074Z test_dispatch_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8108996Z test_dispatch_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8119868Z test_dispatch_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8131175Z test_dispatch_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8142444Z test_dispatch_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8153313Z test_dispatch_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8164152Z test_dispatch_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8175339Z test_dispatch_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8186533Z test_dispatch_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8197627Z test_dispatch_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8208563Z test_dispatch_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8219598Z test_dispatch_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8230602Z test_dispatch_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8241559Z test_dispatch_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8252419Z test_dispatch_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8263613Z test_dispatch_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8274527Z test_dispatch_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8285446Z test_dispatch_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8296534Z test_dispatch_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8307530Z test_dispatch_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8318371Z test_dispatch_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8329255Z test_dispatch_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8340342Z test_dispatch_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8351514Z test_dispatch_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8362473Z test_dispatch_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8373328Z test_dispatch_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8384524Z test_dispatch_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8395389Z test_dispatch_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8406481Z test_dispatch_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8417479Z test_dispatch_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8428674Z test_dispatch_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8439852Z test_dispatch_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8451685Z test_dispatch_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8463394Z test_dispatch_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8474188Z test_dispatch_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8485184Z test_dispatch_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8496131Z test_dispatch_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8507153Z test_dispatch_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8517952Z test_dispatch_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8528810Z test_dispatch_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8539653Z test_dispatch_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8550684Z test_dispatch_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8561409Z test_dispatch_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8572216Z test_dispatch_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8583350Z test_dispatch_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8594136Z test_dispatch_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8604910Z test_dispatch_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8615859Z test_dispatch_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8626996Z test_dispatch_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8637763Z test_dispatch_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8648562Z test_dispatch_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8659424Z test_dispatch_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8670402Z test_dispatch_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8681165Z test_dispatch_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8691967Z test_dispatch_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8702999Z test_dispatch_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8713847Z test_dispatch_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8724639Z test_dispatch_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8735475Z test_dispatch_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8746492Z test_dispatch_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8757593Z test_dispatch_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8768438Z test_dispatch_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8779442Z test_dispatch_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8790423Z test_dispatch_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8801208Z test_dispatch_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8812069Z test_dispatch_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8823183Z test_dispatch_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8833982Z test_dispatch_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8844816Z test_dispatch_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8855795Z test_dispatch_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8866905Z test_dispatch_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8877643Z test_dispatch_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8888449Z test_dispatch_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8899392Z test_dispatch_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8910446Z test_dispatch_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8921140Z test_dispatch_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8931987Z test_dispatch_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8943442Z test_dispatch_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8953919Z test_dispatch_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8964740Z test_dispatch_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8975580Z test_dispatch_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8986217Z test_dispatch_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.8997191Z test_dispatch_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9007676Z test_dispatch_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9018443Z test_dispatch_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9029171Z test_dispatch_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9039862Z test_dispatch_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9050479Z test_dispatch_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9061216Z test_dispatch_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9072075Z test_dispatch_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9082762Z test_dispatch_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9093395Z test_dispatch_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9104270Z test_dispatch_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9114898Z test_dispatch_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9125592Z test_dispatch_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9136365Z test_dispatch_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9147117Z test_dispatch_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9157776Z test_dispatch_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9168366Z test_dispatch_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9179224Z test_dispatch_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9190185Z test_dispatch_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9201157Z test_dispatch_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9211644Z test_dispatch_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9222696Z test_dispatch_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9233504Z test_dispatch_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9244094Z test_dispatch_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9254840Z test_dispatch_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9265587Z test_dispatch_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9276191Z test_dispatch_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9286813Z test_dispatch_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9297505Z test_dispatch_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9308306Z test_dispatch_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9319015Z test_dispatch_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9329766Z test_dispatch_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9340402Z test_dispatch_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9351137Z test_dispatch_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9361733Z test_dispatch_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9372404Z test_dispatch_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9383398Z test_dispatch_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9394005Z test_dispatch_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9404601Z test_dispatch_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9415291Z test_dispatch_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9426084Z test_dispatch_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9436768Z test_dispatch_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9447334Z test_dispatch_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9458013Z test_dispatch_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9468682Z test_dispatch_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9479273Z test_dispatch_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9489873Z test_dispatch_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9500635Z test_dispatch_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9511358Z test_dispatch_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9521968Z test_dispatch_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9532635Z test_dispatch_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9543473Z test_dispatch_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9554060Z test_dispatch_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9564660Z test_dispatch_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9575402Z test_dispatch_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9586133Z test_dispatch_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9596726Z test_dispatch_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9607404Z test_dispatch_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9618092Z test_dispatch_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9628867Z test_dispatch_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9639416Z test_dispatch_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9650046Z test_dispatch_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9660755Z test_dispatch_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9671702Z test_dispatch_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9682229Z test_dispatch_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9692761Z test_dispatch_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9703560Z test_dispatch_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9714303Z test_dispatch_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9724883Z test_dispatch_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9735611Z test_dispatch_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9746437Z test_dispatch_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9757072Z test_dispatch_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9767708Z test_dispatch_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9778445Z test_dispatch_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9789240Z test_dispatch_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9799992Z test_dispatch_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9810685Z test_dispatch_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9821462Z test_dispatch_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9832323Z test_dispatch_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9842951Z test_dispatch_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9853661Z test_dispatch_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9864546Z test_dispatch_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9875185Z test_dispatch_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9885825Z test_dispatch_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9896641Z test_dispatch_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9907445Z test_dispatch_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9918127Z test_dispatch_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9928810Z test_dispatch_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9940024Z test_dispatch_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9950595Z test_dispatch_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9961370Z test_dispatch_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9971981Z test_dispatch_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9982801Z test_dispatch_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:22.9993499Z test_dispatch_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0004212Z test_dispatch_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0015012Z test_dispatch_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0025682Z test_dispatch_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0036384Z test_dispatch_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0047016Z test_dispatch_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0057777Z test_dispatch_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0068641Z test_dispatch_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0079288Z test_dispatch_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0089903Z test_dispatch_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0100659Z test_dispatch_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0111707Z test_dispatch_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0122493Z test_dispatch_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0133249Z test_dispatch_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0144096Z test_dispatch_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0154657Z test_dispatch_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0165197Z test_dispatch_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0175915Z test_dispatch_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0186804Z test_dispatch_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0197716Z test_dispatch_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0208132Z test_dispatch_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0218826Z test_dispatch_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0229670Z test_dispatch_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0240301Z test_dispatch_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0250981Z test_dispatch_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0261975Z test_dispatch_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0272812Z test_dispatch_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0283686Z test_dispatch_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0294404Z test_dispatch_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0305156Z test_dispatch_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0315796Z test_dispatch_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0326472Z test_dispatch_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0337472Z test_dispatch_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0348242Z test_dispatch_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0358884Z test_dispatch_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0369564Z test_dispatch_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0380358Z test_dispatch_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0391118Z test_dispatch_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0401704Z test_dispatch_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0412400Z test_dispatch_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0423265Z test_dispatch_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0433939Z test_dispatch_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0444577Z test_dispatch_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0455540Z test_dispatch_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0466531Z test_dispatch_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0477129Z test_dispatch_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0487725Z test_dispatch_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0498531Z test_dispatch_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0509297Z test_dispatch_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0519997Z test_dispatch_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0530716Z test_dispatch_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0541472Z test_dispatch_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0552358Z test_dispatch_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0563038Z test_dispatch_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0573715Z test_dispatch_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0584759Z test_dispatch_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0595587Z test_dispatch_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0606402Z test_dispatch_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0617250Z test_dispatch_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0628036Z test_dispatch_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0638736Z test_dispatch_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0649429Z test_dispatch_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0660272Z test_dispatch_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0670982Z test_dispatch_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0681894Z test_dispatch_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0692414Z test_dispatch_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0703173Z test_dispatch_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0714708Z test_dispatch_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0725353Z test_dispatch_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0736813Z test_dispatch_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0747246Z test_dispatch_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0758176Z test_dispatch_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0768629Z test_dispatch_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0779574Z test_dispatch_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0790332Z test_dispatch_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0801009Z test_dispatch_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0811635Z test_dispatch_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0822677Z test_dispatch_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0833422Z test_dispatch_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0844461Z test_dispatch_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0855061Z test_dispatch_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0865990Z test_dispatch_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0876761Z test_dispatch_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0887429Z test_dispatch_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0898145Z test_dispatch_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0908908Z test_dispatch_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0919489Z test_dispatch_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0930079Z test_dispatch_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0940929Z test_dispatch_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0951692Z test_dispatch_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0962946Z test_dispatch_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0974539Z test_dispatch_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0985647Z test_dispatch_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.0996367Z test_dispatch_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1007098Z test_dispatch_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1018019Z test_dispatch_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1028706Z test_dispatch_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1039513Z test_dispatch_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1050220Z test_dispatch_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1060991Z test_dispatch_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1071788Z test_dispatch_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1082477Z test_dispatch_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1093214Z test_dispatch_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1104139Z test_dispatch_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1114986Z test_dispatch_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1125593Z test_dispatch_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1136359Z test_dispatch_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1147239Z test_dispatch_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1157958Z test_dispatch_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1168613Z test_dispatch_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1179433Z test_dispatch_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1190398Z test_dispatch_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1201227Z test_dispatch_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1212491Z test_dispatch_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1224101Z test_dispatch_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1235369Z test_dispatch_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1246247Z test_dispatch_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1257790Z test_dispatch_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1268493Z test_dispatch_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1279250Z test_dispatch_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1290039Z test_dispatch_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1301019Z test_dispatch_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1311906Z test_dispatch_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1322720Z test_dispatch_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1333497Z test_dispatch_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1344613Z test_dispatch_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1355521Z test_dispatch_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1366175Z test_dispatch_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1377143Z test_dispatch_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1388098Z test_dispatch_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1398871Z test_dispatch_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1409675Z test_dispatch_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1420606Z test_dispatch_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1431515Z test_dispatch_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1442215Z test_dispatch_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1453358Z test_dispatch_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1464961Z test_dispatch_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1475845Z test_dispatch_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1486825Z test_dispatch_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1497384Z test_dispatch_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1508175Z test_dispatch_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1518837Z test_dispatch_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1529486Z test_dispatch_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1540239Z test_dispatch_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1551094Z test_dispatch_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1561708Z test_dispatch_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1572325Z test_dispatch_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1583166Z test_dispatch_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1593762Z test_dispatch_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1604421Z test_dispatch_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1615123Z test_dispatch_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1626006Z test_dispatch_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1636620Z test_dispatch_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1647390Z test_dispatch_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1658423Z test_dispatch_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1669399Z test_dispatch_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1680240Z test_dispatch_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1691285Z test_dispatch_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1702792Z test_dispatch_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1713517Z test_dispatch_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1724270Z test_dispatch_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1735042Z test_dispatch_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1746227Z test_dispatch_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1756860Z test_dispatch_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1767538Z test_dispatch_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1778371Z test_dispatch_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1789093Z test_dispatch_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1799812Z test_dispatch_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1810514Z test_dispatch_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1821383Z test_dispatch_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1832272Z test_dispatch_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1842956Z test_dispatch_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1853731Z test_dispatch_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1864596Z test_dispatch_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1875285Z test_dispatch_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1885910Z test_dispatch_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1896770Z test_dispatch_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1907606Z test_dispatch_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1918400Z test_dispatch_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1928909Z test_dispatch_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1939624Z test_dispatch_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1950432Z test_dispatch_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1961111Z test_dispatch_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1971825Z test_dispatch_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1982644Z test_dispatch_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.1993206Z test_dispatch_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2004118Z test_dispatch_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2015017Z test_dispatch_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2026161Z test_dispatch_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2037163Z test_dispatch_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2048028Z test_dispatch_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2059065Z test_dispatch_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2069998Z test_dispatch_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2080946Z test_dispatch_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2091820Z test_dispatch_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2102985Z test_dispatch_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2113900Z test_dispatch_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2124828Z test_dispatch_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2135766Z test_dispatch_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2146847Z test_dispatch_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2157837Z test_dispatch_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2168734Z test_dispatch_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2179695Z test_dispatch_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2190701Z test_dispatch_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2201569Z test_dispatch_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2212593Z test_dispatch_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2223875Z test_dispatch_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2234620Z test_dispatch_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2245567Z test_dispatch_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2256491Z test_dispatch_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2267410Z test_dispatch_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2278260Z test_dispatch_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2289143Z test_dispatch_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2300264Z test_dispatch_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2311241Z test_dispatch_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2322154Z test_dispatch_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2332998Z test_dispatch_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2344090Z test_dispatch_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2354959Z test_dispatch_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2365824Z test_dispatch_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2376851Z test_dispatch_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2387986Z test_dispatch_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2398846Z test_dispatch_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2409787Z test_dispatch_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2420739Z test_dispatch_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2431763Z test_dispatch_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2442616Z test_dispatch_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2453588Z test_dispatch_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2464750Z test_dispatch_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2475512Z test_dispatch_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2486510Z test_dispatch_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2497552Z test_dispatch_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2508588Z test_dispatch_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2519480Z test_dispatch_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2530512Z test_dispatch_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2541485Z test_dispatch_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2552477Z test_dispatch_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2563448Z test_dispatch_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2574463Z test_dispatch_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2585566Z test_dispatch_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2596360Z test_dispatch_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2607356Z test_dispatch_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2618352Z test_dispatch_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2629395Z test_dispatch_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2640245Z test_dispatch_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2651120Z test_dispatch_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2662321Z test_dispatch_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2673211Z test_dispatch_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2683807Z test_dispatch_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2694533Z test_dispatch_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2705493Z test_dispatch_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2715935Z test_dispatch_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2726600Z test_dispatch_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2737646Z test_dispatch_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2748233Z test_dispatch_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2759515Z test_dispatch_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2769857Z test_dispatch_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2780362Z test_dispatch_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2790909Z test_dispatch_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2801269Z test_dispatch_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2811600Z test_dispatch_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2822248Z test_dispatch_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2832755Z test_dispatch_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2843321Z test_dispatch_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2853866Z test_dispatch_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2864791Z test_dispatch_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2875308Z test_dispatch_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2885913Z test_dispatch_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2896614Z test_dispatch_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2907373Z test_dispatch_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2918009Z test_dispatch_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2928592Z test_dispatch_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2939304Z test_dispatch_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2950157Z test_dispatch_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2961066Z test_dispatch_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2971880Z test_dispatch_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2982855Z test_dispatch_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.2993300Z test_dispatch_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3003830Z test_dispatch_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3014493Z test_dispatch_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3025238Z test_dispatch_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3035884Z test_dispatch_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3046595Z test_dispatch_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3057629Z test_dispatch_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3068322Z test_dispatch_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3078825Z test_dispatch_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3089416Z test_dispatch_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3100121Z test_dispatch_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3110865Z test_dispatch_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3121532Z test_dispatch_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3132118Z test_dispatch_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3142973Z test_dispatch_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3153623Z test_dispatch_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3164325Z test_dispatch_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3175023Z test_dispatch_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3185824Z test_dispatch_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3196413Z test_dispatch_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3207645Z test_dispatch_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3217762Z test_dispatch_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3228584Z test_dispatch_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3239488Z test_dispatch_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3250673Z test_dispatch_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3261297Z test_dispatch_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3272066Z test_dispatch_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3282664Z test_dispatch_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3294545Z test_dispatch_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3304750Z test_dispatch_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3315653Z test_dispatch_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3326601Z test_dispatch_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3337549Z test_dispatch_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3348527Z test_dispatch_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3359445Z test_dispatch_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3370397Z test_dispatch_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3381364Z test_dispatch_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3392384Z test_dispatch_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3403241Z test_dispatch_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3414138Z test_dispatch_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3425312Z test_dispatch_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3436050Z test_dispatch_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3447380Z test_dispatch_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3458751Z test_dispatch_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3469797Z test_dispatch_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3481071Z test_dispatch_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3492015Z test_dispatch_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3502677Z test_dispatch_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3513213Z test_dispatch_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3523845Z test_dispatch_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3534542Z test_dispatch_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3545349Z test_dispatch_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3555938Z test_dispatch_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3566574Z test_dispatch_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3577311Z test_dispatch_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3587925Z test_dispatch_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3598791Z test_dispatch_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3609674Z test_dispatch_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3620514Z test_dispatch_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3631929Z test_dispatch_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3643112Z test_dispatch_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3653975Z test_dispatch_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3664688Z test_dispatch_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3675239Z test_dispatch_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3685589Z test_dispatch_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3695955Z test_dispatch_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3706521Z test_dispatch_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3716879Z test_dispatch_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3727234Z test_dispatch_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3737905Z test_dispatch_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3748686Z test_dispatch_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3759883Z test_dispatch_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3770445Z test_dispatch_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3781345Z test_dispatch_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3792032Z test_dispatch_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3802701Z test_dispatch_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3813361Z test_dispatch_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3824206Z test_dispatch_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3834982Z test_dispatch_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3845635Z test_dispatch_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3857462Z test_dispatch_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3868150Z test_dispatch_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3878678Z test_dispatch_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3889526Z test_dispatch_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3900073Z test_dispatch_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3910745Z test_dispatch_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3921400Z test_dispatch_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3932075Z test_dispatch_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3943076Z test_dispatch_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3953651Z test_dispatch_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3964272Z test_dispatch_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3974973Z test_dispatch_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3985844Z test_dispatch_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.3996600Z test_dispatch_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4007533Z test_dispatch_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4018436Z test_dispatch_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4029453Z test_dispatch_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4040177Z test_dispatch_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4051070Z test_dispatch_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4062054Z test_dispatch_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4072695Z test_dispatch_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4083362Z test_dispatch_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4094121Z test_dispatch_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4105324Z test_dispatch_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4116132Z test_dispatch_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4126537Z test_dispatch_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4137440Z test_dispatch_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4148236Z test_dispatch_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4158958Z test_dispatch_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4169659Z test_dispatch_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4180513Z test_dispatch_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4191501Z test_dispatch_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4201962Z test_dispatch_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4212731Z test_dispatch_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4223598Z test_dispatch_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4234266Z test_dispatch_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4244856Z test_dispatch_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4255711Z test_dispatch_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4266489Z test_dispatch_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4277261Z test_dispatch_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4287921Z test_dispatch_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4298760Z test_dispatch_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4309777Z test_dispatch_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4320475Z test_dispatch_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4331151Z test_dispatch_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4341982Z test_dispatch_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4352737Z test_dispatch_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4363398Z test_dispatch_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4374027Z test_dispatch_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4385083Z test_dispatch_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4395558Z test_dispatch_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4406217Z test_dispatch_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4416976Z test_dispatch_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4427802Z test_dispatch_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4438314Z test_dispatch_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4449046Z test_dispatch_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4459977Z test_dispatch_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4470550Z test_dispatch_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4481192Z test_dispatch_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4491837Z test_dispatch_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4502867Z test_dispatch_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4513446Z test_dispatch_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4524121Z test_dispatch_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4534885Z test_dispatch_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4545703Z test_dispatch_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4556252Z test_dispatch_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4566889Z test_dispatch_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4577645Z test_dispatch_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4588429Z test_dispatch_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4599134Z test_dispatch_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4609747Z test_dispatch_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4620499Z test_dispatch_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4631544Z test_dispatch_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4642207Z test_dispatch_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4652874Z test_dispatch_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4663796Z test_dispatch_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4674557Z test_dispatch_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4685314Z test_dispatch_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4696155Z test_dispatch_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4707040Z test_dispatch_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4717771Z test_dispatch_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4728489Z test_dispatch_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4739491Z test_dispatch_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4750635Z test_dispatch_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4761617Z test_dispatch_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4772420Z test_dispatch_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4783521Z test_dispatch_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4794315Z test_dispatch_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4805229Z test_dispatch_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4816042Z test_dispatch_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4826996Z test_dispatch_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4837801Z test_dispatch_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4848496Z test_dispatch_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4859535Z test_dispatch_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4871151Z test_dispatch_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4882256Z test_dispatch_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4893408Z test_dispatch_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4904603Z test_dispatch_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4915376Z test_dispatch_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4925991Z test_dispatch_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4936856Z test_dispatch_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4947607Z test_dispatch_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4958421Z test_dispatch_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4969087Z test_dispatch_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4979917Z test_dispatch_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.4990661Z test_dispatch_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5001298Z test_dispatch_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5012011Z test_dispatch_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5023019Z test_dispatch_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5033619Z test_dispatch_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5044278Z test_dispatch_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5055016Z test_dispatch_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5065827Z test_dispatch_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5076416Z test_dispatch_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5086992Z test_dispatch_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5097785Z test_dispatch_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5108980Z test_dispatch_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5119768Z test_dispatch_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5130262Z test_dispatch_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5141420Z test_dispatch_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5152051Z test_dispatch_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5162919Z test_dispatch_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5173658Z test_dispatch_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5184729Z test_dispatch_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5195524Z test_dispatch_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5206300Z test_dispatch_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5217189Z test_dispatch_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5228116Z test_dispatch_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5238859Z test_dispatch_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5249622Z test_dispatch_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5260468Z test_dispatch_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5271621Z test_dispatch_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5282221Z test_dispatch_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5292810Z test_dispatch_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5303604Z test_dispatch_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5314165Z test_dispatch_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5324833Z test_dispatch_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5335600Z test_dispatch_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5346420Z test_dispatch_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5357383Z test_dispatch_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5367809Z test_dispatch_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5378558Z test_dispatch_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5389274Z test_dispatch_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5399866Z test_dispatch_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5411020Z test_dispatch_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5421488Z test_dispatch_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5432296Z test_dispatch_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5443083Z test_dispatch_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5453434Z test_dispatch_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5464481Z test_dispatch_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5475285Z test_dispatch_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5485803Z test_dispatch_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5496631Z test_dispatch_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5507385Z test_dispatch_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5518642Z test_dispatch_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5529484Z test_dispatch_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5540011Z test_dispatch_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5550769Z test_dispatch_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5561534Z test_dispatch_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5572200Z test_dispatch_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5582993Z test_dispatch_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5593921Z test_dispatch_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5605257Z test_dispatch_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5615480Z test_dispatch_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5626409Z test_dispatch_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5637294Z test_dispatch_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5647916Z test_dispatch_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5658673Z test_dispatch_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5669361Z test_dispatch_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5680032Z test_dispatch_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5690601Z test_dispatch_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5701288Z test_dispatch_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5711958Z test_dispatch_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5722562Z test_dispatch_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5733020Z test_dispatch_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5744272Z test_dispatch_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5755515Z test_dispatch_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5765801Z test_dispatch_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5776550Z test_dispatch_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5787397Z test_dispatch_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5797937Z test_dispatch_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5808690Z test_dispatch_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5819348Z test_dispatch_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5830154Z test_dispatch_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5840777Z test_dispatch_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5851492Z test_dispatch_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5862420Z test_dispatch_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5873330Z test_dispatch_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5884058Z test_dispatch_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5894755Z test_dispatch_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5905542Z test_dispatch_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5916234Z test_dispatch_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5926867Z test_dispatch_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5937838Z test_dispatch_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5948630Z test_dispatch_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5959249Z test_dispatch_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5969918Z test_dispatch_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5980713Z test_dispatch_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.5991865Z test_dispatch_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6002283Z test_dispatch_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6013130Z test_dispatch_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6023978Z test_dispatch_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6034675Z test_dispatch_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6045423Z test_dispatch_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6056189Z test_dispatch_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6067072Z test_dispatch_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6077791Z test_dispatch_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6088472Z test_dispatch_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6099319Z test_dispatch_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6110163Z test_dispatch_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6120955Z test_dispatch_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6131717Z test_dispatch_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6142840Z test_dispatch_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6153689Z test_dispatch_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6164277Z test_dispatch_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6174989Z test_dispatch_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6185826Z test_dispatch_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6196580Z test_dispatch_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6207267Z test_dispatch_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6218055Z test_dispatch_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6228797Z test_dispatch_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6239506Z test_dispatch_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6250230Z test_dispatch_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6261143Z test_dispatch_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6271893Z test_dispatch_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6282650Z test_dispatch_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6293438Z test_dispatch_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6304272Z test_dispatch_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6314998Z test_dispatch_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6325691Z test_dispatch_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6336425Z test_dispatch_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6347280Z test_dispatch_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6358135Z test_dispatch_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6368949Z test_dispatch_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6379595Z test_dispatch_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6390177Z test_dispatch_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6400947Z test_dispatch_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6411808Z test_dispatch_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6422797Z test_dispatch_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6433655Z test_dispatch_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6444406Z test_dispatch_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6455318Z test_dispatch_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6466367Z test_dispatch_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6477214Z test_dispatch_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6488025Z test_dispatch_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6499216Z test_dispatch_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6510171Z test_dispatch_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6521067Z test_dispatch_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6531918Z test_dispatch_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6543171Z test_dispatch_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6554025Z test_dispatch_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6564920Z test_dispatch_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6575870Z test_dispatch_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6587062Z test_dispatch_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6597681Z test_dispatch_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6609114Z test_dispatch_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6619984Z test_dispatch_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6631046Z test_dispatch_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6641774Z test_dispatch_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6652558Z test_dispatch_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6663504Z test_dispatch_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6674209Z test_dispatch_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6684930Z test_dispatch_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6695865Z test_dispatch_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6706662Z test_dispatch_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6717462Z test_dispatch_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6728239Z test_dispatch_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6739328Z test_dispatch_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6750446Z test_dispatch_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6761123Z test_dispatch_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6771702Z test_dispatch_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6782650Z test_dispatch_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6793537Z test_dispatch_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6804351Z test_dispatch_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6815203Z test_dispatch_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6826162Z test_dispatch_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6836938Z test_dispatch_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6847760Z test_dispatch_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6858862Z test_dispatch_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6869832Z test_dispatch_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6880644Z test_dispatch_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6891260Z test_dispatch_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6902508Z test_dispatch_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6913171Z test_dispatch_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6923871Z test_dispatch_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6934598Z test_dispatch_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6945394Z test_dispatch_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6956115Z test_dispatch_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6966792Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6977490Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6988235Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.6998881Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7009585Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7020379Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7031148Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7041730Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7052404Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7063244Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7073783Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7084509Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7095163Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7106385Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7116721Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7127498Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7138516Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7149448Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7160408Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7171309Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7182583Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7193327Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7204247Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7215029Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7226073Z test_dispatch_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7236850Z test_dispatch_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7247818Z test_dispatch_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7258757Z test_dispatch_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7269762Z test_dispatch_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7280636Z test_dispatch_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7291442Z test_dispatch_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7302574Z test_dispatch_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7313478Z test_dispatch_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7324328Z test_dispatch_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7335137Z test_dispatch_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7346153Z test_dispatch_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7356923Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7367662Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7378528Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7389388Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7400127Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7410915Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7421981Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7432691Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7443483Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7454292Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7465398Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7476046Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7486856Z test_dispatch_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7497766Z test_dispatch_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7508696Z test_dispatch_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7519495Z test_dispatch_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7530285Z test_dispatch_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7541217Z test_dispatch_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7552146Z test_dispatch_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7562861Z test_dispatch_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7573642Z test_dispatch_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7584730Z test_dispatch_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7595438Z test_dispatch_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7606179Z test_dispatch_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7617069Z test_dispatch_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7627899Z test_dispatch_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7638711Z test_dispatch_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7649540Z test_dispatch_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7660406Z test_dispatch_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7671347Z test_dispatch_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7682084Z test_dispatch_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7692811Z test_dispatch_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7703821Z test_dispatch_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7714738Z test_dispatch_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7725497Z test_dispatch_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7736387Z test_dispatch_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7747303Z test_dispatch_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7758158Z test_dispatch_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7768960Z test_dispatch_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7779757Z test_dispatch_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7790810Z test_dispatch_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7801552Z test_dispatch_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7812314Z test_dispatch_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7823393Z test_dispatch_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7834156Z test_dispatch_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7844952Z test_dispatch_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7855867Z test_dispatch_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7866909Z test_dispatch_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7878236Z test_dispatch_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7889004Z test_dispatch_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7899943Z test_dispatch_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7910961Z test_dispatch_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7921731Z test_dispatch_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7932460Z test_dispatch_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7943464Z test_dispatch_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7954265Z test_dispatch_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7965031Z test_dispatch_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7975882Z test_dispatch_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7986879Z test_dispatch_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.7997673Z test_dispatch_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8008443Z test_dispatch_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8019300Z test_dispatch_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8030216Z test_dispatch_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8041010Z test_dispatch_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8051846Z test_dispatch_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8062864Z test_dispatch_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8073613Z test_dispatch_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8084365Z test_dispatch_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8095258Z test_dispatch_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8106484Z test_dispatch_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8117184Z test_dispatch_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8128027Z test_dispatch_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8138916Z test_dispatch_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8150528Z test_dispatch_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8160981Z test_dispatch_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8171912Z test_dispatch_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8182875Z test_dispatch_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8193604Z test_dispatch_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8204390Z test_dispatch_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8215204Z test_dispatch_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8226153Z test_dispatch_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8236901Z test_dispatch_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8247686Z test_dispatch_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8258669Z test_dispatch_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8269822Z test_dispatch_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8280642Z test_dispatch_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8291393Z test_dispatch_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8302487Z test_dispatch_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8313302Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8324124Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8335061Z test_dispatch_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8346027Z test_dispatch_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8357423Z test_dispatch_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8368945Z test_dispatch_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8380738Z test_dispatch_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8392637Z test_dispatch_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8403928Z test_dispatch_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8414626Z test_dispatch_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8426070Z test_dispatch_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8436393Z test_dispatch_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8447137Z test_dispatch_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8459439Z test_dispatch_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8470701Z test_dispatch_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8481827Z test_dispatch_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8493190Z test_dispatch_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8504330Z test_dispatch_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8515299Z test_dispatch_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8526386Z test_dispatch_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8537535Z test_dispatch_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8548797Z test_dispatch_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8559854Z test_dispatch_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8570965Z test_dispatch_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8582207Z test_dispatch_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8593292Z test_dispatch_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8604967Z test_dispatch_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8616844Z test_dispatch_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8628179Z test_dispatch_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8639595Z test_dispatch_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8651061Z test_dispatch_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8662947Z test_dispatch_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8674266Z test_dispatch_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8685435Z test_dispatch_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8696684Z test_dispatch_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8707753Z test_dispatch_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8718546Z test_dispatch_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8729408Z test_dispatch_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8740659Z test_dispatch_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8751659Z test_dispatch_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8763197Z test_dispatch_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8774676Z test_dispatch_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8786695Z test_dispatch_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8798406Z test_dispatch_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8809787Z test_dispatch_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8821707Z test_dispatch_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8833363Z test_dispatch_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8844892Z test_dispatch_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8856378Z test_dispatch_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8868368Z test_dispatch_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8879784Z test_dispatch_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8891222Z test_dispatch_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8902713Z test_dispatch_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8914125Z test_dispatch_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8926029Z test_dispatch_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8937556Z test_dispatch_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8949254Z test_dispatch_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8960777Z test_dispatch_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8972373Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8984087Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.8995548Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9007065Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9018733Z test_dispatch_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9030493Z test_dispatch_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9042023Z test_dispatch_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9053674Z test_dispatch_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9065423Z test_dispatch_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9076960Z test_dispatch_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9088437Z test_dispatch_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9100035Z test_dispatch_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9111711Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9123257Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9134787Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9146537Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9158330Z test_dispatch_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9169760Z test_dispatch_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9181458Z test_dispatch_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9193206Z test_dispatch_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9204711Z test_dispatch_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9216390Z test_dispatch_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9228150Z test_dispatch_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9239644Z test_dispatch_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9251191Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9263192Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9274569Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9285801Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9297238Z test_dispatch_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9308705Z test_dispatch_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9320081Z test_dispatch_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9331391Z test_dispatch_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9343387Z test_dispatch_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9355126Z test_dispatch_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9366891Z test_dispatch_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9378749Z test_dispatch_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9390673Z test_dispatch_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9402402Z test_dispatch_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9414376Z test_dispatch_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9426098Z test_dispatch_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9437789Z test_dispatch_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9449424Z test_dispatch_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9461166Z test_dispatch_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9473178Z test_dispatch_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9484759Z test_dispatch_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9496721Z test_dispatch_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9508059Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9519577Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9530972Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9542738Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9554108Z test_dispatch_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9565593Z test_dispatch_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9577087Z test_dispatch_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9588554Z test_dispatch_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9599971Z test_dispatch_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9611270Z test_dispatch_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9622842Z test_dispatch_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9634167Z test_dispatch_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9645627Z test_dispatch_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9657190Z test_dispatch_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9669186Z test_dispatch_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9681186Z test_dispatch_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9693033Z test_dispatch_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9705118Z test_dispatch_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9716938Z test_dispatch_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9728803Z test_dispatch_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9740835Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9753075Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9765015Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9777093Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9788938Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9800716Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9812283Z test_dispatch_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9824248Z test_dispatch_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9836018Z test_dispatch_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9847594Z test_dispatch_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9859368Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9871125Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9882890Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9894521Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9906501Z test_dispatch_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:00:23.9918201Z test_dispatch_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:00:23.9929817Z test_dispatch_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:00:23.9941657Z test_dispatch_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:00:23.9954168Z test_dispatch_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9966887Z test_dispatch_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9977631Z test_dispatch_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9988452Z test_dispatch_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:23.9999207Z test_dispatch_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0010071Z test_dispatch_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0020942Z test_dispatch_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0031846Z test_dispatch_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0042500Z test_dispatch_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0053167Z test_dispatch_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0064166Z test_dispatch_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0074903Z test_dispatch_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0085504Z test_dispatch_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0096416Z test_dispatch_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0107207Z test_dispatch_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0117911Z test_dispatch_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0128825Z test_dispatch_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0139678Z test_dispatch_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0150790Z test_dispatch_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0161446Z test_dispatch_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0172758Z test_dispatch_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0184408Z test_dispatch_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0195690Z test_dispatch_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0206894Z test_dispatch_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0218243Z test_dispatch_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0229611Z test_dispatch_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0240675Z test_dispatch_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0251874Z test_dispatch_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0263021Z test_dispatch_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0273733Z test_dispatch_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0284811Z test_dispatch_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0295869Z test_dispatch_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0306872Z test_dispatch_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0317917Z test_dispatch_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0328646Z test_dispatch_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0339616Z test_dispatch_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0350438Z test_dispatch_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0361059Z test_dispatch_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0371725Z test_dispatch_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0382660Z test_dispatch_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0393487Z test_dispatch_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0404245Z test_dispatch_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0415353Z test_dispatch_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0425961Z test_dispatch_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0436712Z test_dispatch_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0447521Z test_dispatch_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0458423Z test_dispatch_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0469297Z test_dispatch_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0480172Z test_dispatch_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0490841Z test_dispatch_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0501674Z test_dispatch_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0512582Z test_dispatch_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0523267Z test_dispatch_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0534003Z test_dispatch_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0545040Z test_dispatch_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0555801Z test_dispatch_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0566586Z test_dispatch_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0577752Z test_dispatch_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0588673Z test_dispatch_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0599694Z test_dispatch_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0610702Z test_dispatch_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0621583Z test_dispatch_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0632542Z test_dispatch_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0643336Z test_dispatch_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0654237Z test_dispatch_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0665138Z test_dispatch_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0675838Z test_dispatch_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0686656Z test_dispatch_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0697489Z test_dispatch_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0708516Z test_dispatch_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0719310Z test_dispatch_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0730102Z test_dispatch_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0741080Z test_dispatch_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0752109Z test_dispatch_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0762873Z test_dispatch_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0773686Z test_dispatch_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0784846Z test_dispatch_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0795656Z test_dispatch_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0806511Z test_dispatch_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0817620Z test_dispatch_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0828496Z test_dispatch_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0839354Z test_dispatch_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0850213Z test_dispatch_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0861183Z test_dispatch_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0872162Z test_dispatch_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0882961Z test_dispatch_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0893796Z test_dispatch_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0904927Z test_dispatch_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0915582Z test_dispatch_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0926401Z test_dispatch_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0937226Z test_dispatch_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0948209Z test_dispatch_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0959013Z test_dispatch_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0969858Z test_dispatch_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0980830Z test_dispatch_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.0991954Z test_dispatch_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1002732Z test_dispatch_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1013695Z test_dispatch_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1024789Z test_dispatch_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1035669Z test_dispatch_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1046565Z test_dispatch_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1057493Z test_dispatch_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1068497Z test_dispatch_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1079509Z test_dispatch_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1090486Z test_dispatch_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1101438Z test_dispatch_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1112337Z test_dispatch_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1123169Z test_dispatch_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1134212Z test_dispatch_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1145179Z test_dispatch_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1156032Z test_dispatch_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1167006Z test_dispatch_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1177795Z test_dispatch_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1188751Z test_dispatch_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1199546Z test_dispatch_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1210427Z test_dispatch_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1221330Z test_dispatch_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1232251Z test_dispatch_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1243173Z test_dispatch_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1254268Z test_dispatch_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1265713Z test_dispatch_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1276484Z test_dispatch_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1287333Z test_dispatch_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1297953Z test_dispatch_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1308589Z test_dispatch_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1319162Z test_dispatch_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1329725Z test_dispatch_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1340339Z test_dispatch_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1351083Z test_dispatch_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1361742Z test_dispatch_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1372249Z test_dispatch_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1383243Z test_dispatch_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1393808Z test_dispatch_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1404296Z test_dispatch_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1415679Z test_dispatch_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1426679Z test_dispatch_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1437297Z test_dispatch_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1448206Z test_dispatch_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1459192Z test_dispatch_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1470102Z test_dispatch_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1480860Z test_dispatch_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1491631Z test_dispatch_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1502677Z test_dispatch_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1513436Z test_dispatch_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1524205Z test_dispatch_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1535095Z test_dispatch_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1546112Z test_dispatch_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1556972Z test_dispatch_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1567829Z test_dispatch_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1578793Z test_dispatch_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1589719Z test_dispatch_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1600604Z test_dispatch_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1611490Z test_dispatch_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1622657Z test_dispatch_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1634128Z test_dispatch_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1644672Z test_dispatch_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1655737Z test_dispatch_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1666568Z test_dispatch_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1677294Z test_dispatch_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1688179Z test_dispatch_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1699120Z test_dispatch_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1710126Z test_dispatch_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1720897Z test_dispatch_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1731879Z test_dispatch_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1743149Z test_dispatch_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1753970Z test_dispatch_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1764751Z test_dispatch_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1775466Z test_dispatch_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1786366Z test_dispatch_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1797096Z test_dispatch_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1807824Z test_dispatch_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1818744Z test_dispatch_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1829765Z test_dispatch_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1840460Z test_dispatch_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1851434Z test_dispatch_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1862795Z test_dispatch_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1873537Z test_dispatch_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1884654Z test_dispatch_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1895360Z test_dispatch_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1906037Z test_dispatch_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1916526Z test_dispatch_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1927087Z test_dispatch_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1937778Z test_dispatch_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1948487Z test_dispatch_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1959158Z test_dispatch_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1969693Z test_dispatch_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1980449Z test_dispatch_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.1991287Z test_dispatch_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2002082Z test_dispatch_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2012395Z test_dispatch_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2023228Z test_dispatch_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2033851Z test_dispatch_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2044247Z test_dispatch_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2054844Z test_dispatch_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2065621Z test_dispatch_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2076196Z test_dispatch_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2086746Z test_dispatch_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2097407Z test_dispatch_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2108088Z test_dispatch_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2118629Z test_dispatch_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2129569Z test_dispatch_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2139962Z test_dispatch_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2150655Z test_dispatch_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2161321Z test_dispatch_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2171712Z test_dispatch_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2182802Z test_dispatch_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2193226Z test_dispatch_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2203883Z test_dispatch_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2214431Z test_dispatch_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2225141Z test_dispatch_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2235642Z test_dispatch_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2246164Z test_dispatch_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2257074Z test_dispatch_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2267664Z test_dispatch_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2278285Z test_dispatch_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2288830Z test_dispatch_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2299462Z test_dispatch_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2310077Z test_dispatch_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2320647Z test_dispatch_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2331219Z test_dispatch_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2342024Z test_dispatch_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2352483Z test_dispatch_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2363080Z test_dispatch_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2373674Z test_dispatch_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2384495Z test_dispatch_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2395504Z test_dispatch_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2405917Z test_dispatch_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2416845Z test_dispatch_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2427764Z test_dispatch_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2438606Z test_dispatch_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2449417Z test_dispatch_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2460406Z test_dispatch_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2471317Z test_dispatch_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2482135Z test_dispatch_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2492928Z test_dispatch_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2504053Z test_dispatch_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2514993Z test_dispatch_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2525770Z test_dispatch_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2536699Z test_dispatch_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2547699Z test_dispatch_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2558517Z test_dispatch_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2569459Z test_dispatch_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2580602Z test_dispatch_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2591597Z test_dispatch_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2602298Z test_dispatch_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2613028Z test_dispatch_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2624116Z test_dispatch_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2635103Z test_dispatch_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2645824Z test_dispatch_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2657012Z test_dispatch_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2668300Z test_dispatch_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2678933Z test_dispatch_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2689606Z test_dispatch_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2700476Z test_dispatch_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2711210Z test_dispatch_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2721725Z test_dispatch_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2732497Z test_dispatch_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2743416Z test_dispatch_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2753888Z test_dispatch_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2764530Z test_dispatch_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2775190Z test_dispatch_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2786142Z test_dispatch_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2796701Z test_dispatch_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2807285Z test_dispatch_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2818096Z test_dispatch_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2828779Z test_dispatch_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2839425Z test_dispatch_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2850059Z test_dispatch_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2860884Z test_dispatch_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2871532Z test_dispatch_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2882581Z test_dispatch_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2892922Z test_dispatch_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2904026Z test_dispatch_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2914657Z test_dispatch_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2925235Z test_dispatch_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2936093Z test_dispatch_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2946970Z test_dispatch_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2957679Z test_dispatch_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2968398Z test_dispatch_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2979213Z test_dispatch_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.2989933Z test_dispatch_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3000678Z test_dispatch_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3011463Z test_dispatch_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3022467Z test_dispatch_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3033443Z test_dispatch_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3044101Z test_dispatch_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3054803Z test_dispatch_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3065708Z test_dispatch_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3076415Z test_dispatch_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3087201Z test_dispatch_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3097939Z test_dispatch_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3108833Z test_dispatch_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3119404Z test_dispatch_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3130082Z test_dispatch_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3140858Z test_dispatch_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3151807Z test_dispatch_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3162340Z test_dispatch_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3172796Z test_dispatch_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3183932Z test_dispatch_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3194611Z test_dispatch_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3205151Z test_dispatch_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3215860Z test_dispatch_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3226621Z test_dispatch_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3237327Z test_dispatch_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3248167Z test_dispatch_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3258912Z test_dispatch_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3269746Z test_dispatch_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3280349Z test_dispatch_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3291016Z test_dispatch_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3301872Z test_dispatch_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3312585Z test_dispatch_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3323242Z test_dispatch_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3333922Z test_dispatch_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3344816Z test_dispatch_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3355448Z test_dispatch_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3366067Z test_dispatch_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3377043Z test_dispatch_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3387622Z test_dispatch_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3398496Z test_dispatch_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3409226Z test_dispatch_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3419844Z test_dispatch_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3430657Z test_dispatch_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3442059Z test_dispatch_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3452897Z test_dispatch_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3463986Z test_dispatch_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3474513Z test_dispatch_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3485213Z test_dispatch_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3496015Z test_dispatch_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3506900Z test_dispatch_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3517604Z test_dispatch_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3528512Z test_dispatch_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3539279Z test_dispatch_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3550007Z test_dispatch_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3560623Z test_dispatch_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3571245Z test_dispatch_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3582182Z test_dispatch_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3592817Z test_dispatch_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3603453Z test_dispatch_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3614259Z test_dispatch_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3625562Z test_dispatch_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3635826Z test_dispatch_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3646566Z test_dispatch_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3657400Z test_dispatch_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3668200Z test_dispatch_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3678734Z test_dispatch_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3689375Z test_dispatch_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3700047Z test_dispatch_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3710734Z test_dispatch_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3721418Z test_dispatch_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3732042Z test_dispatch_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3743177Z test_dispatch_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3753827Z test_dispatch_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3764488Z test_dispatch_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3775202Z test_dispatch_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3786001Z test_dispatch_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3796624Z test_dispatch_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3807238Z test_dispatch_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3817968Z test_dispatch_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3828684Z test_dispatch_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3839429Z test_dispatch_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3849935Z test_dispatch_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3860637Z test_dispatch_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3871570Z test_dispatch_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3882116Z test_dispatch_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3892634Z test_dispatch_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3903569Z test_dispatch_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3914114Z test_dispatch_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3924718Z test_dispatch_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3935499Z test_dispatch_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3946191Z test_dispatch_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3956763Z test_dispatch_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3967386Z test_dispatch_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3978059Z test_dispatch_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3988771Z test_dispatch_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.3999361Z test_dispatch_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4009975Z test_dispatch_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4020689Z test_dispatch_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4031365Z test_dispatch_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4041961Z test_dispatch_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4052558Z test_dispatch_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4063388Z test_dispatch_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4074001Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4084659Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4095411Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4106190Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4116693Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4127261Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4138046Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4148766Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4159356Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4170113Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4180756Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4191371Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4201931Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4212461Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4223574Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4234102Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4244673Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4255367Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4266118Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4276680Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4287189Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4297875Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4308690Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4319334Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4330001Z test_dispatch_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4340727Z test_dispatch_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4351423Z test_dispatch_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4362001Z test_dispatch_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4372723Z test_dispatch_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4383794Z test_dispatch_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4394369Z test_dispatch_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4404947Z test_dispatch_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4415730Z test_dispatch_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4426528Z test_dispatch_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4437112Z test_dispatch_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4447701Z test_dispatch_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4458429Z test_dispatch_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4469218Z test_dispatch_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4479881Z test_dispatch_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4490516Z test_dispatch_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4501208Z test_dispatch_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4511935Z test_dispatch_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4522653Z test_dispatch_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4533196Z test_dispatch_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4544114Z test_dispatch_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4554684Z test_dispatch_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4565326Z test_dispatch_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4576078Z test_dispatch_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4586768Z test_dispatch_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4597313Z test_dispatch_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4607907Z test_dispatch_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4618594Z test_dispatch_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4629310Z test_dispatch_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4639959Z test_dispatch_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4650689Z test_dispatch_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4661398Z test_dispatch_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4672222Z test_dispatch_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4682854Z test_dispatch_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4693505Z test_dispatch_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4704267Z test_dispatch_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4714908Z test_dispatch_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4725496Z test_dispatch_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4736228Z test_dispatch_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4747059Z test_dispatch_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4757662Z test_dispatch_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4768297Z test_dispatch_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4779063Z test_dispatch_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4789928Z test_dispatch_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4800629Z test_dispatch_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4811340Z test_dispatch_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4822603Z test_dispatch_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4833254Z test_dispatch_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4843906Z test_dispatch_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4854845Z test_dispatch_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4865847Z test_dispatch_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4876498Z test_dispatch_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4887189Z test_dispatch_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4897888Z test_dispatch_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4908909Z test_dispatch_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4919393Z test_dispatch_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4930059Z test_dispatch_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4940778Z test_dispatch_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4951550Z test_dispatch_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4962151Z test_dispatch_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4972821Z test_dispatch_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4983696Z test_dispatch_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.4994400Z test_dispatch_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5004984Z test_dispatch_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5015732Z test_dispatch_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5026449Z test_dispatch_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5037086Z test_dispatch_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5047880Z test_dispatch_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5058602Z test_dispatch_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5069382Z test_dispatch_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5080058Z test_dispatch_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5090773Z test_dispatch_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5101541Z test_dispatch_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5112374Z test_dispatch_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5123156Z test_dispatch_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5133669Z test_dispatch_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5144605Z test_dispatch_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5155340Z test_dispatch_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5166264Z test_dispatch_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5176795Z test_dispatch_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5187408Z test_dispatch_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5197957Z test_dispatch_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5208310Z test_dispatch_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5218933Z test_dispatch_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5229408Z test_dispatch_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5239797Z test_dispatch_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5250070Z test_dispatch_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5260522Z test_dispatch_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5271156Z test_dispatch_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5281457Z test_dispatch_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5291773Z test_dispatch_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5302338Z test_dispatch_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5312704Z test_dispatch_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5322854Z test_dispatch_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5333168Z test_dispatch_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5343781Z test_dispatch_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5354036Z test_dispatch_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5364351Z test_dispatch_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5375344Z test_dispatch_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5386789Z test_dispatch_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5398242Z test_dispatch_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5409556Z test_dispatch_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5420601Z test_dispatch_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5431504Z test_dispatch_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5442111Z test_dispatch_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5452478Z test_dispatch_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5463023Z test_dispatch_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5473400Z test_dispatch_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5483808Z test_dispatch_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5494515Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5505268Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5515845Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5526576Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5537406Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5548116Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5558760Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5569412Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5580128Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5590769Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5601288Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5611884Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5623186Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5633827Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5644474Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5655751Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5666492Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5677169Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5687803Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5698606Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5709311Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5720005Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5730650Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5741495Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5752302Z test_dispatch_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5762970Z test_dispatch_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5773527Z test_dispatch_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5784542Z test_dispatch_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5795228Z test_dispatch_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5805955Z test_dispatch_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5816596Z test_dispatch_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5827475Z test_dispatch_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5838109Z test_dispatch_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5848818Z test_dispatch_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5859641Z test_dispatch_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5871544Z test_dispatch_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5883350Z test_dispatch_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5895407Z test_dispatch_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5906933Z test_dispatch_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5919358Z test_dispatch_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5931320Z test_dispatch_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5942486Z test_dispatch_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5953322Z test_dispatch_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5964088Z test_dispatch_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5974882Z test_dispatch_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5985940Z test_dispatch_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.5996675Z test_dispatch_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6007524Z test_dispatch_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6018395Z test_dispatch_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6029360Z test_dispatch_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6040085Z test_dispatch_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6050988Z test_dispatch_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6062016Z test_dispatch_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6072834Z test_dispatch_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6083576Z test_dispatch_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6094400Z test_dispatch_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6105487Z test_dispatch_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6116219Z test_dispatch_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6127119Z test_dispatch_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6137940Z test_dispatch_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6148940Z test_dispatch_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6159500Z test_dispatch_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6170394Z test_dispatch_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6181231Z test_dispatch_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6192178Z test_dispatch_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6202948Z test_dispatch_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6213745Z test_dispatch_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6225204Z test_dispatch_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6235970Z test_dispatch_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6246836Z test_dispatch_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6257797Z test_dispatch_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6268743Z test_dispatch_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6279565Z test_dispatch_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6290498Z test_dispatch_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6301372Z test_dispatch_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6312368Z test_dispatch_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6323303Z test_dispatch_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6334072Z test_dispatch_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6345100Z test_dispatch_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6355935Z test_dispatch_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6366691Z test_dispatch_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6377623Z test_dispatch_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6388500Z test_dispatch_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6399258Z test_dispatch_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6410115Z test_dispatch_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6420900Z test_dispatch_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6431851Z test_dispatch_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6442591Z test_dispatch_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6453505Z test_dispatch_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6464555Z test_dispatch_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6475285Z test_dispatch_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6486104Z test_dispatch_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6497147Z test_dispatch_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6507831Z test_dispatch_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6518533Z test_dispatch_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6529260Z test_dispatch_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6540116Z test_dispatch_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6551169Z test_dispatch_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6561984Z test_dispatch_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6572890Z test_dispatch_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6583927Z test_dispatch_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6594670Z test_dispatch_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6605433Z test_dispatch_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6616301Z test_dispatch_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6627221Z test_dispatch_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6637976Z test_dispatch_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6648842Z test_dispatch_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6659797Z test_dispatch_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6670732Z test_dispatch_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6681541Z test_dispatch_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6692382Z test_dispatch_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6703452Z test_dispatch_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6714286Z test_dispatch_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6725137Z test_dispatch_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6736102Z test_dispatch_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6747081Z test_dispatch_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6757923Z test_dispatch_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6768834Z test_dispatch_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6779810Z test_dispatch_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6790807Z test_dispatch_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6801648Z test_dispatch_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6812440Z test_dispatch_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6823542Z test_dispatch_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6834317Z test_dispatch_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6845297Z test_dispatch_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6856114Z test_dispatch_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6867036Z test_dispatch_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6877841Z test_dispatch_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6888552Z test_dispatch_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6899567Z test_dispatch_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6910467Z test_dispatch_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6921371Z test_dispatch_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6932137Z test_dispatch_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6943040Z test_dispatch_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6953878Z test_dispatch_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6964633Z test_dispatch_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6975504Z test_dispatch_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6986496Z test_dispatch_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.6997248Z test_dispatch_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7008059Z test_dispatch_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7018987Z test_dispatch_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7029967Z test_dispatch_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7040757Z test_dispatch_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7051537Z test_dispatch_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7062604Z test_dispatch_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7073502Z test_dispatch_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7084074Z test_dispatch_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7094865Z test_dispatch_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7105982Z test_dispatch_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7116753Z test_dispatch_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7127561Z test_dispatch_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7139043Z test_dispatch_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7150830Z test_dispatch_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7161760Z test_dispatch_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7172316Z test_dispatch_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7183016Z test_dispatch_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7193558Z test_dispatch_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7204069Z test_dispatch_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7214694Z test_dispatch_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7225582Z test_dispatch_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7236061Z test_dispatch_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7246752Z test_dispatch_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7257444Z test_dispatch_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7268220Z test_dispatch_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7278885Z test_dispatch_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7289577Z test_dispatch_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7300363Z test_dispatch_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7311159Z test_dispatch_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7321760Z test_dispatch_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7332209Z test_dispatch_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7343072Z test_dispatch_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7353551Z test_dispatch_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7364075Z test_dispatch_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7374974Z test_dispatch_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7385831Z test_dispatch_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7396185Z test_dispatch_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7406726Z test_dispatch_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7417428Z test_dispatch_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7428058Z test_dispatch_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7438572Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7449107Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7459712Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7470421Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7480963Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7491581Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7502304Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7512727Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7523337Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7533972Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7544654Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7555022Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7565661Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7576432Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7587337Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7598233Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7608961Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7619819Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7630717Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7641491Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7652353Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7663544Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7674349Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7685249Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7696255Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7707155Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7717937Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7728872Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7739749Z test_dispatch_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7750871Z test_dispatch_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7761599Z test_dispatch_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7772403Z test_dispatch_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7783432Z test_dispatch_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7794350Z test_dispatch_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7804980Z test_dispatch_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7815962Z test_dispatch_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7826946Z test_dispatch_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7837671Z test_dispatch_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7848455Z test_dispatch_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7859311Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7870244Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7881066Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7891815Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7902985Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7913647Z test_dispatch_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7924444Z test_dispatch_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7935273Z test_dispatch_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7946184Z test_dispatch_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7956983Z test_dispatch_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7967819Z test_dispatch_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7978753Z test_dispatch_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.7989579Z test_dispatch_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8000393Z test_dispatch_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8011191Z test_dispatch_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8022171Z test_dispatch_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8032996Z test_dispatch_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8043793Z test_dispatch_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8054626Z test_dispatch_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8065580Z test_dispatch_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8076422Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8087298Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8098144Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8109031Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8119824Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8130843Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8141699Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8152522Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8163252Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8173998Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8184965Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8195678Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8206371Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8217314Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8228283Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8239051Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8249741Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8260628Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8271625Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8282369Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8293236Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8304211Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8314945Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8325848Z test_dispatch_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8336771Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8347740Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8358616Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8369555Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8380699Z test_dispatch_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8391644Z test_dispatch_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8402735Z test_dispatch_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8413650Z test_dispatch_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8424791Z test_dispatch_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8435599Z test_dispatch_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8447069Z test_dispatch_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8458450Z test_dispatch_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8469461Z test_dispatch_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8480435Z test_dispatch_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8491227Z test_dispatch_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8502336Z test_dispatch_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8513072Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8523798Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8534678Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8545728Z test_dispatch_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8556494Z test_dispatch_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8567277Z test_dispatch_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8578203Z test_dispatch_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8589066Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8599856Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8610718Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8621654Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8632580Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8643304Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8654229Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8665315Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8676060Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8686774Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8697727Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8709016Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8719628Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8730684Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8741968Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8752478Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8763360Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8773976Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8785009Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8795852Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8806420Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8817193Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8827890Z test_dispatch_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8838474Z test_dispatch_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8849035Z test_dispatch_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8859970Z test_dispatch_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8870598Z test_dispatch_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8881571Z test_dispatch_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8892227Z test_dispatch_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8903621Z test_dispatch_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8914959Z test_dispatch_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8926226Z test_dispatch_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8937361Z test_dispatch_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8948003Z test_dispatch_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8958539Z test_dispatch_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8968753Z test_dispatch_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8979159Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.8989800Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9000088Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9010404Z test_dispatch_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9020775Z test_dispatch_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9031178Z test_dispatch_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9041618Z test_dispatch_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9051997Z test_dispatch_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9062635Z test_dispatch_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9073438Z test_dispatch_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9083864Z test_dispatch_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9094497Z test_dispatch_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9105392Z test_dispatch_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9115940Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9126496Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9137154Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9148426Z test_dispatch_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9159818Z test_dispatch_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9170488Z test_dispatch_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9181188Z test_dispatch_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9192035Z test_dispatch_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9202616Z test_dispatch_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9213186Z test_dispatch_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9224064Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9234671Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9245350Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9256129Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9266777Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9277323Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9288002Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9298630Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9309284Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9319886Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9330356Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9341212Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9351984Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9362580Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9373197Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9384012Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9394576Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9405376Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9415982Z test_dispatch_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9426760Z test_dispatch_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9437260Z test_dispatch_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9447881Z test_dispatch_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9458548Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9469267Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9479838Z test_dispatch_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9490474Z test_dispatch_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9501243Z test_dispatch_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9512085Z test_dispatch_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9522719Z test_dispatch_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9533427Z test_dispatch_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9544479Z test_dispatch_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9554989Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9565641Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9576393Z test_dispatch_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9587212Z test_dispatch_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9597758Z test_dispatch_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9608318Z test_dispatch_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9619017Z test_dispatch_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9629659Z test_dispatch_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9640327Z test_dispatch_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9651091Z test_dispatch_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9661594Z test_dispatch_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9672363Z test_dispatch_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9682974Z test_dispatch_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9693570Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9704316Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9714803Z test_dispatch_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9725414Z test_dispatch_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9736093Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9746841Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9757682Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9768296Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9779042Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9789827Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9800428Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9811073Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9821946Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9832653Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9843177Z test_dispatch_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9853721Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9864501Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9875291Z test_dispatch_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9885965Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9896757Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9907556Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9918309Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9929308Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9939742Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9950416Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9961028Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9971583Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9982582Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:24.9993032Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0003627Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0014269Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0025045Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0035677Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0046356Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0057114Z test_dispatch_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0067936Z test_dispatch_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0078576Z test_dispatch_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0089196Z test_dispatch_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0099994Z test_dispatch_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0110721Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0121380Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0132193Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0143009Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0153834Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0164202Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0175796Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0186648Z test_dispatch_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0197143Z test_dispatch_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0208064Z test_dispatch_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0218768Z test_dispatch_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0229448Z test_dispatch_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0240070Z test_dispatch_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0250597Z test_dispatch_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0261343Z test_dispatch_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0272087Z test_dispatch_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0282771Z test_dispatch_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0293347Z test_dispatch_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0304213Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0314782Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0325403Z test_dispatch_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0336137Z test_dispatch_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0346901Z test_dispatch_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0357497Z test_dispatch_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0368136Z test_dispatch_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0378965Z test_dispatch_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0389756Z test_dispatch_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0400487Z test_dispatch_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0411275Z test_dispatch_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0422357Z test_dispatch_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0432937Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0443608Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0454324Z test_dispatch_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0465254Z test_dispatch_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0475777Z test_dispatch_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0486365Z test_dispatch_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0497042Z test_dispatch_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0507713Z test_dispatch_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0518387Z test_dispatch_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0528982Z test_dispatch_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0539661Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0550454Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0561059Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0571695Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0582657Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0593322Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0603926Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0614655Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0625471Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0635725Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0646040Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0656547Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0667106Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0677871Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0687730Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0698193Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0708451Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0718617Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0729141Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0739521Z test_dispatch_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0750143Z test_dispatch_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0760609Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0770864Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0781479Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0792238Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0803091Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0813746Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0824822Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0835540Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0846343Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0856980Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0867670Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0878525Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0889205Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0899859Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0910798Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0921302Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0931904Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0942766Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0953383Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0964319Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0974853Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0985657Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.0996593Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1007504Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1018257Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1028928Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1039594Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1050102Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1060983Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1071741Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1082305Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1092968Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1103735Z test_dispatch_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1114360Z test_dispatch_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1125006Z test_dispatch_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1136046Z test_dispatch_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1146638Z test_dispatch_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1157424Z test_dispatch_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1168860Z test_dispatch_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1180605Z test_dispatch_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1191758Z test_dispatch_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1203087Z test_dispatch_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1213952Z test_dispatch_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1224961Z test_dispatch_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1235617Z test_dispatch_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1246258Z test_dispatch_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1257045Z test_dispatch_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1267644Z test_dispatch_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1278150Z test_dispatch_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1288749Z test_dispatch_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1299503Z test_dispatch_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1310284Z test_dispatch_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1320808Z test_dispatch_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1331521Z test_dispatch_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1342449Z test_dispatch_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1353062Z test_dispatch_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1363745Z test_dispatch_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1374407Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1385121Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1395839Z test_dispatch_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1406547Z test_dispatch_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1417303Z test_dispatch_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1427941Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1438724Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1449365Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1460141Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1470974Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1481598Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1492297Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1503235Z test_dispatch_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1513891Z test_dispatch_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1524570Z test_dispatch_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1535377Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1546317Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1556878Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1567517Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1578277Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1589094Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1599849Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1610649Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1621271Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1632069Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1642709Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1653562Z test_dispatch_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1664587Z test_dispatch_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1675078Z test_dispatch_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1685846Z test_dispatch_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1696664Z test_dispatch_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1707231Z test_dispatch_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1718427Z test_dispatch_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1728931Z test_dispatch_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1739496Z test_dispatch_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1750359Z test_dispatch_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1761053Z test_dispatch_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1771666Z test_dispatch_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1782548Z test_dispatch_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1793134Z test_dispatch_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1803731Z test_dispatch_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1814411Z test_dispatch_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1825153Z test_dispatch_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1835927Z test_dispatch_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1846486Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1857224Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1867875Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1878407Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1889197Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1900123Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1911328Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1921425Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1932217Z test_dispatch_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1942879Z test_dispatch_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1953664Z test_dispatch_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1964431Z test_dispatch_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1975148Z test_dispatch_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1985934Z test_dispatch_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.1996510Z test_dispatch_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2007220Z test_dispatch_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2018126Z test_dispatch_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2028927Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2039521Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2050606Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2061312Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2072143Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2082738Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2093320Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2104151Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2114693Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2125235Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2136220Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2146778Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2157145Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2168171Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2179123Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2190558Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2201544Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2212857Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2223953Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2234445Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2244803Z test_dispatch_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2255254Z test_dispatch_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2265806Z test_dispatch_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2276271Z test_dispatch_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2286619Z test_dispatch_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2297124Z test_dispatch_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2307642Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2317931Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2328345Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2338827Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2349240Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2359517Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2369808Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2380579Z test_dispatch_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2391154Z test_dispatch_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2401859Z test_dispatch_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2412344Z test_dispatch_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2423434Z test_dispatch_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2434413Z test_dispatch_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2445020Z test_dispatch_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2456050Z test_dispatch_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2467177Z test_dispatch_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2478138Z test_dispatch_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2488959Z test_dispatch_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2499816Z test_dispatch_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2510832Z test_dispatch_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2521564Z test_dispatch_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2532476Z test_dispatch_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2543515Z test_dispatch_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2554379Z test_dispatch_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2565332Z test_dispatch_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2576379Z test_dispatch_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2587461Z test_dispatch_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2598418Z test_dispatch_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2609308Z test_dispatch_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2620369Z test_dispatch_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2631322Z test_dispatch_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2642088Z test_dispatch_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2652929Z test_dispatch_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2664578Z test_dispatch_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2674859Z test_dispatch_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2685300Z test_dispatch_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2695853Z test_dispatch_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2706527Z test_dispatch_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2717449Z test_dispatch_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2727327Z test_dispatch_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2737764Z test_dispatch_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2748530Z test_dispatch_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2759034Z test_dispatch_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2769345Z test_dispatch_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2779816Z test_dispatch_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2790320Z test_dispatch_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2800631Z test_dispatch_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2810872Z test_dispatch_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2821438Z test_dispatch_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2831777Z test_dispatch_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2842224Z test_dispatch_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2852501Z test_dispatch_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2863074Z test_dispatch_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2873348Z test_dispatch_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2883633Z test_dispatch_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2893925Z test_dispatch_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2904431Z test_dispatch_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2914715Z test_dispatch_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2925008Z test_dispatch_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2935567Z test_dispatch_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2946310Z test_dispatch_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2956466Z test_dispatch_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2967127Z test_dispatch_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2977777Z test_dispatch_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2988365Z test_dispatch_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.2998856Z test_dispatch_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3009486Z test_dispatch_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3020303Z test_dispatch_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3031059Z test_dispatch_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3041701Z test_dispatch_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3052232Z test_dispatch_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3063076Z test_dispatch_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3073698Z test_dispatch_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3084295Z test_dispatch_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3094936Z test_dispatch_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3105903Z test_dispatch_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3116515Z test_dispatch_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3127550Z test_dispatch_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3138394Z test_dispatch_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3149298Z test_dispatch_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3159929Z test_dispatch_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3170450Z test_dispatch_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3181208Z test_dispatch_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3191958Z test_dispatch_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3202749Z test_dispatch_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3213185Z test_dispatch_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3223931Z test_dispatch_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3234497Z test_dispatch_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3244935Z test_dispatch_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3255542Z test_dispatch_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3266394Z test_dispatch_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3277776Z test_dispatch_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3288850Z test_dispatch_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3299993Z test_dispatch_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3310652Z test_dispatch_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3321185Z test_dispatch_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3331750Z test_dispatch_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3342632Z test_dispatch_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3353225Z test_dispatch_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3363725Z test_dispatch_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3374511Z test_dispatch_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3385255Z test_dispatch_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3395779Z test_dispatch_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3406434Z test_dispatch_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3417211Z test_dispatch_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3428062Z test_dispatch_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3438586Z test_dispatch_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3449362Z test_dispatch_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3461037Z test_dispatch_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3472665Z test_dispatch_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3483794Z test_dispatch_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3494310Z test_dispatch_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3505384Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3515994Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3526616Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3537668Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3548320Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3558948Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3569679Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3580567Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3591359Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3602070Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3612791Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3623750Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3634474Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3645301Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3656241Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3667076Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3677840Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3689012Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3700539Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3712091Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3723499Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3734887Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3745557Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3755961Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3766525Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3776912Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3787464Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3797835Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3808253Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3818618Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3829132Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3839619Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3849933Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3860315Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3870736Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3881004Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3891295Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3901922Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3912168Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3922474Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3932782Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3943693Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3955147Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3966530Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3977487Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3988159Z test_dispatch_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.3998670Z test_dispatch_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4009224Z test_dispatch_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4019956Z test_dispatch_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4030685Z test_dispatch_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4041333Z test_dispatch_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4051977Z test_dispatch_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4062800Z test_dispatch_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4073377Z test_dispatch_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4083955Z test_dispatch_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4094738Z test_dispatch_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4105508Z test_dispatch_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4116177Z test_dispatch_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4126924Z test_dispatch_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4137643Z test_dispatch_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4148403Z test_dispatch_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4158964Z test_dispatch_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4169552Z test_dispatch_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4180213Z test_dispatch_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4191400Z test_dispatch_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4201562Z test_dispatch_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4212218Z test_dispatch_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4223093Z test_dispatch_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4234247Z test_dispatch_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4244346Z test_dispatch_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4255017Z test_dispatch_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4265765Z test_dispatch_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4276349Z test_dispatch_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4286983Z test_dispatch_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4297738Z test_dispatch_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4308503Z test_dispatch_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4319228Z test_dispatch_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4329834Z test_dispatch_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4340567Z test_dispatch_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4351270Z test_dispatch_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4362098Z test_dispatch_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4372802Z test_dispatch_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4383776Z test_dispatch_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4394337Z test_dispatch_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4404946Z test_dispatch_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4415697Z test_dispatch_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4426491Z test_dispatch_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4437115Z test_dispatch_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4447786Z test_dispatch_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4458502Z test_dispatch_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4469439Z test_dispatch_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4480018Z test_dispatch_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4490689Z test_dispatch_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4501537Z test_dispatch_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4512428Z test_dispatch_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4522973Z test_dispatch_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4533835Z test_dispatch_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4544428Z test_dispatch_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4555075Z test_dispatch_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4565629Z test_dispatch_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4576355Z test_dispatch_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4587061Z test_dispatch_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4597746Z test_dispatch_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4608296Z test_dispatch_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4619024Z test_dispatch_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4629729Z test_dispatch_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4640383Z test_dispatch_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4651048Z test_dispatch_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4661934Z test_dispatch_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4672546Z test_dispatch_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4683282Z test_dispatch_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4694454Z test_dispatch_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4706060Z test_dispatch_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4717230Z test_dispatch_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4728684Z test_dispatch_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4739868Z test_dispatch_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4750683Z test_dispatch_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4761117Z test_dispatch_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4771668Z test_dispatch_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4782272Z test_dispatch_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4792860Z test_dispatch_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4803214Z test_dispatch_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4813526Z test_dispatch_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4823982Z test_dispatch_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4834216Z test_dispatch_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4844740Z test_dispatch_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4855136Z test_dispatch_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4865593Z test_dispatch_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4875906Z test_dispatch_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4886222Z test_dispatch_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4896659Z test_dispatch_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4907103Z test_dispatch_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4917357Z test_dispatch_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4927645Z test_dispatch_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4938099Z test_dispatch_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4949007Z test_dispatch_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4960199Z test_dispatch_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4971472Z test_dispatch_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4982853Z test_dispatch_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.4993945Z test_dispatch_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5004487Z test_dispatch_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5014912Z test_dispatch_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5025795Z test_dispatch_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5036131Z test_dispatch_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5046555Z test_dispatch_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5057183Z test_dispatch_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5067541Z test_dispatch_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5077911Z test_dispatch_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5088236Z test_dispatch_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5098808Z test_dispatch_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5109240Z test_dispatch_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5119645Z test_dispatch_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5129909Z test_dispatch_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5140565Z test_dispatch_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5150813Z test_dispatch_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5161101Z test_dispatch_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5171351Z test_dispatch_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5182070Z test_dispatch_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5192342Z test_dispatch_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5203065Z test_dispatch_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5214365Z test_dispatch_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5225864Z test_dispatch_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5237081Z test_dispatch_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5248101Z test_dispatch_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5258801Z test_dispatch_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5269212Z test_dispatch_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5279710Z test_dispatch_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5290006Z test_dispatch_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5300579Z test_dispatch_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5311040Z test_dispatch_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5321477Z test_dispatch_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5331819Z test_dispatch_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5342607Z test_dispatch_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5353105Z test_dispatch_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5363458Z test_dispatch_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5373952Z test_dispatch_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5384635Z test_dispatch_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5394972Z test_dispatch_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5405273Z test_dispatch_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5415845Z test_dispatch_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5426552Z test_dispatch_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5436646Z test_dispatch_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5446758Z test_dispatch_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5457645Z test_dispatch_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5469082Z test_dispatch_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5480421Z test_dispatch_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5491505Z test_dispatch_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5502852Z test_dispatch_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5513333Z test_dispatch_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5523739Z test_dispatch_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5534240Z test_dispatch_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5544762Z test_dispatch_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5555168Z test_dispatch_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5565518Z test_dispatch_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5575992Z test_dispatch_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5586507Z test_dispatch_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5596759Z test_dispatch_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5607258Z test_dispatch_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5618271Z test_dispatch_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5628237Z test_dispatch_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5638403Z test_dispatch_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5648663Z test_dispatch_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5659077Z test_dispatch_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5669503Z test_dispatch_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5679834Z test_dispatch_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5690197Z test_dispatch_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5700636Z test_dispatch_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5711463Z test_dispatch_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5722734Z test_dispatch_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5733948Z test_dispatch_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5745480Z test_dispatch_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5756322Z test_dispatch_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5766796Z test_dispatch_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5777274Z test_dispatch_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5787859Z test_dispatch_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5798314Z test_dispatch_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5808731Z test_dispatch_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5819214Z test_dispatch_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5829673Z test_dispatch_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5840160Z test_dispatch_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5850463Z test_dispatch_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5861233Z test_dispatch_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5871867Z test_dispatch_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5882498Z test_dispatch_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5893023Z test_dispatch_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5903801Z test_dispatch_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5914343Z test_dispatch_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5924963Z test_dispatch_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5935706Z test_dispatch_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5946403Z test_dispatch_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5956905Z test_dispatch_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5967804Z test_dispatch_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5979291Z test_dispatch_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.5990007Z test_dispatch_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6000819Z test_dispatch_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6011227Z test_dispatch_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6022160Z test_dispatch_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6032690Z test_dispatch_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6043375Z test_dispatch_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6053933Z test_dispatch_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6064845Z test_dispatch_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6075360Z test_dispatch_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6085921Z test_dispatch_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6096623Z test_dispatch_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6107232Z test_dispatch_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6117972Z test_dispatch_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6128460Z test_dispatch_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6139190Z test_dispatch_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6149752Z test_dispatch_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6160322Z test_dispatch_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6170868Z test_dispatch_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6181563Z test_dispatch_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6192193Z test_dispatch_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6202770Z test_dispatch_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6213465Z test_dispatch_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6224155Z test_dispatch_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6234791Z test_dispatch_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6245406Z test_dispatch_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6256162Z test_dispatch_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6266800Z test_dispatch_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6277408Z test_dispatch_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6288067Z test_dispatch_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6299164Z test_dispatch_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6310260Z test_dispatch_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6321250Z test_dispatch_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6332157Z test_dispatch_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6343381Z test_dispatch_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6354421Z test_dispatch_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6365400Z test_dispatch_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6376557Z test_dispatch_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6387637Z test_dispatch_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6398598Z test_dispatch_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6409574Z test_dispatch_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6420741Z test_dispatch_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6431742Z test_dispatch_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6442761Z test_dispatch_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6453765Z test_dispatch_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6465017Z test_dispatch_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6476032Z test_dispatch_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6486912Z test_dispatch_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6497988Z test_dispatch_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6509119Z test_dispatch_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6520087Z test_dispatch_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6531010Z test_dispatch_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6542286Z test_dispatch_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6553164Z test_dispatch_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6564200Z test_dispatch_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6575279Z test_dispatch_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6586426Z test_dispatch_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6597484Z test_dispatch_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6608536Z test_dispatch_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6619701Z test_dispatch_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6630865Z test_dispatch_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6641909Z test_dispatch_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6652885Z test_dispatch_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6664713Z test_dispatch_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6676769Z test_dispatch_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6687962Z test_dispatch_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6698588Z test_dispatch_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6709593Z test_dispatch_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6720082Z test_dispatch_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6730728Z test_dispatch_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6741661Z test_dispatch_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6752417Z test_dispatch_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6763087Z test_dispatch_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6773780Z test_dispatch_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6784701Z test_dispatch_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6795510Z test_dispatch_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6806350Z test_dispatch_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6817526Z test_dispatch_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6828023Z test_dispatch_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6838623Z test_dispatch_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6849271Z test_dispatch_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6859948Z test_dispatch_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6870742Z test_dispatch_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6881215Z test_dispatch_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6891852Z test_dispatch_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6902751Z test_dispatch_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6913727Z test_dispatch_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6924654Z test_dispatch_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6935665Z test_dispatch_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6947004Z test_dispatch_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6957590Z test_dispatch_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6968089Z test_dispatch_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6979106Z test_dispatch_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.6989760Z test_dispatch_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7000310Z test_dispatch_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7010857Z test_dispatch_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7021553Z test_dispatch_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7032141Z test_dispatch_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7042688Z test_dispatch_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7053287Z test_dispatch_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7064145Z test_dispatch_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7074675Z test_dispatch_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7085182Z test_dispatch_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7095877Z test_dispatch_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7106479Z test_dispatch_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7117054Z test_dispatch_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7127517Z test_dispatch_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7138162Z test_dispatch_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7148916Z test_dispatch_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7159603Z test_dispatch_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7170065Z test_dispatch_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7180824Z test_dispatch_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7191597Z test_dispatch_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7202231Z test_dispatch_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7212767Z test_dispatch_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7223550Z test_dispatch_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7234109Z test_dispatch_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7244627Z test_dispatch_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7255197Z test_dispatch_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7265907Z test_dispatch_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7276351Z test_dispatch_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7287052Z test_dispatch_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7297767Z test_dispatch_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7308480Z test_dispatch_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7318964Z test_dispatch_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7329514Z test_dispatch_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7340143Z test_dispatch_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7351021Z test_dispatch_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7361473Z test_dispatch_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7372143Z test_dispatch_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7382791Z test_dispatch_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7393338Z test_dispatch_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7403967Z test_dispatch_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7414630Z test_dispatch_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7425125Z test_dispatch_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7435612Z test_dispatch_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7446083Z test_dispatch_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7456757Z test_dispatch_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7467372Z test_dispatch_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7477912Z test_dispatch_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7488538Z test_dispatch_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7498996Z test_dispatch_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7509620Z test_dispatch_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7520151Z test_dispatch_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7530662Z test_dispatch_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7541348Z test_dispatch_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7551977Z test_dispatch_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7562548Z test_dispatch_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7573128Z test_dispatch_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7583838Z test_dispatch_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7594315Z test_dispatch_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7604811Z test_dispatch_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7615495Z test_dispatch_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7626142Z test_dispatch_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7636610Z test_dispatch_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7647091Z test_dispatch_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7657756Z test_dispatch_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7668375Z test_dispatch_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7678841Z test_dispatch_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7689307Z test_dispatch_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7699891Z test_dispatch_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7710484Z test_dispatch_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7720933Z test_dispatch_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7731410Z test_dispatch_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7742251Z test_dispatch_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7752717Z test_dispatch_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7763175Z test_dispatch_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7773789Z test_dispatch_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7784563Z test_dispatch_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7795055Z test_dispatch_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7805648Z test_dispatch_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7816102Z test_dispatch_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7826722Z test_dispatch_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7837157Z test_dispatch_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7847833Z test_dispatch_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7858495Z test_dispatch_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7869291Z test_dispatch_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7879777Z test_dispatch_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7890244Z test_dispatch_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7900891Z test_dispatch_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7911602Z test_dispatch_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7922379Z test_dispatch_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7932628Z test_dispatch_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7943387Z test_dispatch_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7953880Z test_dispatch_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7964448Z test_dispatch_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7975049Z test_dispatch_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7985692Z test_dispatch_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.7996177Z test_dispatch_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8006783Z test_dispatch_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8017360Z test_dispatch_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8027997Z test_dispatch_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8038417Z test_dispatch_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8048886Z test_dispatch_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8059583Z test_dispatch_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8070272Z test_dispatch_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8080767Z test_dispatch_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8091282Z test_dispatch_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8102120Z test_dispatch_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8112696Z test_dispatch_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8123228Z test_dispatch_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8133787Z test_dispatch_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8144765Z test_dispatch_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8155420Z test_dispatch_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8166109Z test_dispatch_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8176991Z test_dispatch_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8188083Z test_dispatch_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8198892Z test_dispatch_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8209769Z test_dispatch_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8220636Z test_dispatch_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8231519Z test_dispatch_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8242403Z test_dispatch_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8253242Z test_dispatch_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8264414Z test_dispatch_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8275168Z test_dispatch_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8285918Z test_dispatch_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8296915Z test_dispatch_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8307838Z test_dispatch_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8318664Z test_dispatch_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8329399Z test_dispatch_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8340276Z test_dispatch_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8351155Z test_dispatch_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8361930Z test_dispatch_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8372756Z test_dispatch_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8383949Z test_dispatch_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8394584Z test_dispatch_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8405374Z test_dispatch_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8416269Z test_dispatch_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8436502Z test_dispatch_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8438608Z test_dispatch_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8449737Z test_dispatch_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8460675Z test_dispatch_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8471101Z test_dispatch_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8481495Z test_dispatch_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8492113Z test_dispatch_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8502934Z test_dispatch_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8513477Z test_dispatch_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8524481Z test_dispatch_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8534756Z test_dispatch_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8545482Z test_dispatch_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8556076Z test_dispatch_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8566559Z test_dispatch_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8577169Z test_dispatch_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8587841Z test_dispatch_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8598326Z test_dispatch_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8608863Z test_dispatch_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8619529Z test_dispatch_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8630355Z test_dispatch_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8641524Z test_dispatch_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8651391Z test_dispatch_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8662872Z test_dispatch_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8673136Z test_dispatch_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8683941Z test_dispatch_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8694883Z test_dispatch_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8705809Z test_dispatch_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8716586Z test_dispatch_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8727421Z test_dispatch_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8738517Z test_dispatch_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8749048Z test_dispatch_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8759610Z test_dispatch_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8770204Z test_dispatch_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8780945Z test_dispatch_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8791740Z test_dispatch_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8802243Z test_dispatch_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8812881Z test_dispatch_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8823641Z test_dispatch_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8834198Z test_dispatch_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8844723Z test_dispatch_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8855336Z test_dispatch_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8866805Z test_dispatch_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8877017Z test_dispatch_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8887685Z test_dispatch_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8898418Z test_dispatch_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8909337Z test_dispatch_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8920148Z test_dispatch_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8930876Z test_dispatch_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8941962Z test_dispatch_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8952603Z test_dispatch_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8963168Z test_dispatch_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8973840Z test_dispatch_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8984568Z test_dispatch_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.8995137Z test_dispatch_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9005876Z test_dispatch_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9016506Z test_dispatch_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9027051Z test_dispatch_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9037636Z test_dispatch_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9048198Z test_dispatch_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9058819Z test_dispatch_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9069578Z test_dispatch_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9080199Z test_dispatch_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9090848Z test_dispatch_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9101590Z test_dispatch_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9112318Z test_dispatch_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9123049Z test_dispatch_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9133721Z test_dispatch_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9145428Z test_dispatch_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9155443Z test_dispatch_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9166387Z test_dispatch_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9176931Z test_dispatch_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9187759Z test_dispatch_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9198429Z test_dispatch_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9209009Z test_dispatch_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9219738Z test_dispatch_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9230528Z test_dispatch_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9241375Z test_dispatch_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9251885Z test_dispatch_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9262728Z test_dispatch_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9273632Z test_dispatch_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9283987Z test_dispatch_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9294614Z test_dispatch_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9305462Z test_dispatch_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9316088Z test_dispatch_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9326552Z test_dispatch_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9337183Z test_dispatch_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9347924Z test_dispatch_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9358430Z test_dispatch_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9369157Z test_dispatch_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9379639Z test_dispatch_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9390301Z test_dispatch_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9400856Z test_dispatch_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9411421Z test_dispatch_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9422463Z test_dispatch_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9432864Z test_dispatch_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9443395Z test_dispatch_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9453849Z test_dispatch_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9464725Z test_dispatch_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9475285Z test_dispatch_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9485693Z test_dispatch_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9496320Z test_dispatch_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9506993Z test_dispatch_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9517600Z test_dispatch_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9528167Z test_dispatch_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9538903Z test_dispatch_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9549576Z test_dispatch_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9560726Z test_dispatch_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9570683Z test_dispatch_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9581329Z test_dispatch_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9591926Z test_dispatch_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9602501Z test_dispatch_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9612984Z test_dispatch_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9624262Z test_dispatch_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9635867Z test_dispatch_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9646326Z test_dispatch_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9656898Z test_dispatch_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9667942Z test_dispatch_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9678557Z test_dispatch_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9689021Z test_dispatch_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9699631Z test_dispatch_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9710293Z test_dispatch_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9720845Z test_dispatch_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9731459Z test_dispatch_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9742370Z test_dispatch_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9752782Z test_dispatch_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9763377Z test_dispatch_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9773881Z test_dispatch_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9784728Z test_dispatch_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9795235Z test_dispatch_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9805930Z test_dispatch_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9816646Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9827383Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9837970Z test_dispatch_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9848654Z test_dispatch_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9859402Z test_dispatch_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9870140Z test_dispatch_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9881487Z test_dispatch_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9892084Z test_dispatch_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9902912Z test_dispatch_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9913733Z test_dispatch_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9924409Z test_dispatch_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9935099Z test_dispatch_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9946094Z test_dispatch_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9956789Z test_dispatch_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9967499Z test_dispatch_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9978342Z test_dispatch_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:25.9990072Z test_dispatch_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0001358Z test_dispatch_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0012125Z test_dispatch_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0023131Z test_dispatch_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0033695Z test_dispatch_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0044377Z test_dispatch_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0055212Z test_dispatch_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0066055Z test_dispatch_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0076789Z test_dispatch_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0087454Z test_dispatch_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0098312Z test_dispatch_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0109083Z test_dispatch_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0119836Z test_dispatch_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0130356Z test_dispatch_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0141046Z test_dispatch_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0151831Z test_dispatch_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0162366Z test_dispatch_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0172927Z test_dispatch_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0183684Z test_dispatch_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0194273Z test_dispatch_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0204979Z test_dispatch_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0215583Z test_dispatch_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0226345Z test_dispatch_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0236869Z test_dispatch_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0247473Z test_dispatch_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0258180Z test_dispatch_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0268840Z test_dispatch_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0279439Z test_dispatch_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0290035Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0300746Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0311413Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0322042Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0332705Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0343562Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0354116Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0364650Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0375199Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0386061Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0396553Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0407090Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0417776Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0428576Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0439024Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0449546Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0457346Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0463976Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0470883Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0477721Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0484626Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0491536Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0498590Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0505383Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0512307Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0519252Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0525927Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0532938Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0539996Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0547161Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0554076Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0561081Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.0571830Z test_dispatch_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0583173Z test_dispatch_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0594107Z test_dispatch_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0605204Z test_dispatch_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0616578Z test_dispatch_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0627686Z test_dispatch_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0639193Z test_dispatch_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0649672Z test_dispatch_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0660413Z test_dispatch_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0672065Z test_dispatch_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0682835Z test_dispatch_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0693615Z test_dispatch_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0704647Z test_dispatch_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0715485Z test_dispatch_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0726305Z test_dispatch_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0737258Z test_dispatch_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0748146Z test_dispatch_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0758862Z test_dispatch_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0769578Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0780423Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0791292Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0802131Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0812795Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0823827Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0834675Z test_dispatch_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0845475Z test_dispatch_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0856278Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0867101Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0877688Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0888623Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0899354Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0910175Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0921002Z test_dispatch_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0932041Z test_dispatch_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0943135Z test_dispatch_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0953657Z test_dispatch_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0964409Z test_dispatch_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0975295Z test_dispatch_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0986228Z test_dispatch_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.0997004Z test_dispatch_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1007703Z test_dispatch_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1018636Z test_dispatch_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1029527Z test_dispatch_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1040489Z test_dispatch_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1050974Z test_dispatch_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1062015Z test_dispatch_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1072721Z test_dispatch_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1083455Z test_dispatch_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1094085Z test_dispatch_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1104870Z test_dispatch_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1115520Z test_dispatch_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1126171Z test_dispatch_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1137047Z test_dispatch_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1147781Z test_dispatch_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1158369Z test_dispatch_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1169004Z test_dispatch_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1179828Z test_dispatch_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1190735Z test_dispatch_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1201593Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1212175Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1223033Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1233734Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1244413Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1255122Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1265753Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1276383Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1283863Z test_dispatch_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.1291460Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.1298057Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.1305157Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.1312230Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.1318987Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.1326366Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.1333021Z test_dispatch_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.1343649Z test_dispatch_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1353990Z test_dispatch_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1364487Z test_dispatch_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1374965Z test_dispatch_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1386002Z test_dispatch_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1396292Z test_dispatch_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1407020Z test_dispatch_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1417514Z test_dispatch_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1428532Z test_dispatch_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1439352Z test_dispatch_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1450225Z test_dispatch_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1461197Z test_dispatch_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1472178Z test_dispatch_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1483005Z test_dispatch_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1493842Z test_dispatch_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1505045Z test_dispatch_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1515778Z test_dispatch_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1526671Z test_dispatch_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1537589Z test_dispatch_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1548566Z test_dispatch_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1559385Z test_dispatch_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1570227Z test_dispatch_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1581253Z test_dispatch_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1592237Z test_dispatch_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1603077Z test_dispatch_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1613891Z test_dispatch_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1624933Z test_dispatch_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1635817Z test_dispatch_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1646778Z test_dispatch_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1657517Z test_dispatch_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1668394Z test_dispatch_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1679040Z test_dispatch_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1690059Z test_dispatch_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1700808Z test_dispatch_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1711587Z test_dispatch_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1722286Z test_dispatch_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1732964Z test_dispatch_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1744175Z test_dispatch_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1754918Z test_dispatch_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1765444Z test_dispatch_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1776281Z test_dispatch_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1787240Z test_dispatch_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1798220Z test_dispatch_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1809142Z test_dispatch_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1819946Z test_dispatch_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1830849Z test_dispatch_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1841651Z test_dispatch_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1852392Z test_dispatch_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1863370Z test_dispatch_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1874123Z test_dispatch_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1884895Z test_dispatch_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1895999Z test_dispatch_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1906790Z test_dispatch_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1917401Z test_dispatch_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1928241Z test_dispatch_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1939068Z test_dispatch_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1949873Z test_dispatch_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1960639Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1971397Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1982423Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.1993159Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2003821Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2014598Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2025540Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2036255Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2046969Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2057808Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2068741Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2079490Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2090221Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2101072Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2112031Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2122784Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2133598Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2144627Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2155480Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2166188Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2177386Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2188294Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2198997Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2209760Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2220732Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2228330Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2235277Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2242044Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2248977Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2255940Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2263437Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2270160Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2276831Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2283678Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2290816Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2298339Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2305127Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2312054Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2318965Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2326007Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2333085Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2339925Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2347199Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2353727Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2360914Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2367657Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2375247Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2382203Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2389051Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2395967Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2402641Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2409685Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2416397Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2423642Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2430721Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2437427Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2444288Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:26.2456042Z test_dispatch_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2467579Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2478523Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2489297Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2500157Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2511017Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2521654Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2532373Z test_dispatch_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2543228Z test_dispatch_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2553769Z test_dispatch_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2564521Z test_dispatch_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2575175Z test_dispatch_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2585995Z test_dispatch_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2596588Z test_dispatch_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2607124Z test_dispatch_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2617880Z test_dispatch_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2628697Z test_dispatch_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2639317Z test_dispatch_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2649926Z test_dispatch_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2660794Z test_dispatch_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2671384Z test_dispatch_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2682031Z test_dispatch_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2692919Z test_dispatch_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2703952Z test_dispatch_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2714703Z test_dispatch_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2725227Z test_dispatch_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2736311Z test_dispatch_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2747010Z test_dispatch_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2757688Z test_dispatch_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2768162Z test_dispatch_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2778881Z test_dispatch_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2789591Z test_dispatch_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2800107Z test_dispatch_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2810647Z test_dispatch_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2821253Z test_dispatch_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2831948Z test_dispatch_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2842458Z test_dispatch_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2852992Z test_dispatch_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2863724Z test_dispatch_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2874298Z test_dispatch_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2884818Z test_dispatch_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2895488Z test_dispatch_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2906369Z test_dispatch_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2917257Z test_dispatch_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2928195Z test_dispatch_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2939305Z test_dispatch_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2950458Z test_dispatch_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2961426Z test_dispatch_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2972404Z test_dispatch_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2983836Z test_dispatch_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.2994827Z test_dispatch_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3005835Z test_dispatch_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3016981Z test_dispatch_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3028151Z test_dispatch_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3039203Z test_dispatch_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3050458Z test_dispatch_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3061505Z test_dispatch_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3072688Z test_dispatch_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3083615Z test_dispatch_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3094618Z test_dispatch_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3105670Z test_dispatch_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3116821Z test_dispatch_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3127524Z test_dispatch_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3138621Z test_dispatch_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3149729Z test_dispatch_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3160640Z test_dispatch_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3171530Z test_dispatch_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3182825Z test_dispatch_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3193856Z test_dispatch_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3204822Z test_dispatch_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3215989Z test_dispatch_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3227114Z test_dispatch_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3238159Z test_dispatch_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3249204Z test_dispatch_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3260515Z test_dispatch_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3271498Z test_dispatch_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3282744Z test_dispatch_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3293805Z test_dispatch_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3305120Z test_dispatch_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3316070Z test_dispatch_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3327179Z test_dispatch_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3338031Z test_dispatch_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3349097Z test_dispatch_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3360061Z test_dispatch_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3371005Z test_dispatch_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3382344Z test_dispatch_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3393254Z test_dispatch_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3404176Z test_dispatch_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3415214Z test_dispatch_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3426631Z test_dispatch_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3437525Z test_dispatch_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3450093Z test_dispatch_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3462257Z test_dispatch_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3473427Z test_dispatch_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3484376Z test_dispatch_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3495523Z test_dispatch_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3507001Z test_dispatch_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3517826Z test_dispatch_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3528880Z test_dispatch_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3540481Z test_dispatch_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3551185Z test_dispatch_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3562157Z test_dispatch_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3573065Z test_dispatch_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3584413Z test_dispatch_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3595157Z test_dispatch_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3605950Z test_dispatch_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3616863Z test_dispatch_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3627798Z test_dispatch_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3638618Z test_dispatch_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3649518Z test_dispatch_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3660587Z test_dispatch_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3671635Z test_dispatch_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3682607Z test_dispatch_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3693378Z test_dispatch_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3704404Z test_dispatch_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3715234Z test_dispatch_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3726169Z test_dispatch_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3737167Z test_dispatch_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3748385Z test_dispatch_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3759509Z test_dispatch_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3770434Z test_dispatch_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3781350Z test_dispatch_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3792422Z test_dispatch_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3803366Z test_dispatch_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3814776Z test_dispatch_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3825673Z test_dispatch_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3836530Z test_dispatch_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3847410Z test_dispatch_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3858416Z test_dispatch_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3869460Z test_dispatch_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3880407Z test_dispatch_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3891315Z test_dispatch_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3902702Z test_dispatch_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3913597Z test_dispatch_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3924516Z test_dispatch_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3935572Z test_dispatch_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3946982Z test_dispatch_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3957808Z test_dispatch_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3968643Z test_dispatch_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3979615Z test_dispatch_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.3991050Z test_dispatch_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4002191Z test_dispatch_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4013187Z test_dispatch_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4024310Z test_dispatch_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4035145Z test_dispatch_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4046238Z test_dispatch_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4057149Z test_dispatch_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4068243Z test_dispatch_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4078973Z test_dispatch_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4089893Z test_dispatch_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4100800Z test_dispatch_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4111649Z test_dispatch_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4122513Z test_dispatch_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4133379Z test_dispatch_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4144397Z test_dispatch_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4155153Z test_dispatch_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4165968Z test_dispatch_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4176980Z test_dispatch_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4187688Z test_dispatch_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4198429Z test_dispatch_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4209180Z test_dispatch_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4220228Z test_dispatch_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4231112Z test_dispatch_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4241846Z test_dispatch_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4252664Z test_dispatch_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4264457Z test_dispatch_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4275544Z test_dispatch_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4286828Z test_dispatch_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4298122Z test_dispatch_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4309391Z test_dispatch_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4320692Z test_dispatch_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4331788Z test_dispatch_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4343260Z test_dispatch_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4354496Z test_dispatch_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4365662Z test_dispatch_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4376601Z test_dispatch_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4387508Z test_dispatch_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4398318Z test_dispatch_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4409183Z test_dispatch_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4420386Z test_dispatch_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4431336Z test_dispatch_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4442197Z test_dispatch_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4453117Z test_dispatch_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4464411Z test_dispatch_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4475312Z test_dispatch_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4486235Z test_dispatch_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4497295Z test_dispatch_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4508870Z test_dispatch_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4519494Z test_dispatch_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4530110Z test_dispatch_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4541102Z test_dispatch_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4552008Z test_dispatch_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4562965Z test_dispatch_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4573763Z test_dispatch_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4584852Z test_dispatch_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4595601Z test_dispatch_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4606559Z test_dispatch_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4617443Z test_dispatch_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4628359Z test_dispatch_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4639100Z test_dispatch_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4649916Z test_dispatch_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4660974Z test_dispatch_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4671904Z test_dispatch_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4682641Z test_dispatch_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4693405Z test_dispatch_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4704458Z test_dispatch_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4715353Z test_dispatch_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4726423Z test_dispatch_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4737631Z test_dispatch_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4749177Z test_dispatch_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4759690Z test_dispatch_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4770820Z test_dispatch_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4782066Z test_dispatch_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4792986Z test_dispatch_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4803945Z test_dispatch_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4814912Z test_dispatch_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4826079Z test_dispatch_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4837006Z test_dispatch_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4847950Z test_dispatch_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4859035Z test_dispatch_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4870175Z test_dispatch_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4881024Z test_dispatch_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4892055Z test_dispatch_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4903253Z test_dispatch_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4914186Z test_dispatch_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4925149Z test_dispatch_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4936229Z test_dispatch_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4947340Z test_dispatch_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4958299Z test_dispatch_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4969331Z test_dispatch_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4980900Z test_dispatch_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.4991769Z test_dispatch_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5002737Z test_dispatch_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5013774Z test_dispatch_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5024943Z test_dispatch_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5035906Z test_dispatch_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5046972Z test_dispatch_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5058032Z test_dispatch_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5069332Z test_dispatch_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5080205Z test_dispatch_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5091199Z test_dispatch_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5102491Z test_dispatch_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5113486Z test_dispatch_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5124583Z test_dispatch_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5135636Z test_dispatch_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5146779Z test_dispatch_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5157787Z test_dispatch_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5168866Z test_dispatch_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5179932Z test_dispatch_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5191004Z test_dispatch_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5202019Z test_dispatch_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5213198Z test_dispatch_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5224521Z test_dispatch_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5235441Z test_dispatch_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5246472Z test_dispatch_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5257741Z test_dispatch_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5268875Z test_dispatch_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5279583Z test_dispatch_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5290572Z test_dispatch_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5301676Z test_dispatch_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5312791Z test_dispatch_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5324032Z test_dispatch_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5335103Z test_dispatch_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5346401Z test_dispatch_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5357470Z test_dispatch_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5368587Z test_dispatch_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5379811Z test_dispatch_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5391001Z test_dispatch_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5402078Z test_dispatch_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5413083Z test_dispatch_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5424379Z test_dispatch_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5435389Z test_dispatch_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5446318Z test_dispatch_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5457404Z test_dispatch_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5468564Z test_dispatch_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5479651Z test_dispatch_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5490688Z test_dispatch_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5501565Z test_dispatch_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5512680Z test_dispatch_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5523712Z test_dispatch_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5534838Z test_dispatch_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5545853Z test_dispatch_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5556869Z test_dispatch_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5567638Z test_dispatch_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5578619Z test_dispatch_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5589527Z test_dispatch_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5600411Z test_dispatch_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5610912Z test_dispatch_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5621603Z test_dispatch_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5632297Z test_dispatch_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5642877Z test_dispatch_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5653654Z test_dispatch_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5664460Z test_dispatch_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5674966Z test_dispatch_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5685466Z test_dispatch_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5696071Z test_dispatch_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5706700Z test_dispatch_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5717268Z test_dispatch_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5727945Z test_dispatch_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5738816Z test_dispatch_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5750406Z test_dispatch_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5760784Z test_dispatch_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5771468Z test_dispatch_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5782259Z test_dispatch_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5792835Z test_dispatch_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5803455Z test_dispatch_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5813937Z test_dispatch_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5824681Z test_dispatch_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5835171Z test_dispatch_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5845692Z test_dispatch_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5856426Z test_dispatch_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5867044Z test_dispatch_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5877592Z test_dispatch_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5888098Z test_dispatch_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5898738Z test_dispatch_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5909381Z test_dispatch_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5919957Z test_dispatch_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5930347Z test_dispatch_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5941030Z test_dispatch_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5951842Z test_dispatch_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5962437Z test_dispatch_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5973007Z test_dispatch_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5984000Z test_dispatch_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.5995291Z test_dispatch_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6006413Z test_dispatch_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6017134Z test_dispatch_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6027850Z test_dispatch_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6038492Z test_dispatch_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6049216Z test_dispatch_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6059971Z test_dispatch_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6070798Z test_dispatch_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6081346Z test_dispatch_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6091911Z test_dispatch_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6102702Z test_dispatch_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6113312Z test_dispatch_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6123725Z test_dispatch_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6134404Z test_dispatch_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6145105Z test_dispatch_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6155590Z test_dispatch_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6166143Z test_dispatch_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6177062Z test_dispatch_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6187814Z test_dispatch_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6198352Z test_dispatch_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6208999Z test_dispatch_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6219759Z test_dispatch_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6230514Z test_dispatch_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6241221Z test_dispatch_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6251948Z test_dispatch_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6262713Z test_dispatch_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6273368Z test_dispatch_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6283925Z test_dispatch_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6294723Z test_dispatch_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6305627Z test_dispatch_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6316163Z test_dispatch_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6326802Z test_dispatch_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6337677Z test_dispatch_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6348505Z test_dispatch_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6359563Z test_dispatch_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6370599Z test_dispatch_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6381692Z test_dispatch_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6392492Z test_dispatch_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6403291Z test_dispatch_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6414089Z test_dispatch_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6425312Z test_dispatch_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6435998Z test_dispatch_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6446758Z test_dispatch_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6457601Z test_dispatch_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6468556Z test_dispatch_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6479378Z test_dispatch_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6490154Z test_dispatch_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6502032Z test_dispatch_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6512983Z test_dispatch_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6524264Z test_dispatch_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6534839Z test_dispatch_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6545736Z test_dispatch_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6556285Z test_dispatch_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6566617Z test_dispatch_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6577497Z test_dispatch_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6588039Z test_dispatch_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6598849Z test_dispatch_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6609340Z test_dispatch_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6620047Z test_dispatch_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6630737Z test_dispatch_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6641291Z test_dispatch_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6651899Z test_dispatch_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6662878Z test_dispatch_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6673399Z test_dispatch_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6683994Z test_dispatch_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6694636Z test_dispatch_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6705661Z test_dispatch_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6716629Z test_dispatch_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6727377Z test_dispatch_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6738403Z test_dispatch_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6749339Z test_dispatch_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6760739Z test_dispatch_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6771640Z test_dispatch_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6782858Z test_dispatch_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6793532Z test_dispatch_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6805295Z test_dispatch_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6816679Z test_dispatch_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6828096Z test_dispatch_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6839380Z test_dispatch_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6850771Z test_dispatch_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6862351Z test_dispatch_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6873669Z test_dispatch_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6885055Z test_dispatch_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6896398Z test_dispatch_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6907814Z test_dispatch_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6919109Z test_dispatch_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6930426Z test_dispatch_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6942337Z test_dispatch_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6953580Z test_dispatch_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6964857Z test_dispatch_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6976273Z test_dispatch_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6987695Z test_dispatch_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.6998951Z test_dispatch_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7010455Z test_dispatch_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7022110Z test_dispatch_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7033221Z test_dispatch_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7044523Z test_dispatch_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7055113Z test_dispatch_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7065977Z test_dispatch_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7076603Z test_dispatch_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7087287Z test_dispatch_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7098032Z test_dispatch_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7108870Z test_dispatch_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7119523Z test_dispatch_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7130213Z test_dispatch_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7140969Z test_dispatch_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7151754Z test_dispatch_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7162464Z test_dispatch_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7173206Z test_dispatch_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7184141Z test_dispatch_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7194794Z test_dispatch_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7205468Z test_dispatch_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7216261Z test_dispatch_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7227028Z test_dispatch_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7237658Z test_dispatch_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7248573Z test_dispatch_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7259557Z test_dispatch_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7271339Z test_dispatch_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7282064Z test_dispatch_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7292915Z test_dispatch_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7303657Z test_dispatch_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7314280Z test_dispatch_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7324931Z test_dispatch_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7335734Z test_dispatch_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7346594Z test_dispatch_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7357194Z test_dispatch_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7367854Z test_dispatch_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7378571Z test_dispatch_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7389347Z test_dispatch_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7399986Z test_dispatch_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7410679Z test_dispatch_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7421477Z test_dispatch_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7432303Z test_dispatch_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7442950Z test_dispatch_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7453596Z test_dispatch_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7464450Z test_dispatch_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7475043Z test_dispatch_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7485967Z test_dispatch_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7496471Z test_dispatch_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7507273Z test_dispatch_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7517913Z test_dispatch_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7528515Z test_dispatch_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7539356Z test_dispatch_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7550134Z test_dispatch_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7560807Z test_dispatch_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7571484Z test_dispatch_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7582258Z test_dispatch_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7593077Z test_dispatch_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7603698Z test_dispatch_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7614441Z test_dispatch_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7625391Z test_dispatch_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7635869Z test_dispatch_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7646541Z test_dispatch_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7657333Z test_dispatch_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7668117Z test_dispatch_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7678831Z test_dispatch_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7689530Z test_dispatch_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7700365Z test_dispatch_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7711311Z test_dispatch_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7721902Z test_dispatch_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7732842Z test_dispatch_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7743600Z test_dispatch_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7754447Z test_dispatch_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7765102Z test_dispatch_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7775939Z test_dispatch_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7786830Z test_dispatch_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7797466Z test_dispatch_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7808110Z test_dispatch_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7818850Z test_dispatch_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7829793Z test_dispatch_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7840396Z test_dispatch_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7851007Z test_dispatch_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7861951Z test_dispatch_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7872768Z test_dispatch_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7883379Z test_dispatch_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7893984Z test_dispatch_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7904840Z test_dispatch_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7915496Z test_dispatch_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7926137Z test_dispatch_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7936948Z test_dispatch_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7947722Z test_dispatch_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7958487Z test_dispatch_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7968982Z test_dispatch_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7979801Z test_dispatch_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.7990894Z test_dispatch_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8001811Z test_dispatch_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8012621Z test_dispatch_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8023680Z test_dispatch_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8034446Z test_dispatch_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8045424Z test_dispatch_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8056353Z test_dispatch_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8067394Z test_dispatch_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8078228Z test_dispatch_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8089100Z test_dispatch_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8100085Z test_dispatch_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8111013Z test_dispatch_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8121826Z test_dispatch_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8132845Z test_dispatch_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8144001Z test_dispatch_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8154842Z test_dispatch_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8165671Z test_dispatch_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8176656Z test_dispatch_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8187505Z test_dispatch_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8198321Z test_dispatch_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8209127Z test_dispatch_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8220051Z test_dispatch_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8231008Z test_dispatch_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8241889Z test_dispatch_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8252636Z test_dispatch_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8263788Z test_dispatch_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8274609Z test_dispatch_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8285362Z test_dispatch_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8296319Z test_dispatch_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8307491Z test_dispatch_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8318069Z test_dispatch_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8328835Z test_dispatch_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8339787Z test_dispatch_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8350653Z test_dispatch_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8361504Z test_dispatch_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8372300Z test_dispatch_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8383440Z test_dispatch_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8394258Z test_dispatch_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8405084Z test_dispatch_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8416053Z test_dispatch_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8427120Z test_dispatch_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8438540Z test_dispatch_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8449719Z test_dispatch_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8460764Z test_dispatch_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8471678Z test_dispatch_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8482537Z test_dispatch_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8493371Z test_dispatch_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8504450Z test_dispatch_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8515163Z test_dispatch_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8525957Z test_dispatch_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8537001Z test_dispatch_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8548016Z test_dispatch_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8558761Z test_dispatch_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8569496Z test_dispatch_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8580377Z test_dispatch_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8591317Z test_dispatch_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8602180Z test_dispatch_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8612925Z test_dispatch_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8623938Z test_dispatch_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8634660Z test_dispatch_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8645440Z test_dispatch_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8656483Z test_dispatch_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8667342Z test_dispatch_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8678179Z test_dispatch_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8688986Z test_dispatch_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8699891Z test_dispatch_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8710816Z test_dispatch_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8721660Z test_dispatch_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8732425Z test_dispatch_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8743491Z test_dispatch_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8754247Z test_dispatch_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8765023Z test_dispatch_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8775886Z test_dispatch_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8786735Z test_dispatch_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8797467Z test_dispatch_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8808274Z test_dispatch_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8819217Z test_dispatch_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8830147Z test_dispatch_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8840958Z test_dispatch_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8851762Z test_dispatch_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8862913Z test_dispatch_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8873684Z test_dispatch_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8884496Z test_dispatch_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8895410Z test_dispatch_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8906380Z test_dispatch_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8917199Z test_dispatch_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8928018Z test_dispatch_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8938907Z test_dispatch_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8949813Z test_dispatch_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8960686Z test_dispatch_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8971531Z test_dispatch_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8982589Z test_dispatch_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.8993501Z test_dispatch_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9004244Z test_dispatch_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9015003Z test_dispatch_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9026051Z test_dispatch_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9036832Z test_dispatch_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9047665Z test_dispatch_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9058588Z test_dispatch_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9069465Z test_dispatch_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9080220Z test_dispatch_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9091042Z test_dispatch_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9102187Z test_dispatch_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9112976Z test_dispatch_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9310374Z test_empty_quantized_cpu (__main__.TestMetaCPU) ... ok (0.019s) 2022-09-27T16:00:26.9330905Z test_map_location_deserialize_cpu (__main__.TestMetaCPU) ... ok (0.002s) 2022-09-27T16:00:26.9343623Z test_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9355263Z test_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9366576Z test_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9377609Z test_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9389261Z test_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9400294Z test_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9411356Z test_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9422811Z test_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9433901Z test_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9445466Z test_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9456943Z test_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9468508Z test_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9479879Z test_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9491203Z test_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9503055Z test_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9514801Z test_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9525877Z test_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9537654Z test_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9548758Z test_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9559810Z test_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9571126Z test_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9582060Z test_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9593205Z test_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9603983Z test_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9615039Z test_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9626249Z test_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9637355Z test_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9648388Z test_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9659474Z test_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9670527Z test_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9681562Z test_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9692485Z test_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9703867Z test_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9714771Z test_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9725752Z test_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9736801Z test_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9748023Z test_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9758862Z test_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9769828Z test_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9781032Z test_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9792261Z test_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9803493Z test_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9814614Z test_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9825635Z test_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9836749Z test_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9847767Z test_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9859039Z test_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9870086Z test_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9881080Z test_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9892038Z test_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9903252Z test_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9914114Z test_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9925124Z test_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9936287Z test_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9947506Z test_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9958509Z test_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9969624Z test_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9980806Z test_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:26.9991901Z test_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0002983Z test_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0013973Z test_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0025432Z test_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0036481Z test_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0047468Z test_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0058709Z test_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0070233Z test_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0081116Z test_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0092439Z test_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0103508Z test_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0114542Z test_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0125614Z test_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0136747Z test_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0147960Z test_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0159027Z test_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0169918Z test_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0180983Z test_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0192092Z test_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0202975Z test_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0213787Z test_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0225035Z test_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0235787Z test_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0246583Z test_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0257655Z test_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0268645Z test_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0279541Z test_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0290377Z test_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0301653Z test_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0312498Z test_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0323353Z test_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0334373Z test_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0345248Z test_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0356024Z test_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0366898Z test_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0377945Z test_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0389126Z test_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0400036Z test_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0410764Z test_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0421668Z test_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0432644Z test_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0443470Z test_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0454391Z test_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0465367Z test_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0476193Z test_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0486993Z test_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0497880Z test_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0508775Z test_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0519577Z test_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0530425Z test_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0541502Z test_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0552749Z test_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0563404Z test_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0574300Z test_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0585293Z test_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0596063Z test_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0606862Z test_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0617759Z test_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0628701Z test_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0639430Z test_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0650241Z test_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0661246Z test_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0672081Z test_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0682946Z test_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0693741Z test_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0704886Z test_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0715576Z test_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0726380Z test_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0737258Z test_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0748224Z test_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0759161Z test_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0769936Z test_meta__masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0780883Z test_meta__masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0791741Z test_meta__masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0802908Z test_meta__masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0813516Z test_meta__masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0824621Z test_meta__masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0835438Z test_meta__masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0846234Z test_meta__masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0857399Z test_meta__masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0868104Z test_meta__masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0879009Z test_meta__masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0889835Z test_meta__masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0900704Z test_meta__masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0911685Z test_meta__masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0922663Z test_meta__masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0933598Z test_meta__masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0944741Z test_meta__masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0955549Z test_meta__masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0966465Z test_meta__masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0977650Z test_meta__masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0988576Z test_meta__masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.0999492Z test_meta__masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1010329Z test_meta__masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1021294Z test_meta__masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1032318Z test_meta__masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1043261Z test_meta__masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1054319Z test_meta__masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1065507Z test_meta__masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1086063Z test_meta__masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1087359Z test_meta__masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1098261Z test_meta__masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1109663Z test_meta__masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1120206Z test_meta__masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1131244Z test_meta__masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1142196Z test_meta__masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1153183Z test_meta__masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1164138Z test_meta__masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1175125Z test_meta__masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1186093Z test_meta__masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1196982Z test_meta__masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1207880Z test_meta__masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1218850Z test_meta__masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1229877Z test_meta__masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1240824Z test_meta__masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1251705Z test_meta__masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1262884Z test_meta__masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1273859Z test_meta__masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1284779Z test_meta__masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1296070Z test_meta__masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1306926Z test_meta__masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1317870Z test_meta__masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1328801Z test_meta__masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1339596Z test_meta__masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1350646Z test_meta__masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1361590Z test_meta__masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1372628Z test_meta__masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1383826Z test_meta__masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1394678Z test_meta__masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1405687Z test_meta__masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1416692Z test_meta__masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1427705Z test_meta__masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1438595Z test_meta__masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1449468Z test_meta__masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1460476Z test_meta__masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1471511Z test_meta__masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1482355Z test_meta__masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1493228Z test_meta__masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1504381Z test_meta__masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1515202Z test_meta__masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1526159Z test_meta__masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1537161Z test_meta__masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1548149Z test_meta__masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1558983Z test_meta__masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1570017Z test_meta__masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1580976Z test_meta__masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1591995Z test_meta__masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1602959Z test_meta__masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1613653Z test_meta__masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1624716Z test_meta__masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1635582Z test_meta__masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1646408Z test_meta__masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1657351Z test_meta__masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1668413Z test_meta__masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1678966Z test_meta__masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1689963Z test_meta__masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1700673Z test_meta__masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1711739Z test_meta__masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1722656Z test_meta__masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1733498Z test_meta__masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1744624Z test_meta__masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1755486Z test_meta__masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1766425Z test_meta__masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1777245Z test_meta__masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1788239Z test_meta__masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1799053Z test_meta__masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1809944Z test_meta__masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1820972Z test_meta__masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1832064Z test_meta__masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1842782Z test_meta__masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1853685Z test_meta__masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1864750Z test_meta__masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1875554Z test_meta__masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1886317Z test_meta__masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1897416Z test_meta__masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1908305Z test_meta__masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1919123Z test_meta__masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1929727Z test_meta__masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1940430Z test_meta__masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1951112Z test_meta__masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1961637Z test_meta__masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1972173Z test_meta__masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1983133Z test_meta__masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.1993644Z test_meta__masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2004202Z test_meta__masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2014923Z test_meta__masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2025627Z test_meta__masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2036337Z test_meta__masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2047304Z test_meta__masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2058386Z test_meta__masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2069538Z test_meta__masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2080035Z test_meta__masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2091358Z test_meta__masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2102206Z test_meta__masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2113132Z test_meta__masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2123888Z test_meta__masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2134778Z test_meta__masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2146193Z test_meta__masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2156734Z test_meta__masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2167723Z test_meta__masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2178907Z test_meta__masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2189785Z test_meta__masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2200611Z test_meta__masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2211435Z test_meta__masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2222737Z test_meta__masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2233544Z test_meta__masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2244387Z test_meta__masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2255220Z test_meta__masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2266317Z test_meta__masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2277042Z test_meta__masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2287856Z test_meta__masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2298877Z test_meta__masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2309959Z test_meta__masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2320680Z test_meta__masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2332711Z test_meta__masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2343945Z test_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2354638Z test_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2365119Z test_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2375737Z test_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2386422Z test_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2397142Z test_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2408014Z test_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2418747Z test_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2429610Z test_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2440351Z test_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2451420Z test_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2462457Z test_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2472621Z test_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2483353Z test_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2494110Z test_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2504884Z test_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2515542Z test_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2526188Z test_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2537026Z test_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2547832Z test_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2558909Z test_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2569680Z test_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2580582Z test_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2592104Z test_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2602904Z test_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2613448Z test_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2624227Z test_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2634514Z test_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2644900Z test_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2655616Z test_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2667598Z test_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2677886Z test_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2688368Z test_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2698875Z test_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2709660Z test_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2720092Z test_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2730434Z test_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2741029Z test_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2751707Z test_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2762049Z test_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2772805Z test_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2783217Z test_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2793456Z test_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2804242Z test_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2815036Z test_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2826622Z test_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2837934Z test_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2849481Z test_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2860788Z test_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2871473Z test_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2882019Z test_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2892605Z test_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2903277Z test_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2914024Z test_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2924493Z test_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2935118Z test_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2946020Z test_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2956359Z test_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2967188Z test_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2978026Z test_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2988924Z test_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.2999645Z test_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3010362Z test_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3021170Z test_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3031826Z test_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3042468Z test_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3053116Z test_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3064560Z test_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3075156Z test_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3085838Z test_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3096725Z test_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3107645Z test_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3118171Z test_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3128812Z test_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3139661Z test_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3150307Z test_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3160915Z test_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3171598Z test_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3182414Z test_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3193010Z test_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3203671Z test_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3214383Z test_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3225339Z test_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3235976Z test_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3246655Z test_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3257404Z test_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3268256Z test_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3278928Z test_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3289544Z test_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3300523Z test_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3311670Z test_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3322449Z test_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3333136Z test_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3343944Z test_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3354557Z test_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3365156Z test_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3376034Z test_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3386584Z test_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3397078Z test_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3407710Z test_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3418296Z test_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3428934Z test_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3439492Z test_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3450798Z test_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3461639Z test_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3472218Z test_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3482742Z test_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3493346Z test_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3504014Z test_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3514491Z test_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3525078Z test_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3535830Z test_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3546475Z test_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3556995Z test_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3567875Z test_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3578353Z test_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3589103Z test_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3599450Z test_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3610016Z test_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3620565Z test_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3631301Z test_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3641891Z test_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3652370Z test_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3663136Z test_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3673761Z test_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3684321Z test_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3695022Z test_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3705721Z test_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3716191Z test_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3726737Z test_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3737473Z test_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3748540Z test_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3759179Z test_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3769779Z test_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3780458Z test_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3791127Z test_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3801631Z test_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3812115Z test_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3823319Z test_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3834040Z test_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3844966Z test_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3854940Z test_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3865568Z test_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3876283Z test_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3887007Z test_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3897881Z test_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3908696Z test_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3919464Z test_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3930204Z test_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3941076Z test_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3951908Z test_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3962674Z test_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3973344Z test_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3984409Z test_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.3995242Z test_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4005890Z test_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4016726Z test_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4027727Z test_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4038494Z test_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4049335Z test_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4060255Z test_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4071316Z test_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4082043Z test_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4092690Z test_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4103702Z test_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4114422Z test_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4125149Z test_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4135920Z test_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4146822Z test_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4157527Z test_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4168282Z test_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4179077Z test_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4189978Z test_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4200712Z test_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4211465Z test_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4222464Z test_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4233223Z test_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4243960Z test_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4254775Z test_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4265637Z test_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4276326Z test_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4287066Z test_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4297920Z test_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4308725Z test_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4319741Z test_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4330576Z test_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4341426Z test_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4352313Z test_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4363066Z test_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4373831Z test_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4384855Z test_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4395587Z test_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4406405Z test_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4417329Z test_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4428226Z test_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4438996Z test_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4449896Z test_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4460762Z test_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4471611Z test_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4482338Z test_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4493098Z test_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4504161Z test_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4514929Z test_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4525719Z test_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4536522Z test_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4547432Z test_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4558233Z test_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4568998Z test_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4579821Z test_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4590808Z test_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4601570Z test_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4612389Z test_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4623353Z test_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4634098Z test_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4644813Z test_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4655720Z test_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4666641Z test_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4677420Z test_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4688186Z test_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4699060Z test_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4709938Z test_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4720679Z test_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4731497Z test_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4742645Z test_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4753333Z test_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4763772Z test_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4774669Z test_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4785405Z test_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4795975Z test_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4806103Z test_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4816859Z test_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4827222Z test_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4837753Z test_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4848263Z test_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4858942Z test_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4869736Z test_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4880267Z test_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4890900Z test_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4901473Z test_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4912135Z test_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4922663Z test_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4933179Z test_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4943894Z test_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4954361Z test_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4964967Z test_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4975525Z test_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4986205Z test_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.4996744Z test_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5007243Z test_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5017888Z test_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5028437Z test_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5038973Z test_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5049488Z test_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5060200Z test_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5070935Z test_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5081402Z test_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5092011Z test_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5102875Z test_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5113449Z test_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5124220Z test_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5135064Z test_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5146038Z test_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5156710Z test_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5167514Z test_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5178417Z test_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5189261Z test_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5200029Z test_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5210753Z test_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5221599Z test_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5232593Z test_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5243551Z test_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5254398Z test_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5265576Z test_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5276319Z test_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5287101Z test_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5297932Z test_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5308848Z test_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5319722Z test_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5330521Z test_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5341371Z test_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5352216Z test_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5362986Z test_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5373750Z test_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5384657Z test_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5395384Z test_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5406132Z test_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5417054Z test_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5427907Z test_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5438638Z test_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5449435Z test_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5460238Z test_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5471144Z test_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5481860Z test_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5492566Z test_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5503659Z test_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5514471Z test_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5525233Z test_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5536093Z test_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5547206Z test_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5557942Z test_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5568826Z test_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5579599Z test_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5590499Z test_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5601318Z test_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5611957Z test_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5622980Z test_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5633678Z test_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5644423Z test_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5655168Z test_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5666261Z test_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5677018Z test_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5687769Z test_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5698584Z test_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5709558Z test_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5720351Z test_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5731061Z test_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5742285Z test_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5753294Z test_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5764312Z test_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5775154Z test_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5786109Z test_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5796872Z test_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5807648Z test_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5818797Z test_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5829669Z test_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5840360Z test_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5850983Z test_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5861931Z test_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5872666Z test_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5883265Z test_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5893957Z test_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5904912Z test_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5915599Z test_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5926280Z test_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5937154Z test_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5948059Z test_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5958770Z test_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5969482Z test_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5980399Z test_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.5991230Z test_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6002021Z test_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6012712Z test_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6023712Z test_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6034425Z test_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6045192Z test_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6056108Z test_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6066992Z test_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6077734Z test_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6088433Z test_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6099295Z test_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6110157Z test_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6120891Z test_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6131709Z test_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6142702Z test_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6153482Z test_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6164164Z test_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6174896Z test_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6185780Z test_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6196511Z test_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6207229Z test_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6218025Z test_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6228833Z test_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6239627Z test_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6250460Z test_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6261405Z test_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6272375Z test_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6283142Z test_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6293957Z test_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6304985Z test_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6315883Z test_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6326839Z test_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6337960Z test_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6348830Z test_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6359574Z test_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6370345Z test_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6381179Z test_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6392061Z test_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6403002Z test_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6413686Z test_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6424691Z test_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6435433Z test_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6446154Z test_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6457094Z test_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6467980Z test_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6478789Z test_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6489602Z test_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6500612Z test_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6511564Z test_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6522422Z test_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6533136Z test_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6544409Z test_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6555153Z test_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6565971Z test_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6576881Z test_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6587936Z test_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6598729Z test_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6609668Z test_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6620538Z test_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6631397Z test_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6642274Z test_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6653025Z test_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6663953Z test_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6674634Z test_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6685388Z test_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6696459Z test_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6707291Z test_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6718069Z test_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6728695Z test_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6739703Z test_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6750771Z test_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6761707Z test_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6772292Z test_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6783324Z test_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6794007Z test_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6804742Z test_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6815575Z test_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6826894Z test_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6837410Z test_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6848209Z test_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6859141Z test_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6869981Z test_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6880814Z test_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6891516Z test_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6902536Z test_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6913228Z test_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6924036Z test_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6934957Z test_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6945842Z test_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6956574Z test_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6967292Z test_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6978166Z test_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6989135Z test_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.6999859Z test_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7010620Z test_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7021566Z test_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7032448Z test_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7043185Z test_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7053946Z test_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7064860Z test_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7075703Z test_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7086325Z test_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7097283Z test_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7108126Z test_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7118883Z test_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7129614Z test_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7140455Z test_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7151355Z test_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7162165Z test_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7172960Z test_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7184001Z test_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7194794Z test_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7205548Z test_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7216423Z test_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7227324Z test_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7238113Z test_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7248928Z test_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7259696Z test_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7270560Z test_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7281354Z test_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7292183Z test_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7303250Z test_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7314020Z test_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7324916Z test_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7335790Z test_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7346598Z test_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7357489Z test_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7368152Z test_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7379079Z test_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7389994Z test_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7400731Z test_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7411488Z test_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7422296Z test_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7433208Z test_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7443878Z test_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7454546Z test_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7465513Z test_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7476221Z test_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7487009Z test_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7497875Z test_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7508772Z test_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7519467Z test_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7530208Z test_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7541009Z test_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7551826Z test_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7562572Z test_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7573443Z test_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7584392Z test_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7595153Z test_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7606115Z test_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7617549Z test_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7628394Z test_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7639089Z test_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7649973Z test_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7660809Z test_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7671851Z test_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7682527Z test_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7693293Z test_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7704331Z test_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7714964Z test_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7725803Z test_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7736649Z test_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7747548Z test_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7758476Z test_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7769193Z test_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7780043Z test_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7790859Z test_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7801641Z test_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7812372Z test_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7823528Z test_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7834417Z test_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7845090Z test_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7855864Z test_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7866679Z test_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7877343Z test_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7888005Z test_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7898827Z test_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7909738Z test_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7920312Z test_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7930884Z test_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7941583Z test_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7952503Z test_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7963076Z test_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7973800Z test_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7984638Z test_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.7995069Z test_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8005681Z test_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8016364Z test_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8027113Z test_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8037711Z test_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8048250Z test_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8058931Z test_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8069745Z test_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8080464Z test_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8091027Z test_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8102121Z test_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8112967Z test_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8123425Z test_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8134053Z test_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8144922Z test_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8155916Z test_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8166826Z test_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8178028Z test_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8188503Z test_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8199135Z test_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8210012Z test_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8221050Z test_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8232135Z test_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8242882Z test_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8253656Z test_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8264586Z test_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8275262Z test_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8285892Z test_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8296706Z test_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8307512Z test_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8318311Z test_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8329338Z test_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8340199Z test_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8351325Z test_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8361801Z test_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8372634Z test_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8383746Z test_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8394591Z test_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8405411Z test_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8416378Z test_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8427393Z test_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8438457Z test_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8449371Z test_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8460126Z test_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8471029Z test_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8482009Z test_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8493158Z test_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8504447Z test_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8515321Z test_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8526227Z test_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8537100Z test_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8548089Z test_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8558971Z test_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8569802Z test_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8580993Z test_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8591852Z test_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8602677Z test_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8613731Z test_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8624762Z test_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8635473Z test_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8646228Z test_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8657089Z test_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8667937Z test_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8678594Z test_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8689314Z test_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8700246Z test_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8711067Z test_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8721677Z test_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8732400Z test_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8743466Z test_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8754329Z test_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8765125Z test_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8776005Z test_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8786901Z test_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8797567Z test_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8808285Z test_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8819097Z test_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8830033Z test_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8840662Z test_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8851352Z test_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8862316Z test_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8873128Z test_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8883861Z test_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8894689Z test_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8905593Z test_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8916447Z test_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8927069Z test_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8938020Z test_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8948933Z test_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8959603Z test_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8970394Z test_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8981152Z test_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.8992072Z test_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9002860Z test_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9013573Z test_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9024483Z test_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9035161Z test_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9045910Z test_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9056755Z test_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9067703Z test_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9078536Z test_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9089182Z test_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9100225Z test_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9111691Z test_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9121540Z test_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9132100Z test_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9142903Z test_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9153481Z test_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9164157Z test_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9174739Z test_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9185512Z test_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9195999Z test_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9206616Z test_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9217178Z test_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9228046Z test_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9238616Z test_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9249222Z test_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9259745Z test_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9270504Z test_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9281119Z test_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9291669Z test_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9302539Z test_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9313153Z test_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9323771Z test_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9334089Z test_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9345192Z test_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9355706Z test_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9366526Z test_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9377266Z test_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9387887Z test_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9398920Z test_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9409191Z test_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9419879Z test_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9430599Z test_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9440958Z test_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9451543Z test_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9462483Z test_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9472930Z test_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9483478Z test_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9494097Z test_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9504923Z test_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9515739Z test_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9526676Z test_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9537225Z test_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9547893Z test_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9558504Z test_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9569172Z test_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9580012Z test_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9591024Z test_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9602147Z test_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9612949Z test_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9623800Z test_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9634578Z test_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9645250Z test_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9656182Z test_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9667041Z test_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9677831Z test_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9688636Z test_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9699440Z test_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9710437Z test_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9721080Z test_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9731874Z test_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9743188Z test_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9753683Z test_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9764519Z test_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9775278Z test_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9786404Z test_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9797067Z test_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9807756Z test_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9818581Z test_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9829373Z test_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9840011Z test_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9850839Z test_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9861696Z test_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9873176Z test_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9884140Z test_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9895127Z test_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9906197Z test_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9916965Z test_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9927977Z test_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9938894Z test_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9950015Z test_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9960992Z test_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9971821Z test_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9982966Z test_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:27.9993833Z test_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0004602Z test_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0015560Z test_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0026648Z test_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0037636Z test_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0048439Z test_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0059405Z test_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0070418Z test_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0081425Z test_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0092409Z test_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0103465Z test_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0114290Z test_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0125206Z test_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0136150Z test_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0147261Z test_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0158202Z test_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0168913Z test_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0179788Z test_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0190927Z test_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0201826Z test_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0212770Z test_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0223885Z test_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0234775Z test_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0245616Z test_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0256575Z test_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0267559Z test_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0278443Z test_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0289289Z test_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0300312Z test_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0311176Z test_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0321995Z test_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0332952Z test_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0343956Z test_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0354829Z test_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0365636Z test_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0376483Z test_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0387729Z test_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0398499Z test_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0409285Z test_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0420235Z test_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0431109Z test_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0441989Z test_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0452782Z test_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0463793Z test_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0474577Z test_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0485495Z test_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0496414Z test_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0507612Z test_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0518466Z test_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0529326Z test_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0540178Z test_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0551214Z test_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0562006Z test_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0572889Z test_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0583858Z test_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0594725Z test_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0605649Z test_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0616609Z test_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0627765Z test_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0638600Z test_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0649433Z test_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0660473Z test_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0671484Z test_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0682382Z test_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0693121Z test_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0704107Z test_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0714771Z test_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0725409Z test_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0736177Z test_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0747183Z test_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0758110Z test_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0768834Z test_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0779717Z test_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0790681Z test_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0801377Z test_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0812220Z test_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0823245Z test_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0834094Z test_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0845161Z test_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0856178Z test_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0867282Z test_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0878702Z test_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0889839Z test_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0900878Z test_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0911733Z test_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0921983Z test_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0932435Z test_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0943021Z test_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0953420Z test_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0963778Z test_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0974225Z test_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0984745Z test_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.0994999Z test_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1005447Z test_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1015850Z test_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1026268Z test_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1036567Z test_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1046875Z test_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1057328Z test_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1067788Z test_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1078050Z test_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1088314Z test_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1098745Z test_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1109676Z test_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1120942Z test_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1132361Z test_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1143196Z test_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1153856Z test_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1164492Z test_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1175084Z test_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1185822Z test_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1196466Z test_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1207084Z test_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1217709Z test_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1228403Z test_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1238969Z test_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1249579Z test_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1260124Z test_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1270800Z test_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1281368Z test_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1292052Z test_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1302979Z test_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1313510Z test_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1323831Z test_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1334441Z test_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1345204Z test_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1355748Z test_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1366486Z test_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1377132Z test_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1387660Z test_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1398213Z test_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1408648Z test_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1419425Z test_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1429960Z test_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1440451Z test_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1450906Z test_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1461652Z test_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1472347Z test_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1482940Z test_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1493531Z test_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1504398Z test_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1514892Z test_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1525460Z test_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1536107Z test_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1546927Z test_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1557569Z test_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1568177Z test_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1578778Z test_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1589416Z test_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1599947Z test_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1610696Z test_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1621408Z test_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1632358Z test_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1642931Z test_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1653397Z test_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1664282Z test_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1674952Z test_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1685503Z test_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1696149Z test_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1706838Z test_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1717534Z test_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1728087Z test_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1738787Z test_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1749943Z test_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1760770Z test_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1771665Z test_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1782842Z test_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1793762Z test_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1804574Z test_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1815627Z test_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1826564Z test_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1837430Z test_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1848251Z test_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1859127Z test_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1870177Z test_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1881037Z test_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1892030Z test_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1903077Z test_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1913895Z test_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1924719Z test_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1935930Z test_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1946711Z test_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1957487Z test_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1968447Z test_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1979457Z test_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.1990231Z test_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2001213Z test_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2012285Z test_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2023499Z test_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2034300Z test_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2045132Z test_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2056077Z test_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2066946Z test_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2077820Z test_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2088767Z test_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2099646Z test_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2110561Z test_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2121441Z test_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2132379Z test_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2143613Z test_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2154493Z test_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2165373Z test_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2176290Z test_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2187201Z test_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2197981Z test_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2208873Z test_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2219770Z test_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2230704Z test_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2241599Z test_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2252343Z test_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2263325Z test_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2274105Z test_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2285087Z test_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2296008Z test_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2306856Z test_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2317502Z test_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2328183Z test_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2339097Z test_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2349828Z test_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2360560Z test_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2371392Z test_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2381952Z test_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2392641Z test_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2403231Z test_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2413837Z test_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2424623Z test_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2435245Z test_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2445891Z test_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2456659Z test_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2467469Z test_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2478166Z test_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2488799Z test_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2499558Z test_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2510286Z test_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2520906Z test_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2531562Z test_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2542587Z test_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2553264Z test_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2563860Z test_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2574572Z test_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2586917Z test_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2597617Z test_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2608384Z test_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2619211Z test_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2629962Z test_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2640679Z test_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2651327Z test_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2662180Z test_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2672732Z test_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2683567Z test_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2694288Z test_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2705063Z test_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2715726Z test_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2726513Z test_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2737515Z test_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2748452Z test_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2759370Z test_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2770265Z test_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2781014Z test_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2791913Z test_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2802588Z test_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2813214Z test_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2824225Z test_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2834981Z test_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2845715Z test_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2856598Z test_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2867688Z test_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2878490Z test_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2889625Z test_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2900701Z test_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2911569Z test_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2922502Z test_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2933458Z test_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2944655Z test_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2955524Z test_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2966454Z test_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2977615Z test_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2988853Z test_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.2999783Z test_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3010624Z test_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3021917Z test_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3032884Z test_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3043888Z test_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3054809Z test_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3066067Z test_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3076796Z test_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3087700Z test_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3098704Z test_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3109975Z test_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3120812Z test_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3131721Z test_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3143016Z test_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3153913Z test_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3164709Z test_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3175610Z test_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3186779Z test_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3197640Z test_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3208514Z test_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3219436Z test_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3230365Z test_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3241185Z test_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3251987Z test_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3263047Z test_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3273834Z test_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3284783Z test_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3295800Z test_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3306957Z test_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3317766Z test_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3328664Z test_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3339568Z test_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3350446Z test_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3361362Z test_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3372254Z test_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3383341Z test_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3394049Z test_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3404828Z test_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3415775Z test_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3426726Z test_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3437651Z test_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3448313Z test_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3459397Z test_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3470105Z test_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3480862Z test_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3491650Z test_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3502731Z test_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3513415Z test_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3524222Z test_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3535051Z test_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3545954Z test_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3556652Z test_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3567331Z test_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3578072Z test_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3588892Z test_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3599691Z test_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3610531Z test_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3621336Z test_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3632253Z test_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3643015Z test_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3653794Z test_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3664725Z test_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3675584Z test_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3686406Z test_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3697269Z test_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3708044Z test_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3718795Z test_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3729448Z test_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3749198Z test_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3751460Z test_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3762089Z test_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3772718Z test_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3783688Z test_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3794309Z test_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3805085Z test_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3816060Z test_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3826818Z test_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3837685Z test_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3848427Z test_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3859141Z test_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3869860Z test_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3880538Z test_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3891335Z test_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3902397Z test_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3913077Z test_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3923853Z test_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3934651Z test_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3945536Z test_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3956214Z test_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3966939Z test_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3977739Z test_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3988498Z test_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.3999211Z test_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4009937Z test_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4020849Z test_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4031731Z test_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4042548Z test_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4053375Z test_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4064363Z test_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4075202Z test_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4086012Z test_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4096921Z test_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4107816Z test_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4118641Z test_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4129319Z test_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4140234Z test_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4150991Z test_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4161663Z test_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4172414Z test_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4183380Z test_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4194216Z test_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4204897Z test_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4215691Z test_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4226608Z test_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4237332Z test_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4248047Z test_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4258960Z test_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4269869Z test_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4280723Z test_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4291497Z test_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4302653Z test_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4313410Z test_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4324344Z test_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4335204Z test_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4346297Z test_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4357024Z test_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4367874Z test_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4378829Z test_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4389617Z test_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4400364Z test_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4411269Z test_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4422401Z test_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4433170Z test_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4443940Z test_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4454817Z test_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4465732Z test_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4476562Z test_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4487323Z test_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4498242Z test_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4509115Z test_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4520013Z test_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4530846Z test_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4541860Z test_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4552589Z test_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4563645Z test_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4574417Z test_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4585454Z test_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4596223Z test_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4607133Z test_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4618237Z test_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4629003Z test_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4639984Z test_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4650810Z test_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4661874Z test_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4672598Z test_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4683425Z test_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4694305Z test_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4705204Z test_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4715976Z test_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4726780Z test_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4737657Z test_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4748537Z test_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4759197Z test_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4769922Z test_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4780734Z test_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4791657Z test_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4802427Z test_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4813216Z test_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4824226Z test_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4834983Z test_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4845875Z test_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4856776Z test_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4868059Z test_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4878753Z test_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4889488Z test_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4900580Z test_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4911468Z test_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4922229Z test_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4933123Z test_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4944121Z test_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4954853Z test_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4965625Z test_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4976567Z test_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4987451Z test_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.4998290Z test_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5009076Z test_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5020036Z test_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5030949Z test_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5041718Z test_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5052547Z test_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5063710Z test_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5074550Z test_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5085429Z test_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5096385Z test_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5107304Z test_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5118145Z test_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5129096Z test_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5139865Z test_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5150757Z test_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5161527Z test_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5172425Z test_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5183350Z test_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5194123Z test_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5204933Z test_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5215809Z test_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5226695Z test_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5237422Z test_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5248220Z test_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5259088Z test_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5269986Z test_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5280835Z test_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5291614Z test_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5302714Z test_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5313441Z test_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5324309Z test_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5335247Z test_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5346198Z test_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5356917Z test_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5367732Z test_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5378835Z test_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5389713Z test_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5400864Z test_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5411548Z test_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5422653Z test_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5433406Z test_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5444217Z test_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5455082Z test_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5466114Z test_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5476930Z test_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5487774Z test_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5498717Z test_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5509730Z test_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5520521Z test_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5531333Z test_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5542439Z test_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5553235Z test_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5564073Z test_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5574812Z test_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5585764Z test_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5596498Z test_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5607309Z test_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5618303Z test_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5629266Z test_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5640182Z test_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5651132Z test_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5662468Z test_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5673021Z test_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5683822Z test_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5694728Z test_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5705742Z test_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5716511Z test_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5727307Z test_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5738240Z test_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5749236Z test_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5760045Z test_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5770928Z test_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5782568Z test_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5793146Z test_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5803766Z test_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5814467Z test_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5825380Z test_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5835975Z test_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5846666Z test_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5857320Z test_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5868154Z test_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5878842Z test_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5889797Z test_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5900310Z test_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5911064Z test_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5921683Z test_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5932247Z test_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5943106Z test_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5953693Z test_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5964358Z test_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5975015Z test_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5985758Z test_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.5996387Z test_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6006992Z test_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6017643Z test_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6028420Z test_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6038943Z test_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6049672Z test_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6060584Z test_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6071531Z test_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6082275Z test_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6093038Z test_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6104112Z test_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6114767Z test_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6125519Z test_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6136499Z test_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6147611Z test_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6158142Z test_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6168793Z test_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6179537Z test_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6190361Z test_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6201047Z test_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6211691Z test_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6222783Z test_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6233525Z test_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6244306Z test_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6255140Z test_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6266121Z test_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6276783Z test_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6287395Z test_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6298264Z test_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6308962Z test_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6319610Z test_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6330247Z test_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6341029Z test_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6351913Z test_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6362617Z test_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6373530Z test_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6384697Z test_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6395270Z test_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6405973Z test_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6416731Z test_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6427569Z test_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6438413Z test_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6449601Z test_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6460224Z test_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6471292Z test_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6482196Z test_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6493056Z test_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6504174Z test_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6515125Z test_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6526002Z test_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6536928Z test_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6547878Z test_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6558850Z test_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6569632Z test_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6580626Z test_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6591718Z test_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6602678Z test_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6613560Z test_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6624704Z test_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6635711Z test_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6646633Z test_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6657522Z test_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6668634Z test_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6679460Z test_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6690508Z test_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6701608Z test_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6712458Z test_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6723317Z test_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6734273Z test_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6745462Z test_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6756576Z test_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6767354Z test_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6778426Z test_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6789576Z test_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6800615Z test_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6811404Z test_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6822639Z test_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6833575Z test_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6844550Z test_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6855647Z test_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6866735Z test_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6877798Z test_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6888704Z test_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6899974Z test_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6911323Z test_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6922544Z test_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6933564Z test_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6944772Z test_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6955706Z test_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6966557Z test_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6977854Z test_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6988794Z test_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.6999641Z test_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7010603Z test_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7021707Z test_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7032956Z test_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7044159Z test_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7055341Z test_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7066403Z test_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7077317Z test_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7088201Z test_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7099236Z test_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7110281Z test_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7121377Z test_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7132853Z test_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7143605Z test_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7154530Z test_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7165460Z test_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7176515Z test_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7187594Z test_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7198551Z test_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7209413Z test_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7220470Z test_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7231555Z test_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7242402Z test_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7253281Z test_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7264463Z test_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7275313Z test_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7286376Z test_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7297432Z test_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7308437Z test_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7319328Z test_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7330221Z test_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7341282Z test_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7352259Z test_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7363177Z test_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7374071Z test_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7385230Z test_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7396639Z test_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7407123Z test_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7418160Z test_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7429290Z test_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7440328Z test_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7451285Z test_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7462546Z test_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7473635Z test_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7484770Z test_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7495965Z test_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7507332Z test_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7518257Z test_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7529240Z test_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7540195Z test_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7551450Z test_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7562127Z test_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7573585Z test_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7584379Z test_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7595248Z test_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7606102Z test_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7617036Z test_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7628074Z test_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7638857Z test_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7649682Z test_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7660689Z test_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7671728Z test_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7682575Z test_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7693391Z test_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7704553Z test_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7715291Z test_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7726273Z test_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7737512Z test_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7748569Z test_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7759535Z test_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7770531Z test_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7781564Z test_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7792671Z test_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7803562Z test_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7814698Z test_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7825693Z test_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7836543Z test_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7847438Z test_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7858555Z test_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7869608Z test_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7880768Z test_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7891439Z test_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7902561Z test_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7913552Z test_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7924566Z test_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7935608Z test_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7946757Z test_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7957694Z test_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7968768Z test_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7979812Z test_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.7990770Z test_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8001743Z test_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8012734Z test_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8023996Z test_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8034805Z test_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8045811Z test_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8056820Z test_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8067964Z test_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8078899Z test_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8089814Z test_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8100791Z test_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8111893Z test_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8123050Z test_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8133975Z test_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8145113Z test_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8156140Z test_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8167406Z test_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8178603Z test_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8189716Z test_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8200750Z test_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8212206Z test_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8223748Z test_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8234063Z test_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8244989Z test_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8256169Z test_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8266906Z test_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8277309Z test_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8287813Z test_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8298575Z test_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8309535Z test_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8320195Z test_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8330995Z test_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8342192Z test_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8352981Z test_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8363824Z test_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8374782Z test_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8385886Z test_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8396644Z test_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8407588Z test_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8418613Z test_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8429533Z test_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8440241Z test_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8451406Z test_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8462510Z test_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8473278Z test_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8484242Z test_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8495164Z test_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8506290Z test_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8517131Z test_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8528049Z test_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8539281Z test_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8550230Z test_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8561155Z test_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8572249Z test_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8583393Z test_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8594291Z test_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8605136Z test_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8616206Z test_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8627200Z test_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8638366Z test_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8649057Z test_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8660230Z test_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8671395Z test_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8682487Z test_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8693523Z test_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8704651Z test_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8715566Z test_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8726358Z test_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8737378Z test_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8748349Z test_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8759218Z test_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8770057Z test_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8781212Z test_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8792215Z test_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8803079Z test_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8813938Z test_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8825031Z test_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8835884Z test_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8846671Z test_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8857669Z test_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8868652Z test_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8879580Z test_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8890464Z test_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8901564Z test_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8912654Z test_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8923580Z test_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8934526Z test_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8945511Z test_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8956371Z test_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8967203Z test_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8978271Z test_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.8989422Z test_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9000322Z test_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9011229Z test_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9022616Z test_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9033226Z test_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9044027Z test_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9054949Z test_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9066049Z test_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9076925Z test_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9087858Z test_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9098942Z test_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9110040Z test_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9120949Z test_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9131948Z test_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9143141Z test_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9153930Z test_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9164614Z test_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9175457Z test_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9186452Z test_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9197168Z test_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9207979Z test_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9218877Z test_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9229722Z test_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9240427Z test_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9251153Z test_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9262164Z test_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9272903Z test_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9283730Z test_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9294534Z test_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9305471Z test_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9316148Z test_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9326877Z test_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9337709Z test_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9348663Z test_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9359514Z test_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9370258Z test_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9381192Z test_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9392241Z test_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9402800Z test_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9413634Z test_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9424617Z test_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9435356Z test_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9446099Z test_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9456961Z test_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9467896Z test_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9478616Z test_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9489362Z test_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9500345Z test_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9511336Z test_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9522046Z test_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9532856Z test_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9543865Z test_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9554550Z test_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9565543Z test_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9576435Z test_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9587474Z test_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9598254Z test_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9609197Z test_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9620084Z test_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9631262Z test_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9642738Z test_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9653506Z test_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9664585Z test_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9675444Z test_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9686205Z test_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9697688Z test_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9708288Z test_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9719174Z test_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9730143Z test_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9741210Z test_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9752249Z test_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9763124Z test_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9774081Z test_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9785116Z test_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9796011Z test_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9807109Z test_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9818498Z test_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9829430Z test_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9840263Z test_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9851370Z test_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9862489Z test_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9873483Z test_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9884507Z test_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9895476Z test_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9906614Z test_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9917752Z test_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9928577Z test_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9939570Z test_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9950659Z test_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9961693Z test_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9972549Z test_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9983803Z test_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:28.9994639Z test_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0005639Z test_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0016709Z test_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0027796Z test_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0038741Z test_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0049730Z test_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0060785Z test_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0071937Z test_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0082620Z test_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0093470Z test_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0104563Z test_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0115958Z test_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0127122Z test_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0137910Z test_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0149029Z test_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0159882Z test_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0170888Z test_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0182077Z test_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0193126Z test_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0204124Z test_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0215293Z test_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0226379Z test_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0237405Z test_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0248247Z test_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0259250Z test_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0270234Z test_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0281142Z test_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0292040Z test_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0303275Z test_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0314264Z test_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0325137Z test_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0336098Z test_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0347171Z test_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0358039Z test_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0369170Z test_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0380495Z test_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0391497Z test_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0402268Z test_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0413245Z test_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0424402Z test_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0435302Z test_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0446250Z test_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0457244Z test_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0468192Z test_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0479144Z test_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0490099Z test_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0501185Z test_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0512335Z test_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0523109Z test_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0534012Z test_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0545167Z test_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0555961Z test_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0566905Z test_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0577899Z test_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0588893Z test_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0599757Z test_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0610592Z test_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0621655Z test_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0632800Z test_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0643544Z test_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0654628Z test_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0665316Z test_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0675966Z test_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0686665Z test_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0697483Z test_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0708418Z test_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0719174Z test_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0729924Z test_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0740731Z test_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0751549Z test_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0762253Z test_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0772960Z test_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0783899Z test_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0794599Z test_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0805248Z test_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0816012Z test_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0826839Z test_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0837571Z test_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0848268Z test_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0859100Z test_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0870097Z test_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0880998Z test_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0891462Z test_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0902499Z test_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0913047Z test_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0923882Z test_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0934539Z test_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0945332Z test_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0955963Z test_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0966538Z test_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0977181Z test_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0987914Z test_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.0998428Z test_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1009001Z test_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1019665Z test_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1030297Z test_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1040807Z test_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1051363Z test_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1062160Z test_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1072699Z test_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1083169Z test_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1093743Z test_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1104514Z test_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1115022Z test_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1125551Z test_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1136615Z test_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1147083Z test_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1157501Z test_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1168225Z test_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1178985Z test_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1189804Z test_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1200541Z test_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1211377Z test_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1222582Z test_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1233260Z test_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1244215Z test_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1254967Z test_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1265921Z test_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1276625Z test_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1287492Z test_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1298338Z test_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1309233Z test_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1320015Z test_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1330805Z test_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1341667Z test_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1352534Z test_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1363235Z test_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1374020Z test_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1385068Z test_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1395759Z test_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1406444Z test_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1417226Z test_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1427937Z test_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1438897Z test_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1449600Z test_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1460507Z test_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1471186Z test_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1481818Z test_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1492516Z test_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1503423Z test_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1514006Z test_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1524725Z test_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1535533Z test_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1546473Z test_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1557126Z test_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1567713Z test_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1578383Z test_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1589110Z test_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1599739Z test_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1610416Z test_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1621048Z test_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1631717Z test_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1643174Z test_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1653411Z test_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1664335Z test_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1675127Z test_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1685734Z test_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1696593Z test_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1707366Z test_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1717947Z test_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1728726Z test_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1739511Z test_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1750559Z test_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1761231Z test_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1772088Z test_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1782873Z test_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1793899Z test_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1804534Z test_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1815466Z test_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1826386Z test_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1837154Z test_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1847941Z test_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1858891Z test_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1869762Z test_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1880581Z test_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1891441Z test_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1902452Z test_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1913371Z test_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1924111Z test_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1935000Z test_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1945924Z test_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1956735Z test_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1967575Z test_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1978658Z test_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.1989516Z test_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2000345Z test_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2011188Z test_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2022319Z test_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2033060Z test_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2043988Z test_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2054873Z test_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2065847Z test_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2076610Z test_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2087389Z test_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2098284Z test_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2109212Z test_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2119909Z test_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2130648Z test_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2141566Z test_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2152746Z test_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2163474Z test_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2174306Z test_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2185255Z test_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2196095Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2206905Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2217821Z test_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2228749Z test_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2239537Z test_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2250283Z test_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2261165Z test_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2271990Z test_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2282784Z test_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2293501Z test_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2304611Z test_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2315177Z test_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2326007Z test_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2336860Z test_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2347734Z test_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2358522Z test_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2369221Z test_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2380083Z test_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2390930Z test_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2401720Z test_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2412380Z test_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2423361Z test_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2434155Z test_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2444836Z test_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2455773Z test_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2466691Z test_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2477449Z test_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2488104Z test_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2499035Z test_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2511333Z test_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2522116Z test_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2532869Z test_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2543908Z test_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2554610Z test_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2565296Z test_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2576145Z test_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2587083Z test_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2597751Z test_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2608491Z test_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2619344Z test_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2630393Z test_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2641006Z test_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2651711Z test_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2662944Z test_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2673779Z test_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2684496Z test_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2695433Z test_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2706449Z test_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2717469Z test_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2728236Z test_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2739346Z test_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2750381Z test_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2761086Z test_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2771910Z test_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2783065Z test_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2793765Z test_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2804682Z test_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2815639Z test_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2826706Z test_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2837535Z test_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2848345Z test_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2859333Z test_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2870331Z test_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2881128Z test_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2892054Z test_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2903110Z test_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2913990Z test_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2924735Z test_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2935668Z test_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2946706Z test_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2957383Z test_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2968294Z test_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2979209Z test_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.2990024Z test_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3000876Z test_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3011500Z test_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3022616Z test_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3033434Z test_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3044294Z test_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3055129Z test_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3066060Z test_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3076756Z test_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3087468Z test_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3098292Z test_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3109146Z test_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3119947Z test_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3130645Z test_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3141507Z test_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3152389Z test_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3163348Z test_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3173957Z test_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3185165Z test_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3196151Z test_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3207102Z test_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3217773Z test_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3228629Z test_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3239445Z test_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3250222Z test_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3261227Z test_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3272338Z test_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3283123Z test_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3294020Z test_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3305035Z test_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3315867Z test_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3326647Z test_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3337677Z test_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3348744Z test_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3359587Z test_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3370482Z test_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3381691Z test_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3392599Z test_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3403445Z test_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3414419Z test_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3425664Z test_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3437457Z test_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3448911Z test_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3460094Z test_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3471050Z test_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3481808Z test_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3492552Z test_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3503492Z test_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3514257Z test_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3524945Z test_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3535777Z test_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3546558Z test_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3557303Z test_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3567986Z test_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3578900Z test_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3589843Z test_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3600588Z test_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3611395Z test_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3622476Z test_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3633207Z test_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3644066Z test_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3654870Z test_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3665855Z test_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3676968Z test_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3688736Z test_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3700029Z test_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3711356Z test_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3722514Z test_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3733819Z test_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3745179Z test_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3756258Z test_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3767113Z test_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3778052Z test_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3789054Z test_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3799941Z test_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3810819Z test_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3821949Z test_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3832780Z test_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3843620Z test_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3854586Z test_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3865764Z test_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3876582Z test_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3887382Z test_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3898318Z test_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3909262Z test_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3920209Z test_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3931337Z test_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3942422Z test_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3953948Z test_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3964652Z test_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3975723Z test_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3986983Z test_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.3998053Z test_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4009109Z test_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4020257Z test_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4031424Z test_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4042605Z test_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4053697Z test_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4064791Z test_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4076075Z test_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4086972Z test_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4098166Z test_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4109357Z test_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4120407Z test_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4131487Z test_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4143310Z test_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4154195Z test_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4165246Z test_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4176669Z test_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4188213Z test_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4199629Z test_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4211172Z test_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4222853Z test_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4234028Z test_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4245378Z test_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4257005Z test_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4268499Z test_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4280232Z test_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4291664Z test_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4303213Z test_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4314900Z test_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4326089Z test_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4337563Z test_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4348969Z test_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4360075Z test_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4371289Z test_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4382891Z test_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4394556Z test_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4406231Z test_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4418018Z test_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4429730Z test_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4441208Z test_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4452462Z test_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4464233Z test_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4475612Z test_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4487051Z test_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4498404Z test_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4509571Z test_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4520584Z test_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4531588Z test_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4542937Z test_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4553895Z test_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4564814Z test_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4575970Z test_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4587026Z test_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4597907Z test_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4608784Z test_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4619811Z test_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4630818Z test_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4641741Z test_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4652691Z test_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4663827Z test_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4675043Z test_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4686340Z test_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4697646Z test_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4709595Z test_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4721364Z test_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4733279Z test_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4745242Z test_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4757041Z test_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4768729Z test_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4780907Z test_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4792684Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4804462Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4816381Z test_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4828238Z test_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4839957Z test_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4851429Z test_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4863077Z test_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4874462Z test_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4885868Z test_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4897505Z test_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4909022Z test_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4920525Z test_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4931946Z test_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.4943794Z test_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:00:29.4955290Z test_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:00:29.4966732Z test_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:00:29.4978328Z test_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:00:29.4989848Z test_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5001325Z test_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5012796Z test_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5024501Z test_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5035961Z test_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5047379Z test_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5059140Z test_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5070558Z test_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5082005Z test_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5093417Z test_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5105027Z test_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5116521Z test_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5128101Z test_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5138818Z test_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5149734Z test_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5160557Z test_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5171324Z test_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5182451Z test_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5193198Z test_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5203751Z test_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5215006Z test_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5226015Z test_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5236914Z test_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5247833Z test_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5259010Z test_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5270109Z test_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5281051Z test_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5291864Z test_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5302828Z test_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5313354Z test_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5323984Z test_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5334702Z test_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5345461Z test_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5356067Z test_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5366825Z test_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5377483Z test_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5388171Z test_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5398654Z test_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5409205Z test_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5419789Z test_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5430415Z test_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5440965Z test_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5451755Z test_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5463597Z test_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5474136Z test_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5484671Z test_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5495248Z test_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5506099Z test_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5516641Z test_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5527211Z test_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5537927Z test_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5548610Z test_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5559124Z test_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5569633Z test_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5580370Z test_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5591064Z test_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5601685Z test_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5612281Z test_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5623064Z test_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5633538Z test_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5644101Z test_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5654639Z test_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5665429Z test_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5676075Z test_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5686736Z test_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5697585Z test_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5708195Z test_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5718387Z test_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5728871Z test_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5739359Z test_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5750160Z test_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5760927Z test_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5771668Z test_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5782589Z test_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5793194Z test_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5803960Z test_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5814803Z test_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5825588Z test_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5836321Z test_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5847026Z test_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5857775Z test_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5868651Z test_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5879322Z test_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5890028Z test_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5900781Z test_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5911597Z test_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5922477Z test_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5933160Z test_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5944310Z test_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5955410Z test_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5966128Z test_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5977088Z test_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5988114Z test_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.5998958Z test_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6009706Z test_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6020639Z test_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6031621Z test_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6042475Z test_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6053310Z test_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6064373Z test_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6075209Z test_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6086069Z test_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6097162Z test_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6108149Z test_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6119046Z test_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6129864Z test_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6140784Z test_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6151736Z test_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6162627Z test_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6173620Z test_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6184783Z test_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6195621Z test_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6206571Z test_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6217427Z test_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6228408Z test_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6239199Z test_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6250015Z test_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6260897Z test_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6271972Z test_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6282771Z test_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6293732Z test_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6304874Z test_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6315724Z test_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6326619Z test_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6337665Z test_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6348551Z test_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6359425Z test_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6370422Z test_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6381417Z test_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6392383Z test_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6403197Z test_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6414072Z test_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6425197Z test_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6435769Z test_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6446627Z test_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6457537Z test_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6468386Z test_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6479170Z test_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6489902Z test_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6500587Z test_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6511459Z test_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6522121Z test_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6532837Z test_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6543738Z test_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6554593Z test_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6565141Z test_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6575889Z test_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6586713Z test_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6597381Z test_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6608028Z test_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6618846Z test_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6629752Z test_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6640525Z test_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6651276Z test_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6662292Z test_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6672848Z test_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6683680Z test_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6694403Z test_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6705364Z test_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6715870Z test_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6726703Z test_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6737466Z test_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6748347Z test_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6759246Z test_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6769962Z test_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6780749Z test_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6801456Z test_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6802451Z test_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6813413Z test_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6824400Z test_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6835124Z test_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6845615Z test_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6856505Z test_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6867288Z test_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6878049Z test_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6888657Z test_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6899727Z test_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6910612Z test_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6921431Z test_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6932167Z test_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6942945Z test_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6953997Z test_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6964707Z test_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6975541Z test_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6986415Z test_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.6997240Z test_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7007904Z test_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7018773Z test_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7029842Z test_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7040698Z test_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7051498Z test_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7062474Z test_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7073116Z test_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7083885Z test_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7094714Z test_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7105553Z test_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7116307Z test_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7126910Z test_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7137685Z test_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7148570Z test_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7159297Z test_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7170110Z test_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7180939Z test_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7191847Z test_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7202536Z test_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7213302Z test_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7224351Z test_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7235007Z test_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7245709Z test_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7256438Z test_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7267447Z test_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7278093Z test_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7288804Z test_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7299644Z test_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7310488Z test_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7321150Z test_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7331844Z test_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7342789Z test_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7353575Z test_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7364375Z test_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7375114Z test_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7385955Z test_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7396601Z test_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7407272Z test_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7418104Z test_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7428945Z test_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7439671Z test_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7450461Z test_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7461312Z test_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7472109Z test_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7482776Z test_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7493512Z test_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7504471Z test_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7515124Z test_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7525874Z test_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7536796Z test_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7548076Z test_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7558941Z test_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7569786Z test_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7580919Z test_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7591948Z test_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7602784Z test_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7613600Z test_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7624653Z test_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7635475Z test_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7646407Z test_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7657219Z test_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7668108Z test_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7678885Z test_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7689652Z test_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7700442Z test_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7711338Z test_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7722167Z test_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7732994Z test_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7744343Z test_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7755146Z test_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7765610Z test_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7776356Z test_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7787021Z test_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7797557Z test_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7808055Z test_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7818693Z test_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7829383Z test_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7840003Z test_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7850831Z test_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7861319Z test_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7871960Z test_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7882527Z test_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7893073Z test_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7903809Z test_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7914304Z test_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7924810Z test_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7935383Z test_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7946077Z test_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7956581Z test_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7967168Z test_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7977793Z test_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7988517Z test_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.7999004Z test_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8009504Z test_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8020281Z test_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8030827Z test_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8041356Z test_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8051872Z test_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8062653Z test_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8073200Z test_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8083884Z test_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8094457Z test_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8105215Z test_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8115717Z test_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8126255Z test_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8136933Z test_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8147531Z test_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8157971Z test_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8168606Z test_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8179241Z test_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8189858Z test_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8200412Z test_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8211012Z test_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8221610Z test_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8232329Z test_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8242830Z test_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8253344Z test_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8264149Z test_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8274688Z test_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8285189Z test_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8295829Z test_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8306602Z test_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8317171Z test_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8327684Z test_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8338426Z test_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8349040Z test_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8359629Z test_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8370290Z test_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8380797Z test_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8391428Z test_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8401996Z test_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8412479Z test_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8423358Z test_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8434003Z test_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8445333Z test_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8455759Z test_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8466455Z test_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8476963Z test_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8487497Z test_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8498065Z test_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8508718Z test_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8519257Z test_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8529927Z test_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8540523Z test_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8551285Z test_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8561855Z test_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8572452Z test_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8583220Z test_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8593893Z test_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8604460Z test_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8615041Z test_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8625719Z test_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8636194Z test_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8646704Z test_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8657277Z test_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8667888Z test_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8678275Z test_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8688801Z test_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8699384Z test_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8710062Z test_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8720442Z test_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8730930Z test_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8741860Z test_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8752255Z test_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8762672Z test_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8773130Z test_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8783883Z test_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8794291Z test_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8804741Z test_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8815334Z test_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8825994Z test_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8836427Z test_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8847144Z test_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8857844Z test_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8868550Z test_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8879554Z test_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8890161Z test_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8900879Z test_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8911727Z test_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8922444Z test_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8933188Z test_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8944122Z test_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8954782Z test_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8965474Z test_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8976268Z test_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8987032Z test_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.8997814Z test_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9008523Z test_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9019301Z test_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9030070Z test_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9040929Z test_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9051562Z test_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9062565Z test_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9073315Z test_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9084037Z test_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9094982Z test_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9105863Z test_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9116603Z test_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9127270Z test_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9138007Z test_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9148892Z test_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9159581Z test_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9170180Z test_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9181057Z test_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9191832Z test_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9202542Z test_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9213204Z test_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9224226Z test_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9234858Z test_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9245555Z test_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9256373Z test_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9267261Z test_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9277985Z test_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9288729Z test_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9299632Z test_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9310502Z test_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9321287Z test_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9332046Z test_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9342989Z test_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9353955Z test_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9364515Z test_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9375574Z test_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9386463Z test_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9397407Z test_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9408084Z test_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9418967Z test_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9429882Z test_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9440648Z test_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9451411Z test_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9462562Z test_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9473142Z test_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9484002Z test_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9494823Z test_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9505713Z test_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9516611Z test_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9527578Z test_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9538456Z test_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9549378Z test_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9560230Z test_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9570971Z test_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9581994Z test_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9592993Z test_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9603691Z test_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9614648Z test_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9625492Z test_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9636097Z test_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9646887Z test_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9657760Z test_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9668570Z test_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9679440Z test_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9690308Z test_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9701183Z test_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9712050Z test_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9722833Z test_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9733734Z test_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9744709Z test_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9755669Z test_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9766542Z test_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9777652Z test_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9788639Z test_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9799528Z test_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9810454Z test_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9821516Z test_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9832445Z test_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9843250Z test_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9853973Z test_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9865069Z test_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9875798Z test_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9886530Z test_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9897424Z test_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9908163Z test_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9918906Z test_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9929605Z test_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9940476Z test_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9951269Z test_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9962033Z test_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9972770Z test_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9983686Z test_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:29.9994398Z test_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0005140Z test_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0015971Z test_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0026827Z test_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0037534Z test_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0048344Z test_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0059233Z test_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0070073Z test_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0080808Z test_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0091821Z test_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0103063Z test_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0114029Z test_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0125087Z test_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0135606Z test_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0146489Z test_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0157012Z test_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0167923Z test_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0178752Z test_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0189740Z test_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0200550Z test_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0211447Z test_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0222497Z test_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0233277Z test_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0244076Z test_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0254948Z test_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0265971Z test_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0276882Z test_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0287732Z test_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0298611Z test_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0309551Z test_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0320372Z test_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0331188Z test_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0342433Z test_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0353207Z test_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0363853Z test_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0374717Z test_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0385620Z test_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0396396Z test_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0407142Z test_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0417937Z test_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0428839Z test_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0439595Z test_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0450446Z test_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0461223Z test_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0472088Z test_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0482803Z test_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0493569Z test_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0504553Z test_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0515245Z test_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0525900Z test_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0536758Z test_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0547570Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0558294Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0568984Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0579888Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0590752Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0601512Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0612261Z test_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0623194Z test_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0633898Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0644632Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0655392Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0666324Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0677000Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0687729Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0698590Z test_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0709435Z test_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0720086Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0730811Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0741677Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0752555Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0763409Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0774086Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0785003Z test_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0795767Z test_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0806508Z test_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0817388Z test_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0828296Z test_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0838989Z test_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0849668Z test_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0860592Z test_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0871460Z test_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0882309Z test_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0892991Z test_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0904036Z test_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0914797Z test_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0925477Z test_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0936302Z test_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0947215Z test_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0958005Z test_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0968740Z test_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0979633Z test_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.0990661Z test_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1001454Z test_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1012272Z test_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1023575Z test_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1034444Z test_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1045361Z test_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1056299Z test_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1067259Z test_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1078111Z test_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1089018Z test_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1100310Z test_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1111319Z test_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1122169Z test_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1132887Z test_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1143937Z test_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1154640Z test_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1165434Z test_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1176355Z test_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1187206Z test_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1197992Z test_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1208710Z test_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1219495Z test_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1230371Z test_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1241122Z test_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1251959Z test_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1263053Z test_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1273676Z test_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1284427Z test_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1295243Z test_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1306112Z test_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1316927Z test_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1327764Z test_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1338748Z test_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1349835Z test_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1360963Z test_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1371736Z test_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1383229Z test_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1393670Z test_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1404347Z test_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1415172Z test_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1426091Z test_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1436869Z test_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1447579Z test_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1458377Z test_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1469297Z test_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1480021Z test_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1490886Z test_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1501913Z test_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1512657Z test_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1523279Z test_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1533935Z test_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1544947Z test_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1555692Z test_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1566657Z test_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1577444Z test_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1588299Z test_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1599177Z test_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1609954Z test_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1621088Z test_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1632077Z test_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1642868Z test_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1653676Z test_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1664758Z test_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1675552Z test_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1686291Z test_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1697129Z test_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1708051Z test_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1718803Z test_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1729595Z test_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1740559Z test_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1751755Z test_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1762597Z test_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1773458Z test_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1784426Z test_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1795177Z test_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1805908Z test_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1816918Z test_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1827781Z test_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1838510Z test_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1849534Z test_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1860635Z test_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1871232Z test_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1882225Z test_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1892987Z test_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1903988Z test_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1914600Z test_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1925441Z test_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1936387Z test_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1947082Z test_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1957827Z test_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1968573Z test_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1979431Z test_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.1990232Z test_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2001021Z test_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2011619Z test_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2022327Z test_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2032739Z test_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2043279Z test_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2053715Z test_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2064402Z test_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2074919Z test_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2085343Z test_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2096489Z test_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2106929Z test_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2117332Z test_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2127884Z test_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2138615Z test_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2149451Z test_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2159984Z test_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2170436Z test_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2181057Z test_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2191957Z test_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2202372Z test_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2212840Z test_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2223551Z test_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2234001Z test_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2244654Z test_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2255137Z test_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2265923Z test_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2276376Z test_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2287000Z test_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2297594Z test_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2308162Z test_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2318774Z test_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2329276Z test_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2340025Z test_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2350906Z test_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2360909Z test_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2371615Z test_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2382887Z test_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2393743Z test_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2404314Z test_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2414939Z test_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2426780Z test_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2437283Z test_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2447913Z test_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2458713Z test_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2469324Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2479823Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2490411Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2501117Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2511838Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2522547Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2533027Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2543748Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2554205Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2564681Z test_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2575323Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2586256Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2597039Z test_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2607200Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2617853Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2628390Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2638750Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2649306Z test_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2660058Z test_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2670729Z test_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2681190Z test_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2691782Z test_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2702526Z test_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2712992Z test_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2723440Z test_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2734281Z test_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2745693Z test_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2756163Z test_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2766662Z test_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2777319Z test_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2787951Z test_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2798523Z test_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2809101Z test_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2819737Z test_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2830418Z test_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2840973Z test_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2851536Z test_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2862224Z test_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2872631Z test_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2883277Z test_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2893646Z test_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2904221Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2914740Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2925397Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2935929Z test_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2946582Z test_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2957130Z test_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2967698Z test_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2978336Z test_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2988954Z test_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.2999437Z test_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3010018Z test_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3020625Z test_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3031287Z test_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3041727Z test_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3052204Z test_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3062989Z test_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3073495Z test_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3083999Z test_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3094641Z test_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3105284Z test_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3116057Z test_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3126194Z test_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3136795Z test_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3147364Z test_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3157795Z test_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3168206Z test_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3178839Z test_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3189417Z test_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3199881Z test_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3210341Z test_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3220985Z test_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3231630Z test_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3242004Z test_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3252475Z test_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3263183Z test_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3273605Z test_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3284026Z test_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3294574Z test_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3305240Z test_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3315627Z test_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3326082Z test_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3336675Z test_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3347566Z test_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3357864Z test_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3368211Z test_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3378774Z test_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3389371Z test_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3400141Z test_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3410442Z test_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3421252Z test_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3432168Z test_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3442779Z test_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3453602Z test_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3464665Z test_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3475398Z test_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3486097Z test_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3496916Z test_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3507890Z test_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3518655Z test_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3529318Z test_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3540303Z test_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3551081Z test_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3561820Z test_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3572540Z test_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3583466Z test_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3594117Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3605030Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3615805Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3626773Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3637630Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3648321Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3659083Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3670085Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3680747Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3691530Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3702541Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3713394Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3724133Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3735018Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3746108Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3756932Z test_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3767899Z test_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3778927Z test_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3789662Z test_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3800452Z test_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3811225Z test_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3822181Z test_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3833114Z test_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3843682Z test_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3854973Z test_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3865686Z test_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3876375Z test_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3887135Z test_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3897698Z test_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3908366Z test_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3918955Z test_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3929488Z test_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3940208Z test_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3951026Z test_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3961555Z test_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3972164Z test_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3983040Z test_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.3993577Z test_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4004113Z test_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4014804Z test_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4025448Z test_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4036008Z test_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4046572Z test_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4057333Z test_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4067993Z test_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4078579Z test_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4089117Z test_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4099787Z test_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4110822Z test_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4121503Z test_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4132726Z test_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4144786Z test_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4155178Z test_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4165733Z test_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4176456Z test_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4187061Z test_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4197606Z test_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4208142Z test_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4218936Z test_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4229735Z test_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4240354Z test_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4250959Z test_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4261564Z test_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4272295Z test_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4282769Z test_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4293321Z test_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4304122Z test_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4314758Z test_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4325392Z test_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4335986Z test_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4346796Z test_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4357838Z test_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4368013Z test_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4378829Z test_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4389530Z test_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4400213Z test_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4411023Z test_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4422106Z test_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4432755Z test_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4443425Z test_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4454211Z test_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4464804Z test_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4475319Z test_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4485879Z test_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4496686Z test_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4507646Z test_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4518184Z test_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4528748Z test_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4539428Z test_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4550176Z test_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4560681Z test_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4571321Z test_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4582203Z test_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4592816Z test_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4603508Z test_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4614084Z test_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4624939Z test_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4635538Z test_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4646147Z test_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4656894Z test_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4667645Z test_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4678300Z test_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4688976Z test_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4699916Z test_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4710686Z test_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4721280Z test_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4731875Z test_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4742823Z test_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4753440Z test_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4764147Z test_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4774944Z test_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4785652Z test_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4796265Z test_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4806720Z test_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4817432Z test_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4828217Z test_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4838738Z test_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4849394Z test_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4860147Z test_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4870771Z test_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4881395Z test_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4892057Z test_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4902927Z test_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4913536Z test_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4924236Z test_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4934830Z test_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4945747Z test_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4956458Z test_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4967074Z test_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4977781Z test_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4988379Z test_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.4999058Z test_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5009679Z test_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5020350Z test_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5031087Z test_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5041650Z test_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5052254Z test_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5063066Z test_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5073649Z test_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5084344Z test_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5095003Z test_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5105722Z test_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5116314Z test_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5126879Z test_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5137597Z test_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5148289Z test_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5158887Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5169473Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5180120Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5190817Z test_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5201414Z test_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5211993Z test_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5222866Z test_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5233437Z test_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5244042Z test_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5254769Z test_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5265521Z test_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5276262Z test_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5286751Z test_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5297483Z test_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5308213Z test_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5318811Z test_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5329476Z test_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5340197Z test_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5350856Z test_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5361639Z test_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5372184Z test_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5383115Z test_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5393918Z test_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5404531Z test_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5415200Z test_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5426093Z test_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5436753Z test_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5447477Z test_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5458232Z test_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5469069Z test_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5479792Z test_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5490494Z test_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5501289Z test_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5512102Z test_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5522859Z test_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5533544Z test_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5544628Z test_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5555293Z test_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5565956Z test_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5576757Z test_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5587564Z test_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5598296Z test_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5609125Z test_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5620624Z test_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5631184Z test_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5641848Z test_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5652662Z test_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5663851Z test_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5674841Z test_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5685785Z test_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5696804Z test_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5707881Z test_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5718737Z test_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5729549Z test_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5740704Z test_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5752333Z test_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5762823Z test_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5773528Z test_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5784402Z test_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5795014Z test_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5805741Z test_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5816442Z test_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5827236Z test_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5837812Z test_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5848401Z test_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5859351Z test_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5869910Z test_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5880613Z test_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5891073Z test_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5902080Z test_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5912773Z test_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5923597Z test_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5934343Z test_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5945232Z test_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5955784Z test_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5966525Z test_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5977247Z test_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5988105Z test_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.5998826Z test_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6009541Z test_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6020417Z test_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6031108Z test_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6041817Z test_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6052452Z test_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6063384Z test_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6074061Z test_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6084746Z test_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6095536Z test_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6106368Z test_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6117053Z test_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6127862Z test_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6138822Z test_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6149478Z test_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6160036Z test_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6170714Z test_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6181538Z test_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6192313Z test_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6203071Z test_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6213978Z test_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6224776Z test_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6235401Z test_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6246138Z test_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6256966Z test_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6267787Z test_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6278442Z test_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6289197Z test_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6299998Z test_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6310866Z test_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6321582Z test_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6332243Z test_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6343115Z test_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6353715Z test_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6364556Z test_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6375417Z test_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6385965Z test_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6396506Z test_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6407247Z test_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6418151Z test_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6428758Z test_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6439360Z test_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6449880Z test_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6460504Z test_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6471150Z test_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6481714Z test_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6492364Z test_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6503177Z test_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6513773Z test_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6524398Z test_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6535029Z test_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6545858Z test_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6556398Z test_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6566992Z test_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6577638Z test_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6588341Z test_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6598836Z test_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6609377Z test_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6620591Z test_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6631965Z test_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6642350Z test_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6653980Z test_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6664601Z test_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6675037Z test_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6685618Z test_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6696357Z test_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6707111Z test_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6717622Z test_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6728262Z test_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6738955Z test_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6749667Z test_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6760185Z test_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6770811Z test_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6781553Z test_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6792178Z test_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6802872Z test_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6813594Z test_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6824482Z test_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6834986Z test_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6845704Z test_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6856407Z test_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6867213Z test_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6877884Z test_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6888680Z test_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6899463Z test_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6910083Z test_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6920694Z test_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6931201Z test_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6942022Z test_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6952527Z test_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6963104Z test_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6973748Z test_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6984323Z test_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.6994802Z test_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7005414Z test_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7016102Z test_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7026858Z test_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7037576Z test_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7048106Z test_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7058810Z test_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7069622Z test_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7080164Z test_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7090759Z test_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7101419Z test_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7112198Z test_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7122821Z test_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7133254Z test_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7144064Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7154688Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7165284Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7175932Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7186607Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7197160Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7207725Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7218369Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7228983Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7239613Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7250197Z test_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7260853Z test_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7271718Z test_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7282264Z test_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7292800Z test_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7303583Z test_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7314202Z test_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7324855Z test_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7335625Z test_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7346237Z test_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7356722Z test_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7367232Z test_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7378283Z test_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7388820Z test_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7399466Z test_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7410013Z test_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7420832Z test_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7431552Z test_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7442181Z test_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7452789Z test_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7463693Z test_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7474350Z test_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7484968Z test_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7495681Z test_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7506517Z test_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7517258Z test_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7527873Z test_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7538460Z test_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7549329Z test_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7559916Z test_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7570523Z test_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7581203Z test_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7592100Z test_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7602713Z test_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7613344Z test_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7624226Z test_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7634810Z test_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7645418Z test_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7656178Z test_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7666861Z test_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7677494Z test_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7688114Z test_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7698898Z test_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7709684Z test_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7720339Z test_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7731028Z test_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7742086Z test_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7752679Z test_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7763417Z test_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7774107Z test_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7785015Z test_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7795573Z test_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7806138Z test_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7816907Z test_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7827631Z test_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7838218Z test_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7848930Z test_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7859621Z test_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7870365Z test_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7881050Z test_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7891760Z test_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7902674Z test_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7913716Z test_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7924016Z test_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7934455Z test_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7944978Z test_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7955301Z test_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7965642Z test_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7976286Z test_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7986658Z test_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.7997129Z test_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8007496Z test_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8017961Z test_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8028517Z test_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8038977Z test_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8049315Z test_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8059866Z test_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8070434Z test_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8080802Z test_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8091171Z test_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8101832Z test_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8112270Z test_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8122771Z test_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8133235Z test_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8144113Z test_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8154749Z test_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8165426Z test_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8176467Z test_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8187371Z test_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8198116Z test_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8208969Z test_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8219879Z test_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8230938Z test_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8241769Z test_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8252710Z test_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8263717Z test_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8274567Z test_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8286057Z test_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8297342Z test_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8308306Z test_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8319133Z test_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8329993Z test_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8340964Z test_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8351835Z test_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8362634Z test_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8373468Z test_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8384574Z test_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8395328Z test_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8406187Z test_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8417080Z test_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8428053Z test_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8439179Z test_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8449961Z test_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8460913Z test_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8471909Z test_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8482839Z test_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8493648Z test_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8504579Z test_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8515392Z test_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8526205Z test_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8537148Z test_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8548156Z test_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8558944Z test_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8569681Z test_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8580634Z test_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8591463Z test_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8602391Z test_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8613256Z test_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8624215Z test_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8635073Z test_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8645814Z test_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8656776Z test_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8667646Z test_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8678464Z test_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8689381Z test_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8700199Z test_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8711110Z test_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8721928Z test_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8732770Z test_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8743833Z test_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8754603Z test_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8765396Z test_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8776323Z test_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8787254Z test_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8798071Z test_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8808906Z test_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8819850Z test_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8830759Z test_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8841630Z test_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8852524Z test_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8863413Z test_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8874159Z test_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8885365Z test_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8896182Z test_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8907132Z test_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8917836Z test_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8928704Z test_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8939624Z test_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8950558Z test_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8961327Z test_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8972134Z test_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8983180Z test_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.8994053Z test_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9004856Z test_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9015813Z test_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9026750Z test_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9037497Z test_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9048355Z test_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9059308Z test_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9070262Z test_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9081085Z test_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9091907Z test_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9102896Z test_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9113916Z test_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9124845Z test_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9135836Z test_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9146873Z test_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9157656Z test_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9168581Z test_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9179578Z test_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9190450Z test_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9201293Z test_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9212089Z test_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9223094Z test_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9233929Z test_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9244818Z test_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9255766Z test_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9266641Z test_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9277498Z test_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9296599Z test_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9299252Z test_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9310121Z test_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9320849Z test_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9331677Z test_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9342690Z test_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9353433Z test_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9364222Z test_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9375157Z test_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9386513Z test_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9397538Z test_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9408545Z test_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9419495Z test_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9430462Z test_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9441274Z test_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9451991Z test_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9462890Z test_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9473593Z test_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9484426Z test_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9495205Z test_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9506356Z test_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9517258Z test_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9528116Z test_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9539087Z test_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9550045Z test_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9560856Z test_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9571656Z test_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9583024Z test_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9593848Z test_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9604614Z test_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9615714Z test_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9627148Z test_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9638089Z test_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9649113Z test_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9659829Z test_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9671640Z test_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9681565Z test_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9692086Z test_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9702987Z test_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9713541Z test_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9724060Z test_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9734763Z test_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9745681Z test_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9756229Z test_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9766959Z test_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9777717Z test_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9788515Z test_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9799122Z test_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9809838Z test_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9820748Z test_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9831552Z test_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9842248Z test_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9852914Z test_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9863833Z test_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9874451Z test_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9885140Z test_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9896010Z test_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9907217Z test_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9918548Z test_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9929464Z test_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9940516Z test_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9951616Z test_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9962600Z test_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9973596Z test_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9984934Z test_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:30.9995865Z test_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0006917Z test_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0017986Z test_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0029117Z test_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0040096Z test_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0051076Z test_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0062406Z test_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0073400Z test_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0084485Z test_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0095526Z test_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0106643Z test_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0117717Z test_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0128751Z test_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0140082Z test_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0151186Z test_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0162727Z test_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0173497Z test_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0184962Z test_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0195913Z test_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0206969Z test_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0218147Z test_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0229445Z test_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0240500Z test_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0251436Z test_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0262788Z test_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0273838Z test_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0285114Z test_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0296268Z test_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0307786Z test_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0318887Z test_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0330191Z test_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0342190Z test_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0353166Z test_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0364753Z test_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0375387Z test_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0386958Z test_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0397964Z test_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0409402Z test_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0420620Z test_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0431560Z test_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0442447Z test_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0453599Z test_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0464839Z test_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0475772Z test_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0486735Z test_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0497830Z test_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0508937Z test_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0520016Z test_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0530960Z test_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0542287Z test_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0553598Z test_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0564269Z test_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0575253Z test_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0586508Z test_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0597686Z test_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0608442Z test_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0619512Z test_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0630640Z test_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0641712Z test_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0652930Z test_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0663815Z test_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0674531Z test_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0685092Z test_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0695894Z test_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0706573Z test_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0717160Z test_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0727762Z test_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0738487Z test_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0749304Z test_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0759872Z test_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0770387Z test_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0781194Z test_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0792060Z test_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0802737Z test_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0813357Z test_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0824227Z test_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0834820Z test_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0845623Z test_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0856269Z test_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0867062Z test_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0877526Z test_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0888188Z test_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0899322Z test_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0910467Z test_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0921495Z test_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0932469Z test_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0943642Z test_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0954568Z test_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0965524Z test_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0976631Z test_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0987752Z test_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.0998737Z test_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1009670Z test_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1020763Z test_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1031851Z test_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1042834Z test_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1053758Z test_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1064997Z test_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1076123Z test_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1087004Z test_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1098038Z test_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1109208Z test_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1120175Z test_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1131131Z test_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1142316Z test_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1153570Z test_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1164509Z test_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1175607Z test_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1186725Z test_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1197759Z test_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1208719Z test_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1219860Z test_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1231028Z test_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1242190Z test_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1252771Z test_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1263766Z test_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1274579Z test_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1285299Z test_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1296293Z test_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1307261Z test_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1318145Z test_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1328846Z test_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1339780Z test_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1350990Z test_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1361884Z test_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1372772Z test_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1383942Z test_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1394814Z test_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1405720Z test_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1416601Z test_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1427611Z test_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1438445Z test_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1449303Z test_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1460267Z test_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1471146Z test_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1481940Z test_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1492806Z test_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1503771Z test_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1514554Z test_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1525405Z test_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1536379Z test_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1547351Z test_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1558159Z test_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1569094Z test_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1579970Z test_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1590886Z test_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1601859Z test_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1612648Z test_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1623696Z test_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1634388Z test_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1645437Z test_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1656341Z test_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1667267Z test_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1678193Z test_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1689139Z test_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1700085Z test_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1711145Z test_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1721873Z test_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1732662Z test_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1743743Z test_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1754525Z test_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1765285Z test_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1776189Z test_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1787177Z test_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1797969Z test_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1808711Z test_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1819570Z test_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1830513Z test_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1841248Z test_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1852122Z test_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1863267Z test_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1873870Z test_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1884643Z test_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1895591Z test_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1906592Z test_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1917142Z test_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1928031Z test_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1938859Z test_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1949810Z test_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1960704Z test_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1971384Z test_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1982402Z test_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.1993254Z test_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2004089Z test_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2015222Z test_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2026189Z test_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2037093Z test_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2048125Z test_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2059191Z test_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2070301Z test_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2081192Z test_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2092023Z test_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2103268Z test_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2114012Z test_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2124889Z test_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2135917Z test_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2147048Z test_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2157702Z test_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2168799Z test_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2179790Z test_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2190826Z test_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2201828Z test_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2212735Z test_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2223931Z test_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2234783Z test_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2245751Z test_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2256803Z test_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2267761Z test_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2278763Z test_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2289626Z test_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2300643Z test_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2311644Z test_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2322488Z test_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2333283Z test_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2344499Z test_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2355310Z test_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2366141Z test_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2377153Z test_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2388327Z test_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2399852Z test_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2410032Z test_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2420769Z test_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2431354Z test_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2442039Z test_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2452663Z test_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2463486Z test_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2474111Z test_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2484741Z test_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2495462Z test_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2506295Z test_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2516923Z test_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2527546Z test_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2538262Z test_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2549116Z test_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2559671Z test_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2570260Z test_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2581011Z test_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2591795Z test_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2602427Z test_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2613028Z test_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2624086Z test_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2634659Z test_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2645353Z test_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2656170Z test_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2668633Z test_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2679916Z test_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2690635Z test_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2701534Z test_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2712170Z test_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2722872Z test_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2733624Z test_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2744652Z test_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2755492Z test_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2766249Z test_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2777057Z test_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2787918Z test_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2798774Z test_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2809510Z test_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2820338Z test_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2831153Z test_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2842081Z test_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2852724Z test_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2863722Z test_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2874344Z test_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2885112Z test_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2896293Z test_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2907005Z test_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2917885Z test_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2928674Z test_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2939564Z test_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2950495Z test_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2961382Z test_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2972270Z test_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2983431Z test_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.2994358Z test_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3005175Z test_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3016110Z test_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3027197Z test_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3038119Z test_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3048803Z test_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3059671Z test_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3070610Z test_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3081371Z test_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3092175Z test_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3103287Z test_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3113996Z test_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3124817Z test_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3135712Z test_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3146931Z test_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3157506Z test_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3168251Z test_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3179159Z test_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3190143Z test_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3200786Z test_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3211437Z test_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3222257Z test_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3233143Z test_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3243718Z test_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3254544Z test_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3265378Z test_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3276030Z test_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3286691Z test_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3297515Z test_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3308325Z test_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3318992Z test_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3329678Z test_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3340498Z test_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3351243Z test_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3362174Z test_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3372910Z test_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3383931Z test_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3394514Z test_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3405128Z test_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3416148Z test_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3426930Z test_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3437459Z test_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3449059Z test_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3460132Z test_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3470472Z test_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3481457Z test_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3492297Z test_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3503399Z test_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3514259Z test_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3525158Z test_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3536208Z test_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3547197Z test_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3558185Z test_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3569199Z test_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3580134Z test_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3591083Z test_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3601818Z test_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3612816Z test_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3623688Z test_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3634567Z test_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3645329Z test_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3656455Z test_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3667502Z test_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3678230Z test_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3689150Z test_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3700176Z test_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3711161Z test_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3722093Z test_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3733028Z test_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3744589Z test_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3755625Z test_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3766316Z test_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3777334Z test_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3788494Z test_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3799359Z test_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3809927Z test_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3820661Z test_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3831460Z test_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3842131Z test_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3852645Z test_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3863546Z test_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3874348Z test_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3884913Z test_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3895572Z test_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3906576Z test_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3917233Z test_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3928672Z test_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3939847Z test_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3950831Z test_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3961633Z test_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3972558Z test_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3983677Z test_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.3994557Z test_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4005442Z test_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4016347Z test_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4027258Z test_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4038120Z test_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4048935Z test_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4059912Z test_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4070914Z test_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4081958Z test_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4092745Z test_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4103770Z test_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4114576Z test_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4125441Z test_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4136467Z test_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4147343Z test_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4158403Z test_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4169453Z test_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4180776Z test_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4191771Z test_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4202766Z test_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4213758Z test_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4225172Z test_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4236669Z test_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4247323Z test_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4258222Z test_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4269085Z test_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4279900Z test_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4290746Z test_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4301922Z test_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4312848Z test_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4323750Z test_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4334726Z test_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4345777Z test_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4356650Z test_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4367686Z test_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4378642Z test_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4389677Z test_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4400447Z test_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4411405Z test_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4422372Z test_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4433203Z test_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4444443Z test_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4455521Z test_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4466597Z test_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4477422Z test_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4488136Z test_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4498999Z test_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4510218Z test_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4520867Z test_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4531615Z test_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4542688Z test_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4553473Z test_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4564304Z test_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4575230Z test_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4586281Z test_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4597073Z test_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4609245Z test_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4620281Z test_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4631548Z test_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4642464Z test_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4653750Z test_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4664252Z test_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4674992Z test_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4685570Z test_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4696556Z test_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4707578Z test_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4718423Z test_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4729225Z test_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4740316Z test_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4751308Z test_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4762056Z test_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4772901Z test_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4783955Z test_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4794722Z test_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4805520Z test_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4816533Z test_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4827454Z test_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4838285Z test_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4849161Z test_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4860072Z test_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4871041Z test_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4881765Z test_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4892604Z test_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4903680Z test_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4914702Z test_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4925558Z test_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4936574Z test_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4947857Z test_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4959053Z test_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4970028Z test_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4981158Z test_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.4992354Z test_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5003366Z test_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5014500Z test_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5025694Z test_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5036774Z test_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5047790Z test_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5059026Z test_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5070042Z test_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5081049Z test_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5092120Z test_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5103297Z test_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5114259Z test_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5125102Z test_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5136151Z test_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5147303Z test_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5158300Z test_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5169257Z test_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5180327Z test_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5191590Z test_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5202444Z test_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5213457Z test_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5224788Z test_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5235886Z test_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5246696Z test_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5257765Z test_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5268870Z test_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5279763Z test_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5290821Z test_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5302070Z test_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5313013Z test_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5324058Z test_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5335009Z test_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5346177Z test_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5357045Z test_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5367983Z test_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5379120Z test_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5390145Z test_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5401101Z test_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5411913Z test_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5422963Z test_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5433814Z test_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5444581Z test_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5455647Z test_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5466619Z test_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5477460Z test_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5488282Z test_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5499265Z test_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5510274Z test_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5521116Z test_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5532019Z test_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5543169Z test_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5554018Z test_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5564946Z test_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5575798Z test_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5586829Z test_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5597642Z test_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5608548Z test_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5616353Z test_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5623661Z test_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5630517Z test_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5637431Z test_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5644020Z test_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5650893Z test_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5657721Z test_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5665263Z test_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5671684Z test_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5678800Z test_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5685564Z test_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5692411Z test_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5699355Z test_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5706236Z test_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5712989Z test_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5719861Z test_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.5730221Z test_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5740843Z test_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5751611Z test_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5762360Z test_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5773186Z test_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5783948Z test_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5794565Z test_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5805141Z test_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5815857Z test_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5826633Z test_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5837195Z test_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5847897Z test_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5858568Z test_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5869405Z test_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5880123Z test_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5890689Z test_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5901346Z test_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5912208Z test_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5922698Z test_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5933137Z test_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5943814Z test_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5954208Z test_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5964633Z test_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5975193Z test_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5985897Z test_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.5996234Z test_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6006814Z test_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6017395Z test_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6028074Z test_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6038651Z test_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6049072Z test_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6059760Z test_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6070344Z test_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6080816Z test_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6091427Z test_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6102212Z test_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6113030Z test_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6127714Z test_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6138237Z test_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6149048Z test_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6159235Z test_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6169364Z test_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6180092Z test_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6190580Z test_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6200894Z test_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6211289Z test_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6221999Z test_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6232442Z test_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6242800Z test_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6253128Z test_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6263723Z test_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6274107Z test_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6284547Z test_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6295015Z test_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6305545Z test_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6315922Z test_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6326260Z test_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6336695Z test_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6347165Z test_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6357459Z test_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6367661Z test_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6378062Z test_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6388313Z test_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6398684Z test_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6409082Z test_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6419572Z test_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6426958Z test_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.6433937Z test_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.6440614Z test_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.6447826Z test_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.6454751Z test_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.6461454Z test_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.6468412Z test_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.6475309Z test_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.6485674Z test_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6496386Z test_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6507154Z test_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6517718Z test_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6528316Z test_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6539015Z test_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6549756Z test_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6560427Z test_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6570839Z test_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6581493Z test_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6592085Z test_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6602589Z test_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6613077Z test_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6623847Z test_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6634357Z test_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6644832Z test_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6655550Z test_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6666574Z test_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6676960Z test_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6687678Z test_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6698418Z test_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6708887Z test_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6719675Z test_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6730253Z test_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6741141Z test_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6752009Z test_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6762968Z test_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6774013Z test_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6785011Z test_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6795872Z test_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6806806Z test_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6817730Z test_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6828666Z test_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6839601Z test_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6850374Z test_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6861276Z test_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6872148Z test_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6882989Z test_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6893858Z test_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6905022Z test_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6915917Z test_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6926652Z test_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6937744Z test_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6948827Z test_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6959780Z test_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6970595Z test_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6981574Z test_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.6992684Z test_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7003504Z test_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7014506Z test_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7025731Z test_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7036790Z test_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7047591Z test_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7058589Z test_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7069707Z test_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7080568Z test_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7091393Z test_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7102480Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7113291Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7124195Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7135030Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7146302Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7157491Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7168082Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7178627Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7190088Z test_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7200877Z test_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7211312Z test_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7221980Z test_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7232260Z test_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7242527Z test_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7252893Z test_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7263490Z test_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7273756Z test_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7284065Z test_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7294382Z test_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7304998Z test_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7315678Z test_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7325653Z test_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7335962Z test_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7346513Z test_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7356672Z test_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7363999Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7370476Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7377302Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7384188Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7390958Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7397678Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7404545Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7411933Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7418741Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7425621Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7432232Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7438968Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7446385Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7453315Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7460310Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7467375Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7474225Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7481037Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7487966Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7495031Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7502014Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7509012Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7515926Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7522823Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7530027Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7537185Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7544418Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7551523Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7558477Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7565290Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7572216Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7579116Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:00:31.7589740Z test_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7600557Z test_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7611453Z test_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7622151Z test_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7633074Z test_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7643333Z test_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7654362Z test_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7664700Z test_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7675369Z test_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7685918Z test_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7696573Z test_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7707251Z test_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7717830Z test_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7728521Z test_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7739153Z test_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7750118Z test_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7761005Z test_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7771504Z test_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7782356Z test_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7792860Z test_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7803450Z test_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7813960Z test_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7824786Z test_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7835398Z test_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7845992Z test_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7856723Z test_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7867441Z test_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7878043Z test_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7888511Z test_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7898985Z test_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7909984Z test_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7920128Z test_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7930637Z test_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7941106Z test_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7952171Z test_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7962223Z test_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7972815Z test_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7983602Z test_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.7994042Z test_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8004488Z test_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8015125Z test_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8025802Z test_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8036215Z test_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8046659Z test_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8057266Z test_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8067991Z test_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8078551Z test_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8088969Z test_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8099559Z test_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8110195Z test_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8120712Z test_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8131260Z test_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8142205Z test_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8152586Z test_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8163193Z test_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8174256Z test_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8185878Z test_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8196122Z test_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8206707Z test_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8217671Z test_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8228182Z test_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8238802Z test_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8249358Z test_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8259948Z test_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8270575Z test_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8281153Z test_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8291642Z test_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8302432Z test_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8312877Z test_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8323296Z test_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8333751Z test_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8344456Z test_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8354902Z test_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8365409Z test_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8375996Z test_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8386802Z test_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8397313Z test_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8407854Z test_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8418949Z test_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8429743Z test_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8440088Z test_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8451502Z test_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8462760Z test_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8473489Z test_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8483929Z test_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8494648Z test_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8505385Z test_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8515935Z test_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8526453Z test_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8537036Z test_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8547658Z test_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8558094Z test_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8568753Z test_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8579332Z test_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8589948Z test_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8600406Z test_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8610932Z test_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8621659Z test_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8632289Z test_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8642793Z test_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8653329Z test_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8664007Z test_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8674808Z test_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8686100Z test_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8697416Z test_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8708767Z test_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8719793Z test_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8730192Z test_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8740834Z test_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8751579Z test_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8762054Z test_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8772637Z test_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8783304Z test_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8793926Z test_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8804212Z test_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8814616Z test_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8825342Z test_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8835654Z test_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8845933Z test_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8856389Z test_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8866934Z test_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8877234Z test_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8887507Z test_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8898006Z test_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8908586Z test_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8918968Z test_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8929803Z test_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8941185Z test_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8952523Z test_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8963664Z test_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8974714Z test_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8985293Z test_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.8995610Z test_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9006196Z test_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9016489Z test_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9027006Z test_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9037331Z test_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9047559Z test_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9057926Z test_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9068305Z test_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9078767Z test_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9089102Z test_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9099501Z test_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9109874Z test_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9120133Z test_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9130398Z test_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9140847Z test_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9151270Z test_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9161746Z test_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9171907Z test_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9182853Z test_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9193990Z test_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9205137Z test_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9216408Z test_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9227490Z test_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9238029Z test_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9248429Z test_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9258963Z test_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9269396Z test_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9279871Z test_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9290139Z test_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9300651Z test_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9310984Z test_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9321316Z test_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9331698Z test_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9342935Z test_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9353519Z test_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9364244Z test_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9375114Z test_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9386235Z test_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9397102Z test_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9408052Z test_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9419337Z test_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9430378Z test_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9441456Z test_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9451968Z test_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9463319Z test_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9474100Z test_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9484657Z test_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9495496Z test_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9506290Z test_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9517007Z test_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9528069Z test_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9538849Z test_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9549711Z test_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9560433Z test_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9571162Z test_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9582222Z test_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9592908Z test_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9603555Z test_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9614217Z test_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9625000Z test_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9635610Z test_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9646331Z test_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9657121Z test_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9667830Z test_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9678468Z test_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9689487Z test_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9700817Z test_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9712176Z test_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9723460Z test_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9734531Z test_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9745409Z test_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9756048Z test_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9766743Z test_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9777155Z test_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9787930Z test_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9798202Z test_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9808515Z test_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9818928Z test_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9829445Z test_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9840071Z test_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9850408Z test_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9861036Z test_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9871445Z test_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9881872Z test_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9892416Z test_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9902756Z test_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9913043Z test_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9923381Z test_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9933889Z test_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9944874Z test_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9956630Z test_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9967037Z test_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9977687Z test_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:31.9989141Z test_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0000106Z test_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0010632Z test_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0021353Z test_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0031987Z test_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0043158Z test_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0053795Z test_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0064341Z test_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0074962Z test_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0085520Z test_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0096370Z test_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0107315Z test_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0117732Z test_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0128271Z test_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0138987Z test_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0149685Z test_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0160203Z test_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0170797Z test_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0181498Z test_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0192314Z test_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0203534Z test_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0214079Z test_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0224933Z test_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0235808Z test_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0246437Z test_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0257574Z test_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0267969Z test_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0278629Z test_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0289350Z test_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0300149Z test_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0311063Z test_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0321761Z test_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0332423Z test_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0343381Z test_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0354226Z test_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0364709Z test_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0375505Z test_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0386326Z test_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0396993Z test_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0407634Z test_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0418466Z test_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0429225Z test_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0436449Z test_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:32.0443306Z test_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:32.0450191Z test_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:32.0457565Z test_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:32.0464597Z test_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:32.0471484Z test_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:32.0478420Z test_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:32.0485602Z test_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:32.0492950Z test_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:32.0500298Z test_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:32.0507336Z test_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:32.0514470Z test_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:32.0525341Z test_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0536208Z test_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0547268Z test_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0558132Z test_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0568827Z test_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0579794Z test_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0590702Z test_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0601884Z test_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0612407Z test_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0623400Z test_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0634023Z test_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0644760Z test_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0655554Z test_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0666380Z test_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0676982Z test_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0687579Z test_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0698512Z test_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0709547Z test_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0720550Z test_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0732084Z test_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0743661Z test_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0754494Z test_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0765369Z test_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0776243Z test_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0786875Z test_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0797258Z test_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0807805Z test_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0818477Z test_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0829116Z test_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0839754Z test_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0850480Z test_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0861087Z test_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0871273Z test_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0881560Z test_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0892069Z test_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0902931Z test_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0913222Z test_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0923483Z test_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0933759Z test_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0944516Z test_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0955022Z test_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0965874Z test_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0977054Z test_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0988282Z test_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.0999503Z test_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1010311Z test_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1020866Z test_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1031482Z test_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1041750Z test_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1052032Z test_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1062766Z test_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1072999Z test_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1083334Z test_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1093597Z test_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1104114Z test_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1114493Z test_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1124788Z test_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1135411Z test_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1145746Z test_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1155979Z test_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1166238Z test_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1176696Z test_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1187004Z test_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1197451Z test_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1207678Z test_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1218631Z test_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1230150Z test_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1241533Z test_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1252703Z test_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1264130Z test_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1274592Z test_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1284927Z test_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1295479Z test_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1306108Z test_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1316565Z test_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1326777Z test_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1337158Z test_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1347722Z test_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1357924Z test_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1368531Z test_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1379042Z test_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1389393Z test_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1400149Z test_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1410160Z test_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1420528Z test_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1431005Z test_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1441216Z test_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1451447Z test_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1461916Z test_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1472587Z test_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1483756Z test_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1494799Z test_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1506163Z test_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1517163Z test_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1527743Z test_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1538178Z test_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1548716Z test_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1558979Z test_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1569420Z test_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1579883Z test_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1590345Z test_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1600691Z test_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1611059Z test_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1621572Z test_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1631996Z test_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1642271Z test_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1652596Z test_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1663072Z test_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1673412Z test_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1683802Z test_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1694297Z test_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1704913Z test_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1715322Z test_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1726053Z test_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1737080Z test_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1748243Z test_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1759376Z test_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1770118Z test_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1781396Z test_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1792445Z test_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1803690Z test_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1814769Z test_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1826065Z test_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1837149Z test_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1848190Z test_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1859319Z test_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1870507Z test_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1881666Z test_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1892650Z test_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1903843Z test_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1914281Z test_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1925042Z test_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1935660Z test_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1946343Z test_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1956824Z test_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1967482Z test_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1978333Z test_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1988967Z test_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.1999512Z test_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2010333Z test_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2021030Z test_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2031950Z test_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2042899Z test_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2053561Z test_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2064464Z test_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2075144Z test_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2085865Z test_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2096618Z test_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2107393Z test_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2118281Z test_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2129059Z test_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2139958Z test_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2151166Z test_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2161801Z test_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2172744Z test_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2183763Z test_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2194677Z test_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2205407Z test_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2216363Z test_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2227479Z test_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2238355Z test_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2249147Z test_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2259923Z test_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2270883Z test_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2281792Z test_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2292517Z test_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2303603Z test_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2314371Z test_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2325140Z test_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2335999Z test_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2346980Z test_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2357753Z test_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2368650Z test_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2379576Z test_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2390630Z test_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2401428Z test_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2412271Z test_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2423308Z test_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2434070Z test_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2444840Z test_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2455600Z test_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2466527Z test_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2477352Z test_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2487964Z test_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2499059Z test_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2509780Z test_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2520479Z test_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2531252Z test_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2542183Z test_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2552780Z test_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2563545Z test_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2574384Z test_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2586714Z test_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2597384Z test_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2608033Z test_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2618894Z test_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2629766Z test_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2640402Z test_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2651177Z test_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2662131Z test_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2672835Z test_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2683595Z test_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2694369Z test_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2705291Z test_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2715916Z test_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2726728Z test_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2737607Z test_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2748646Z test_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2759338Z test_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2770331Z test_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2780921Z test_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2791324Z test_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2801887Z test_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2812103Z test_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2822715Z test_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2832940Z test_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2843240Z test_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2853525Z test_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2864180Z test_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2874566Z test_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2884857Z test_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2895180Z test_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2906249Z test_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2916092Z test_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2926336Z test_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2936746Z test_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2947083Z test_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2957357Z test_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2967630Z test_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2978403Z test_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.2989769Z test_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3000993Z test_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3012122Z test_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3023383Z test_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3033770Z test_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3044089Z test_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3054643Z test_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3065172Z test_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3075508Z test_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3085865Z test_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3096317Z test_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3106911Z test_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3117484Z test_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3128396Z test_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3139204Z test_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3149857Z test_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3160677Z test_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3171374Z test_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3182281Z test_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3193128Z test_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3203589Z test_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3214207Z test_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3225008Z test_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3235618Z test_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3247117Z test_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3258435Z test_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3269798Z test_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3280672Z test_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3291348Z test_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3302113Z test_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3312608Z test_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3323003Z test_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3333597Z test_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3344197Z test_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3354552Z test_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3364991Z test_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3375570Z test_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3386700Z test_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3396871Z test_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3407661Z test_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3418352Z test_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3429091Z test_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3439759Z test_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3450644Z test_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3462181Z test_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3472563Z test_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3483710Z test_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3494476Z test_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3505457Z test_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3516045Z test_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3526722Z test_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3537593Z test_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3548480Z test_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3559188Z test_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3569963Z test_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3580795Z test_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3591888Z test_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3602473Z test_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3613388Z test_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3624416Z test_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3635269Z test_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3646116Z test_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3657171Z test_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3668084Z test_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3679051Z test_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3689960Z test_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3700852Z test_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3711740Z test_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3722568Z test_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3733854Z test_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3744761Z test_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3756218Z test_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3767153Z test_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3778079Z test_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3789024Z test_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3799866Z test_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3810786Z test_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3821948Z test_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3832786Z test_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3843602Z test_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3854472Z test_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3865360Z test_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3876055Z test_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3886911Z test_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3897620Z test_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3908566Z test_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3919237Z test_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3930029Z test_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3940834Z test_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3951644Z test_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3962306Z test_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3973105Z test_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3984202Z test_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.3994747Z test_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.4005621Z test_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.4016470Z test_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.4027591Z test_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.4038540Z test_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.4049583Z test_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.4060775Z test_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.4071808Z test_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.4082812Z test_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:32.4095143Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... test_meta.py:127: 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:32.4095657Z x = torch.randn((2, 2, 4, 9), dtype=torch.complex32)[:, 0, :, :] 2022-09-27T16:00:32.4102388Z ok (0.002s) 2022-09-27T16:00:32.4116067Z test_imag (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:00:32.4125915Z test_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:00:32.4136948Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:00:32.4146445Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:00:32.4155018Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:00:32.4166759Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:00:32.4178812Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:00:32.4190346Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:00:32.4204884Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:00:32.4218859Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:00:32.4239953Z test_weakref (__main__.TestMetaConverter) ... ok (0.002s) 2022-09-27T16:00:32.4240239Z 2022-09-27T16:00:32.4240644Z ---------------------------------------------------------------------- 2022-09-27T16:00:32.4241037Z Ran 10172 tests in 10.995s 2022-09-27T16:00:32.4241460Z 2022-09-27T16:00:32.4241596Z OK (skipped=10158) 2022-09-27T16:00:32.4241768Z 2022-09-27T16:00:32.4241889Z Generating XML reports... 2022-09-27T16:00:33.7348885Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20220927160021.xml 2022-09-27T16:00:33.7360119Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20220927160021.xml 2022-09-27T16:00:34.3281996Z Running test_masked ... [2022-09-27 16:00:34.327805] 2022-09-27T16:00:34.3282561Z Executing ['/opt/conda/bin/python', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:34.327889] 2022-09-27T16:00:36.4642137Z Test results will be stored in test-reports/python-unittest/test_masked 2022-09-27T16:00:36.4661142Z 2022-09-27T16:00:36.4661460Z Running tests... 2022-09-27T16:00:36.4662066Z ---------------------------------------------------------------------- 2022-09-27T16:00:36.6153926Z test_mask_layout_sparse_coo__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.149s) 2022-09-27T16:00:36.7599696Z test_mask_layout_sparse_coo__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.144s) 2022-09-27T16:00:36.9042960Z test_mask_layout_sparse_coo__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.144s) 2022-09-27T16:00:37.0486521Z test_mask_layout_sparse_coo__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.144s) 2022-09-27T16:00:37.0495598Z test_mask_layout_sparse_coo__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.0505338Z test_mask_layout_sparse_coo__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.0514636Z test_mask_layout_sparse_coo__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.0523764Z test_mask_layout_sparse_coo__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.0532968Z test_mask_layout_sparse_coo__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.1987050Z test_mask_layout_sparse_coo__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.145s) 2022-09-27T16:00:37.4239287Z test_mask_layout_sparse_coo__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.225s) 2022-09-27T16:00:37.5695095Z test_mask_layout_sparse_coo__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.145s) 2022-09-27T16:00:37.7116310Z test_mask_layout_sparse_coo__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.142s) 2022-09-27T16:00:37.7126015Z test_mask_layout_sparse_coo__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.7135248Z test_mask_layout_sparse_coo__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.7145114Z test_mask_layout_sparse_coo__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.7153773Z test_mask_layout_sparse_coo__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.7162968Z test_mask_layout_sparse_coo__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.7177593Z test_mask_layout_sparse_coo__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-09-27T16:00:37.7186718Z test_mask_layout_sparse_coo__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.7196023Z test_mask_layout_sparse_coo__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.7204893Z test_mask_layout_sparse_coo__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.7218969Z test_mask_layout_sparse_coo__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-09-27T16:00:37.7232158Z test_mask_layout_sparse_coo__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-09-27T16:00:37.7245294Z test_mask_layout_sparse_coo__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-09-27T16:00:37.7254741Z test_mask_layout_sparse_coo__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.7263720Z test_mask_layout_sparse_coo__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.7272417Z test_mask_layout_sparse_coo__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.7281916Z test_mask_layout_sparse_coo__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.7290161Z test_mask_layout_sparse_coo__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:37.8359912Z test_mask_layout_sparse_coo__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.107s) 2022-09-27T16:00:37.9451501Z test_mask_layout_sparse_coo__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.109s) 2022-09-27T16:00:38.0535401Z test_mask_layout_sparse_coo__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.108s) 2022-09-27T16:00:38.1985430Z test_mask_layout_sparse_coo__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.145s) 2022-09-27T16:00:38.3433879Z test_mask_layout_sparse_coo__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.145s) 2022-09-27T16:00:38.4492201Z test_mask_layout_sparse_coo__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.106s) 2022-09-27T16:00:38.5545730Z test_mask_layout_sparse_coo__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.105s) 2022-09-27T16:00:38.6585619Z test_mask_layout_sparse_coo__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.104s) 2022-09-27T16:00:38.7639813Z test_mask_layout_sparse_coo__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.105s) 2022-09-27T16:00:38.8675529Z test_mask_layout_sparse_coo__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.103s) 2022-09-27T16:00:39.0212606Z test_mask_layout_sparse_coo__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.154s) 2022-09-27T16:00:39.1346399Z test_mask_layout_sparse_coo__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.113s) 2022-09-27T16:00:39.2539122Z test_mask_layout_sparse_coo__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.119s) 2022-09-27T16:00:39.3724645Z test_mask_layout_sparse_coo__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.118s) 2022-09-27T16:00:39.5283000Z test_mask_layout_sparse_coo__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.156s) 2022-09-27T16:00:39.6815451Z test_mask_layout_sparse_coo__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.153s) 2022-09-27T16:00:39.8337479Z test_mask_layout_sparse_coo__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.152s) 2022-09-27T16:00:39.9477155Z test_mask_layout_sparse_coo__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.114s) 2022-09-27T16:00:40.0610523Z test_mask_layout_sparse_coo__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.113s) 2022-09-27T16:00:40.1720676Z test_mask_layout_sparse_coo__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.111s) 2022-09-27T16:00:40.2853662Z test_mask_layout_sparse_coo__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.113s) 2022-09-27T16:00:40.3970913Z test_mask_layout_sparse_coo__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.112s) 2022-09-27T16:00:40.4309545Z test_mask_layout_sparse_csr__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-09-27T16:00:40.4640992Z test_mask_layout_sparse_csr__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-09-27T16:00:40.4973446Z test_mask_layout_sparse_csr__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-09-27T16:00:40.5305641Z test_mask_layout_sparse_csr__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-09-27T16:00:40.5313769Z test_mask_layout_sparse_csr__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.5322318Z test_mask_layout_sparse_csr__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.5331329Z test_mask_layout_sparse_csr__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.5340008Z test_mask_layout_sparse_csr__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.5348550Z test_mask_layout_sparse_csr__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.5677127Z test_mask_layout_sparse_csr__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-09-27T16:00:40.6009754Z test_mask_layout_sparse_csr__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-09-27T16:00:40.6337841Z test_mask_layout_sparse_csr__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-09-27T16:00:40.6660402Z test_mask_layout_sparse_csr__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T16:00:40.6670282Z test_mask_layout_sparse_csr__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.6679575Z test_mask_layout_sparse_csr__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.6688368Z test_mask_layout_sparse_csr__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.6696963Z test_mask_layout_sparse_csr__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.6705934Z test_mask_layout_sparse_csr__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.6957681Z test_mask_layout_sparse_csr__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-09-27T16:00:40.6966922Z test_mask_layout_sparse_csr__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.6976073Z test_mask_layout_sparse_csr__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.6984841Z test_mask_layout_sparse_csr__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.7235874Z test_mask_layout_sparse_csr__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-09-27T16:00:40.7490766Z test_mask_layout_sparse_csr__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-09-27T16:00:40.7740870Z test_mask_layout_sparse_csr__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-09-27T16:00:40.7750590Z test_mask_layout_sparse_csr__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.7759695Z test_mask_layout_sparse_csr__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.7769000Z test_mask_layout_sparse_csr__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.7778279Z test_mask_layout_sparse_csr__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.7786929Z test_mask_layout_sparse_csr__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:40.7884607Z test_mask_layout_sparse_csr__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T16:00:40.7982973Z test_mask_layout_sparse_csr__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T16:00:40.8084433Z test_mask_layout_sparse_csr__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T16:00:40.8396301Z test_mask_layout_sparse_csr__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-09-27T16:00:40.8707054Z test_mask_layout_sparse_csr__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-09-27T16:00:40.8806338Z test_mask_layout_sparse_csr__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T16:00:40.8904067Z test_mask_layout_sparse_csr__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T16:00:40.8999712Z test_mask_layout_sparse_csr__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T16:00:40.9096282Z test_mask_layout_sparse_csr__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T16:00:40.9192856Z test_mask_layout_sparse_csr__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T16:00:40.9513575Z test_mask_layout_sparse_csr__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T16:00:40.9619028Z test_mask_layout_sparse_csr__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T16:00:40.9728302Z test_mask_layout_sparse_csr__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T16:00:40.9838970Z test_mask_layout_sparse_csr__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T16:00:41.0157459Z test_mask_layout_sparse_csr__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T16:00:41.0473790Z test_mask_layout_sparse_csr__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T16:00:41.0790114Z test_mask_layout_sparse_csr__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T16:00:41.0897843Z test_mask_layout_sparse_csr__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T16:00:41.1006854Z test_mask_layout_sparse_csr__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T16:00:41.1109233Z test_mask_layout_sparse_csr__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T16:00:41.1217653Z test_mask_layout_sparse_csr__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T16:00:41.1325456Z test_mask_layout_sparse_csr__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T16:00:41.2129945Z test_mask_layout_strided__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.080s) 2022-09-27T16:00:41.2933487Z test_mask_layout_strided__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.080s) 2022-09-27T16:00:41.3736733Z test_mask_layout_strided__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.080s) 2022-09-27T16:00:41.4516921Z test_mask_layout_strided__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.078s) 2022-09-27T16:00:41.4526328Z test_mask_layout_strided__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:41.4535450Z test_mask_layout_strided__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:41.4544873Z test_mask_layout_strided__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:41.4553620Z test_mask_layout_strided__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:41.4563145Z test_mask_layout_strided__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:41.5364890Z test_mask_layout_strided__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.080s) 2022-09-27T16:00:41.6163949Z test_mask_layout_strided__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.080s) 2022-09-27T16:00:41.6966751Z test_mask_layout_strided__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.080s) 2022-09-27T16:00:41.7747670Z test_mask_layout_strided__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.078s) 2022-09-27T16:00:41.7758302Z test_mask_layout_strided__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:41.7767689Z test_mask_layout_strided__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:41.7777236Z test_mask_layout_strided__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:41.7786599Z test_mask_layout_strided__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:41.7795438Z test_mask_layout_strided__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:41.8376964Z test_mask_layout_strided__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.058s) 2022-09-27T16:00:41.8386796Z test_mask_layout_strided__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:41.8395946Z test_mask_layout_strided__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:41.8405256Z test_mask_layout_strided__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:41.8999531Z test_mask_layout_strided__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.059s) 2022-09-27T16:00:41.9580428Z test_mask_layout_strided__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.058s) 2022-09-27T16:00:42.0164783Z test_mask_layout_strided__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.058s) 2022-09-27T16:00:42.0174550Z test_mask_layout_strided__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:42.0183456Z test_mask_layout_strided__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:42.0192125Z test_mask_layout_strided__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:42.0200976Z test_mask_layout_strided__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:42.0209005Z test_mask_layout_strided__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:42.0768077Z test_mask_layout_strided__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.056s) 2022-09-27T16:00:42.1421027Z test_mask_layout_strided__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.065s) 2022-09-27T16:00:42.2059887Z test_mask_layout_strided__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.064s) 2022-09-27T16:00:42.2870080Z test_mask_layout_strided__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.081s) 2022-09-27T16:00:42.3679406Z test_mask_layout_strided__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.081s) 2022-09-27T16:00:42.4246633Z test_mask_layout_strided__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.057s) 2022-09-27T16:00:42.4809183Z test_mask_layout_strided__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.056s) 2022-09-27T16:00:42.5353387Z test_mask_layout_strided__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.054s) 2022-09-27T16:00:42.5918847Z test_mask_layout_strided__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.056s) 2022-09-27T16:00:42.6480276Z test_mask_layout_strided__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.056s) 2022-09-27T16:00:42.7279903Z test_mask_layout_strided__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.080s) 2022-09-27T16:00:42.7827505Z test_mask_layout_strided__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.055s) 2022-09-27T16:00:42.8473412Z test_mask_layout_strided__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.065s) 2022-09-27T16:00:42.9108310Z test_mask_layout_strided__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.063s) 2022-09-27T16:00:42.9908059Z test_mask_layout_strided__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.080s) 2022-09-27T16:00:43.0715723Z test_mask_layout_strided__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.081s) 2022-09-27T16:00:43.1500660Z test_mask_layout_strided__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.078s) 2022-09-27T16:00:43.2047311Z test_mask_layout_strided__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.055s) 2022-09-27T16:00:43.2595481Z test_mask_layout_strided__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.055s) 2022-09-27T16:00:43.3133683Z test_mask_layout_strided__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.054s) 2022-09-27T16:00:43.3680874Z test_mask_layout_strided__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.055s) 2022-09-27T16:00:43.4226604Z test_mask_layout_strided__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.054s) 2022-09-27T16:00:43.4400450Z test_reference_masked__masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-09-27T16:00:43.4570041Z test_reference_masked__masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-09-27T16:00:43.4738870Z test_reference_masked__masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-09-27T16:00:43.6606497Z test_reference_masked__masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.187s) 2022-09-27T16:00:43.8456174Z test_reference_masked__masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.185s) 2022-09-27T16:00:44.0308790Z test_reference_masked__masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.185s) 2022-09-27T16:00:44.2137278Z test_reference_masked__masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.183s) 2022-09-27T16:00:44.2377397Z test_reference_masked__masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.024s) 2022-09-27T16:00:44.2659155Z test_reference_masked__masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.028s) 2022-09-27T16:00:44.2945556Z test_reference_masked__masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.029s) 2022-09-27T16:00:44.3022165Z test_reference_masked__masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.008s) 2022-09-27T16:00:44.3272483Z test_reference_masked__masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-09-27T16:00:44.3512712Z test_reference_masked__masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.024s) 2022-09-27T16:00:44.3671105Z test_reference_masked__masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:00:44.3828201Z test_reference_masked__masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:00:44.3985596Z test_reference_masked__masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:00:44.4152451Z test_reference_masked__masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-09-27T16:00:44.4319098Z test_reference_masked__masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-09-27T16:00:44.4486749Z test_reference_masked__masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-09-27T16:00:44.5515396Z test_reference_masked__masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.103s) 2022-09-27T16:00:44.6665105Z test_reference_masked__masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.115s) 2022-09-27T16:00:44.7805702Z test_reference_masked__masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.114s) 2022-09-27T16:00:44.9016426Z test_reference_masked__masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.121s) 2022-09-27T16:00:45.0225048Z test_reference_masked__masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.121s) 2022-09-27T16:00:45.0267282Z test_reference_masked__masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T16:00:45.0307558Z test_reference_masked__masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T16:00:45.0347538Z test_reference_masked__masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T16:00:45.0387007Z test_reference_masked__masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T16:00:45.0426500Z test_reference_masked__masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T16:00:45.1438538Z test_reference_masked__masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.101s) 2022-09-27T16:00:45.2448163Z test_reference_masked__masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.101s) 2022-09-27T16:00:45.3440968Z test_reference_masked__masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.099s) 2022-09-27T16:00:45.4455464Z test_reference_masked__masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.101s) 2022-09-27T16:00:45.5514060Z test_reference_masked__masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.106s) 2022-09-27T16:00:45.6557800Z test_reference_masked__masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.104s) 2022-09-27T16:00:45.6601269Z test_reference_masked__masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T16:00:45.6642088Z test_reference_masked__masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T16:00:45.6682298Z test_reference_masked__masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T16:00:45.6721859Z test_reference_masked__masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T16:00:45.6761966Z test_reference_masked__masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T16:00:45.6782077Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T16:00:45.6799411Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T16:00:45.6818082Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T16:00:45.6836009Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T16:00:45.6853023Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T16:00:45.6871141Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T16:00:45.6871613Z 2022-09-27T16:00:45.6872070Z ---------------------------------------------------------------------- 2022-09-27T16:00:45.6872493Z Ran 202 tests in 9.221s 2022-09-27T16:00:45.6872686Z 2022-09-27T16:00:45.6872831Z OK (skipped=58, expected failures=1) 2022-09-27T16:00:45.6873070Z 2022-09-27T16:00:45.6873211Z Generating XML reports... 2022-09-27T16:00:45.7058803Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20220927160036.xml 2022-09-27T16:00:46.0793952Z Running test_public_bindings ... [2022-09-27 16:00:46.079005] 2022-09-27T16:00:46.0794494Z Executing ['/opt/conda/bin/python', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:46.079084] 2022-09-27T16:00:47.2642689Z Test results will be stored in test-reports/python-unittest/test_public_bindings 2022-09-27T16:00:47.2665968Z 2022-09-27T16:00:47.2666594Z Running tests... 2022-09-27T16:00:47.2667136Z ---------------------------------------------------------------------- 2022-09-27T16:00:47.2688350Z test_correct_module_names (__main__.TestPublicBindings) 2022-09-27T16:00:47.5464528Z An API is considered public, if its `__module__` starts with `torch.` ... /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py:243: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-09-27T16:00:47.5465087Z "torch.distributed.reduce_op is deprecated, please use " 2022-09-27T16:00:48.7903250Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:00:49.1754957Z ok (1.910s) 2022-09-27T16:00:49.1783326Z test_no_new_bindings (__main__.TestPublicBindings) 2022-09-27T16:00:49.1793264Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.004s) 2022-09-27T16:00:49.1793573Z 2022-09-27T16:00:49.1794024Z ---------------------------------------------------------------------- 2022-09-27T16:00:49.1794452Z Ran 2 tests in 1.914s 2022-09-27T16:00:49.1794647Z 2022-09-27T16:00:49.1794743Z OK 2022-09-27T16:00:49.1794876Z 2022-09-27T16:00:49.1796192Z Generating XML reports... 2022-09-27T16:00:49.1802345Z Generated XML report: test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220927160047.xml 2022-09-27T16:00:49.6697136Z Running test_namedtuple_return_api ... [2022-09-27 16:00:49.669245] 2022-09-27T16:00:49.6697736Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:49.669331] 2022-09-27T16:00:50.8661493Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-09-27T16:00:50.8672011Z 2022-09-27T16:00:50.8672365Z Running tests... 2022-09-27T16:00:50.8673008Z ---------------------------------------------------------------------- 2022-09-27T16:00:51.0981947Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.231s) 2022-09-27T16:00:51.1101986Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... test_namedtuple_return_api.py:150: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:00:51.1102988Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:00:51.1103419Z Q, R = torch.qr(A, some) 2022-09-27T16:00:51.1103750Z should be replaced with 2022-09-27T16:00:51.1104534Z 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-27T16:00:51.1105088Z ret1 = func(a, *op.input) 2022-09-27T16:00:51.1105641Z test_namedtuple_return_api.py:156: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:00:51.1106374Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:00:51.1106789Z Q, R = torch.qr(A, some) 2022-09-27T16:00:51.1107109Z should be replaced with 2022-09-27T16:00:51.1107894Z 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-27T16:00:51.1108475Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-09-27T16:00:51.1111474Z test_namedtuple_return_api.py:150: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:00:51.1112230Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:00:51.1112969Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:00:51.1113294Z should be replaced with 2022-09-27T16:00:51.1113793Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:00:51.1114150Z and 2022-09-27T16:00:51.1114449Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:00:51.1114801Z should be replaced with 2022-09-27T16:00:51.1115578Z 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-27T16:00:51.1116131Z ret1 = func(a, *op.input) 2022-09-27T16:00:51.1116718Z test_namedtuple_return_api.py:156: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:00:51.1117472Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:00:51.1117999Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:00:51.1118318Z should be replaced with 2022-09-27T16:00:51.1118791Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:00:51.1119142Z and 2022-09-27T16:00:51.1119435Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:00:51.1119778Z should be replaced with 2022-09-27T16:00:51.1123140Z 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-27T16:00:51.1123747Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-09-27T16:00:51.1124695Z test_namedtuple_return_api.py:150: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:00:51.1125447Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:00:51.1126091Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:00:51.1126451Z should be replaced with 2022-09-27T16:00:51.1126997Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:00:51.1127535Z ret1 = func(a, *op.input) 2022-09-27T16:00:51.1128102Z test_namedtuple_return_api.py:150: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-09-27T16:00:51.1128892Z 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-27T16:00:51.1129543Z To get the qr decomposition consider using torch.linalg.qr. 2022-09-27T16:00:51.1130591Z 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-27T16:00:51.1131321Z The unpacking of the solution, as in 2022-09-27T16:00:51.1131701Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-09-27T16:00:51.1132038Z should be replaced with 2022-09-27T16:00:51.1132589Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3799.) 2022-09-27T16:00:51.1133127Z ret1 = func(a, *op.input) 2022-09-27T16:00:51.1169983Z test_namedtuple_return_api.py:150: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T16:00:51.1170655Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T16:00:51.1171013Z should be replaced with 2022-09-27T16:00:51.1171406Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T16:00:51.1171741Z and 2022-09-27T16:00:51.1173420Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T16:00:51.1173835Z should be replaced with 2022-09-27T16:00:51.1174603Z 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-27T16:00:51.1175231Z ret1 = func(a, *op.input) 2022-09-27T16:00:51.1176185Z ok (0.019s) 2022-09-27T16:00:52.4681190Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.350s) 2022-09-27T16:00:52.4681511Z 2022-09-27T16:00:52.4681956Z ---------------------------------------------------------------------- 2022-09-27T16:00:52.4682371Z Ran 3 tests in 1.601s 2022-09-27T16:00:52.4682594Z 2022-09-27T16:00:52.4682690Z OK 2022-09-27T16:00:52.4682853Z 2022-09-27T16:00:52.4683008Z Generating XML reports... 2022-09-27T16:00:52.4711234Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220927160050.xml 2022-09-27T16:00:52.7624274Z Running test_nestedtensor ... [2022-09-27 16:00:52.761966] 2022-09-27T16:00:52.7624811Z Executing ['/opt/conda/bin/python', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:52.762050] 2022-09-27T16:00:54.2050058Z Test results will be stored in test-reports/python-unittest/test_nestedtensor 2022-09-27T16:00:54.2067476Z 2022-09-27T16:00:54.2067603Z Running tests... 2022-09-27T16:00:54.2068177Z ---------------------------------------------------------------------- 2022-09-27T16:00:54.2087855Z test_activations (__main__.TestNestedTensor) ... test_nestedtensor.py:258: 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:00:54.2088735Z nt = nested_tensor([t]) 2022-09-27T16:00:54.2107937Z ok (0.004s) 2022-09-27T16:00:54.2126108Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T16:00:54.2137441Z test_dim (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:00:54.2157049Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T16:00:54.2168466Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:00:54.2177110Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:00:54.2236141Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.006s) 2022-09-27T16:00:54.2256041Z test_numel (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T16:00:54.2282221Z test_repr_string (__main__.TestNestedTensor) ... ok (0.003s) 2022-09-27T16:00:54.2306624Z test_size (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T16:00:54.2330371Z test_stride (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T16:00:54.2339943Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:00:54.2350936Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:00:54.2361466Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:00:54.2372355Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:00:54.2383490Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:00:54.2416370Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.003s) 2022-09-27T16:00:54.2433058Z test_backward_for_add_op (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T16:00:54.2448214Z test_dropout_backward (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T16:00:54.2469660Z test_nested_tensor_bmm_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T16:00:54.2740476Z test_nested_tensor_bmm_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.027s) 2022-09-27T16:00:54.2768496Z test_nested_tensor_from_list (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T16:00:54.2791751Z test_nested_tensor_from_mask_and_to_padded (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T16:00:54.2812108Z test_nested_tensor_from_padded (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T16:00:54.2833310Z test_nested_tensor_from_padded_fused (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T16:00:54.2893324Z test_nested_tensor_linear (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-09-27T16:00:54.2908097Z test_nested_tensor_linear_backward (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T16:00:54.2930455Z test_nested_tensor_matmul_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T16:00:54.3194238Z test_nested_tensor_matmul_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.026s) 2022-09-27T16:00:54.3209596Z test_nested_tensor_reshape_backward (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T16:00:54.3223993Z test_nested_tensor_reshape_gradcheck (__main__.TestNestedTensorAutograd) ... /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:00:54.3224972Z f'Input #{idx} requires gradient and ' 2022-09-27T16:00:54.3226077Z /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:00:54.3226899Z f'Input #{idx} requires gradient and ' 2022-09-27T16:00:54.3332451Z ok (0.012s) 2022-09-27T16:00:54.3361990Z test_nested_tensor_softmax (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T16:00:54.3381104Z test_nested_tensor_to_padded_tensor (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T16:00:54.3396216Z test_nested_tensor_transpose_backward (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T16:00:54.3498337Z test_nested_tensor_transpose_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.010s) 2022-09-27T16:00:54.3505673Z test_set_requires_grad_from_list (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T16:00:54.3514084Z test_set_requires_grad_from_mask (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T16:00:54.3571697Z test_size_dim (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-09-27T16:00:54.3598480Z test_to_buffer_series_ops_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T16:00:54.3627779Z test_unbind_flow_through (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T16:00:54.3651212Z test_values_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T16:00:54.4111432Z test_bmm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.046s) 2022-09-27T16:00:54.4562429Z test_bmm_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.045s) 2022-09-27T16:00:54.4580423Z test_bmm_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.4596018Z test_bmm_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.4660013Z test_clone_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:00:54.4717052Z test_clone_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:00:54.4739181Z test_detach_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.4761228Z test_detach_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.4782415Z test_detach_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.4790512Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:00:54.4846033Z test_dropout_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:00:54.4899989Z test_dropout_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:00:54.4918269Z test_dropout_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.4936301Z test_dropout_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.4960808Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.5044123Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:00:54.5251996Z test_linear_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:00:54.5450612Z test_linear_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:00:54.5498472Z test_linear_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:00:54.5544364Z test_linear_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:00:54.6092832Z test_matmul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... test_nestedtensor.py:1047: UserWarning: An output with one or more elements was resized since it had shape [8, 9, 2, 6], which does not match the required output shape [72, 2, 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:00:54.6094382Z actual = torch.nested.to_padded_tensor(torch.matmul(nt0, nt1), 0.0) 2022-09-27T16:00:54.6096302Z test_nestedtensor.py:1047: UserWarning: An output with one or more elements was resized since it had shape [8, 9, 3, 5], which does not match the required output shape [72, 3, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:00:54.6097712Z actual = torch.nested.to_padded_tensor(torch.matmul(nt0, nt1), 0.0) 2022-09-27T16:00:54.6098198Z ok (0.055s) 2022-09-27T16:00:54.6642106Z test_matmul_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.054s) 2022-09-27T16:00:54.6659260Z test_matmul_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.6675380Z test_matmul_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.6691757Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.6707598Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.6722126Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:00:54.6736949Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:00:54.7080989Z test_nested_tensor_indexing_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.034s) 2022-09-27T16:00:54.7420067Z test_nested_tensor_indexing_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.034s) 2022-09-27T16:00:54.7755685Z test_nested_tensor_indexing_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.034s) 2022-09-27T16:00:54.7773853Z test_nested_tensor_indexing_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.7792072Z test_nested_tensor_indexing_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.7808992Z test_nested_tensor_indexing_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.7899024Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:00:54.7984726Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:00:54.8092432Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:00:54.8198018Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:00:54.8365743Z test_nested_tensor_sum_dim_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:00:54.8520248Z test_reshape_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:00:54.8670060Z test_reshape_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:00:54.8822518Z test_reshape_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:00:54.8918518Z test_scaled_dot_product_attention_input_dim_3_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:00:54.9014442Z test_scaled_dot_product_attention_input_dim_4_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:00:54.9305079Z test_softmax_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:00:54.9592996Z test_softmax_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:00:54.9611493Z test_softmax_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.9628108Z test_softmax_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.9649558Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.9667996Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.9687829Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.9706366Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.9724490Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.9743371Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:54.9787410Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:00:54.9816138Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:00:54.9858113Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:00:54.9911420Z test_to_padded_tensor_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:00:54.9960992Z test_to_padded_tensor_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:00:55.0010127Z test_to_padded_tensor_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:00:55.0032396Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.0055254Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.0075201Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.0095688Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.0115039Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.0290832Z test_transpose_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:00:55.0464633Z test_transpose_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:00:55.0639743Z test_transpose_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:00:55.0659711Z test_transpose_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.0678654Z test_transpose_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.0697652Z test_transpose_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.0713983Z test_unbind_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.0731527Z test_unbind_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.0748516Z test_unbind_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.0976676Z test_view_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:00:55.1205095Z test_view_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:00:55.1431459Z test_view_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:00:55.1452378Z test_view_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.1473283Z test_view_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.1494213Z test_view_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:00:55.1494909Z 2022-09-27T16:00:55.1495368Z ---------------------------------------------------------------------- 2022-09-27T16:00:55.1495871Z Ran 121 tests in 0.943s 2022-09-27T16:00:55.1496056Z 2022-09-27T16:00:55.1496158Z OK 2022-09-27T16:00:55.1496315Z 2022-09-27T16:00:55.1496466Z Generating XML reports... 2022-09-27T16:00:55.1545612Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220927160054.xml 2022-09-27T16:00:55.1564435Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20220927160054.xml 2022-09-27T16:00:55.1621877Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20220927160054.xml 2022-09-27T16:00:55.4639307Z Running test_fake_tensor ... [2022-09-27 16:00:55.463480] 2022-09-27T16:00:55.4640008Z Executing ['/opt/conda/bin/python', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:55.463564] 2022-09-27T16:00:56.6868339Z Test results will be stored in test-reports/python-unittest/test_fake_tensor 2022-09-27T16:00:56.6883232Z 2022-09-27T16:00:56.6883373Z Running tests... 2022-09-27T16:00:56.6883861Z ---------------------------------------------------------------------- 2022-09-27T16:00:56.9328968Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (0.244s) 2022-09-27T16:00:56.9351745Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-09-27T16:00:56.9369694Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-09-27T16:00:56.9385735Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-09-27T16:00:56.9405839Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-09-27T16:00:56.9420600Z test_shared_storages (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-09-27T16:00:56.9431549Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-09-27T16:00:56.9444203Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:00:56.9456731Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:00:56.9465219Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:00:56.9473646Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:00:56.9496512Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-09-27T16:00:56.9507487Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:00:56.9522735Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:00:56.9539757Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-09-27T16:00:56.9551151Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:00:56.9690970Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.014s) 2022-09-27T16:00:57.0286017Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.059s) 2022-09-27T16:00:57.0465248Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.018s) 2022-09-27T16:00:57.1577825Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.111s) 2022-09-27T16:00:57.1607871Z test_basic (__main__.FakeTensorTest) ... ok (0.003s) 2022-09-27T16:00:57.1631934Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:00:57.1644049Z test_constructor (__main__.FakeTensorTest) ... ok (0.001s) 2022-09-27T16:00:57.1657231Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:00:57.1680283Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.002s) 2022-09-27T16:00:57.1693867Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.001s) 2022-09-27T16:00:57.1748302Z test_deepcopy (__main__.FakeTensorTest) ... ok (0.005s) 2022-09-27T16:00:57.1768607Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:00:57.1781073Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.001s) 2022-09-27T16:00:57.1796963Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:00:57.1805279Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:00:57.1821407Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:00:57.1826610Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:00:57.1832350Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:00:57.1845400Z test_mode (__main__.FakeTensorTest) ... ok (0.001s) 2022-09-27T16:00:57.1928674Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.008s) 2022-09-27T16:00:57.1935205Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:00:57.1940389Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:00:57.1944835Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:00:57.1959019Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.001s) 2022-09-27T16:00:57.1975200Z test_randperm (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:00:57.1979861Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:00:57.1985508Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:00:57.1991096Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:00:57.1996322Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:00:57.2002426Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T16:00:57.2002747Z 2022-09-27T16:00:57.2003222Z ---------------------------------------------------------------------- 2022-09-27T16:00:57.2003674Z Ran 46 tests in 0.512s 2022-09-27T16:00:57.2003857Z 2022-09-27T16:00:57.2003972Z OK (skipped=13, expected failures=1) 2022-09-27T16:00:57.2004113Z 2022-09-27T16:00:57.2004207Z Generating XML reports... 2022-09-27T16:00:57.2034234Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20220927160056.xml 2022-09-27T16:00:57.2042956Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20220927160056.xml 2022-09-27T16:00:57.2047812Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20220927160056.xml 2022-09-27T16:00:57.2070717Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20220927160056.xml 2022-09-27T16:00:57.5201050Z Running test_python_dispatch ... [2022-09-27 16:00:57.519735] 2022-09-27T16:00:57.5201607Z Executing ['/opt/conda/bin/python', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:57.519815] 2022-09-27T16:00:58.7001783Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-09-27T16:00:58.7016786Z 2022-09-27T16:00:58.7016911Z Running tests... 2022-09-27T16:00:58.7017387Z ---------------------------------------------------------------------- 2022-09-27T16:00:58.9485802Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.247s) 2022-09-27T16:00:58.9497361Z test_all_same_mode_scope (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9518936Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:58.9576036Z test_basic (__main__.TestPythonDispatch) ... ok (0.006s) 2022-09-27T16:00:58.9596179Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:58.9603566Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9614180Z test_ctor_no_inner (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9660986Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.005s) 2022-09-27T16:00:58.9676924Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:58.9688971Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9704628Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:58.9715050Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9743226Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:00:58.9763838Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:58.9774517Z test_disable_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9789785Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9803833Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9817216Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9826301Z test_enable_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9834761Z test_enable_torch_dispatch_mode_error (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9845732Z test_enable_torch_dispatch_mode_ignore_preexisting (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9854836Z test_enable_torch_dispatch_mode_instance (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9865825Z test_enable_torch_dispatch_mode_replace (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9877922Z test_enable_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9902828Z test_enable_torch_dispatch_mode_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:58.9923476Z test_enable_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:58.9932546Z test_enable_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9943031Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9951357Z test_error_using_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9957896Z test_error_with_ancestor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9969533Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:58.9985344Z test_find_outermost_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0001596Z test_format (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0017197Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0029853Z test_invalid_ret (__main__.TestPythonDispatch) ... test_python_dispatch.py:430: DeprecationWarning: Please use assertRaisesRegex instead. 2022-09-27T16:00:59.0030238Z RuntimeError, "Unable to cast", lambda: A(torch.zeros(1)).detach(), 2022-09-27T16:00:59.0031756Z ok (0.001s) 2022-09-27T16:00:59.0067697Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-09-27T16:00:59.0086837Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0101934Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0128271Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:00:59.0145385Z test_like (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0161467Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0184989Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0191159Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0207294Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0227685Z test_make_wrapper_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0235343Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0248345Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0258635Z test_nested_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0270625Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0278300Z test_nested_push_regular (__main__.TestPythonDispatch) ... /opt/conda/lib/python3.7/site-packages/torch/utils/_python_dispatch.py:171: UserWarning: `Mode.push()` is no longer necessary and can be replaced with just `with Mode()` 2022-09-27T16:00:59.0278920Z warnings.warn("`Mode.push()` is no longer necessary and can be replaced with just `with Mode()`") 2022-09-27T16:00:59.0279204Z ok (0.001s) 2022-09-27T16:00:59.0289271Z test_nesting_with_same_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0298972Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0378223Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.008s) 2022-09-27T16:00:59.0399097Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0412783Z test_out (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0429786Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0437957Z test_restore_ancestor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0448519Z test_restore_errors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0465031Z test_set_data (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0485141Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0516643Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:00:59.0522967Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0542590Z test_storage (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0550983Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0579369Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:00:59.0644615Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.006s) 2022-09-27T16:00:59.0665794Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0705772Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.004s) 2022-09-27T16:00:59.0720020Z test_version (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0729715Z test_with_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0739649Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0751661Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:59.0773871Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:59.0782640Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T16:00:59.0809507Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.003s) 2022-09-27T16:00:59.0838844Z test_alias_analysis (__main__.TestPythonRegistration) ... ok (0.003s) 2022-09-27T16:00:59.0857859Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.002s) 2022-09-27T16:00:59.0866848Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.001s) 2022-09-27T16:00:59.0875388Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.001s) 2022-09-27T16:00:59.0904457Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.003s) 2022-09-27T16:00:59.0940802Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.7/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:00:59.0941435Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T16:00:59.0941961Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-09-27T16:00:59.0942318Z dispatch key: ZeroTensor 2022-09-27T16:00:59.0942629Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1067 2022-09-27T16:00:59.0943141Z new kernel: registered at /dev/null:628 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-09-27T16:00:59.0943682Z self.m.impl(name, dispatch_key, fn) 2022-09-27T16:00:59.0944033Z ok (0.004s) 2022-09-27T16:00:59.0956688Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.001s) 2022-09-27T16:00:59.0991406Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.003s) 2022-09-27T16:00:59.0991756Z 2022-09-27T16:00:59.0992151Z ---------------------------------------------------------------------- 2022-09-27T16:00:59.0992410Z Ran 83 tests in 0.397s 2022-09-27T16:00:59.0992535Z 2022-09-27T16:00:59.0992610Z OK 2022-09-27T16:00:59.0992712Z 2022-09-27T16:00:59.0992810Z Generating XML reports... 2022-09-27T16:00:59.1079781Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220927160058.xml 2022-09-27T16:00:59.1082473Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20220927160058.xml 2022-09-27T16:00:59.1090507Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220927160058.xml 2022-09-27T16:00:59.4140578Z Running test_jit_cuda_fuser ... [2022-09-27 16:00:59.413686] 2022-09-27T16:00:59.4141277Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:59.413763] 2022-09-27T16:01:01.6768199Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-09-27T16:01:01.6800434Z 2022-09-27T16:01:01.6800587Z Running tests... 2022-09-27T16:01:01.6801209Z ---------------------------------------------------------------------- 2022-09-27T16:01:01.6812608Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.6823177Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.6837608Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.6845892Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-09-27T16:01:01.6860978Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.6877174Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:01:01.6890915Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.6905620Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.6921051Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.6927889Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.6936626Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.6943502Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.6956804Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-09-27T16:01:01.6975053Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:01:01.6986559Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.6996093Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7005085Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2022-09-27T16:01:01.7012240Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7024765Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7035119Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7045111Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7055267Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7065272Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7076976Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.001s) 2022-09-27T16:01:01.7087301Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-09-27T16:01:01.7097655Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7108282Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7116762Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7139476Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:01:01.7165149Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-09-27T16:01:01.7177098Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7184777Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7191042Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7198224Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7206035Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7212433Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7229309Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:01:01.7237521Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7252572Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7261556Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7270550Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.001s) 2022-09-27T16:01:01.7276623Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7286426Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7293768Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7300864Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7309099Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-09-27T16:01:01.7321356Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7334267Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7347928Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7366240Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:01:01.7376301Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7389423Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7405350Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.002s) 2022-09-27T16:01:01.7415207Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7438371Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:01:01.7448608Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7464772Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:01:01.7478395Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7485711Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7500191Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7508780Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7520222Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7526953Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7539881Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7551734Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7570856Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:01:01.7582629Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7593495Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7604667Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7613920Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7622543Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7642344Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:01:01.7650416Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7658514Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7666112Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7671233Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-09-27T16:01:01.7679842Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7689164Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7696250Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7705322Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7712108Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7720072Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7735292Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7747273Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7759373Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7765419Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7777245Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7784951Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7795529Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7805573Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7816084Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7827169Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7834754Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7841346Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-09-27T16:01:01.7852384Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7856127Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:01:01.7864090Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7875630Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7881960Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7900657Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:01:01.7907677Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7917269Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7930105Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7937221Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7944302Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7953621Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7960793Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7966810Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7977427Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.7992423Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:01:01.8001358Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8009097Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8020426Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8025756Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:01:01.8038974Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8048168Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8055822Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8072903Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:01:01.8079944Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8090423Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8095668Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-09-27T16:01:01.8102124Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:01:01.8111094Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:01:01.8120345Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8128856Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8142327Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8165848Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:01:01.8169993Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:01:01.8176085Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8181368Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:01:01.8190439Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8198170Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8205860Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8213237Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8220611Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8228374Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8235558Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8244486Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8253442Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8261373Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8274965Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8290212Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8295267Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-09-27T16:01:01.8306956Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8314275Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-09-27T16:01:01.8321329Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-09-27T16:01:01.8330745Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-09-27T16:01:01.8346845Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.001s) 2022-09-27T16:01:01.8359533Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:01:01.8364732Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:01:01.8391695Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.003s) 2022-09-27T16:01:01.8950388Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.056s) 2022-09-27T16:01:01.8950686Z 2022-09-27T16:01:01.8950994Z ---------------------------------------------------------------------- 2022-09-27T16:01:01.8951253Z Ran 152 tests in 0.215s 2022-09-27T16:01:01.8951435Z 2022-09-27T16:01:01.8951527Z OK (skipped=149) 2022-09-27T16:01:01.8951648Z 2022-09-27T16:01:01.8951741Z Generating XML reports... 2022-09-27T16:01:01.8982431Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220927160101.xml 2022-09-27T16:01:01.8984816Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220927160101.xml 2022-09-27T16:01:01.9117720Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220927160101.xml 2022-09-27T16:01:02.3562931Z Running test_quantization ... [2022-09-27 16:01:02.355867] 2022-09-27T16:01:02.3563524Z Executing ['/opt/conda/bin/python', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:01:02.355948] 2022-09-27T16:01:04.2496692Z /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:01:04.2497254Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:01:04.3121492Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-09-27T16:01:04.3214445Z 2022-09-27T16:01:04.3214893Z Running tests... 2022-09-27T16:01:04.3215315Z ---------------------------------------------------------------------- 2022-09-27T16:01:04.3224134Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:01:04.3325021Z Tests the migration of the torch.nn.quantized.functional ... ok (0.011s) 2022-09-27T16:01:04.3331968Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3338329Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3345146Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3351364Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3359331Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3366697Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3374113Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3382272Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3389709Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3397590Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3404859Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3412430Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3420294Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3429320Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3436979Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3444903Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3451812Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3458030Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3461070Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:01:04.3465752Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-09-27T16:01:04.3469252Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:01:04.3474047Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-09-27T16:01:04.3480064Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3482991Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:01:04.3487466Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.001s) 2022-09-27T16:01:04.3495126Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3501106Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:01:04.3504774Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:01:04.3514165Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-09-27T16:01:04.3520162Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:01:04.3526591Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-09-27T16:01:04.3536594Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3543670Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3551019Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3559722Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3567919Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3574277Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3583553Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3591567Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3599495Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3605882Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3614847Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3621013Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3627146Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3632920Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3638815Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3645014Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3650884Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3656879Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3662931Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3668814Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3674630Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3680319Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:01:04.3689109Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3696762Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3706781Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3713686Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3721000Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3728845Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3737109Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3745169Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3752461Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3761198Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3770121Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3778981Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3785018Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3790803Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3796621Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3802296Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3808115Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3813773Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3819716Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3825553Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3831406Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3836915Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3843202Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3849125Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:01:04.3887667Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-09-27T16:01:04.3902335Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.3911544Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.3931889Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T16:01:04.3944671Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.3974081Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-09-27T16:01:04.3984688Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.3992320Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.4001480Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.4009818Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.4019588Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.4029914Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.4039257Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.4047959Z test_backend_op_config_set_overwrite_output_fake_quantize (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.4056613Z test_backend_op_config_set_overwrite_output_observer (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.4065476Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.4074399Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.4083133Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.4092658Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.4113638Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T16:01:04.4122453Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.4132856Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:01:04.9064861Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.493s) 2022-09-27T16:01:05.0055252Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.099s) 2022-09-27T16:01:05.4988421Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.493s) 2022-09-27T16:01:05.7357832Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.237s) 2022-09-27T16:01:05.7439023Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.008s) 2022-09-27T16:01:05.8341620Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.090s) 2022-09-27T16:01:05.8383353Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-09-27T16:01:05.8384338Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-09-27T16:01:05.8385494Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:101: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-09-27T16:01:05.8386376Z "torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming " 2022-09-27T16:01:05.8387563Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:214: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTMCell instead. 2022-09-27T16:01:05.8388426Z "torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming " 2022-09-27T16:01:05.8756726Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:237: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRUCell instead. 2022-09-27T16:01:05.8757639Z "torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming " 2022-09-27T16:01:05.9110287Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:179: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-09-27T16:01:05.9111329Z "torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming " 2022-09-27T16:01:05.9469073Z ok (0.113s) 2022-09-27T16:01:05.9516726Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-09-27T16:01:05.9517907Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-09-27T16:01:05.9519260Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:265: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic instead. 2022-09-27T16:01:05.9520185Z "torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming " 2022-09-27T16:01:05.9521711Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:370: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTM instead. 2022-09-27T16:01:05.9522570Z "torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming " 2022-09-27T16:01:06.0103154Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:450: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRU instead. 2022-09-27T16:01:06.0104027Z "torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming " 2022-09-27T16:01:06.0377112Z ok (0.091s) 2022-09-27T16:01:06.0383100Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:01:06.0392649Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:01:06.0412546Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.003s) 2022-09-27T16:01:06.0423236Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:01:06.0480919Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.007s) 2022-09-27T16:01:06.0490962Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:01:06.0526145Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... /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:01:06.0527010Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:01:06.0551829Z ok (0.007s) 2022-09-27T16:01:06.0568459Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:01:06.0569368Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.002s) 2022-09-27T16:01:06.0574966Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:01:06.0584378Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.001s) 2022-09-27T16:01:06.0608887Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:01:06.0936444Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.1075040Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.1226632Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.1401142Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.1543804Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.1702079Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.1839675Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.2028352Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.2172203Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.2334437Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.2482788Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.2630988Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.2842774Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.2995903Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.3185435Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.3336342Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.3464658Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.3617725Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.3744532Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.3897270Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.3996132Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.4140640Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.4265091Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.4424907Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.4544615Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.4706138Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.4826370Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.4999476Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.5104914Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.5278870Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.5432426Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.5597034Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.5732811Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.5889231Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.6024883Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.6167399Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.6304872Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.6475806Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.6624980Z [W qlinear_dynamic.cpp:239] Warning: 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:01:06.7401485Z ok (0.681s) 2022-09-27T16:01:06.7427974Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:60: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:01:06.7428973Z self._get_name() 2022-09-27T16:01:06.8344456Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:06.8630138Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp:76.) 2022-09-27T16:01:06.8630991Z return callable(*args, **kwargs) 2022-09-27T16:01:06.8727132Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:06.9161122Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:06.9405508Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:06.9723744Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.0028086Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.0452138Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.0769549Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.1753037Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.2137438Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.2521256Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.2755106Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.3049667Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.3355704Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.3713326Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.4025718Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.6002587Z ok (0.860s) 2022-09-27T16:01:07.6015555Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:125: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:01:07.6016452Z self._get_name() 2022-09-27T16:01:07.6899774Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.7255714Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.7619548Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.7848780Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.8169872Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.8472058Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.8808767Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:07.9107172Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.0096050Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.0497861Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.0976129Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.1199414Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.1461282Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.1769196Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.2145526Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.2459482Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.4686519Z ok (0.868s) 2022-09-27T16:01:08.4702952Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:190: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:01:08.4703832Z self._get_name() 2022-09-27T16:01:08.6612060Z ok (0.192s) 2022-09-27T16:01:08.6625330Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:260: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:01:08.6626267Z self._get_name() 2022-09-27T16:01:08.7590151Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.7946466Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.8331338Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.8571808Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.8772911Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.9088991Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.9439340Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:08.9746722Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.0747669Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.1088224Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.1481936Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.1723123Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.1944552Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.2194068Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.2591862Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.2897972Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.4704165Z ok (0.809s) 2022-09-27T16:01:09.4717868Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:321: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:01:09.4718971Z self._get_name() 2022-09-27T16:01:09.5530377Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.5806342Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.6192743Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.6423077Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.6707349Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.7035734Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.7409938Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.7712442Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.8671931Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.8930385Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.9314971Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.9556188Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:09.9858480Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:10.0147316Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:10.0492017Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:10.0769054Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:01:10.2834305Z ok (0.813s) 2022-09-27T16:01:10.2849182Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:382: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:01:10.2850186Z self._get_name() 2022-09-27T16:01:10.4553963Z ok (0.172s) 2022-09-27T16:01:10.4623848Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:01:10.4714840Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.4864489Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.5001371Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.5184658Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.5330672Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.5467177Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.5616474Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.5751357Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.5895968Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.6026834Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.6163371Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.6303236Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.6424798Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.6585735Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.6730523Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.6865567Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.7009579Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.7146679Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.7296423Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.7522540Z ok (0.297s) 2022-09-27T16:01:10.7567032Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:01:10.7570058Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.7570996Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.7608132Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.7768885Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.7785683Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:239.) 2022-09-27T16:01:10.7786533Z return callable(*args, **kwargs) 2022-09-27T16:01:10.7840866Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.7941018Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.8027039Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.8042059Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.8056721Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.8106490Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.8125390Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.8134206Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.9049397Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.9052351Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.9053242Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.9083386Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.9166081Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.9209644Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.9285076Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.9347864Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.9360309Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.9372489Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.9410038Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.9425986Z [W qlinear_dynamic.cpp:239] Warning: 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:01:10.9434573Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.0264585Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.0353712Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.0498831Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.0692370Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.0941478Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.1298446Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.1678251Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.1908403Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.2215128Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.2472010Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.2752755Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.3042639Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.3202602Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.4184662Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.4186598Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.4187745Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.4214340Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.4290796Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.4328243Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.4394572Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.4451877Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.4462932Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.4473192Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.4506671Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.4519346Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.4525538Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.5250571Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.5387749Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.5536405Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.5724847Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.5997933Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.6377233Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.6763810Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.6966793Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.7267621Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.7633526Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.7951419Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.8226390Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.8380777Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.9411247Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.9413520Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.9414399Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.9442170Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.9522500Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.9564235Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.9635205Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.9697578Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.9709639Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.9720673Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.9757464Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.9772977Z [W qlinear_dynamic.cpp:239] Warning: 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:01:11.9780490Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.0558758Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.0561265Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.0562138Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.0588796Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.0668276Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.0707702Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.0777795Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.0835778Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.0846488Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.0857578Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.0893372Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.0908376Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.0915624Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.1690942Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.1694105Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.1695244Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.1722485Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.1804437Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.1845254Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.1917699Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.1975811Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.1986731Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.1997350Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.2033464Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.2048672Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.2056108Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.3024588Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.3123249Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.3225934Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.3399258Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.3620760Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.3982631Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.4358815Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.4607934Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.4911050Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.5230009Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.5577232Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.5878685Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.6072104Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.7004165Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.7164400Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.7302331Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.7468155Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.7706530Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.8039786Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.8353672Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.8442672Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.8665847Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.8939840Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.9272515Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.9523376Z [W qlinear_dynamic.cpp:239] Warning: 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:01:12.9672866Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.0727971Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.0729255Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.0730103Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.0760923Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.0840393Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.0880589Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.0947601Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.1005756Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.1016618Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.1027094Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.1061999Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.1076721Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.1083885Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.1846523Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.1994541Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.2144309Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.2342143Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.2614461Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.2929490Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.3295894Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.3425231Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.3705606Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.3990782Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.4342061Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.4631295Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.4769070Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.5697607Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.5828630Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.5965255Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.6140906Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.6366035Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.6686094Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.6972014Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.7048537Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.7251850Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.7545003Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.7860193Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.8173039Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.8327921Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.9316746Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.9438788Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.9579759Z [W qlinear_dynamic.cpp:239] Warning: 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:01:13.9760136Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.0005851Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.0321113Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.0709810Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.0947916Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.1232729Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.1542005Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.1894870Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.2195014Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.2343981Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.3237860Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.3411020Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.3556843Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.3744154Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.3862296Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.4109106Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.4468992Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.4711255Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.5012656Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.5313904Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.5625203Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.5920461Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.6069168Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.6967778Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.7119995Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.7271301Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.7448839Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.7692254Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.8042600Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.8434930Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.8674977Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.8948191Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.9231936Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.9573707Z [W qlinear_dynamic.cpp:239] Warning: 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:01:14.9881494Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.0028240Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.1026744Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.1175846Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.1323112Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.1506321Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.1739108Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.2075599Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.2422759Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.2633075Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.2927975Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.3230068Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.3682574Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.3977188Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.4118267Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.5100326Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.5251967Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.5386265Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.5568462Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.5781113Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.6136655Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.6512164Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.6748340Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.7056797Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.7352579Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.7696016Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.7864239Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.7999553Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.9030323Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.9194538Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.9339246Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.9507573Z [W qlinear_dynamic.cpp:239] Warning: 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:01:15.9760289Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.0097678Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.0466497Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.0702885Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.1001249Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.1300824Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.1631795Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.1921798Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.2079997Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.3131505Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.3282498Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.3418019Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.3584682Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.3847365Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.4195610Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.4536471Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.4750509Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.5026759Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.5312579Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.5618442Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.5931213Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.6075764Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.6998974Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.7156464Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.7329846Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.7503705Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.7742038Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.8055455Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.8415983Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.8555194Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.8827406Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.9139941Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.9473516Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.9775323Z [W qlinear_dynamic.cpp:239] Warning: 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:01:16.9928332Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.0856801Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.0995718Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.1135075Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.1324227Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.1561136Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.1907871Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.2295557Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.2509786Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.2786012Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.3075296Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.3424659Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.3730745Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.3878820Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.4932645Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.5083034Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.5224729Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.5412725Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.5652779Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.6000934Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.6225551Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.6468633Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.6698589Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.6995663Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.7365560Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.7672278Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.7822031Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.8743087Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.8901833Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.9038802Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.9218694Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.9453241Z [W qlinear_dynamic.cpp:239] Warning: 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:01:17.9810034Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.0202002Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.0447512Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.0747708Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.1033900Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.1388163Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.1641699Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.1789076Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.2731705Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.2909056Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.2985049Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.3162356Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.3399494Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.3737505Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.4133534Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.4357397Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.4790816Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.5093153Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.5426663Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.5667318Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.5798856Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.6794101Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.6796983Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.6797972Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.6824703Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.6898170Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.6935130Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.7000673Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.7066300Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.7077430Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.7088099Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.7123215Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.7139843Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.7149110Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.7942230Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.7944694Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.7945707Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.7976506Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.8060834Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.8103919Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.8177552Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.8238593Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.8249871Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.8262042Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.8297982Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.8314581Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.8323083Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.9103875Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.9106898Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.9107905Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.9139193Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.9225025Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.9266348Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.9337033Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.9395557Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.9406850Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.9417422Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.9452822Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.9468029Z [W qlinear_dynamic.cpp:239] Warning: 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:01:18.9475094Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.0304297Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.0402408Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.0584741Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.0726741Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.0976727Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.1326011Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.1679378Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.1909220Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.2148947Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.2434289Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.2823210Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.3117467Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.3275521Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.4287138Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.4432339Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.4576808Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.4746505Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.5001255Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.5292240Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.5661437Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.5884353Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.6108389Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.6415671Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.6744079Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.7053941Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.7194682Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.8239353Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.8242937Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.8243842Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.8273181Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.8350401Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.8389710Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.8455498Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.8512940Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.8523358Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.8534083Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.8569576Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.8583867Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.8591852Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.9368099Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.9371746Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.9372613Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.9400412Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.9477315Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.9515451Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.9580785Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.9640310Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.9650467Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.9660928Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.9694615Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.9708796Z [W qlinear_dynamic.cpp:239] Warning: 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:01:19.9716576Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.0452626Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.0456233Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.0457259Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.0486294Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.0562625Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.0600452Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.0666184Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.0722772Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.0733134Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.0743388Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.0778051Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.0792014Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.0799650Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.1541054Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.1543870Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.1544726Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.1571521Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.1646937Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.1686416Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.1758802Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.1819293Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.1831378Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.1842444Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.1879030Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.1894633Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.1903212Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.2743397Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.2806810Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.2945484Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.3135066Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.3377134Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.3724274Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.4025189Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.4193751Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.4468282Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.4754378Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.5091147Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.5369090Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.5524327Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.6577232Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.6728975Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.6865733Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.7052720Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.7293692Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.7638403Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.7995681Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.8285723Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.8587407Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.8928542Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.9255404Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.9500947Z [W qlinear_dynamic.cpp:239] Warning: 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:01:20.9651096Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.0571059Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.0728226Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.0867126Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.1055097Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.1302565Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.1683188Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.2067816Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.2195239Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.2385795Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.2667847Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.2988222Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.3342634Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.3498370Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.4483827Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.4623274Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.4745467Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.4943151Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.5162781Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.5500690Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.5984763Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.6219497Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.6548023Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.6914753Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.7231343Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.7554316Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.7708978Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.8744334Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.8893379Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.9026925Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.9218664Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.9422629Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.9749574Z [W qlinear_dynamic.cpp:239] Warning: 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:01:21.9985871Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.0189608Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.0466875Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.0635228Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.1073691Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.1361937Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.1517640Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.2591382Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.2594858Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.2595756Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.2622322Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.2704424Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.2746564Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.2814334Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.2872250Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.2883086Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.2893255Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.2928158Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.2942681Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.2949592Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.3705695Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.3708243Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.3709098Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.3740284Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.3818875Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.3858733Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.3924751Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.3983140Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.3993759Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.4003958Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.4039219Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.4053175Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.4060904Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.4863413Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.4978272Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.5105449Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.5288386Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.5532998Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.5875599Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.6413412Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.6655046Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.6969849Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.7317736Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.7707704Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.7871770Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.7998140Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.9019937Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.9149910Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.9296929Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.9466975Z [W qlinear_dynamic.cpp:239] Warning: 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:01:22.9714875Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.0005966Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.0396171Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.0627648Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.0909818Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.1195158Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.1513495Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.1802771Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.1958492Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.2917469Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.3072566Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.3208986Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.3394162Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.3630780Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.3979030Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.4356083Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.4587235Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.4868562Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.5184563Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.5534537Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.5842188Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.5996813Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.7169173Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.7308410Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.7444961Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.7615138Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.7827768Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.8158495Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.8502132Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.8708924Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.8985460Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.9270386Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.9618106Z [W qlinear_dynamic.cpp:239] Warning: 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:01:23.9915200Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.0061054Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.0996381Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.1137987Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.1284685Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.1465200Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.1737776Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.2066283Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.2432019Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.2659688Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.2786086Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.3080976Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.3412126Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.3709839Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.3857930Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.4876860Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.5024145Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.5145391Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.5323014Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.5553068Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.5893388Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.6254889Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.6459394Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.6827705Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.7191540Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.7523765Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.7797788Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.7955460Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.8947957Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.9093335Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.9241714Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.9427083Z [W qlinear_dynamic.cpp:239] Warning: 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:01:24.9684213Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.0041872Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.0429085Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.0616546Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.0907652Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.1221697Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.1551440Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.1832238Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.1980672Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.3000382Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.3151193Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.3300045Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.3491142Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.3744549Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.4082543Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.4396829Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.4621612Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.4906135Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.5179077Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.5511000Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.5825587Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.5983321Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.7079564Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.7258141Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.7487272Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.7670203Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.7846916Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.8193067Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.8545680Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.8626374Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.8868324Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.9191659Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.9546648Z [W qlinear_dynamic.cpp:239] Warning: 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:01:25.9865718Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.0036046Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.1048190Z ok (15.352s) 2022-09-27T16:01:26.1079422Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:01:26.1226355Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.1386930Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.1535527Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.1678294Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.1816335Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.1985867Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.2143662Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.2288766Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.2433083Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.2579525Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.2705707Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.2857052Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.2985517Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.3125133Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.3265832Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.3411951Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.3545045Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.3682866Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.3825270Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.4004746Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.4152377Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.4280376Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.4379666Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.4510884Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.4664807Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.4809140Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.4945729Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.5083533Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.5226407Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.5373852Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.5527584Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.5671077Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.5825610Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.5947188Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.6095971Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.6226966Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.6375640Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.6507118Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.6651328Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.6788172Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.6933294Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.7070536Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.7258078Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.7427375Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.7585070Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.7736173Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.7882866Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.8024455Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.8171921Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.8305628Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.8447823Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.8586920Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.8741543Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.8865548Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.9008383Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.9146477Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.9288283Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.9442638Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.9579233Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.9727814Z [W qlinear_dynamic.cpp:239] Warning: 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:01:26.9864913Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.0001096Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.0035790Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.0272131Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.0426090Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.0579509Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.0707113Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.0863940Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.1002464Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.1143182Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.1286818Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.1425658Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.1581920Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.1705780Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.1846387Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.1986072Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.2004173Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.2285235Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.2426814Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.2576622Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.2705422Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.2854718Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.2985927Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.3135825Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.3266307Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.3781263Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.3905571Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.4051616Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.4186070Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.4305713Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.4453494Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.4606688Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.4749134Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.4897619Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.5047469Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.5201613Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.5344779Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.5494896Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.5627159Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.5770899Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.5907101Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.6056648Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.6196396Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.6343150Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.6464706Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.6605780Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.6743711Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.6879887Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.7018950Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.7156950Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.7304340Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.7449964Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.7584682Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.7731528Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.7865618Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.8024330Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.8145244Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.8286759Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.8425960Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.8546108Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.8689860Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.8826852Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.8981225Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.9106227Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.9245892Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.9359379Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.9476799Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.9627332Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.9786626Z [W qlinear_dynamic.cpp:239] Warning: 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:01:27.9945506Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.0066040Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.0226157Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.0368328Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.0505910Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.0652023Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.0785908Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.0934777Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.1065895Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.1204603Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.1345501Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.1490420Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.1625928Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.1776857Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.1905770Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.2059595Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.2206487Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.2346742Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.2495247Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.2665447Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.2806326Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.2945120Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.3093737Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.3225471Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.3378630Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.3505537Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.3705294Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.3862414Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.4003333Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.4186200Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.4324015Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.4426508Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.4564204Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.4702768Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.4841356Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.4979360Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.5117939Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.5256948Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.5395143Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.5534799Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.5677440Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.5826333Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.5966389Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.6104211Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.6244412Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.6383670Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.6522411Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.6658428Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.6813419Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.6946261Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.7095755Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.7225018Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.7370543Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.7505473Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.7625866Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.7785961Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.7936426Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.8087691Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.8224855Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.8445594Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.8583194Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.8707513Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.8848925Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.8986178Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.9142187Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.9284402Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.9423612Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.9563603Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.9704724Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.9852109Z [W qlinear_dynamic.cpp:239] Warning: 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:01:28.9990461Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.0131405Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.0265684Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.0425520Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.0566833Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.0704651Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.0865765Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.1010434Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.1150232Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.1290308Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.1441639Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.1579684Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.1722182Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.1863282Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.2047990Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.2184866Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.2323731Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.2461213Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.2607837Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.2752606Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.2903199Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.3024960Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.3179282Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.3331497Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.3476117Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.3618487Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.3773750Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.3926596Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.4065006Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.4204505Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.4343057Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.4481341Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.4621654Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.4760633Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.4902429Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.5055621Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.5195729Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.5345680Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.5491515Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.5625865Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.5774500Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.5904718Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.6067352Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.6215129Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.6359518Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.6505213Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.6654274Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.6825827Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.6963331Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.7110859Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.7260211Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.7410711Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.7549216Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.7689959Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.7824566Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.7969209Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.8110508Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.8247321Z [W qlinear_dynamic.cpp:239] Warning: 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:01:29.9103831Z ok (3.805s) 2022-09-27T16:01:29.9411272Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.031s) 2022-09-27T16:01:29.9761256Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.035s) 2022-09-27T16:01:30.0118605Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.036s) 2022-09-27T16:01:30.0428346Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.031s) 2022-09-27T16:01:30.0768897Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.034s) 2022-09-27T16:01:30.0802110Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-09-27T16:01:30.0894556Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.0903622Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.0978357Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.0989747Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1001456Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1012916Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1025451Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1036299Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1048122Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1057431Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1073256Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1141554Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1149807Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1158121Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1200667Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1208775Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1227305Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1295540Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1303244Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:01:30.1345351Z ok (0.054s) 2022-09-27T16:01:31.6441571Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.509s) 2022-09-27T16:01:31.6638872Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.020s) 2022-09-27T16:01:31.8729471Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.209s) 2022-09-27T16:01:37.0337487Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (5.161s) 2022-09-27T16:01:37.0371086Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:01:37.0505305Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.0676147Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.0784006Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.0948289Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.1101382Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.1280161Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.1425222Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.1821516Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.1955986Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.2110998Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.2256144Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.2418300Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.2576475Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.2745956Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.2896886Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.3223352Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.3368164Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.3518614Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.3667703Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.3833223Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.3977475Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.4133941Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.4264597Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.4593291Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.4730582Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.4876774Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.5020875Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.5182497Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.5304588Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.5466286Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.5584826Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.5917265Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.6051777Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.6197251Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.6334447Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.6481264Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.6618966Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.6767792Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.6904405Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.7217863Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.7346131Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.7517154Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.7655425Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.7796229Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.7932049Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.8075893Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.8211904Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.8549950Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.8695004Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.8837501Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.8983250Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.9137646Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.9266442Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.9433650Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.9545603Z [W qlinear_dynamic.cpp:239] Warning: 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:01:37.9880520Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.0026199Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.0180335Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.0305740Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.0459519Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.0587077Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.0753539Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.0866446Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.1204641Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.1350352Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.1482501Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.1627028Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.1824807Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.2043205Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.2202520Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.2344526Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.2671175Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.2818881Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.3024070Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.3165505Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.3320840Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.3464771Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.3626199Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.3744698Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.4079041Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.4224512Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.4416865Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.4544184Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.4702728Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.4856418Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.5017692Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.5144741Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.5530018Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.5624324Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.5792506Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.5879303Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.6031456Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.6105557Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.6322613Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.6465873Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.6801358Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.6864806Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.7073142Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.7209982Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.7358194Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.7502831Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.7667014Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.7811329Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.8128760Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.8263287Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.8419681Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.8545555Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.8716752Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.8889638Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.9039320Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.9186571Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.9541462Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.9665453Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.9840916Z [W qlinear_dynamic.cpp:239] Warning: 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:01:38.9986330Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.0146551Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.0294058Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.0457051Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.0585206Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.0909706Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.1055426Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.1197042Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.1343243Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.1499427Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.1625510Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.1791896Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.1906028Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.2237487Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.2382209Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.2607424Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.2673420Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.2852898Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.3017417Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.3120199Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.3267273Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.3592428Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.3734913Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.3885984Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.4032637Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.4199514Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.4344099Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.4495861Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.4623980Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.4964254Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.5024806Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.5232519Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.5372181Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.5517399Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.5656826Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.5798103Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.5934549Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.6259824Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.6384315Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.6540005Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.6664088Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.6818590Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.6944437Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.7100595Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.7185342Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.7575451Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.7710520Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.7866471Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.8004697Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.8155510Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.8264525Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.8421273Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.8544850Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.8887890Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.9031124Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.9194528Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.9336069Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.9480459Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.9545168Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.9693783Z [W qlinear_dynamic.cpp:239] Warning: 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:01:39.9825256Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.0174502Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.0318826Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.0469712Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.0606216Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.0755490Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.0892601Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.1038824Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.1130353Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.1473499Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.1614856Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.1754707Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.1900643Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.2036431Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.2173212Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.2333134Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.2466118Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.2800956Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.2945635Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.3100126Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.3224006Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.3358077Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.3423812Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.3623681Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.3716991Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.4031040Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.4170807Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.4328509Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.4465521Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.4634614Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.4784612Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.4949981Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.5098177Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.5438839Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.5586881Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.5746180Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.5892791Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.6048405Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.6185029Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.6339442Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.6465214Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.6796233Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.6942118Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.7109593Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.7254171Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.7396958Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.7585361Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.7751782Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.7894018Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.8238620Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.8383089Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.8553578Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.8700559Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.8881044Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.9024835Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.9160693Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.9307609Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.9650302Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.9785505Z [W qlinear_dynamic.cpp:239] Warning: 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:01:40.9933755Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.0066718Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.0214967Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.0370992Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.0528863Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.0665832Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.1026659Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.1173380Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.1315568Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.1452031Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.1610760Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.1762473Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.1916752Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.2027069Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.2354641Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.2498356Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.2656523Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.2785365Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.2940260Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.3065093Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.3240607Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.3418563Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.3734544Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.3879292Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.4044760Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.4185685Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.4346675Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.4501010Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.4659521Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.4805232Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.5126718Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.5262312Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.5413822Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.5505258Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.5697129Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.5825725Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.5980138Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.6105357Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.6435368Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.6590126Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.6749804Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.6892531Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.7042714Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.7186603Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.7353431Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.7466223Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.7805458Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.7946022Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.8108003Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.8251881Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.8402065Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.8546742Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.8720688Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.8845789Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.9186842Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.9326465Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.9479550Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.9615317Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.9761541Z [W qlinear_dynamic.cpp:239] Warning: 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:01:41.9898428Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.0039473Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.0176582Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.0503237Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.0646438Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.0802488Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.0944170Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.1103168Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.1226370Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.1400892Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.1506810Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.1849299Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.1985217Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.2147541Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.2299909Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.2463273Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.2585862Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.2776693Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.2905887Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.3251351Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.3386309Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.3703254Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.3806361Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.3924799Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.4074275Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.4233841Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.4344372Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.4673518Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.4865176Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.4942330Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.5091720Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.5241239Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.5395822Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.5542834Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.5691019Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.6024292Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.6167841Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.6316279Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.6453953Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.6596623Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.6733660Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.6877262Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.7012417Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.7365104Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.7541357Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.7644309Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.7781088Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.7951219Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.8100760Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.8275327Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.8425390Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.8746407Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.8881998Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.9037653Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.9184266Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.9348767Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.9465000Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.9592279Z [W qlinear_dynamic.cpp:239] Warning: 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:01:42.9703794Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.0034462Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.0184544Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.0337394Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.0489950Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.0654541Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.0800617Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.0959426Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.1105124Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.1422087Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.1544799Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.1706025Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.1825039Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.1972412Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.2104832Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.2254017Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.2385048Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.2705761Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.2853732Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.2997663Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.3144877Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.3305301Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.3453911Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.3596079Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.3738970Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.4081972Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.4224316Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.4381367Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.4387976Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.4676617Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.4816724Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.4955649Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.5102115Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.5423858Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.5576106Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.5714739Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.5863005Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.6021077Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.6144405Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.6301229Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.6425347Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.6761275Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.6904679Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.7066916Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.7204330Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.7355220Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.7496299Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.7658965Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.7783789Z [W qlinear_dynamic.cpp:239] Warning: 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:01:43.8103702Z ok (6.777s) 2022-09-27T16:01:43.8118050Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:01:43.8130685Z Sanity checks on _equalize.converged working ... ok (0.003s) 2022-09-27T16:01:43.8137476Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:01:43.8155152Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.002s) 2022-09-27T16:01:43.8171360Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:01:43.8308034Z First checks to see if _equalize.equalize can handle multiple ... ok (0.015s) 2022-09-27T16:01:43.8334952Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:01:43.8620569Z Checks to see if eager mode equalization supports fused ... ok (0.031s) 2022-09-27T16:01:43.8645158Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:01:43.8885664Z Checks to see if eager mode equalization supports fused ... ok (0.026s) 2022-09-27T16:01:44.1156972Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.227s) 2022-09-27T16:01:44.1173065Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:01:44.1272731Z After applying the equalization functions check if the input ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1498: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-09-27T16:01:44.1273681Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-09-27T16:01:44.1274846Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1504: UserWarning: Passing a QConfig dictionary to prepare for equalization is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-09-27T16:01:44.1300428Z "Passing a QConfig dictionary to prepare for equalization is deprecated and will not " 2022-09-27T16:01:44.1748129Z ok (0.059s) 2022-09-27T16:01:44.1763524Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:01:44.1853949Z Tests that graphs containing branches are prepared correctly. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:742: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-09-27T16:01:44.1854741Z f"Cannot equalize {node} because it is part of a branch." 2022-09-27T16:01:44.1862724Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:742: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-09-27T16:01:44.1863343Z f"Cannot equalize {node} because it is part of a branch." 2022-09-27T16:01:44.1973029Z ok (0.022s) 2022-09-27T16:01:44.1986777Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:01:44.3235698Z Tests that the modified model for equalization (before quantization) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:01:44.3237033Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:01:44.4498933Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:01:44.4500040Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:01:44.6259036Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:01:44.6260143Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:01:45.1469248Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:01:45.1470276Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:01:45.2554938Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:01:45.2555974Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:01:45.7539932Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:01:45.7540984Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:01:45.9619314Z ok (1.764s) 2022-09-27T16:01:45.9628879Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:01:46.0213490Z After applying the equalization functions, check if the equalization ... ok (0.059s) 2022-09-27T16:01:46.0258911Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:01:46.0367766Z Tests that the modified model for equalization has the same graph ... /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:01:46.0377851Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:01:46.0379131Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:191: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-09-27T16:01:46.0379885Z "Must run observer before calling calculate_equalization_scale. " + 2022-09-27T16:01:46.0380909Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:103: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-09-27T16:01:46.0381672Z "Must call calculate_equalization_scale before calling calculate_scaled_minmax. " + 2022-09-27T16:01:46.0382828Z /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:01:46.0383480Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:01:46.3865909Z ok (0.365s) 2022-09-27T16:01:46.3880712Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:01:46.6433494Z Tests that graphs created after prepare_fx is as expected ... ok (0.257s) 2022-09-27T16:01:46.6442917Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:01:46.8350144Z Tests that for small models, the results of quantized models that ... ok (0.191s) 2022-09-27T16:01:46.8361559Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:01:46.8941236Z After applying the equalization functions check if the weights and ... ok (0.059s) 2022-09-27T16:01:46.8960119Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:01:47.1196686Z Tests that we are able to run numeric suite on the equalized model ... ok (0.225s) 2022-09-27T16:01:47.2015303Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.082s) 2022-09-27T16:01:47.2514832Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.050s) 2022-09-27T16:01:47.2862028Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.035s) 2022-09-27T16:01:47.2872058Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:01:47.4287066Z Verify that graph matching works on methods ... ok (0.142s) 2022-09-27T16:01:47.5084144Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.080s) 2022-09-27T16:01:47.5289109Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-09-27T16:01:47.5290065Z Returning default scale and zero point " 2022-09-27T16:01:47.6273664Z ok (0.119s) 2022-09-27T16:01:47.6301573Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:01:47.6361578Z Tests that the mapping of op relationships is complete. ... ok (0.009s) 2022-09-27T16:01:47.7959143Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.160s) 2022-09-27T16:01:47.8153784Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:01:47.8154880Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:01:47.8789956Z ok (0.083s) 2022-09-27T16:01:47.9598112Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.081s) 2022-09-27T16:01:48.1063741Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.146s) 2022-09-27T16:01:48.1739892Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.068s) 2022-09-27T16:01:48.2565034Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.082s) 2022-09-27T16:01:48.2576622Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:01:48.3958682Z Verify that graph matching works on user defined functions ... ok (0.139s) 2022-09-27T16:01:48.3975106Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and will be removed in 0.15, please use 'weights' instead. 2022-09-27T16:01:48.3975797Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, " 2022-09-27T16:01:48.3976513Z /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:01:48.3976952Z warnings.warn(msg) 2022-09-27T16:01:51.7272816Z ok (3.331s) 2022-09-27T16:01:55.8498237Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... ok (4.122s) 2022-09-27T16:01:55.8508067Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:01:57.5343204Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T16:01:57.5344546Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T16:01:57.7903990Z ok (1.939s) 2022-09-27T16:01:57.7913705Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:01:57.9675053Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:01:57.9676211Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:01:58.2816660Z ok (0.490s) 2022-09-27T16:01:58.7097733Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.428s) 2022-09-27T16:01:58.7103411Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:01:58.7564194Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-09-27T16:01:58.7564979Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-09-27T16:01:58.8943851Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-09-27T16:01:58.9191356Z ok (0.209s) 2022-09-27T16:01:59.5526032Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.633s) 2022-09-27T16:01:59.9959474Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.443s) 2022-09-27T16:02:00.0716920Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.076s) 2022-09-27T16:02:00.1219343Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:02:00.1220503Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:02:00.1221606Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:02:00.1222746Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:02:00.1223818Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:02:00.1246835Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:02:00.1247940Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:02:00.1249006Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:02:00.9947439Z ok (0.923s) 2022-09-27T16:02:01.9187000Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.924s) 2022-09-27T16:02:01.9194438Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:02:02.0627164Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.143s) 2022-09-27T16:02:02.1407353Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.078s) 2022-09-27T16:02:02.6110513Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.470s) 2022-09-27T16:02:03.0085880Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.397s) 2022-09-27T16:02:04.0347069Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.026s) 2022-09-27T16:02:05.1376631Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.103s) 2022-09-27T16:02:05.2921982Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.154s) 2022-09-27T16:02:05.4392063Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-09-27T16:02:05.4393422Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-09-27T16:02:05.4431282Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-09-27T16:02:05.4432249Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-09-27T16:02:05.4456424Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-09-27T16:02:05.4458696Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-09-27T16:02:05.4506350Z ok (0.158s) 2022-09-27T16:02:05.5440256Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.093s) 2022-09-27T16:02:05.7454609Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.201s) 2022-09-27T16:02:05.8252453Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.080s) 2022-09-27T16:02:06.1656159Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.340s) 2022-09-27T16:02:06.5465397Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.381s) 2022-09-27T16:02:06.9163957Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.370s) 2022-09-27T16:02:06.9695313Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.053s) 2022-09-27T16:02:07.2339550Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.264s) 2022-09-27T16:02:07.2808118Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.047s) 2022-09-27T16:02:07.3682102Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.087s) 2022-09-27T16:02:07.3689502Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:02:08.0141676Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:02:08.0762516Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:02:08.1972653Z ok (0.829s) 2022-09-27T16:02:08.2778948Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.080s) 2022-09-27T16:02:08.8109043Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.533s) 2022-09-27T16:02:09.1898274Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.379s) 2022-09-27T16:02:09.1904095Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:02:09.3336807Z Verify that add_loggers works on methods ... ok (0.144s) 2022-09-27T16:02:09.8704175Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.537s) 2022-09-27T16:02:10.1546230Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.284s) 2022-09-27T16:02:11.0103868Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-09-27T16:02:11.0104785Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-09-27T16:02:11.0105394Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:02:11.0106011Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:02:11.0106552Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-09-27T16:02:11.0107438Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-09-27T16:02:11.0107946Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:11.0108469Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:11.0108996Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:02:11.0109492Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:02:11.1321244Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-09-27T16:02:11.1321876Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:02:11.1322562Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-09-27T16:02:11.1323119Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:11.1323675Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:02:11.1324254Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:02:11.2497207Z ok (1.095s) 2022-09-27T16:02:11.2529500Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:02:11.2596694Z Tests that all the ops quantization cares about have input and output ... ok (0.010s) 2022-09-27T16:02:11.2602823Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:02:11.5901948Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T16:02:11.5903038Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T16:02:11.5904903Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:02:11.5908016Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:02:11.7387560Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T16:02:11.7388999Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:02:11.7928122Z ok (0.533s) 2022-09-27T16:02:11.9441423Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:02:11.9442419Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:02:11.9969590Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:02:11.9970491Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:02:12.0356197Z ok (0.243s) 2022-09-27T16:02:12.0363018Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:02:12.4474117Z Verifies that we can match pairs of ops which have the same aten ... ok (0.412s) 2022-09-27T16:02:12.5293617Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.082s) 2022-09-27T16:02:12.6205506Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.091s) 2022-09-27T16:02:12.6210824Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:02:12.7831012Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-09-27T16:02:12.7832133Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-09-27T16:02:12.9361027Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-09-27T16:02:12.9926961Z ok (0.372s) 2022-09-27T16:02:12.9953117Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:02:13.1475377Z Verify that NS APIs work on user defined functions ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T16:02:13.1476361Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T16:02:13.2934397Z skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-09-27T16:02:13.2935298Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-09-27T16:02:13.2952673Z ok (0.303s) 2022-09-27T16:02:13.2969176Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:02:13.2979212Z For user defined modules, ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py:150: UserWarning: Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported in a future version. Please pass in a PrepareCustomConfig instead. 2022-09-27T16:02:13.2980153Z "Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported " 2022-09-27T16:02:13.4732106Z ok (0.178s) 2022-09-27T16:02:13.6427708Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.169s) 2022-09-27T16:02:14.5576631Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.915s) 2022-09-27T16:02:15.1008536Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.543s) 2022-09-27T16:02:15.1166160Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:310: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:02:15.1167313Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-09-27T16:02:15.1168570Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:313: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:02:15.1169678Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-09-27T16:02:15.2352543Z ok (0.134s) 2022-09-27T16:02:16.2886021Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.053s) 2022-09-27T16:02:16.7510108Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.462s) 2022-09-27T16:02:16.9672968Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.216s) 2022-09-27T16:02:17.6396817Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.672s) 2022-09-27T16:02:18.1323356Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.493s) 2022-09-27T16:02:18.4522524Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.320s) 2022-09-27T16:02:20.0976903Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.0977622Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1040948Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1041494Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1074404Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1075021Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1139500Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1140042Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1172856Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1173416Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1206514Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1207075Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1287748Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1288387Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1321005Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1321538Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1387989Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1388920Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1423510Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1424434Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:20.1471582Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-09-27T16:02:20.1474200Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-09-27T16:02:21.1113283Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:21.1141314Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:21.1158404Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:21.1190359Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:21.1205882Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:21.1221362Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:21.1251471Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:21.1267310Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:21.1297277Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:21.1312555Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:21.1333774Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-09-27T16:02:25.4942803Z ok (7.042s) 2022-09-27T16:02:26.4670613Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4671794Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4692267Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4693151Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4726165Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4727112Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4748516Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4749449Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4780230Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4781156Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4802365Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4803272Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4833479Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4834402Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4856257Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:26.4857194Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:27.0948963Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:27.0959455Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:27.0977953Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:27.0989593Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:27.1006425Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:27.1018063Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:27.1035802Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:27.1047362Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:02:27.1050271Z skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-09-27T16:02:27.1059779Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.flatten, start_node_a: torch._VariableFunctionsClass.flatten, unknown dtype cast 2022-09-27T16:02:28.8051724Z ok (3.311s) 2022-09-27T16:02:32.4772728Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (3.672s) 2022-09-27T16:02:33.6098561Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:02:33.6099912Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:02:33.6109688Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:02:33.8195988Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:02:33.8204806Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:02:35.7012382Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:02:35.7013008Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:02:35.7020223Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:02:35.9150879Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:02:35.9157366Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:02:36.1774995Z ok (3.700s) 2022-09-27T16:02:36.3535958Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.176s) 2022-09-27T16:02:36.3570756Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.004s) 2022-09-27T16:02:36.3586469Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-09-27T16:02:36.3590052Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:02:36.4644992Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.106s) 2022-09-27T16:02:36.4786488Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.014s) 2022-09-27T16:02:36.4790736Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:02:36.4793308Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:02:36.4844559Z Tests the backward method. ... skip: temporarily disable the test (0.005s) 2022-09-27T16:02:36.4946245Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.010s) 2022-09-27T16:02:36.4950670Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:02:36.5037479Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-09-27T16:02:36.8491423Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.345s) 2022-09-27T16:02:36.8544463Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.005s) 2022-09-27T16:02:36.9691345Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.115s) 2022-09-27T16:02:36.9747028Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /opt/conda/lib/python3.7/site-packages/torch/amp/autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-09-27T16:02:36.9748057Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-09-27T16:02:36.9765533Z ok (0.007s) 2022-09-27T16:02:36.9778163Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:02:37.1092693Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.132s) 2022-09-27T16:02:37.1206533Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-09-27T16:02:37.1211535Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-09-27T16:02:37.1311838Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.010s) 2022-09-27T16:02:37.1322017Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:02:37.2381290Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.107s) 2022-09-27T16:02:37.2490821Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-09-27T16:02:37.2495604Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:02:37.2550402Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.005s) 2022-09-27T16:02:37.4031404Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.148s) 2022-09-27T16:02:37.4104289Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.007s) 2022-09-27T16:02:37.4145196Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-09-27T16:02:37.4183120Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-09-27T16:02:37.6782955Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.260s) 2022-09-27T16:02:37.6822423Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-09-27T16:02:37.8256466Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.143s) 2022-09-27T16:02:37.8297533Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-09-27T16:02:37.8335015Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-09-27T16:02:37.8373207Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-09-27T16:02:37.9037507Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.066s) 2022-09-27T16:02:37.9286685Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.025s) 2022-09-27T16:02:37.9306800Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-09-27T16:02:37.9440672Z Test case that checks whether forward pre hooks of the first module and ... ok (0.015s) 2022-09-27T16:02:37.9864048Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.042s) 2022-09-27T16:02:38.2609674Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.274s) 2022-09-27T16:02:38.3027666Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.042s) 2022-09-27T16:02:38.3077124Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.005s) 2022-09-27T16:02:38.3103148Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.003s) 2022-09-27T16:02:38.9357537Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.625s) 2022-09-27T16:02:39.1479120Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.212s) 2022-09-27T16:02:39.1500608Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temprorarily skipping the test case, will enable after the simplepattern format is supported (0.002s) 2022-09-27T16:02:39.1785273Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.028s) 2022-09-27T16:02:39.1857246Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.007s) 2022-09-27T16:02:39.1945342Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2022-09-27T16:02:39.1994562Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.005s) 2022-09-27T16:02:39.2068444Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.007s) 2022-09-27T16:02:39.2086399Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:02:39.2124989Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.006s) 2022-09-27T16:02:39.2144771Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:02:39.2184665Z This test tests two keys in backend_config: root_node_getter and ... ok (0.006s) 2022-09-27T16:02:39.2327171Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.014s) 2022-09-27T16:02:39.2338237Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:02:39.2666181Z TODO: add test for all fused modules ... ok (0.034s) 2022-09-27T16:02:39.2725197Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:02:39.2726223Z warnings.warn(msg, FutureWarning) 2022-09-27T16:02:39.2732256Z ok (0.007s) 2022-09-27T16:02:39.2797373Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.006s) 2022-09-27T16:02:39.2818691Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-09-27T16:02:39.2933392Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.014s) 2022-09-27T16:02:39.2957632Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-09-27T16:02:39.3281938Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.035s) 2022-09-27T16:02:39.3385713Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.010s) 2022-09-27T16:02:39.3542890Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.016s) 2022-09-27T16:02:39.3724031Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.018s) 2022-09-27T16:02:39.4090060Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.037s) 2022-09-27T16:02:39.4353631Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.026s) 2022-09-27T16:02:39.4365849Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.001s) 2022-09-27T16:02:39.4422117Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.006s) 2022-09-27T16:02:39.4507917Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.009s) 2022-09-27T16:02:39.4680428Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.017s) 2022-09-27T16:02:39.5213091Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.053s) 2022-09-27T16:02:39.5644344Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.043s) 2022-09-27T16:02:39.5778885Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.013s) 2022-09-27T16:02:39.5988022Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.021s) 2022-09-27T16:02:39.6807714Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.082s) 2022-09-27T16:02:39.7042816Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.023s) 2022-09-27T16:02:39.7329096Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.028s) 2022-09-27T16:02:39.7339840Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:02:39.7488780Z Tests the constructor of the ModelReport class. ... ok (0.016s) 2022-09-27T16:02:39.7498243Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:02:39.8004478Z Tests for generation of qconfigs by ModelReport API ... ok (0.051s) 2022-09-27T16:02:39.8021903Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:02:39.8453077Z Tests model_report.generate_model_report to ensure report generation ... /var/lib/jenkins/workspace/test/quantization/fx/test_model_report_fx.py:1061: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:02:39.8454058Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-09-27T16:02:39.9250331Z ok (0.124s) 2022-09-27T16:02:39.9262222Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:02:39.9567707Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.032s) 2022-09-27T16:02:39.9586104Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:02:39.9831744Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.026s) 2022-09-27T16:02:39.9843702Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:02:40.0343025Z Tests for generation of qconfigs by ModelReport API ... ok (0.051s) 2022-09-27T16:02:40.0755648Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.041s) 2022-09-27T16:02:40.0961877Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.021s) 2022-09-27T16:02:40.1160595Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.020s) 2022-09-27T16:02:40.1301434Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.014s) 2022-09-27T16:02:40.2532409Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.123s) 2022-09-27T16:02:40.2646117Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.011s) 2022-09-27T16:02:40.2858809Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.021s) 2022-09-27T16:02:40.2989691Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.013s) 2022-09-27T16:02:40.3171003Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.018s) 2022-09-27T16:02:40.4164527Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.099s) 2022-09-27T16:02:40.4199409Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.003s) 2022-09-27T16:02:40.4317312Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.012s) 2022-09-27T16:02:40.4325968Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:02:40.4625345Z Tests the generate_table_view() ... ok (0.031s) 2022-09-27T16:02:40.4632252Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:02:40.4912289Z Tests the generate_table_view() ... ok (0.029s) 2022-09-27T16:02:40.4919197Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:02:40.5189957Z Tests the generate_table_view() ... ok (0.028s) 2022-09-27T16:02:40.5200891Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:02:40.5488036Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.030s) 2022-09-27T16:02:54.4155278Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (13.866s) 2022-09-27T16:02:57.8725548Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (3.457s) 2022-09-27T16:02:58.0944720Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.222s) 2022-09-27T16:02:58.5193928Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.425s) 2022-09-27T16:02:59.0561377Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.537s) 2022-09-27T16:02:59.1692536Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.113s) 2022-09-27T16:02:59.1927800Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.023s) 2022-09-27T16:02:59.3010035Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.108s) 2022-09-27T16:02:59.4514566Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.150s) 2022-09-27T16:02:59.5830822Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.131s) 2022-09-27T16:02:59.6874908Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.104s) 2022-09-27T16:02:59.6900058Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.7076866Z ok (0.020s) 2022-09-27T16:03:00.0632931Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.355s) 2022-09-27T16:03:00.0703484Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:00.0814730Z [W qlinear_dynamic.cpp:239] Warning: 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:03:00.1051560Z ok (0.042s) 2022-09-27T16:03:00.2891720Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.184s) 2022-09-27T16:03:00.3933823Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.104s) 2022-09-27T16:03:00.3957012Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:00.4151937Z ok (0.022s) 2022-09-27T16:03:00.7578468Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.342s) 2022-09-27T16:03:00.7611794Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:00.7745317Z [W qlinear_dynamic.cpp:239] Warning: 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:03:00.7967780Z ok (0.039s) 2022-09-27T16:03:01.0990805Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.302s) 2022-09-27T16:03:01.1293897Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.030s) 2022-09-27T16:03:01.2091923Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.080s) 2022-09-27T16:03:01.2140044Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.005s) 2022-09-27T16:03:01.5309905Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.317s) 2022-09-27T16:03:01.5387529Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.008s) 2022-09-27T16:03:01.5401488Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights=MobileNet_V2_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V2_Weights.DEFAULT` to get the most up-to-date weights. 2022-09-27T16:03:01.5402605Z warnings.warn(msg) 2022-09-27T16:03:01.5924391Z Downloading: "https://download.pytorch.org/models/mobilenet_v2-b0353104.pth" to /var/lib/jenkins/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth 2022-09-27T16:03:01.6186884Z 2022-09-27T16:03:01.6780449Z 0%| | 0.00/13.6M [00:00= 11005. Found TBB_INTERFACE_VERSION = 9107. The TBB threading layer is disabled. 2022-09-27T16:18:03.5212690Z _resample_loop_p(x, t_out, interp_win, interp_delta, num_table, scale, y) 2022-09-27T16:18:11.4226312Z /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:18:11.4226852Z LARGE_SPARSE_SUPPORTED = LooseVersion(scipy_version) >= '0.14.0' 2022-09-27T16:18:11.6804166Z test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:18:11.6804862Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-09-27T16:18:11.6915554Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-09-27T16:18:11.6936191Z 2022-09-27T16:18:11.6936311Z Running tests... 2022-09-27T16:18:11.6937240Z ---------------------------------------------------------------------- 2022-09-27T16:18:11.7158366Z test_batch_istft_cpu (__main__.TestFFTCPU) ... test_spectral_ops.py:1502: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T16:18:11.7159444Z i_original = torch.istft(original, n_fft=4, length=4) 2022-09-27T16:18:11.7170884Z ok (0.023s) 2022-09-27T16:18:11.7331738Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:18:11.7472475Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.014s) 2022-09-27T16:18:11.7641110Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.017s) 2022-09-27T16:18:11.9335435Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.169s) 2022-09-27T16:18:11.9966899Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.063s) 2022-09-27T16:18:12.1110870Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.114s) 2022-09-27T16:18:12.1145149Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:18:12.1189508Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1230050Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1266302Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1302515Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1339134Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1375547Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1417376Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1458806Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1494673Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1530016Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:18:12.1571405Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1612984Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1652826Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1692662Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1728114Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1764103Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1800022Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1835833Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1878100Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1914232Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1954079Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.1996848Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.2039255Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.2074651Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:18:12.2110357Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.2152401Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.2194851Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.2234295Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.2270240Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.2309128Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.2487517Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:18:12.2938910Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.045s) 2022-09-27T16:18:12.3615681Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.068s) 2022-09-27T16:18:12.4155783Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.054s) 2022-09-27T16:18:12.5841015Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.168s) 2022-09-27T16:18:12.7749750Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.191s) 2022-09-27T16:18:12.7800236Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:18:12.7847173Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:18:12.7892300Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:18:12.7937585Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.7979151Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8021224Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8066750Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:18:12.8111535Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8155870Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8200403Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8243829Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8288100Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8333207Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8377667Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8422183Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8466336Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8507482Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8549204Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8597999Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:18:12.8646431Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:18:12.8691611Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8736296Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8781095Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8825409Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8869513Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8913558Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.8957831Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.9002006Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.9046276Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.9091027Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.9134233Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.9178107Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.9221278Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.9265823Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.9310086Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:12.9354893Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:13.6447233Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (0.709s) 2022-09-27T16:18:13.6472824Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:18:13.6567667Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.009s) 2022-09-27T16:18:13.6730457Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:18:13.6846610Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.011s) 2022-09-27T16:18:13.6874327Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-09-27T16:18:13.6970141Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:18:13.6994420Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:18:13.7185620Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-09-27T16:18:13.7467065Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.028s) 2022-09-27T16:18:13.7493224Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:18:13.7518519Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:18:13.7544297Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-09-27T16:18:13.7565989Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:18:13.7591853Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:18:13.7617572Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:18:13.7644355Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:18:13.7758328Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.011s) 2022-09-27T16:18:13.7859677Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:18:13.7958124Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:18:13.8014454Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:18:13.8167993Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:18:13.8318563Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:18:13.8498150Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:18:13.8677195Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:18:13.8826702Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:18:13.8975636Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:18:13.9141064Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:18:13.9324368Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:18:13.9506010Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:18:13.9671842Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-09-27T16:18:14.0094185Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.042s) 2022-09-27T16:18:14.0120359Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-09-27T16:18:14.0409839Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.029s) 2022-09-27T16:18:14.0434461Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-09-27T16:18:14.1198467Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.076s) 2022-09-27T16:18:14.2019181Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.082s) 2022-09-27T16:18:14.2052652Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:18:14.2081560Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:18:14.2155905Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:18:14.2230671Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:18:14.2297363Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:18:14.2363079Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:18:14.2384010Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:18:14.2460481Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:18:14.2547981Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-09-27T16:18:14.2567550Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:18:14.2645726Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.008s) 2022-09-27T16:18:14.2731808Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-09-27T16:18:14.8675862Z 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:18:14.8677226Z return_complex=return_complex, 2022-09-27T16:18:14.8747244Z ok (0.601s) 2022-09-27T16:18:15.0521741Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.177s) 2022-09-27T16:18:15.0565315Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:18:15.0573313Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:18:15.0586354Z stft -> istft should recover the original signale ... ok (0.002s) 2022-09-27T16:18:15.0604170Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:18:15.4195205Z stft -> istft should recover the original signale ... ok (0.361s) 2022-09-27T16:18:15.4212731Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:18:15.5408050Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.121s) 2022-09-27T16:18:15.5415490Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-09-27T16:18:15.5519861Z istft should throw exception for invalid parameters ... ok (0.011s) 2022-09-27T16:18:15.5679618Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:18:15.5837750Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:18:15.6003680Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.017s) 2022-09-27T16:18:15.6165504Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:18:15.6322291Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:18:15.6480175Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:18:15.6650256Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-09-27T16:18:15.6810898Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:18:15.6965330Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:18:15.7114566Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:18:15.7371705Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.026s) 2022-09-27T16:18:15.7595439Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.022s) 2022-09-27T16:18:15.7871177Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.027s) 2022-09-27T16:18:15.8109561Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.024s) 2022-09-27T16:18:15.8364152Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.025s) 2022-09-27T16:18:15.8594524Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.023s) 2022-09-27T16:18:15.8844628Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.025s) 2022-09-27T16:18:15.9074417Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.023s) 2022-09-27T16:18:15.9755699Z 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:18:15.9756785Z normalized, onesided, return_complex) 2022-09-27T16:18:15.9936821Z ok (0.086s) 2022-09-27T16:18:15.9949112Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.001s) 2022-09-27T16:18:16.0595233Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.064s) 2022-09-27T16:18:16.1376409Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.078s) 2022-09-27T16:18:16.1390545Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:18:16.1534273Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1534729Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:18:16.1535089Z Expecting nothing 2022-09-27T16:18:16.1538045Z ok 2022-09-27T16:18:16.1538345Z Trying: 2022-09-27T16:18:16.1538636Z fft2 = torch.fft.fft2(x) 2022-09-27T16:18:16.1539032Z Expecting nothing 2022-09-27T16:18:16.1539314Z ok 2022-09-27T16:18:16.1543019Z Trying: 2022-09-27T16:18:16.1543388Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:18:16.1543778Z Expecting nothing 2022-09-27T16:18:16.1544042Z ok 2022-09-27T16:18:16.1544293Z Trying: 2022-09-27T16:18:16.1544684Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-09-27T16:18:16.1545060Z Expecting nothing 2022-09-27T16:18:16.1749706Z ok 2022-09-27T16:18:16.1750237Z ok (0.015s) 2022-09-27T16:18:16.1750642Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1751621Z t = torch.arange(4) 2022-09-27T16:18:16.1752049Z Expecting nothing 2022-09-27T16:18:16.1752594Z ok 2022-09-27T16:18:16.1752854Z Trying: 2022-09-27T16:18:16.1753293Z t 2022-09-27T16:18:16.1753566Z Expecting: 2022-09-27T16:18:16.1753855Z tensor([0, 1, 2, 3]) 2022-09-27T16:18:16.1754181Z ok 2022-09-27T16:18:16.1754437Z Trying: 2022-09-27T16:18:16.1754781Z torch.fft.fft(t) 2022-09-27T16:18:16.1755061Z Expecting: 2022-09-27T16:18:16.1755659Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:18:16.1756964Z ok 2022-09-27T16:18:16.1758873Z Trying: 2022-09-27T16:18:16.1759228Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-09-27T16:18:16.1759572Z Expecting nothing 2022-09-27T16:18:16.1759848Z ok 2022-09-27T16:18:16.1760096Z Trying: 2022-09-27T16:18:16.1760372Z torch.fft.fft(t) 2022-09-27T16:18:16.1760652Z Expecting: 2022-09-27T16:18:16.1761085Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-09-27T16:18:16.1761390Z ok 2022-09-27T16:18:16.1761626Z ok (0.003s) 2022-09-27T16:18:16.1762009Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1762409Z torch.fft.fftfreq(5) 2022-09-27T16:18:16.1762697Z Expecting: 2022-09-27T16:18:16.1763120Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:18:16.1763419Z ok 2022-09-27T16:18:16.1763661Z Trying: 2022-09-27T16:18:16.1763950Z torch.fft.fftfreq(4) 2022-09-27T16:18:16.1764253Z Expecting: 2022-09-27T16:18:16.1764632Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:18:16.1764935Z ok 2022-09-27T16:18:16.1765185Z ok (0.002s) 2022-09-27T16:18:16.1765548Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1766445Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:18:16.1767776Z Expecting nothing 2022-09-27T16:18:16.1768075Z ok 2022-09-27T16:18:16.1768416Z Trying: 2022-09-27T16:18:16.1768716Z fftn = torch.fft.fftn(x) 2022-09-27T16:18:16.1769029Z Expecting nothing 2022-09-27T16:18:16.1769295Z ok 2022-09-27T16:18:16.1769554Z Trying: 2022-09-27T16:18:16.1769905Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:18:16.1770276Z Expecting nothing 2022-09-27T16:18:16.1771597Z ok 2022-09-27T16:18:16.1771978Z Trying: 2022-09-27T16:18:16.1773490Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-09-27T16:18:16.1774009Z Expecting nothing 2022-09-27T16:18:16.1774286Z ok 2022-09-27T16:18:16.1774526Z ok (0.002s) 2022-09-27T16:18:16.1774912Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1776573Z f = torch.fft.fftfreq(4) 2022-09-27T16:18:16.1777850Z Expecting nothing 2022-09-27T16:18:16.1778253Z ok 2022-09-27T16:18:16.1778511Z Trying: 2022-09-27T16:18:16.1778866Z f 2022-09-27T16:18:16.1779132Z Expecting: 2022-09-27T16:18:16.1779580Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:18:16.1779860Z ok 2022-09-27T16:18:16.1780213Z Trying: 2022-09-27T16:18:16.1780487Z torch.fft.fftshift(f) 2022-09-27T16:18:16.1780793Z Expecting: 2022-09-27T16:18:16.1781194Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-09-27T16:18:16.1781473Z ok 2022-09-27T16:18:16.1781866Z Trying: 2022-09-27T16:18:16.1783131Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-09-27T16:18:16.1783635Z Expecting nothing 2022-09-27T16:18:16.1783917Z ok 2022-09-27T16:18:16.1784167Z Trying: 2022-09-27T16:18:16.1784410Z x 2022-09-27T16:18:16.1784671Z Expecting: 2022-09-27T16:18:16.1785109Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-09-27T16:18:16.1785547Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-09-27T16:18:16.1785989Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-09-27T16:18:16.1786423Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-09-27T16:18:16.1786845Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-09-27T16:18:16.1787141Z ok 2022-09-27T16:18:16.1787399Z Trying: 2022-09-27T16:18:16.1787672Z torch.fft.fftshift(x) 2022-09-27T16:18:16.1787979Z Expecting: 2022-09-27T16:18:16.1788394Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-09-27T16:18:16.1788820Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-09-27T16:18:16.1789248Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-09-27T16:18:16.1789683Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-09-27T16:18:16.1790119Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-09-27T16:18:16.1791935Z ok 2022-09-27T16:18:16.1792199Z Trying: 2022-09-27T16:18:16.1793283Z x_centered = torch.arange(-5, 5) 2022-09-27T16:18:16.1793616Z Expecting nothing 2022-09-27T16:18:16.1794014Z ok 2022-09-27T16:18:16.1794271Z Trying: 2022-09-27T16:18:16.1794600Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-09-27T16:18:16.1794964Z Expecting nothing 2022-09-27T16:18:16.1795243Z ok 2022-09-27T16:18:16.1795476Z Trying: 2022-09-27T16:18:16.1795809Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-09-27T16:18:16.1796162Z Expecting nothing 2022-09-27T16:18:16.1796423Z ok 2022-09-27T16:18:16.1796673Z Trying: 2022-09-27T16:18:16.1797024Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-09-27T16:18:16.1797374Z Expecting nothing 2022-09-27T16:18:16.1797653Z ok 2022-09-27T16:18:16.1797899Z Trying: 2022-09-27T16:18:16.1799196Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-09-27T16:18:16.1799754Z Expecting nothing 2022-09-27T16:18:16.1800034Z ok 2022-09-27T16:18:16.1800268Z Trying: 2022-09-27T16:18:16.1800715Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-09-27T16:18:16.1801161Z Expecting nothing 2022-09-27T16:18:16.1801425Z ok 2022-09-27T16:18:16.1801685Z ok (0.004s) 2022-09-27T16:18:16.1802061Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1802443Z t = torch.linspace(0, 1, 5) 2022-09-27T16:18:16.1802767Z Expecting nothing 2022-09-27T16:18:16.1803045Z ok 2022-09-27T16:18:16.1803279Z Trying: 2022-09-27T16:18:16.1803532Z t 2022-09-27T16:18:16.1803796Z Expecting: 2022-09-27T16:18:16.1804257Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:18:16.1804824Z ok 2022-09-27T16:18:16.1805531Z Trying: 2022-09-27T16:18:16.1805804Z T = torch.fft.ifft(t) 2022-09-27T16:18:16.1806112Z Expecting nothing 2022-09-27T16:18:16.1806498Z ok 2022-09-27T16:18:16.1806730Z Trying: 2022-09-27T16:18:16.1806984Z T 2022-09-27T16:18:16.1807250Z Expecting: 2022-09-27T16:18:16.1807747Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-09-27T16:18:16.1808333Z -0.1250+0.1720j]) 2022-09-27T16:18:16.1808611Z ok 2022-09-27T16:18:16.1808914Z Trying: 2022-09-27T16:18:16.1809211Z torch.fft.hfft(T[:3], n=5) 2022-09-27T16:18:16.1809518Z Expecting: 2022-09-27T16:18:16.1809897Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:18:16.1810525Z ok 2022-09-27T16:18:16.1810781Z Trying: 2022-09-27T16:18:16.1811155Z torch.fft.hfft(T[:3]) 2022-09-27T16:18:16.1811462Z Expecting: 2022-09-27T16:18:16.1811767Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-09-27T16:18:16.1812043Z ok 2022-09-27T16:18:16.1812293Z ok (0.003s) 2022-09-27T16:18:16.1812675Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1813095Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:18:16.1813507Z Expecting nothing 2022-09-27T16:18:16.1813786Z ok 2022-09-27T16:18:16.1814024Z Trying: 2022-09-27T16:18:16.1814313Z ifft2 = torch.fft.ifft2(x) 2022-09-27T16:18:16.1814635Z Expecting nothing 2022-09-27T16:18:16.1814897Z ok 2022-09-27T16:18:16.1815143Z Trying: 2022-09-27T16:18:16.1815510Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:18:16.1815884Z Expecting nothing 2022-09-27T16:18:16.1816143Z ok 2022-09-27T16:18:16.1816397Z Trying: 2022-09-27T16:18:16.1816777Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-09-27T16:18:16.1817157Z Expecting nothing 2022-09-27T16:18:16.1817432Z ok 2022-09-27T16:18:16.1817685Z ok (0.002s) 2022-09-27T16:18:16.1818047Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1819099Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:18:16.1820591Z Expecting nothing 2022-09-27T16:18:16.1820995Z ok 2022-09-27T16:18:16.1821478Z Trying: 2022-09-27T16:18:16.1822529Z torch.fft.ifft(t) 2022-09-27T16:18:16.1823161Z Expecting: 2022-09-27T16:18:16.1824044Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-09-27T16:18:16.1824583Z ok 2022-09-27T16:18:16.1824863Z ok (0.002s) 2022-09-27T16:18:16.1825302Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1826616Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:18:16.1827799Z Expecting nothing 2022-09-27T16:18:16.1828307Z ok 2022-09-27T16:18:16.1828676Z Trying: 2022-09-27T16:18:16.1828957Z ifftn = torch.fft.ifftn(x) 2022-09-27T16:18:16.1829277Z Expecting nothing 2022-09-27T16:18:16.1829554Z ok 2022-09-27T16:18:16.1829783Z Trying: 2022-09-27T16:18:16.1830145Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:18:16.1830516Z Expecting nothing 2022-09-27T16:18:16.1830779Z ok 2022-09-27T16:18:16.1831026Z Trying: 2022-09-27T16:18:16.1831410Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-09-27T16:18:16.1832477Z Expecting nothing 2022-09-27T16:18:16.1832923Z ok 2022-09-27T16:18:16.1833180Z ok (0.002s) 2022-09-27T16:18:16.1833555Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1833966Z f = torch.fft.fftfreq(5) 2022-09-27T16:18:16.1834291Z Expecting nothing 2022-09-27T16:18:16.1834552Z ok 2022-09-27T16:18:16.1834807Z Trying: 2022-09-27T16:18:16.1835058Z f 2022-09-27T16:18:16.1835311Z Expecting: 2022-09-27T16:18:16.1835760Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:18:16.1836059Z ok 2022-09-27T16:18:16.1836289Z Trying: 2022-09-27T16:18:16.1836597Z shifted = torch.fft.fftshift(f) 2022-09-27T16:18:16.1836929Z Expecting nothing 2022-09-27T16:18:16.1837187Z ok 2022-09-27T16:18:16.1837433Z Trying: 2022-09-27T16:18:16.1837739Z torch.fft.ifftshift(shifted) 2022-09-27T16:18:16.1838045Z Expecting: 2022-09-27T16:18:16.1838466Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:18:16.1838765Z ok 2022-09-27T16:18:16.1839004Z ok (0.002s) 2022-09-27T16:18:16.1843441Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1844586Z t = torch.arange(5) 2022-09-27T16:18:16.1846245Z Expecting nothing 2022-09-27T16:18:16.1846510Z ok 2022-09-27T16:18:16.1846760Z Trying: 2022-09-27T16:18:16.1847015Z t 2022-09-27T16:18:16.1847260Z Expecting: 2022-09-27T16:18:16.1847632Z tensor([0, 1, 2, 3, 4]) 2022-09-27T16:18:16.1847913Z ok 2022-09-27T16:18:16.1848149Z Trying: 2022-09-27T16:18:16.1848430Z torch.fft.ihfft(t) 2022-09-27T16:18:16.1848724Z Expecting: 2022-09-27T16:18:16.1849180Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-09-27T16:18:16.1849491Z ok 2022-09-27T16:18:16.1851727Z Trying: 2022-09-27T16:18:16.1852007Z torch.fft.ifft(t) 2022-09-27T16:18:16.1852303Z Expecting: 2022-09-27T16:18:16.1852806Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-09-27T16:18:16.1853320Z -0.5000+0.6882j]) 2022-09-27T16:18:16.1853599Z ok 2022-09-27T16:18:16.1856636Z ok (0.003s) 2022-09-27T16:18:16.1857007Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1858278Z t = torch.rand(10, 9) 2022-09-27T16:18:16.1859499Z Expecting nothing 2022-09-27T16:18:16.1859930Z ok 2022-09-27T16:18:16.1860183Z Trying: 2022-09-27T16:18:16.1860474Z T = torch.fft.rfft2(t) 2022-09-27T16:18:16.1860780Z Expecting nothing 2022-09-27T16:18:16.1861059Z ok 2022-09-27T16:18:16.1861314Z Trying: 2022-09-27T16:18:16.1861593Z torch.fft.irfft2(T).size() 2022-09-27T16:18:16.1861988Z Expecting: 2022-09-27T16:18:16.1862278Z torch.Size([10, 8]) 2022-09-27T16:18:16.1862545Z ok 2022-09-27T16:18:16.1862792Z Trying: 2022-09-27T16:18:16.1863124Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-09-27T16:18:16.1863453Z Expecting nothing 2022-09-27T16:18:16.1863731Z ok 2022-09-27T16:18:16.1863980Z Trying: 2022-09-27T16:18:16.1865312Z roundtrip.size() 2022-09-27T16:18:16.1865618Z Expecting: 2022-09-27T16:18:16.1865906Z torch.Size([10, 9]) 2022-09-27T16:18:16.1866171Z ok 2022-09-27T16:18:16.1866416Z Trying: 2022-09-27T16:18:16.1866792Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:18:16.1867176Z Expecting nothing 2022-09-27T16:18:16.1867451Z ok 2022-09-27T16:18:16.1867703Z ok (0.002s) 2022-09-27T16:18:16.1868064Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1868464Z t = torch.linspace(0, 1, 5) 2022-09-27T16:18:16.1868784Z Expecting nothing 2022-09-27T16:18:16.1869041Z ok 2022-09-27T16:18:16.1869288Z Trying: 2022-09-27T16:18:16.1869538Z t 2022-09-27T16:18:16.1869787Z Expecting: 2022-09-27T16:18:16.1870103Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:18:16.1870433Z ok 2022-09-27T16:18:16.1870668Z Trying: 2022-09-27T16:18:16.1870955Z T = torch.fft.rfft(t) 2022-09-27T16:18:16.1871264Z Expecting nothing 2022-09-27T16:18:16.1871525Z ok 2022-09-27T16:18:16.1871778Z Trying: 2022-09-27T16:18:16.1872032Z T 2022-09-27T16:18:16.1874681Z Expecting: 2022-09-27T16:18:16.1879516Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-09-27T16:18:16.1881911Z ok 2022-09-27T16:18:16.1882376Z Trying: 2022-09-27T16:18:16.1882798Z torch.fft.irfft(T) 2022-09-27T16:18:16.1883102Z Expecting: 2022-09-27T16:18:16.1883397Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-09-27T16:18:16.1883694Z ok 2022-09-27T16:18:16.1883948Z Trying: 2022-09-27T16:18:16.1884259Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-09-27T16:18:16.1884607Z Expecting nothing 2022-09-27T16:18:16.1884886Z ok 2022-09-27T16:18:16.1885120Z Trying: 2022-09-27T16:18:16.1885494Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:18:16.1885889Z Expecting nothing 2022-09-27T16:18:16.1886167Z ok 2022-09-27T16:18:16.1887004Z ok (0.003s) 2022-09-27T16:18:16.1887576Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1887971Z t = torch.rand(10, 9) 2022-09-27T16:18:16.1888261Z Expecting nothing 2022-09-27T16:18:16.1888535Z ok 2022-09-27T16:18:16.1888780Z Trying: 2022-09-27T16:18:16.1889047Z T = torch.fft.rfftn(t) 2022-09-27T16:18:16.1889358Z Expecting nothing 2022-09-27T16:18:16.1889761Z ok 2022-09-27T16:18:16.1889991Z Trying: 2022-09-27T16:18:16.1890280Z torch.fft.irfftn(T).size() 2022-09-27T16:18:16.1890591Z Expecting: 2022-09-27T16:18:16.1890929Z torch.Size([10, 8]) 2022-09-27T16:18:16.1891210Z ok 2022-09-27T16:18:16.1891463Z Trying: 2022-09-27T16:18:16.1891772Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-09-27T16:18:16.1892119Z Expecting nothing 2022-09-27T16:18:16.1892393Z ok 2022-09-27T16:18:16.1892627Z Trying: 2022-09-27T16:18:16.1892909Z roundtrip.size() 2022-09-27T16:18:16.1893259Z Expecting: 2022-09-27T16:18:16.1893534Z torch.Size([10, 9]) 2022-09-27T16:18:16.1893814Z ok 2022-09-27T16:18:16.1894063Z Trying: 2022-09-27T16:18:16.1897376Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:18:16.1898468Z Expecting nothing 2022-09-27T16:18:16.1898759Z ok 2022-09-27T16:18:16.1898998Z ok (0.002s) 2022-09-27T16:18:16.1907714Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1908250Z t = torch.rand(10, 10) 2022-09-27T16:18:16.1908564Z Expecting nothing 2022-09-27T16:18:16.1908846Z ok 2022-09-27T16:18:16.1909097Z Trying: 2022-09-27T16:18:16.1909379Z rfft2 = torch.fft.rfft2(t) 2022-09-27T16:18:16.1909710Z Expecting nothing 2022-09-27T16:18:16.1909990Z ok 2022-09-27T16:18:16.1910225Z Trying: 2022-09-27T16:18:16.1910490Z rfft2.size() 2022-09-27T16:18:16.1910773Z Expecting: 2022-09-27T16:18:16.1911721Z torch.Size([10, 6]) 2022-09-27T16:18:16.1912170Z ok 2022-09-27T16:18:16.1912421Z Trying: 2022-09-27T16:18:16.1912692Z fft2 = torch.fft.fft2(t) 2022-09-27T16:18:16.1913011Z Expecting nothing 2022-09-27T16:18:16.1913288Z ok 2022-09-27T16:18:16.1913518Z Trying: 2022-09-27T16:18:16.1913898Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-09-27T16:18:16.1914289Z Expecting nothing 2022-09-27T16:18:16.1914549Z ok 2022-09-27T16:18:16.1914800Z Trying: 2022-09-27T16:18:16.1915161Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:18:16.1915519Z Expecting nothing 2022-09-27T16:18:16.1915802Z ok 2022-09-27T16:18:16.1916050Z Trying: 2022-09-27T16:18:16.1916411Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-09-27T16:18:16.1916804Z Expecting nothing 2022-09-27T16:18:16.1917077Z ok 2022-09-27T16:18:16.1917331Z ok (0.002s) 2022-09-27T16:18:16.1942710Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1943324Z t = torch.arange(4) 2022-09-27T16:18:16.1943692Z Expecting nothing 2022-09-27T16:18:16.1943985Z ok 2022-09-27T16:18:16.1944204Z Trying: 2022-09-27T16:18:16.1944485Z t 2022-09-27T16:18:16.1944794Z Expecting: 2022-09-27T16:18:16.1945092Z tensor([0, 1, 2, 3]) 2022-09-27T16:18:16.1945404Z ok 2022-09-27T16:18:16.1945693Z Trying: 2022-09-27T16:18:16.1945991Z torch.fft.rfft(t) 2022-09-27T16:18:16.1946197Z Expecting: 2022-09-27T16:18:16.1946521Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-09-27T16:18:16.1946709Z ok 2022-09-27T16:18:16.1946877Z Trying: 2022-09-27T16:18:16.1947062Z torch.fft.fft(t) 2022-09-27T16:18:16.1947295Z Expecting: 2022-09-27T16:18:16.1947743Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:18:16.1948099Z ok 2022-09-27T16:18:16.1948277Z ok (0.003s) 2022-09-27T16:18:16.1948537Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.1948800Z torch.fft.rfftfreq(5) 2022-09-27T16:18:16.1948991Z Expecting: 2022-09-27T16:18:16.1949221Z tensor([0.0000, 0.2000, 0.4000]) 2022-09-27T16:18:16.1950854Z ok 2022-09-27T16:18:16.1951206Z Trying: 2022-09-27T16:18:16.1951509Z torch.fft.rfftfreq(4) 2022-09-27T16:18:16.1951839Z Expecting: 2022-09-27T16:18:16.1952121Z tensor([0.0000, 0.2500, 0.5000]) 2022-09-27T16:18:16.1953134Z ok 2022-09-27T16:18:16.1955144Z Trying: 2022-09-27T16:18:16.1955440Z torch.fft.fftfreq(4) 2022-09-27T16:18:16.1955729Z Expecting: 2022-09-27T16:18:16.1956184Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:18:16.1956486Z ok 2022-09-27T16:18:16.1957193Z ok (0.002s) 2022-09-27T16:18:16.2022447Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:18:16.2023902Z t = torch.rand(10, 10) 2022-09-27T16:18:16.2024216Z Expecting nothing 2022-09-27T16:18:16.2024621Z ok 2022-09-27T16:18:16.2024855Z Trying: 2022-09-27T16:18:16.2025150Z rfftn = torch.fft.rfftn(t) 2022-09-27T16:18:16.2025467Z Expecting nothing 2022-09-27T16:18:16.2025729Z ok 2022-09-27T16:18:16.2025977Z Trying: 2022-09-27T16:18:16.2026251Z rfftn.size() 2022-09-27T16:18:16.2026520Z Expecting: 2022-09-27T16:18:16.2026809Z torch.Size([10, 6]) 2022-09-27T16:18:16.2027093Z ok 2022-09-27T16:18:16.2027325Z Trying: 2022-09-27T16:18:16.2027612Z fftn = torch.fft.fftn(t) 2022-09-27T16:18:16.2027929Z Expecting nothing 2022-09-27T16:18:16.2028193Z ok 2022-09-27T16:18:16.2028442Z Trying: 2022-09-27T16:18:16.2028826Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-09-27T16:18:16.2029209Z Expecting nothing 2022-09-27T16:18:16.2029488Z ok 2022-09-27T16:18:16.2029734Z Trying: 2022-09-27T16:18:16.2030077Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:18:16.2030443Z Expecting nothing 2022-09-27T16:18:16.2030718Z ok 2022-09-27T16:18:16.2030957Z Trying: 2022-09-27T16:18:16.2031434Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-09-27T16:18:16.2031829Z Expecting nothing 2022-09-27T16:18:16.2032088Z ok 2022-09-27T16:18:16.2032341Z ok (0.002s) 2022-09-27T16:18:16.2032510Z 2022-09-27T16:18:16.2032894Z ---------------------------------------------------------------------- 2022-09-27T16:18:16.2033299Z Ran 177 tests in 4.505s 2022-09-27T16:18:16.2033469Z 2022-09-27T16:18:16.2033593Z OK (skipped=10) 2022-09-27T16:18:16.2033775Z 2022-09-27T16:18:16.2033918Z Generating XML reports... 2022-09-27T16:18:16.2200865Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220927161811.xml 2022-09-27T16:18:16.2228363Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220927161811.xml 2022-09-27T16:18:16.8321410Z Running test_openmp ... [2022-09-27 16:18:16.831753] 2022-09-27T16:18:16.8322028Z Executing ['/opt/conda/bin/python', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:16.831837] 2022-09-27T16:18:18.0155385Z Test results will be stored in test-reports/python-unittest/test_openmp 2022-09-27T16:18:18.0165858Z 2022-09-27T16:18:18.0166309Z Running tests... 2022-09-27T16:18:18.0166824Z ---------------------------------------------------------------------- 2022-09-27T16:18:18.0171154Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-09-27T16:18:19.0226367Z Make sure there is no memory leak with many threads ... ok (1.006s) 2022-09-27T16:18:19.0227604Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-09-27T16:18:21.9067370Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (2.884s) 2022-09-27T16:18:21.9067693Z 2022-09-27T16:18:21.9068013Z ---------------------------------------------------------------------- 2022-09-27T16:18:21.9068466Z Ran 2 tests in 3.890s 2022-09-27T16:18:21.9068687Z 2022-09-27T16:18:21.9068796Z OK 2022-09-27T16:18:21.9068967Z 2022-09-27T16:18:21.9069137Z Generating XML reports... 2022-09-27T16:18:21.9096846Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220927161818.xml 2022-09-27T16:18:22.2182769Z Running test_mkl_verbose ... [2022-09-27 16:18:22.217843] 2022-09-27T16:18:22.2183311Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:22.217928] 2022-09-27T16:18:23.4017412Z Test results will be stored in test-reports/python-unittest/test_mkl_verbose 2022-09-27T16:18:23.4027297Z 2022-09-27T16:18:23.4027449Z Running tests... 2022-09-27T16:18:23.4028043Z ---------------------------------------------------------------------- 2022-09-27T16:18:24.8115328Z test_verbose_off (__main__.TestMKLVerbose) ... ok (1.409s) 2022-09-27T16:18:26.1853582Z test_verbose_on (__main__.TestMKLVerbose) ... ok (1.374s) 2022-09-27T16:18:26.1853950Z 2022-09-27T16:18:26.1854610Z ---------------------------------------------------------------------- 2022-09-27T16:18:26.1854889Z Ran 2 tests in 2.783s 2022-09-27T16:18:26.1855014Z 2022-09-27T16:18:26.1855088Z OK 2022-09-27T16:18:26.1855191Z 2022-09-27T16:18:26.1855294Z Generating XML reports... 2022-09-27T16:18:26.1889606Z Generated XML report: test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220927161823.xml 2022-09-27T16:18:26.4973921Z Running test_mobile_optimizer ... [2022-09-27 16:18:26.497016] 2022-09-27T16:18:26.4974452Z Executing ['/opt/conda/bin/python', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:26.497100] 2022-09-27T16:18:27.8029142Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-09-27T16:18:27.8041159Z 2022-09-27T16:18:27.8041306Z Running tests... 2022-09-27T16:18:27.8041782Z ---------------------------------------------------------------------- 2022-09-27T16:18:28.0744668Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (0.270s) 2022-09-27T16:18:28.1011760Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.027s) 2022-09-27T16:18:28.5111471Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.410s) 2022-09-27T16:18:30.0461293Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... ok (1.535s) 2022-09-27T16:18:30.2823701Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.236s) 2022-09-27T16:18:30.3207024Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.038s) 2022-09-27T16:18:30.4190187Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.098s) 2022-09-27T16:18:30.4190552Z 2022-09-27T16:18:30.4191013Z ---------------------------------------------------------------------- 2022-09-27T16:18:30.4191422Z Ran 7 tests in 2.615s 2022-09-27T16:18:30.4191611Z 2022-09-27T16:18:30.4191725Z OK 2022-09-27T16:18:30.4191881Z 2022-09-27T16:18:30.4192027Z Generating XML reports... 2022-09-27T16:18:30.4223430Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220927161827.xml 2022-09-27T16:18:30.7402253Z Running test_mkldnn_verbose ... [2022-09-27 16:18:30.739825] 2022-09-27T16:18:30.7402969Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:30.739909] 2022-09-27T16:18:31.9172328Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2022-09-27T16:18:31.9183238Z 2022-09-27T16:18:31.9183393Z Running tests... 2022-09-27T16:18:31.9183817Z ---------------------------------------------------------------------- 2022-09-27T16:18:33.3365838Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (1.418s) 2022-09-27T16:18:34.5431295Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (1.206s) 2022-09-27T16:18:34.5431647Z 2022-09-27T16:18:34.5432117Z ---------------------------------------------------------------------- 2022-09-27T16:18:34.5432492Z Ran 2 tests in 2.625s 2022-09-27T16:18:34.5432681Z 2022-09-27T16:18:34.5432768Z OK 2022-09-27T16:18:34.5432918Z 2022-09-27T16:18:34.5433082Z Generating XML reports... 2022-09-27T16:18:34.5469544Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20220927161831.xml 2022-09-27T16:18:34.8654922Z Running lazy/test_step_closures ... [2022-09-27 16:18:34.865098] 2022-09-27T16:18:34.8655493Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:34.865184] 2022-09-27T16:18:36.0437572Z Test results will be stored in test-reports/python-unittest/lazy.test_step_closures 2022-09-27T16:18:36.0447879Z 2022-09-27T16:18:36.0448008Z Running tests... 2022-09-27T16:18:36.0448429Z ---------------------------------------------------------------------- 2022-09-27T16:18:36.2835515Z test_asynchronous (__main__.ClosuresTest) ... ok (0.239s) 2022-09-27T16:18:37.2848066Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.001s) 2022-09-27T16:18:38.2870973Z test_synchronous (__main__.ClosuresTest) ... ok (1.002s) 2022-09-27T16:18:38.2880991Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.001s) 2022-09-27T16:18:38.2881287Z 2022-09-27T16:18:38.2881780Z ---------------------------------------------------------------------- 2022-09-27T16:18:38.2882205Z Ran 4 tests in 2.243s 2022-09-27T16:18:38.2882332Z 2022-09-27T16:18:38.2882403Z OK 2022-09-27T16:18:38.2882509Z 2022-09-27T16:18:38.2882606Z Generating XML reports... 2022-09-27T16:18:38.2911760Z Generated XML report: test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20220927161836.xml 2022-09-27T16:18:38.5542597Z Running test_sort_and_select ... [2022-09-27 16:18:38.553850] 2022-09-27T16:18:38.5543302Z Executing ['/opt/conda/bin/python', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:38.553936] 2022-09-27T16:18:39.9816551Z Test results will be stored in test-reports/python-unittest/test_sort_and_select 2022-09-27T16:18:39.9831290Z 2022-09-27T16:18:39.9831423Z Running tests... 2022-09-27T16:18:39.9832059Z ---------------------------------------------------------------------- 2022-09-27T16:18:39.9965615Z test_isin_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-09-27T16:18:40.0071543Z test_isin_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-09-27T16:18:40.0176572Z test_isin_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-09-27T16:18:40.0281669Z test_isin_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-09-27T16:18:40.0385316Z test_isin_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-09-27T16:18:40.0489324Z test_isin_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-09-27T16:18:40.0593559Z test_isin_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-09-27T16:18:40.0605058Z test_isin_different_devices_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:40.0616065Z test_isin_different_devices_cpu_float64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:40.0627072Z test_isin_different_devices_cpu_int16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:40.0637991Z test_isin_different_devices_cpu_int32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:40.0648864Z test_isin_different_devices_cpu_int64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:40.0659946Z test_isin_different_devices_cpu_int8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:40.0670962Z test_isin_different_devices_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:40.0866809Z test_isin_different_dtypes_cpu (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-09-27T16:18:40.1045265Z test_kthvalue_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-09-27T16:18:40.1061625Z test_kthvalue_scalar_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:18:40.1106986Z test_msort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-09-27T16:18:40.1154581Z test_msort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:40.1198594Z test_msort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-09-27T16:18:40.1241279Z test_msort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-09-27T16:18:40.1274173Z test_msort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:40.1306826Z test_msort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:40.1338105Z test_msort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:40.1369828Z test_msort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:40.1401433Z test_msort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:40.1413571Z test_sort_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... test_sort_and_select.py:248: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:18:40.1414819Z torch.sort(tensor, out=(values, indices)) 2022-09-27T16:18:40.1416686Z ok (0.002s) 2022-09-27T16:18:41.5678768Z test_sort_cpu (__main__.TestSortAndSelectCPU) ... ok (1.426s) 2022-09-27T16:18:41.5688439Z test_sort_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:41.5696948Z 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:18:41.5710474Z test_sort_large_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:41.5722854Z test_sort_large_slice_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:41.5736421Z test_sort_restride_cpu_float32 (__main__.TestSortAndSelectCPU) ... test_sort_and_select.py:199: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:18:41.5737160Z torch.sort(tensor, out=(values, indices)) 2022-09-27T16:18:41.5740500Z ok (0.002s) 2022-09-27T16:18:41.5836575Z test_stable_sort_against_numpy_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:18:41.5939928Z test_stable_sort_against_numpy_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-09-27T16:18:41.6034040Z test_stable_sort_against_numpy_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:18:41.6124650Z test_stable_sort_against_numpy_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:18:41.6216199Z test_stable_sort_against_numpy_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:18:41.6299423Z test_stable_sort_against_numpy_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-09-27T16:18:41.6383452Z test_stable_sort_against_numpy_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-09-27T16:18:41.6466248Z test_stable_sort_against_numpy_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-09-27T16:18:41.6548527Z test_stable_sort_against_numpy_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-09-27T16:18:41.6578745Z test_stable_sort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:41.6614250Z test_stable_sort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:41.6643115Z test_stable_sort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:41.6673558Z test_stable_sort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:41.6700530Z test_stable_sort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:41.6727266Z test_stable_sort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:41.6755336Z test_stable_sort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:41.6782592Z test_stable_sort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:41.6809415Z test_stable_sort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:41.6826673Z test_topk_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:18:41.6849690Z test_topk_4d_cpu (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:18:41.6858890Z test_topk_arguments_cpu (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:41.6868548Z test_topk_bfloat16_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:41.7970719Z test_topk_cpu (__main__.TestSortAndSelectCPU) ... ok (0.110s) 2022-09-27T16:18:41.8001374Z test_topk_integral_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:41.8030157Z test_topk_integral_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:41.8057490Z test_topk_integral_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:41.8082631Z test_topk_integral_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:18:41.8108283Z test_topk_integral_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:41.8119752Z test_topk_noncontiguous_gpu_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:41.8138257Z test_topk_nonfinite_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:18:41.8156800Z test_topk_nonfinite_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:18:41.8175050Z test_topk_nonfinite_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:18:41.8187450Z test_topk_zero_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:41.8199481Z test_topk_zero_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:41.8211502Z test_topk_zero_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:41.8223957Z test_topk_zero_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:41.8236276Z test_topk_zero_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:41.8248699Z test_topk_zero_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:41.8260549Z test_topk_zero_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:41.8323386Z test_unique_consecutive_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-09-27T16:18:41.8377856Z test_unique_consecutive_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:41.8438862Z test_unique_consecutive_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-09-27T16:18:41.8498922Z test_unique_consecutive_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-09-27T16:18:41.8552881Z test_unique_consecutive_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:41.8606597Z test_unique_consecutive_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:41.8659574Z test_unique_consecutive_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:41.8714140Z test_unique_consecutive_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:41.8768996Z test_unique_consecutive_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:41.8957052Z test_unique_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-09-27T16:18:41.9104807Z test_unique_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-09-27T16:18:41.9294877Z test_unique_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-09-27T16:18:41.9487165Z test_unique_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-09-27T16:18:41.9660200Z test_unique_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-09-27T16:18:41.9834747Z test_unique_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-09-27T16:18:42.0008281Z test_unique_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-09-27T16:18:42.0187259Z test_unique_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-09-27T16:18:42.0361428Z test_unique_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-09-27T16:18:42.0931397Z test_unique_dim_cpu (__main__.TestSortAndSelectCPU) ... ok (0.057s) 2022-09-27T16:18:42.0931737Z 2022-09-27T16:18:42.0932248Z ---------------------------------------------------------------------- 2022-09-27T16:18:42.0932538Z Ran 91 tests in 2.110s 2022-09-27T16:18:42.0932663Z 2022-09-27T16:18:42.0932749Z OK (skipped=13) 2022-09-27T16:18:42.0932866Z 2022-09-27T16:18:42.0932962Z Generating XML reports... 2022-09-27T16:18:42.1031029Z Generated XML report: test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20220927161839.xml 2022-09-27T16:18:42.3693571Z Running test_package ... [2022-09-27 16:18:42.368987] 2022-09-27T16:18:42.3694139Z Executing ['/opt/conda/bin/python', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:42.369071] 2022-09-27T16:18:43.7156928Z Test results will be stored in test-reports/python-unittest/test_package 2022-09-27T16:18:43.7227273Z 2022-09-27T16:18:43.7227389Z Running tests... 2022-09-27T16:18:43.7227800Z ---------------------------------------------------------------------- 2022-09-27T16:18:43.9610161Z test_trace_dependencies (test_analyze.TestAnalyze) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81213 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.238s) 2022-09-27T16:18:43.9617142Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:43.9631684Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.002s) 2022-09-27T16:18:43.9642117Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:43.9653365Z A unpackageable dependency should raise a PackagingError. ... ok (0.002s) 2022-09-27T16:18:43.9657428Z test_deny (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:43.9673710Z Test marking packages as "deny" during export. ... ok (0.002s) 2022-09-27T16:18:43.9678127Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:43.9692877Z Test marking packages as "deny" using globs instead of package names. ... ok (0.002s) 2022-09-27T16:18:43.9707500Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-09-27T16:18:43.9726268Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-09-27T16:18:43.9730816Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:43.9740289Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.001s) 2022-09-27T16:18:43.9746949Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:43.9808975Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... ok (0.007s) 2022-09-27T16:18:43.9812354Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:43.9819999Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2022-09-27T16:18:43.9827080Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:43.9840051Z Failure to handle all dependencies should lead to an error. ... ok (0.002s) 2022-09-27T16:18:43.9844118Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:43.9850690Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2022-09-27T16:18:43.9870352Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-09-27T16:18:43.9893163Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-09-27T16:18:43.9897181Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:43.9904114Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.001s) 2022-09-27T16:18:43.9915294Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-09-27T16:18:43.9929833Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-09-27T16:18:43.9938281Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:43.9960332Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.003s) 2022-09-27T16:18:43.9976772Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-09-27T16:18:43.9989007Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-09-27T16:18:44.0002134Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-09-27T16:18:44.0015997Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-09-27T16:18:44.0027581Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-09-27T16:18:44.0040672Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:44.0047894Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:44.0054713Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:44.0066469Z test_edges (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:44.0075666Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:44.0084863Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:44.0094346Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:44.0103442Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:44.0110397Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:44.0120046Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:44.0126997Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:44.0136701Z test_successors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:44.0173849Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.004s) 2022-09-27T16:18:44.0179638Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:44.0196572Z Test DirectoryReader's has_record(). ... ok (0.002s) 2022-09-27T16:18:44.0202081Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:44.0220721Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.002s) 2022-09-27T16:18:44.0228399Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:44.0228906Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: Does not work with latest TorchVision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-09-27T16:18:44.0235573Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:44.0258428Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.003s) 2022-09-27T16:18:44.0265614Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:44.0287856Z Tests that packaged code can used importlib.resources.path. ... ok (0.003s) 2022-09-27T16:18:44.0306326Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:44.0345633Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.006s) 2022-09-27T16:18:44.0352487Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:44.0408554Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.006s) 2022-09-27T16:18:44.0419041Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0428829Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0435316Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0444080Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0452010Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0460753Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0468873Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0476884Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0485147Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0493300Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0502574Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0512513Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0521345Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0530126Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:44.0545086Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.001s) 2022-09-27T16:18:44.0553252Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-09-27T16:18:44.0559853Z OrderedImporter's implementation of whichmodule should try each ... ok (0.001s) 2022-09-27T16:18:44.0566821Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-09-27T16:18:44.0576950Z Exercise corner case where we try to pickle an object whose ... ok (0.002s) 2022-09-27T16:18:44.0591424Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.001s) 2022-09-27T16:18:44.0599058Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-09-27T16:18:44.0607144Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-09-27T16:18:44.0610923Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:18:44.0727185Z Tests for backwards compatible fx module ... ok (0.012s) 2022-09-27T16:18:44.0729611Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:18:44.0820518Z Tests for backwards compatible nn module ... ok (0.009s) 2022-09-27T16:18:44.0823622Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:18:44.1198287Z Tests for backwards compatible torchscript module ... ok (0.038s) 2022-09-27T16:18:44.1202359Z test_demangle_base (test_mangling.TestMangling) 2022-09-27T16:18:44.1208037Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.001s) 2022-09-27T16:18:44.1211530Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-09-27T16:18:44.1217591Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-09-27T16:18:44.1226457Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:18:44.1233391Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:18:44.1241395Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:18:44.1244087Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-09-27T16:18:44.1249345Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-09-27T16:18:44.1258500Z test_package_mangler (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:18:44.1266182Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:18:44.1269040Z test_unique_manglers (test_mangling.TestMangling) 2022-09-27T16:18:44.1276005Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2022-09-27T16:18:44.1303102Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.003s) 2022-09-27T16:18:44.1309462Z test_dunder_package_present (test_misc.TestMisc) 2022-09-27T16:18:44.1319870Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.002s) 2022-09-27T16:18:44.1324800Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-09-27T16:18:44.1340290Z The attribute '__torch_package__' should be accessible from within ... ok (0.002s) 2022-09-27T16:18:44.1348959Z test_exporter_content_lists (test_misc.TestMisc) 2022-09-27T16:18:44.1370624Z Test content list API for PackageExporter's contained modules. ... ok (0.003s) 2022-09-27T16:18:44.1383125Z test_file_structure (test_misc.TestMisc) 2022-09-27T16:18:44.1401722Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.003s) 2022-09-27T16:18:44.1406978Z test_file_structure_has_file (test_misc.TestMisc) 2022-09-27T16:18:44.1415562Z Test Directory's has_file() method. ... ok (0.001s) 2022-09-27T16:18:44.1421615Z test_inspect_class (test_misc.TestMisc) 2022-09-27T16:18:44.1435405Z Should be able to retrieve source for a packaged class. ... ok (0.002s) 2022-09-27T16:18:44.1441730Z test_is_from_package (test_misc.TestMisc) 2022-09-27T16:18:44.1451710Z is_from_package should work for objects and modules ... ok (0.002s) 2022-09-27T16:18:44.1454948Z test_load_python_version_from_package (test_misc.TestMisc) 2022-09-27T16:18:44.1478921Z Tests loading a package with a python version embdded ... ok (0.003s) 2022-09-27T16:18:44.1483726Z test_python_version (test_misc.TestMisc) 2022-09-27T16:18:44.1501637Z Tests that the current python version is stored in the package and is available ... ok (0.002s) 2022-09-27T16:18:44.1506997Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-09-27T16:18:44.1528294Z The standard library performs sys.module assignment hackery which ... ok (0.003s) 2022-09-27T16:18:44.1540991Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-09-27T16:18:44.1551737Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-09-27T16:18:44.1559225Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-09-27T16:18:44.1657661Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.010s) 2022-09-27T16:18:44.1836727Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.018s) 2022-09-27T16:18:44.1893727Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.006s) 2022-09-27T16:18:44.1947267Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.005s) 2022-09-27T16:18:44.1992717Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.005s) 2022-09-27T16:18:44.2000207Z test_different_package_interface (test_package_script.TestPackageScript) 2022-09-27T16:18:44.2098273Z Test a case where the interface defined in the package is ... ok (0.010s) 2022-09-27T16:18:44.2104468Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-09-27T16:18:44.2200261Z Test a case where the script class defined in the package is ... ok (0.010s) 2022-09-27T16:18:44.2207605Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:18:44.2280923Z Test loading of single ScriptModule shared by multiple eager ... ok (0.008s) 2022-09-27T16:18:44.2293889Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-09-27T16:18:44.2374602Z Test tensors shared across eager and ScriptModules on load ... ok (0.009s) 2022-09-27T16:18:44.2388139Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-09-27T16:18:44.2511288Z Test tensors shared across eager and ScriptModules on load ... ok (0.014s) 2022-09-27T16:18:44.2522043Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-09-27T16:18:44.3001997Z Test saving inline and imported modules in same package with ... ok (0.049s) 2022-09-27T16:18:44.3013969Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-09-27T16:18:45.2392629Z Test saving inline and imported modules in same package that ... ok (0.939s) 2022-09-27T16:18:45.2401477Z test_package_interface (test_package_script.TestPackageScript) 2022-09-27T16:18:45.2798648Z Packaging an interface class should work correctly. ... ok (0.041s) 2022-09-27T16:18:45.2842377Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.004s) 2022-09-27T16:18:45.2971036Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.013s) 2022-09-27T16:18:45.2977770Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-09-27T16:18:45.3027399Z Test saving of single ScriptModule shared by multiple ... ok (0.006s) 2022-09-27T16:18:45.3035073Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:18:45.3117532Z Test to verify saving multiple ScriptModules with completely ... ok (0.009s) 2022-09-27T16:18:45.3129267Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:18:45.3554780Z Test to verify saving multiple different modules and ... ok (0.044s) 2022-09-27T16:18:45.3561956Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-09-27T16:18:45.3607634Z Test basic saving of ScriptModule. ... ok (0.005s) 2022-09-27T16:18:45.3614182Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-09-27T16:18:45.3654325Z Test basic saving of ScriptModule in file. ... ok (0.005s) 2022-09-27T16:18:45.3664839Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-09-27T16:18:45.7111282Z Test to verify when saving multiple packages with same CU ... ok (0.345s) 2022-09-27T16:18:45.7117791Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-09-27T16:18:45.7190723Z Test basic saving of ScriptModule with submodule. ... ok (0.008s) 2022-09-27T16:18:45.7198853Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-09-27T16:18:45.7559477Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.037s) 2022-09-27T16:18:45.7572897Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-09-27T16:18:45.7698801Z Test to verify saving multiple ScriptModules with same top module ... ok (0.014s) 2022-09-27T16:18:45.7708522Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-09-27T16:18:45.7773204Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.007s) 2022-09-27T16:18:45.7782181Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-09-27T16:18:45.7862542Z Test scripting a module loaded from a package ... ok (0.009s) 2022-09-27T16:18:45.7873013Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-09-27T16:18:45.7977103Z Test to verify saving and loading same ScriptModule object works ... ok (0.011s) 2022-09-27T16:18:45.7985545Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-09-27T16:18:45.8025761Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.005s) 2022-09-27T16:18:45.8081471Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.005s) 2022-09-27T16:18:45.8102002Z test_importer_access (test_resources.TestResources) ... ok (0.002s) 2022-09-27T16:18:45.8106897Z test_package_resource_access (test_resources.TestResources) 2022-09-27T16:18:45.8117748Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.002s) 2022-09-27T16:18:45.8123064Z test_resource_access_by_path (test_resources.TestResources) 2022-09-27T16:18:45.8137212Z Tests that packaged code can used importlib.resources.path. ... ok (0.002s) 2022-09-27T16:18:45.8152277Z test_resource_reader (test_resources.TestResources) 2022-09-27T16:18:45.8170888Z Test compliance with the get_resource_reader importlib API. ... ok (0.003s) 2022-09-27T16:18:45.8174992Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-09-27T16:18:45.8181043Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.001s) 2022-09-27T16:18:45.8214100Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-09-27T16:18:45.8224405Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-09-27T16:18:45.8261299Z If an object with the same qualified name is loaded from different ... ok (0.005s) 2022-09-27T16:18:45.8282530Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-09-27T16:18:45.8289219Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-09-27T16:18:45.8304039Z Saving a module that came from another PackageImporter should work. ... ok (0.002s) 2022-09-27T16:18:45.8309241Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-09-27T16:18:45.8328332Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.002s) 2022-09-27T16:18:45.8346072Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-09-27T16:18:45.8361730Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-09-27T16:18:45.8410554Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.005s) 2022-09-27T16:18:45.8424963Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.001s) 2022-09-27T16:18:45.8425243Z 2022-09-27T16:18:45.8425640Z ---------------------------------------------------------------------- 2022-09-27T16:18:45.8426074Z Ran 132 tests in 2.120s 2022-09-27T16:18:45.8426290Z 2022-09-27T16:18:45.8426429Z OK (skipped=5) 2022-09-27T16:18:45.8426633Z 2022-09-27T16:18:45.8426792Z Generating XML reports... 2022-09-27T16:18:45.8463389Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20220927161843.xml 2022-09-27T16:18:45.8468675Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20220927161843.xml 2022-09-27T16:18:45.8478429Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20220927161843.xml 2022-09-27T16:18:45.8486157Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20220927161843.xml 2022-09-27T16:18:45.8497315Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20220927161843.xml 2022-09-27T16:18:45.8503326Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20220927161843.xml 2022-09-27T16:18:45.8507282Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20220927161843.xml 2022-09-27T16:18:45.8516272Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20220927161843.xml 2022-09-27T16:18:45.8525177Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20220927161843.xml 2022-09-27T16:18:45.8530685Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20220927161843.xml 2022-09-27T16:18:45.8549917Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20220927161843.xml 2022-09-27T16:18:45.8552251Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20220927161843.xml 2022-09-27T16:18:45.8556927Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20220927161843.xml 2022-09-27T16:18:45.8565210Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20220927161843.xml 2022-09-27T16:18:45.8567665Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20220927161843.xml 2022-09-27T16:18:45.8580094Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20220927161843.xml 2022-09-27T16:18:46.2029840Z Running test_indexing ... [2022-09-27 16:18:46.202628] 2022-09-27T16:18:46.2030366Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:46.202704] 2022-09-27T16:18:47.6664998Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-09-27T16:18:47.6679680Z 2022-09-27T16:18:47.6679821Z Running tests... 2022-09-27T16:18:47.6680424Z ---------------------------------------------------------------------- 2022-09-27T16:18:47.6801803Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.012s) 2022-09-27T16:18:47.6815988Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:18:47.6831875Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:47.6849007Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:47.6943714Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.009s) 2022-09-27T16:18:47.7038504Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.009s) 2022-09-27T16:18:47.7054452Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:47.7189409Z 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:18:47.7190099Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-09-27T16:18:47.7230260Z 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:18:47.7230944Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-09-27T16:18:47.7231251Z ok (0.018s) 2022-09-27T16:18:47.7251576Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:47.7415616Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.016s) 2022-09-27T16:18:47.7433984Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:47.7484593Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.005s) 2022-09-27T16:18:47.7494378Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:18:47.7502826Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:18:47.7513214Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:18:47.7537700Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:47.7545934Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:18:47.7556258Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:18:47.7581366Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:47.7791694Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.021s) 2022-09-27T16:18:47.7806471Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:47.8098186Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.029s) 2022-09-27T16:18:47.9628170Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... ok (0.153s) 2022-09-27T16:18:47.9652459Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:47.9665641Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:47.9690931Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:47.9703103Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:47.9716662Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:47.9734709Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:47.9753151Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:47.9763771Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:47.9777584Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:47.9790869Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:47.9811145Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:47.9872787Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-09-27T16:18:47.9884773Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:47.9898386Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:47.9977433Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.008s) 2022-09-27T16:18:48.0245232Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.027s) 2022-09-27T16:18:48.0271711Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:18:48.1495053Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.122s) 2022-09-27T16:18:48.1524354Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:18:49.1682437Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... ok (1.016s) 2022-09-27T16:18:49.1698129Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:18:49.1712197Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:49.1726415Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.1740534Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.1754638Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.1768698Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.1782159Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.1795965Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.1812378Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:49.1883130Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-09-27T16:18:49.1897291Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.1910955Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.1924493Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.1938339Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.1957416Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:49.1968820Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.1980163Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.1994422Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.2003473Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:49.2012179Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.2439956Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.043s) 2022-09-27T16:18:49.2453225Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.2467086Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.2477319Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.2493637Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:49.2558750Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-09-27T16:18:49.2571232Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.2654955Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.008s) 2022-09-27T16:18:49.2724306Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-09-27T16:18:49.2732807Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.2744832Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.2760146Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.2804870Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.004s) 2022-09-27T16:18:49.2841934Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.004s) 2022-09-27T16:18:49.3018849Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.018s) 2022-09-27T16:18:49.3193414Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.017s) 2022-09-27T16:18:49.3206664Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:49.3231831Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:49.3232113Z 2022-09-27T16:18:49.3232545Z ---------------------------------------------------------------------- 2022-09-27T16:18:49.3232948Z Ran 81 tests in 1.655s 2022-09-27T16:18:49.3233130Z 2022-09-27T16:18:49.3233247Z OK (skipped=5) 2022-09-27T16:18:49.3233411Z 2022-09-27T16:18:49.3233549Z Generating XML reports... 2022-09-27T16:18:49.3275020Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220927161847.xml 2022-09-27T16:18:49.3331222Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220927161847.xml 2022-09-27T16:18:49.6165922Z Running test_vmap ... [2022-09-27 16:18:49.616240] 2022-09-27T16:18:49.6166417Z Executing ['/opt/conda/bin/python', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:49.616321] 2022-09-27T16:18:51.0657894Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-09-27T16:18:51.0678467Z 2022-09-27T16:18:51.0678929Z Running tests... 2022-09-27T16:18:51.0679373Z ---------------------------------------------------------------------- 2022-09-27T16:18:51.0711169Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... test_vmap.py:376: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0711741Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-09-27T16:18:51.0719707Z test_vmap.py:378: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0720196Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-09-27T16:18:51.0722685Z test_vmap.py:380: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0723386Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-09-27T16:18:51.0725770Z test_vmap.py:383: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0726253Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-09-27T16:18:51.0728279Z test_vmap.py:385: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0728759Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-09-27T16:18:51.0730938Z test_vmap.py:387: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0731437Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-09-27T16:18:51.0733477Z test_vmap.py:390: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0734011Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-09-27T16:18:51.0736056Z test_vmap.py:392: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0736608Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-09-27T16:18:51.0738684Z test_vmap.py:394: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0739261Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-09-27T16:18:51.0742399Z test_vmap.py:398: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0743373Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-09-27T16:18:51.0745558Z ok (0.007s) 2022-09-27T16:18:51.0760657Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... test_vmap.py:748: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0761528Z vmap(backward_on_vmapped_tensor)(x) 2022-09-27T16:18:51.0777021Z test_vmap.py:754: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0777901Z vmap(backward_with_vmapped_grad)(x, grad) 2022-09-27T16:18:51.0790699Z test_vmap.py:760: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0791581Z vmap(completely_unrelated_backward)(y) 2022-09-27T16:18:51.0803940Z ok (0.006s) 2022-09-27T16:18:51.0814800Z test_batched_gradient_basic (__main__.TestVmapAPI) ... test_vmap.py:792: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0815731Z jacobian = vmap(vjp_mul)(batched_v) 2022-09-27T16:18:51.0818955Z ok (0.001s) 2022-09-27T16:18:51.0827514Z test_constant_function (__main__.TestVmapAPI) ... test_vmap.py:63: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0828378Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-09-27T16:18:51.0830934Z ok (0.001s) 2022-09-27T16:18:51.0844294Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... test_vmap.py:41: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0845197Z vmap(torch.mul)(x, y) 2022-09-27T16:18:51.0846318Z test_vmap.py:43: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0847200Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-09-27T16:18:51.0848444Z test_vmap.py:45: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0849483Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-09-27T16:18:51.0849874Z ok (0.001s) 2022-09-27T16:18:51.0869425Z test_fallback_atan2 (__main__.TestVmapAPI) ... test_vmap.py:554: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0870405Z result = vmap(op, (2, 0))(x, y) 2022-09-27T16:18:51.0874429Z test_vmap.py:560: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0875379Z result = vmap(vmap(op), (2, 0))(x, y) 2022-09-27T16:18:51.0886248Z test_vmap.py:566: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.0887233Z result = vmap(vmap(vmap(op)))(x, y) 2022-09-27T16:18:51.1426927Z ok (0.058s) 2022-09-27T16:18:51.1438826Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T16:18:51.1456316Z test_fallback_masked_fill (__main__.TestVmapAPI) ... test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.1457260Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-09-27T16:18:51.1664065Z test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.1665341Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-09-27T16:18:51.1947831Z ok (0.051s) 2022-09-27T16:18:51.1966388Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... test_vmap.py:600: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.1967368Z result = vmap(torch.var_mean)(tensor) 2022-09-27T16:18:51.1971226Z test_vmap.py:606: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.1972029Z result = vmap(vmap(torch.var_mean))(tensor) 2022-09-27T16:18:51.1982159Z test_vmap.py:612: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.1982969Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-09-27T16:18:51.2422323Z ok (0.047s) 2022-09-27T16:18:51.2437495Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T16:18:51.2465319Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.003s) 2022-09-27T16:18:51.2485722Z test_fallback_zero_dim (__main__.TestVmapAPI) ... test_vmap.py:525: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2486537Z vmap(op, (0, None))(x, y) 2022-09-27T16:18:51.2509923Z test_vmap.py:527: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2510658Z vmap(op, (None, 0))(y, x) 2022-09-27T16:18:51.2532803Z test_vmap.py:529: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2533566Z vmap(op)(x, x) 2022-09-27T16:18:51.2556051Z test_vmap.py:534: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2556780Z vmap(op, (0, None))(x, y) 2022-09-27T16:18:51.2579806Z test_vmap.py:536: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2580532Z vmap(op, (None, 0))(y, x) 2022-09-27T16:18:51.2602641Z test_vmap.py:538: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2603361Z vmap(op)(x, x) 2022-09-27T16:18:51.2625173Z ok (0.016s) 2022-09-27T16:18:51.2636588Z test_func_with_no_inputs (__main__.TestVmapAPI) ... test_vmap.py:57: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2637470Z vmap(foo)() 2022-09-27T16:18:51.2638532Z test_vmap.py:60: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2639529Z vmap(bar)() 2022-09-27T16:18:51.2639782Z ok (0.001s) 2022-09-27T16:18:51.2645259Z test_functools_partial (__main__.TestVmapAPI) ... test_vmap.py:798: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2646122Z result = vmap(functools.partial(torch.mul, x))(y) 2022-09-27T16:18:51.2648076Z ok (0.001s) 2022-09-27T16:18:51.2662030Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... test_vmap.py:773: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2663000Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-09-27T16:18:51.2676900Z test_vmap.py:781: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2677682Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-09-27T16:18:51.2689232Z ok (0.004s) 2022-09-27T16:18:51.2707051Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... test_vmap.py:463: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2708014Z vmap(foo)(torch.randn([])) 2022-09-27T16:18:51.2709382Z test_vmap.py:465: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2710155Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-09-27T16:18:51.2711245Z test_vmap.py:467: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2712032Z vmap(foo, in_dims=(-1,))(x) 2022-09-27T16:18:51.2713122Z test_vmap.py:469: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2713846Z vmap(foo, in_dims=(2,))(y) 2022-09-27T16:18:51.2714940Z test_vmap.py:471: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2715681Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-09-27T16:18:51.2716779Z test_vmap.py:473: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2717708Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-09-27T16:18:51.2718895Z test_vmap.py:474: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2719633Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-09-27T16:18:51.2719946Z ok (0.002s) 2022-09-27T16:18:51.2728660Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... test_vmap.py:407: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2729482Z vmap(torch.mul, [0, 0])(x, y) 2022-09-27T16:18:51.2730578Z test_vmap.py:409: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2731308Z vmap(torch.mul, set({0, 0}))(x, y) 2022-09-27T16:18:51.2732411Z test_vmap.py:411: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2733259Z vmap(torch.mul, 'lol')(x, y) 2022-09-27T16:18:51.2734351Z test_vmap.py:413: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2735102Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-09-27T16:18:51.2736215Z test_vmap.py:415: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2736938Z vmap(torch.mul, (0, 0))(x, y) 2022-09-27T16:18:51.2737231Z ok (0.002s) 2022-09-27T16:18:51.2759029Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... test_vmap.py:707: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2759885Z vmap(op, in_dims=(0, None))(x, y) 2022-09-27T16:18:51.2762556Z test_vmap.py:713: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2763471Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-09-27T16:18:51.2767342Z test_vmap.py:721: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2768072Z vmap(op, in_dims=(None, 0))(x, y) 2022-09-27T16:18:51.2787631Z test_vmap.py:726: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2788480Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-09-27T16:18:51.2807284Z test_vmap.py:731: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2808360Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-09-27T16:18:51.2827474Z test_vmap.py:736: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2828254Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-09-27T16:18:51.2846562Z ok (0.011s) 2022-09-27T16:18:51.2867037Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... test_vmap.py:672: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2867876Z vmap(op, (2, 0))(x, y) 2022-09-27T16:18:51.2871058Z test_vmap.py:680: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2871808Z vmap(vmap(op), (2, 0))(x, y) 2022-09-27T16:18:51.2881289Z test_vmap.py:688: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.2882063Z result = vmap(vmap(vmap(op)))(x, y) 2022-09-27T16:18:51.3321952Z ok (0.047s) 2022-09-27T16:18:51.3342922Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... test_vmap.py:631: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.3343942Z result = vmap(op)(x) 2022-09-27T16:18:51.3345832Z test_vmap.py:638: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.3346703Z result = vmap(op, out_dims=(1,))(x) 2022-09-27T16:18:51.3350474Z test_vmap.py:645: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.3351329Z result = vmap(vmap(op))(x) 2022-09-27T16:18:51.3374123Z test_vmap.py:652: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.3375101Z result = vmap(vmap(vmap(op)))(x) 2022-09-27T16:18:51.5164320Z ok (0.184s) 2022-09-27T16:18:51.5185572Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... test_vmap.py:446: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5186496Z vmap(torch.sum)(x, 0) 2022-09-27T16:18:51.5187630Z test_vmap.py:448: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5188672Z vmap(torch.sum, (0, 0))(x, 0) 2022-09-27T16:18:51.5189848Z test_vmap.py:450: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5201997Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-09-27T16:18:51.5203333Z test_vmap.py:452: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5204091Z vmap(torch.sum, (0, None))(x, 0) 2022-09-27T16:18:51.5204405Z ok (0.002s) 2022-09-27T16:18:51.5205631Z test_multiple_inputs (__main__.TestVmapAPI) ... test_vmap.py:78: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5206483Z output = vmap(torch.mul)(x, y) 2022-09-27T16:18:51.5206782Z ok (0.001s) 2022-09-27T16:18:51.5215313Z test_multiple_out_dims (__main__.TestVmapAPI) ... test_vmap.py:220: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5216166Z result = vmap(foo, out_dims=(0, 1))(x) 2022-09-27T16:18:51.5220429Z test_vmap.py:223: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5221293Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-09-27T16:18:51.5226497Z ok (0.003s) 2022-09-27T16:18:51.5235973Z test_multiple_outputs (__main__.TestVmapAPI) ... test_vmap.py:86: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5236829Z outputs = vmap(foo)(x) 2022-09-27T16:18:51.5239607Z ok (0.001s) 2022-09-27T16:18:51.5250320Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... test_vmap.py:106: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5251209Z vmap(returns_tuple_of_tensors)(x) 2022-09-27T16:18:51.5254682Z test_vmap.py:111: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5255503Z vmap(returns_list_of_two_tensors)(x) 2022-09-27T16:18:51.5256667Z test_vmap.py:113: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5257423Z vmap(returns_list_of_one_tensor)(x) 2022-09-27T16:18:51.5257742Z ok (0.001s) 2022-09-27T16:18:51.5264444Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... test_vmap.py:337: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5265601Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-09-27T16:18:51.5267556Z ok (0.001s) 2022-09-27T16:18:51.5286224Z test_nested_out_dims (__main__.TestVmapAPI) ... test_vmap.py:236: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5287146Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-09-27T16:18:51.5291578Z test_vmap.py:241: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5292430Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-09-27T16:18:51.5296861Z test_vmap.py:246: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5297833Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-09-27T16:18:51.5302207Z test_vmap.py:253: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5303198Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-09-27T16:18:51.5307067Z ok (0.004s) 2022-09-27T16:18:51.5320881Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... test_vmap.py:127: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5321806Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-09-27T16:18:51.5325003Z test_vmap.py:132: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5325859Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-09-27T16:18:51.5329656Z ok (0.002s) 2022-09-27T16:18:51.5340641Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... test_vmap.py:118: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5341525Z output = vmap(vmap(torch.mul))(x, y) 2022-09-27T16:18:51.5344014Z test_vmap.py:121: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5344829Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-09-27T16:18:51.5347273Z ok (0.002s) 2022-09-27T16:18:51.5357983Z test_nn_module (__main__.TestVmapAPI) ... test_vmap.py:804: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5358810Z result = vmap(model)(tensor) 2022-09-27T16:18:51.5363591Z ok (0.002s) 2022-09-27T16:18:51.5381097Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... test_vmap.py:344: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5382272Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-09-27T16:18:51.5384509Z test_vmap.py:349: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5385310Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-09-27T16:18:51.5388347Z test_vmap.py:358: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5389120Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-09-27T16:18:51.5391203Z test_vmap.py:362: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5391992Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-09-27T16:18:51.5395457Z test_vmap.py:367: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5396226Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-09-27T16:18:51.5398094Z ok (0.003s) 2022-09-27T16:18:51.5408501Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... test_vmap.py:28: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5409563Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-09-27T16:18:51.5410718Z test_vmap.py:34: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5411479Z vmap(multiple_outputs)(torch.ones(3)) 2022-09-27T16:18:51.5411818Z ok (0.001s) 2022-09-27T16:18:51.5424401Z test_non_zero_in_dims (__main__.TestVmapAPI) ... test_vmap.py:310: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5425258Z output = vmap(lambda x: x, (1,))(tensor) 2022-09-27T16:18:51.5427590Z test_vmap.py:316: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5428343Z output = vmap(torch.mul, (0, 1))(x, y) 2022-09-27T16:18:51.5430247Z test_vmap.py:318: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5431004Z output = vmap(torch.mul, (1, 0))(x, y) 2022-09-27T16:18:51.5432895Z ok (0.002s) 2022-09-27T16:18:51.5443558Z test_none_in_dims (__main__.TestVmapAPI) ... test_vmap.py:326: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5444477Z output = vmap(torch.mul, (0, None))(x, y) 2022-09-27T16:18:51.5447463Z test_vmap.py:331: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5448231Z output = vmap(torch.mul, (0, None))(x, 2) 2022-09-27T16:18:51.5450082Z ok (0.002s) 2022-09-27T16:18:51.5474725Z test_nonzero_out_dims (__main__.TestVmapAPI) ... test_vmap.py:171: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5475605Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-09-27T16:18:51.5477976Z test_vmap.py:177: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5478780Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-09-27T16:18:51.5481764Z test_vmap.py:183: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5482628Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-09-27T16:18:51.5485668Z test_vmap.py:190: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5486491Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-09-27T16:18:51.5490664Z test_vmap.py:198: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5491445Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-09-27T16:18:51.5506991Z test_vmap.py:206: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5507768Z result = vmap(foo, out_dims=1)(x, y) 2022-09-27T16:18:51.5511703Z ok (0.006s) 2022-09-27T16:18:51.5520919Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... test_vmap.py:139: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5521819Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-09-27T16:18:51.5524515Z ok (0.001s) 2022-09-27T16:18:51.5540128Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... test_vmap.py:423: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5541063Z vmap(torch.mul, (0,))(x, y) 2022-09-27T16:18:51.5542384Z test_vmap.py:425: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5543389Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-09-27T16:18:51.5544691Z test_vmap.py:427: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5545576Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-09-27T16:18:51.5546830Z test_vmap.py:429: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5547683Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-09-27T16:18:51.5548928Z test_vmap.py:431: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5549746Z vmap(torch.mul, (0, 0))(x, y) 2022-09-27T16:18:51.5550051Z ok (0.002s) 2022-09-27T16:18:51.5557579Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... test_vmap.py:302: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5558504Z vmap(lambda x: x, out_dims=3)(x) 2022-09-27T16:18:51.5582085Z test_vmap.py:304: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5583072Z vmap(lambda x: x, out_dims=-4)(x) 2022-09-27T16:18:51.5605363Z ok (0.006s) 2022-09-27T16:18:51.5621258Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... test_vmap.py:285: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5622318Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-09-27T16:18:51.5623461Z test_vmap.py:287: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5624247Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-09-27T16:18:51.5625404Z test_vmap.py:291: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5626170Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-09-27T16:18:51.5627282Z test_vmap.py:293: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5628056Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-09-27T16:18:51.5628381Z ok (0.002s) 2022-09-27T16:18:51.5635330Z test_out_dims_edge_case (__main__.TestVmapAPI) ... test_vmap.py:263: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5637288Z expected = vmap(foo, out_dims=1)(tensor) 2022-09-27T16:18:51.5638555Z test_vmap.py:264: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5639341Z result = vmap(foo, out_dims=(1,))(tensor) 2022-09-27T16:18:51.5640599Z ok (0.001s) 2022-09-27T16:18:51.5657762Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... test_vmap.py:271: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5658836Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-09-27T16:18:51.5660028Z test_vmap.py:273: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5660907Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-09-27T16:18:51.5662203Z test_vmap.py:275: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5662997Z vmap(lambda x: x, out_dims=None)(tensor) 2022-09-27T16:18:51.5664140Z test_vmap.py:277: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5664932Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-09-27T16:18:51.5665251Z ok (0.001s) 2022-09-27T16:18:51.5666498Z test_single_input (__main__.TestVmapAPI) ... test_vmap.py:72: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5667330Z output = vmap(square)(x) 2022-09-27T16:18:51.5668473Z ok (0.001s) 2022-09-27T16:18:51.5682802Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... test_vmap.py:150: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5683913Z vmap(torch.ravel)(tensor) 2022-09-27T16:18:51.5707460Z test_vmap.py:156: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5708249Z vmap(out_op)(tensor, tensor) 2022-09-27T16:18:51.5730649Z test_vmap.py:161: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5731434Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-09-27T16:18:51.5754220Z test_vmap.py:166: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5754996Z vmap(torch.Tensor.item)(tensor) 2022-09-27T16:18:51.5782509Z ok (0.011s) 2022-09-27T16:18:51.5824205Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-09-27T16:18:51.5836981Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5837928Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:18:51.5849720Z ok (0.003s) 2022-09-27T16:18:51.5869158Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:51.5931819Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-09-27T16:18:51.5945971Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:51.5958756Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.5959660Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:18:51.5969581Z ok (0.002s) 2022-09-27T16:18:51.6000490Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:18:51.6026740Z test_inplace_on_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:18:51.6046789Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:51.6067066Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:51.6086098Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:51.6109809Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:51.6119311Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.6120230Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:18:51.6124394Z ok (0.001s) 2022-09-27T16:18:51.6137818Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:51.6150982Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:51.6196237Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-09-27T16:18:51.6209392Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:51.6223202Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:51.6243770Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:51.6263072Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:51.6286414Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:51.6302105Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:51.6334287Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:18:51.6347395Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2421: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:18:51.6348268Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:18:51.6348833Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:18:51.6349164Z should be replaced with 2022-09-27T16:18:51.6349749Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:18:51.6350111Z and 2022-09-27T16:18:51.6350671Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:18:51.6351027Z should be replaced with 2022-09-27T16:18:51.6351917Z 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-27T16:18:51.6352535Z return torch.symeig(x, eigenvectors=True)[0] 2022-09-27T16:18:51.6353695Z test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.6354498Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:18:51.6366382Z ok (0.003s) 2022-09-27T16:18:51.6379749Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:51.6392499Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:51.6403714Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2481: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.6404620Z result = vmap(vjp)(gy) 2022-09-27T16:18:51.6406633Z ok (0.001s) 2022-09-27T16:18:51.6419407Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2496: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.6420311Z result = vmap(vjp)(gy) 2022-09-27T16:18:51.6422346Z ok (0.002s) 2022-09-27T16:18:51.6433567Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:51.6441170Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:51.6442109Z vmap(op_using_fallback)(torch.rand(3)) 2022-09-27T16:18:51.6442440Z ok (0.001s) 2022-09-27T16:18:51.6493958Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:18:51.6768765Z test_as_strided (__main__.TestVmapOperators) ... ok (0.027s) 2022-09-27T16:18:51.7904213Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.113s) 2022-09-27T16:18:51.8046718Z test_bmm (__main__.TestVmapOperators) ... ok (0.014s) 2022-09-27T16:18:51.8091122Z test_cat (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:18:51.8235846Z test_chunk (__main__.TestVmapOperators) ... ok (0.014s) 2022-09-27T16:18:51.8388358Z test_clamp (__main__.TestVmapOperators) ... ok (0.015s) 2022-09-27T16:18:51.8535075Z test_clone (__main__.TestVmapOperators) ... ok (0.015s) 2022-09-27T16:18:51.9067975Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.053s) 2022-09-27T16:18:51.9140169Z test_conj (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:18:51.9214266Z test_contiguous (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:18:51.9256456Z test_diagonal (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:18:51.9385959Z test_dot (__main__.TestVmapOperators) ... ok (0.013s) 2022-09-27T16:18:51.9447227Z test_expand_as (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:18:51.9582784Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.014s) 2022-09-27T16:18:51.9658682Z test_imag (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:18:51.9671877Z test_is_complex (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:18:51.9747909Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:18:51.9761143Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:18:51.9896772Z test_mm (__main__.TestVmapOperators) ... ok (0.013s) 2022-09-27T16:18:51.9971787Z test_movedim (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:18:52.0105684Z test_mv (__main__.TestVmapOperators) ... ok (0.013s) 2022-09-27T16:18:52.0143122Z test_narrow (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:18:52.0161179Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T16:18:52.0266262Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:18:52.0285582Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T16:18:52.1570910Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.128s) 2022-09-27T16:18:52.1650638Z test_real (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:18:52.1695868Z test_reshape (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:18:52.1751734Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:18:52.1808636Z test_result_type (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:18:52.1842899Z test_select (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T16:18:52.1878006Z test_slice (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T16:18:52.2180188Z test_split (__main__.TestVmapOperators) ... ok (0.030s) 2022-09-27T16:18:52.2214920Z test_squeeze (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T16:18:52.2259815Z test_stack (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:18:52.2273693Z test_stride (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:18:52.2335442Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:18:52.2370091Z test_t (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T16:18:52.3115119Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.074s) 2022-09-27T16:18:52.3158069Z test_to (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:18:52.3190070Z test_trace (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T16:18:52.3239641Z test_transpose (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:18:52.4131697Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.089s) 2022-09-27T16:18:52.5107178Z test_unbind (__main__.TestVmapOperators) ... ok (0.097s) 2022-09-27T16:18:52.5143307Z test_unfold (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:18:52.5239964Z test_view (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:18:52.5354454Z test_view_as (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T16:18:52.5902087Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.055s) 2022-09-27T16:18:52.5984273Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:18:52.5996002Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:18:52.6003947Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:18:52.6004962Z vmap(op_using_fallback)(torch.rand(3)) 2022-09-27T16:18:52.6005833Z ok (0.001s) 2022-09-27T16:18:52.6006804Z 2022-09-27T16:18:52.6008535Z ---------------------------------------------------------------------- 2022-09-27T16:18:52.6008964Z Ran 125 tests in 1.533s 2022-09-27T16:18:52.6009154Z 2022-09-27T16:18:52.6009257Z OK 2022-09-27T16:18:52.6009407Z 2022-09-27T16:18:52.6009553Z Generating XML reports... 2022-09-27T16:18:52.6078898Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220927161851.xml 2022-09-27T16:18:52.6105247Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20220927161851.xml 2022-09-27T16:18:52.6142723Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220927161851.xml 2022-09-27T16:18:52.9067434Z Running test_scatter_gather_ops ... [2022-09-27 16:18:52.906338] 2022-09-27T16:18:52.9067993Z Executing ['/opt/conda/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:52.906417] 2022-09-27T16:18:54.3469230Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-09-27T16:18:54.3482590Z 2022-09-27T16:18:54.3482716Z Running tests... 2022-09-27T16:18:54.3483335Z ---------------------------------------------------------------------- 2022-09-27T16:18:54.3515288Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-09-27T16:18:54.3530328Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-09-27T16:18:54.3545494Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-09-27T16:18:54.3559461Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-09-27T16:18:54.3571421Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-09-27T16:18:54.3646014Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.007s) 2022-09-27T16:18:54.3725367Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-09-27T16:18:54.3827432Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.010s) 2022-09-27T16:18:54.3925812Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.010s) 2022-09-27T16:18:54.4025289Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.010s) 2022-09-27T16:18:54.5095188Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.107s) 2022-09-27T16:18:54.6164242Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.107s) 2022-09-27T16:18:54.7232699Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.107s) 2022-09-27T16:18:54.7328156Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.010s) 2022-09-27T16:18:54.7422006Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-09-27T16:18:54.7516154Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-09-27T16:18:54.7637237Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-09-27T16:18:54.7753645Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-09-27T16:18:54.7872472Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-09-27T16:18:54.7892926Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-09-27T16:18:54.7925135Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... test_scatter_gather_ops.py:107: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T16:18:54.7925695Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-09-27T16:18:54.8068566Z ok (0.017s) 2022-09-27T16:18:54.8234442Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:54.8409926Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:54.8587385Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-09-27T16:18:54.8761792Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:54.8927559Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:54.9095517Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:54.9263096Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:54.9432285Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:54.9598472Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:54.9772825Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:54.9942307Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:55.0119899Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-09-27T16:18:55.0296980Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-09-27T16:18:55.0473240Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-09-27T16:18:55.0641664Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:55.0808216Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:55.0974210Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:55.1140710Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:55.1306964Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-09-27T16:18:55.1465033Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.1628579Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.1792777Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.1952329Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.2113740Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.2271789Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.2426878Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.2581398Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.2736159Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.2890202Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.3044739Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.3200493Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.3353950Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.3516359Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.3681832Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.3842154Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.4004050Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.4165601Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.4321074Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.4478106Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.4633561Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.4789085Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.4944169Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.5098845Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.5258200Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.5419368Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.5575338Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.5734325Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.5891970Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:18:55.6044535Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.6196315Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.6347183Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.6497904Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.6649009Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-09-27T16:18:55.6649334Z 2022-09-27T16:18:55.6649865Z ---------------------------------------------------------------------- 2022-09-27T16:18:55.6650233Z Ran 74 tests in 1.317s 2022-09-27T16:18:55.6650359Z 2022-09-27T16:18:55.6650415Z OK 2022-09-27T16:18:55.6650516Z 2022-09-27T16:18:55.6650614Z Generating XML reports... 2022-09-27T16:18:55.6726203Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220927161854.xml 2022-09-27T16:18:56.0000611Z Running test_shape_ops ... [2022-09-27 16:18:55.999688] 2022-09-27T16:18:56.0001188Z Executing ['/opt/conda/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:55.999773] 2022-09-27T16:18:57.4429527Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-09-27T16:18:57.4445462Z 2022-09-27T16:18:57.4445802Z Running tests... 2022-09-27T16:18:57.4446441Z ---------------------------------------------------------------------- 2022-09-27T16:18:57.4492597Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:18:57.4516770Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:57.4540428Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:57.4657073Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:18:57.4684057Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:18:57.4708432Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:57.4722099Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:18:57.4734894Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:18:57.4750577Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:57.4773609Z test_diagonal_multidim_cpu_float32 (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-09-27T16:18:57.4774387Z return torch.as_tensor(tensor_like) 2022-09-27T16:18:57.4787732Z ok (0.004s) 2022-09-27T16:18:57.4930048Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-09-27T16:18:57.5043049Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.5187457Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-09-27T16:18:57.5344242Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:18:57.5483065Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-09-27T16:18:57.5903856Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.042s) 2022-09-27T16:18:57.6037996Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-09-27T16:18:57.6148304Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.6259490Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.6362828Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:18:57.6469692Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.6577026Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.6684706Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.6790663Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.6897370Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.7004255Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.7111270Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.7219008Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.7326840Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.7432998Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.7539231Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.7645462Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.7753075Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:57.7859041Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:18:57.7869804Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:57.7952082Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-09-27T16:18:57.7997672Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:18:57.8070013Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-09-27T16:18:57.8140648Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-09-27T16:18:57.8218605Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-09-27T16:18:57.8291493Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-09-27T16:18:57.8351302Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-09-27T16:18:57.8396385Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:18:57.8445115Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:18:57.8486452Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:18:57.8529793Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:18:57.8573382Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:18:57.8592649Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:57.8611134Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:57.8624965Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:18:57.8683203Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-09-27T16:18:57.8739875Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-09-27T16:18:57.8796249Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-09-27T16:18:57.8815905Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:57.8835211Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:57.8849432Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:18:57.8881116Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:18:57.8911679Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:18:57.8942731Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:18:57.9441417Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.050s) 2022-09-27T16:18:57.9884765Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.044s) 2022-09-27T16:18:58.0107085Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:58.0548303Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.044s) 2022-09-27T16:18:58.0982264Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.043s) 2022-09-27T16:18:58.1413694Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.043s) 2022-09-27T16:18:58.1443894Z test_nonzero_astuple_out_cpu (__main__.TestShapeOpsCPU) ... test_shape_ops.py:629: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 3], which does not match the required output shape [27, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:18:58.1444684Z self.assertEqual(torch.nonzero(t, as_tuple=False, out=out), torch.nonzero(t, out=out)) 2022-09-27T16:18:58.1894070Z ok (0.048s) 2022-09-27T16:18:58.1922122Z test_nonzero_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:18:58.1922804Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:18:58.1957207Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:18:58.1957846Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:18:58.1990308Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:18:58.1990920Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:18:58.2055090Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:18:58.2055786Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:18:58.2087911Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [60, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:18:58.2088536Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:18:58.2120366Z ok (0.023s) 2022-09-27T16:18:58.2340969Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:58.2559631Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:58.2778592Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:58.2998026Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:58.3219000Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:58.3441842Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:58.3663218Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:58.3890548Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.023s) 2022-09-27T16:18:58.4119108Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.023s) 2022-09-27T16:18:58.4142417Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:58.4153332Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:18:58.4160917Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:18:58.4388385Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.023s) 2022-09-27T16:18:58.4417188Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:18:58.4449298Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:18:58.4551293Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:18:58.4574590Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:58.4596853Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:58.4617371Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:58.4638862Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:58.4660746Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:58.4687722Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:18:58.4687985Z 2022-09-27T16:18:58.4688360Z ---------------------------------------------------------------------- 2022-09-27T16:18:58.4688713Z Ran 89 tests in 1.024s 2022-09-27T16:18:58.4688842Z 2022-09-27T16:18:58.4688930Z OK (skipped=1) 2022-09-27T16:18:58.4689046Z 2022-09-27T16:18:58.4689144Z Generating XML reports... 2022-09-27T16:18:58.4786952Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220927161857.xml 2022-09-27T16:18:58.7710647Z Running test_functionalization ... [2022-09-27 16:18:58.770734] 2022-09-27T16:18:58.7711205Z Executing ['/opt/conda/bin/python', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:58.770813] 2022-09-27T16:18:59.9618397Z Test results will be stored in test-reports/python-unittest/test_functionalization 2022-09-27T16:18:59.9630255Z 2022-09-27T16:18:59.9630733Z Running tests... 2022-09-27T16:18:59.9631134Z ---------------------------------------------------------------------- 2022-09-27T16:19:00.2001945Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.237s) 2022-09-27T16:19:00.2140813Z test_as_strided (__main__.TestFunctionalization) ... ok (0.014s) 2022-09-27T16:19:00.2264409Z test_cat (__main__.TestFunctionalization) ... ok (0.012s) 2022-09-27T16:19:00.2847383Z test_copy_ (__main__.TestFunctionalization) ... ok (0.058s) 2022-09-27T16:19:00.3021952Z test_diagonal (__main__.TestFunctionalization) ... ok (0.017s) 2022-09-27T16:19:00.3140850Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.012s) 2022-09-27T16:19:00.4124914Z test_everything (__main__.TestFunctionalization) ... ok (0.098s) 2022-09-27T16:19:00.4198612Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.007s) 2022-09-27T16:19:00.4359365Z test_fill_ (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:19:00.4523026Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:19:00.4697884Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.017s) 2022-09-27T16:19:00.4830198Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.013s) 2022-09-27T16:19:00.4844197Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.001s) 2022-09-27T16:19:00.4883925Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.004s) 2022-09-27T16:19:00.4897550Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.001s) 2022-09-27T16:19:00.4911302Z test_multi_out (__main__.TestFunctionalization) ... test_functionalization.py:187: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:19:00.4912038Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-09-27T16:19:00.5055998Z ok (0.016s) 2022-09-27T16:19:00.5172247Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.011s) 2022-09-27T16:19:00.5208840Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.004s) 2022-09-27T16:19:00.5294831Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.009s) 2022-09-27T16:19:00.5319066Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.002s) 2022-09-27T16:19:00.5459905Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.014s) 2022-09-27T16:19:00.5591328Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.013s) 2022-09-27T16:19:00.5630691Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.004s) 2022-09-27T16:19:00.5826169Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.019s) 2022-09-27T16:19:00.6309757Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.048s) 2022-09-27T16:19:00.6320643Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.001s) 2022-09-27T16:19:00.6485920Z test_scalars (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:19:00.6685559Z test_simple (__main__.TestFunctionalization) ... ok (0.020s) 2022-09-27T16:19:00.6699125Z test_simple_out (__main__.TestFunctionalization) ... test_functionalization.py:149: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:19:00.6700095Z torch.add(y, tmp, out=z) 2022-09-27T16:19:00.6875875Z ok (0.019s) 2022-09-27T16:19:00.7059581Z test_split (__main__.TestFunctionalization) ... ok (0.018s) 2022-09-27T16:19:00.7240282Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.018s) 2022-09-27T16:19:00.7309978Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.007s) 2022-09-27T16:19:00.7322005Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.001s) 2022-09-27T16:19:00.7480728Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:19:00.7481028Z 2022-09-27T16:19:00.7481483Z ---------------------------------------------------------------------- 2022-09-27T16:19:00.7481901Z Ran 34 tests in 0.785s 2022-09-27T16:19:00.7482086Z 2022-09-27T16:19:00.7482200Z OK 2022-09-27T16:19:00.7482363Z 2022-09-27T16:19:00.7482525Z Generating XML reports... 2022-09-27T16:19:00.7539434Z Generated XML report: test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220927161859.xml 2022-09-27T16:19:01.0296678Z Running test_model_dump ... [2022-09-27 16:19:01.029283] 2022-09-27T16:19:01.0297216Z Executing ['/opt/conda/bin/python', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:01.029368] 2022-09-27T16:19:02.2215158Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-09-27T16:19:02.2226390Z 2022-09-27T16:19:02.2226748Z Running tests... 2022-09-27T16:19:02.2227207Z ---------------------------------------------------------------------- 2022-09-27T16:19:02.4613429Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.238s) 2022-09-27T16:19:02.4769310Z test_invalid_json (__main__.TestModelDump) ... ok (0.016s) 2022-09-27T16:19:02.4927803Z test_main (__main__.TestModelDump) ... ok (0.016s) 2022-09-27T16:19:02.4945105Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.002s) 2022-09-27T16:19:02.4989575Z test_model_with_lists (__main__.TestModelDump) ... ok (0.004s) 2022-09-27T16:19:02.7354505Z test_optimized_quantized_model (__main__.TestModelDump) ... ok (0.236s) 2022-09-27T16:19:02.9828337Z test_quantized_model (__main__.TestModelDump) ... ok (0.247s) 2022-09-27T16:19:02.9942788Z test_scripted_model (__main__.TestModelDump) ... ok (0.011s) 2022-09-27T16:19:03.0119861Z test_traced_model (__main__.TestModelDump) ... ok (0.018s) 2022-09-27T16:19:03.0120168Z 2022-09-27T16:19:03.0120605Z ---------------------------------------------------------------------- 2022-09-27T16:19:03.0120991Z Ran 9 tests in 0.789s 2022-09-27T16:19:03.0121177Z 2022-09-27T16:19:03.0121303Z OK (skipped=1) 2022-09-27T16:19:03.0121489Z 2022-09-27T16:19:03.0121638Z Generating XML reports... 2022-09-27T16:19:03.0154626Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220927161902.xml 2022-09-27T16:19:03.3356545Z Running test_function_schema ... [2022-09-27 16:19:03.335292] 2022-09-27T16:19:03.3357112Z Executing ['/opt/conda/bin/python', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:03.335371] 2022-09-27T16:19:04.5201864Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-09-27T16:19:04.5214225Z 2022-09-27T16:19:04.5214838Z Running tests... 2022-09-27T16:19:04.5215384Z ---------------------------------------------------------------------- 2022-09-27T16:19:04.7711195Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.249s) 2022-09-27T16:19:04.7718365Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:19:04.7727424Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:19:04.7739145Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:19:04.7747973Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:19:04.7758100Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:19:04.7776677Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-09-27T16:19:04.7783810Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:19:04.7792357Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:19:05.0167879Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.237s) 2022-09-27T16:19:05.0177321Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:19:05.0185563Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:19:05.0196833Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:19:05.0197234Z 2022-09-27T16:19:05.0197770Z ---------------------------------------------------------------------- 2022-09-27T16:19:05.0198207Z Ran 13 tests in 0.498s 2022-09-27T16:19:05.0198375Z 2022-09-27T16:19:05.0198479Z OK 2022-09-27T16:19:05.0198624Z 2022-09-27T16:19:05.0198760Z Generating XML reports... 2022-09-27T16:19:05.0234146Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220927161904.xml 2022-09-27T16:19:05.2936590Z Running test_monitor ... [2022-09-27 16:19:05.293271] 2022-09-27T16:19:05.2937132Z Executing ['/opt/conda/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:05.293359] 2022-09-27T16:19:06.4972267Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-09-27T16:19:06.4983796Z 2022-09-27T16:19:06.4983906Z Running tests... 2022-09-27T16:19:06.4984364Z ---------------------------------------------------------------------- 2022-09-27T16:19:06.7353690Z test_event_handler (__main__.TestMonitor) ... ok (0.237s) 2022-09-27T16:19:06.7368142Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.002s) 2022-09-27T16:19:06.7390612Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2022-09-27T16:19:06.7399319Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-09-27T16:19:06.8919639Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (0.152s) 2022-09-27T16:19:06.8919975Z 2022-09-27T16:19:06.8920491Z ---------------------------------------------------------------------- 2022-09-27T16:19:06.8920788Z Ran 5 tests in 0.393s 2022-09-27T16:19:06.8920916Z 2022-09-27T16:19:06.8920985Z OK 2022-09-27T16:19:06.8921087Z 2022-09-27T16:19:06.8921188Z Generating XML reports... 2022-09-27T16:19:06.8926005Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220927161906.xml 2022-09-27T16:19:06.8930121Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220927161906.xml 2022-09-27T16:19:07.2171164Z Running test_fx_reinplace_pass ... [2022-09-27 16:19:07.216648] 2022-09-27T16:19:07.2171737Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:07.216735] 2022-09-27T16:19:08.4076686Z Test results will be stored in test-reports/python-unittest/test_fx_reinplace_pass 2022-09-27T16:19:08.4087928Z 2022-09-27T16:19:08.4088046Z Running tests... 2022-09-27T16:19:08.4088469Z ---------------------------------------------------------------------- 2022-09-27T16:19:08.6678308Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.259s) 2022-09-27T16:19:08.6734924Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.006s) 2022-09-27T16:19:08.6786053Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.005s) 2022-09-27T16:19:08.6902358Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.012s) 2022-09-27T16:19:08.6952105Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.005s) 2022-09-27T16:19:08.7394644Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.044s) 2022-09-27T16:19:08.7877898Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.048s) 2022-09-27T16:19:08.7976304Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.010s) 2022-09-27T16:19:08.8066843Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.009s) 2022-09-27T16:19:08.8163087Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.010s) 2022-09-27T16:19:08.8222778Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.006s) 2022-09-27T16:19:08.8223169Z 2022-09-27T16:19:08.8223597Z ---------------------------------------------------------------------- 2022-09-27T16:19:08.8223857Z Ran 11 tests in 0.413s 2022-09-27T16:19:08.8223998Z 2022-09-27T16:19:08.8224068Z OK 2022-09-27T16:19:08.8224168Z 2022-09-27T16:19:08.8224264Z Generating XML reports... 2022-09-27T16:19:08.8256816Z Generated XML report: test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20220927161908.xml 2022-09-27T16:19:09.1160450Z Running lazy/test_reuse_ir ... [2022-09-27 16:19:09.115642] 2022-09-27T16:19:09.1160966Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:09.115725] 2022-09-27T16:19:10.2784182Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-09-27T16:19:10.2794517Z 2022-09-27T16:19:10.2794616Z Running tests... 2022-09-27T16:19:10.2795361Z ---------------------------------------------------------------------- 2022-09-27T16:19:10.5214539Z testAdd (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77722 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.242s) 2022-09-27T16:19:10.5225440Z testAddSub (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77721 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:10.5238055Z testAddSubFallback (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77723 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:10.6470204Z testBatchNorm (__main__.TestLazyReuseIr) ... ok (0.123s) 2022-09-27T16:19:10.6470505Z 2022-09-27T16:19:10.6470941Z ---------------------------------------------------------------------- 2022-09-27T16:19:10.6471339Z Ran 4 tests in 0.367s 2022-09-27T16:19:10.6471519Z 2022-09-27T16:19:10.6471658Z OK (skipped=3) 2022-09-27T16:19:10.6471846Z 2022-09-27T16:19:10.6471999Z Generating XML reports... 2022-09-27T16:19:10.6501917Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220927161910.xml 2022-09-27T16:19:10.9349297Z Running test_autocast ... [2022-09-27 16:19:10.934505] 2022-09-27T16:19:10.9349844Z Executing ['/opt/conda/bin/python', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:10.934586] 2022-09-27T16:19:12.0801694Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-09-27T16:19:12.0812177Z 2022-09-27T16:19:12.0812283Z Running tests... 2022-09-27T16:19:12.0812845Z ---------------------------------------------------------------------- 2022-09-27T16:19:12.3238142Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.242s) 2022-09-27T16:19:12.3279085Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.004s) 2022-09-27T16:19:12.3339528Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.006s) 2022-09-27T16:19:12.3467448Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.013s) 2022-09-27T16:19:12.3517357Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.005s) 2022-09-27T16:19:12.4251308Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.073s) 2022-09-27T16:19:12.4292616Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.004s) 2022-09-27T16:19:12.4304181Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-09-27T16:19:12.4304501Z 2022-09-27T16:19:12.4304965Z ---------------------------------------------------------------------- 2022-09-27T16:19:12.4305401Z Ran 8 tests in 0.349s 2022-09-27T16:19:12.4305591Z 2022-09-27T16:19:12.4305691Z OK 2022-09-27T16:19:12.4305827Z 2022-09-27T16:19:12.4305977Z Generating XML reports... 2022-09-27T16:19:12.4337225Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220927161912.xml 2022-09-27T16:19:12.4339960Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220927161912.xml 2022-09-27T16:19:12.7116638Z Running test_native_functions ... [2022-09-27 16:19:12.711315] 2022-09-27T16:19:12.7117176Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:12.711393] 2022-09-27T16:19:13.8835985Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-09-27T16:19:13.8846906Z 2022-09-27T16:19:13.8847041Z Running tests... 2022-09-27T16:19:13.8847649Z ---------------------------------------------------------------------- 2022-09-27T16:19:14.1681841Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (0.283s) 2022-09-27T16:19:14.1778939Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.010s) 2022-09-27T16:19:14.1854070Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.007s) 2022-09-27T16:19:14.1936667Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.008s) 2022-09-27T16:19:14.2005928Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.007s) 2022-09-27T16:19:14.2070733Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.006s) 2022-09-27T16:19:14.2071014Z 2022-09-27T16:19:14.2071377Z ---------------------------------------------------------------------- 2022-09-27T16:19:14.2071699Z Ran 6 tests in 0.322s 2022-09-27T16:19:14.2071825Z 2022-09-27T16:19:14.2071896Z OK 2022-09-27T16:19:14.2071998Z 2022-09-27T16:19:14.2072097Z Generating XML reports... 2022-09-27T16:19:14.2100767Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220927161913.xml 2022-09-27T16:19:14.4771521Z Running profiler/test_profiler_tree ... [2022-09-27 16:19:14.476703] 2022-09-27T16:19:14.4772401Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:14.476783] 2022-09-27T16:19:15.6546304Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler_tree 2022-09-27T16:19:15.6556933Z 2022-09-27T16:19:15.6557474Z Running tests... 2022-09-27T16:19:15.6557900Z ---------------------------------------------------------------------- 2022-09-27T16:19:15.9004444Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82499 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.244s) 2022-09-27T16:19:15.9012858Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-09-27T16:19:15.9027545Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-09-27T16:19:15.9036350Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-09-27T16:19:15.9045713Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82501 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:15.9056276Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83228 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:19:15.9065591Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83246 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:15.9094152Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:15.9107266Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:15.9170640Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:15.9177300Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:15.9233865Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:15.9239984Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:15.9292255Z ok (0.023s) 2022-09-27T16:19:15.9305403Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:15.9311638Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:15.9334611Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:15.9340241Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:15.9363765Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:15.9369062Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:15.9397491Z ok (0.010s) 2022-09-27T16:19:15.9411603Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:15.9414555Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:15.9429145Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:15.9432017Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:15.9447059Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:15.9449666Z STAGE:2022-09-27 16:19:15 7042:7042 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:15.9464184Z ok (0.007s) 2022-09-27T16:19:15.9464620Z 2022-09-27T16:19:15.9465170Z ---------------------------------------------------------------------- 2022-09-27T16:19:15.9465610Z Ran 10 tests in 0.291s 2022-09-27T16:19:15.9465741Z 2022-09-27T16:19:15.9465831Z OK (skipped=7) 2022-09-27T16:19:15.9465946Z 2022-09-27T16:19:15.9466045Z Generating XML reports... 2022-09-27T16:19:15.9501255Z Generated XML report: test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20220927161915.xml 2022-09-27T16:19:16.2569241Z Running test_type_info ... [2022-09-27 16:19:16.256548] 2022-09-27T16:19:16.2569783Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:16.256634] 2022-09-27T16:19:17.4252091Z Test results will be stored in test-reports/python-unittest/test_type_info 2022-09-27T16:19:17.4264168Z 2022-09-27T16:19:17.4264267Z Running tests... 2022-09-27T16:19:17.4264879Z ---------------------------------------------------------------------- 2022-09-27T16:19:17.6699919Z test_finfo (__main__.TestDTypeInfo) ... ok (0.243s) 2022-09-27T16:19:17.6718658Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.002s) 2022-09-27T16:19:17.6728780Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.001s) 2022-09-27T16:19:17.6729091Z 2022-09-27T16:19:17.6729612Z ---------------------------------------------------------------------- 2022-09-27T16:19:17.6729898Z Ran 3 tests in 0.246s 2022-09-27T16:19:17.6730020Z 2022-09-27T16:19:17.6730091Z OK 2022-09-27T16:19:17.6730192Z 2022-09-27T16:19:17.6730285Z Generating XML reports... 2022-09-27T16:19:17.6755466Z Generated XML report: test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20220927161917.xml 2022-09-27T16:19:17.9352232Z Running test_set_default_mobile_cpu_allocator ... [2022-09-27 16:19:17.934832] 2022-09-27T16:19:17.9353024Z Executing ['/opt/conda/bin/python', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:17.934917] 2022-09-27T16:19:19.1018296Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-09-27T16:19:19.1029601Z 2022-09-27T16:19:19.1029706Z Running tests... 2022-09-27T16:19:19.1030500Z ---------------------------------------------------------------------- 2022-09-27T16:19:19.3433856Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.240s) 2022-09-27T16:19:19.3440803Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-09-27T16:19:19.3441222Z 2022-09-27T16:19:19.3441651Z ---------------------------------------------------------------------- 2022-09-27T16:19:19.3441919Z Ran 2 tests in 0.241s 2022-09-27T16:19:19.3442044Z 2022-09-27T16:19:19.3442110Z OK 2022-09-27T16:19:19.3442210Z 2022-09-27T16:19:19.3442305Z Generating XML reports... 2022-09-27T16:19:19.3467031Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220927161919.xml 2022-09-27T16:19:19.6144342Z Running test_show_pickle ... [2022-09-27 16:19:19.614051] 2022-09-27T16:19:19.6144861Z Executing ['/opt/conda/bin/python', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:19.614135] 2022-09-27T16:19:20.7825864Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-09-27T16:19:20.7835112Z 2022-09-27T16:19:20.7835236Z Running tests... 2022-09-27T16:19:20.7835815Z ---------------------------------------------------------------------- 2022-09-27T16:19:21.0284620Z test_scripted_model (__main__.TestShowPickle) ... ok (0.245s) 2022-09-27T16:19:21.0284950Z 2022-09-27T16:19:21.0285650Z ---------------------------------------------------------------------- 2022-09-27T16:19:21.0285926Z Ran 1 test in 0.245s 2022-09-27T16:19:21.0286049Z 2022-09-27T16:19:21.0286119Z OK 2022-09-27T16:19:21.0286219Z 2022-09-27T16:19:21.0286317Z Generating XML reports... 2022-09-27T16:19:21.0309684Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220927161920.xml 2022-09-27T16:19:21.2746830Z Running test_numpy_interop ... [2022-09-27 16:19:21.274309] 2022-09-27T16:19:21.2747383Z Executing ['/opt/conda/bin/python', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:21.274388] 2022-09-27T16:19:22.7092902Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-09-27T16:19:22.7105224Z 2022-09-27T16:19:22.7105576Z Running tests... 2022-09-27T16:19:22.7106004Z ---------------------------------------------------------------------- 2022-09-27T16:19:22.7132259Z 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:19:22.7132990Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-09-27T16:19:22.7136295Z ok (0.003s) 2022-09-27T16:19:22.7156077Z test_ctor_with_numpy_scalar_ctor_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:19:22.7166303Z test_from_list_of_ndarray_warning_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-09-27T16:19:22.7246533Z test_from_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.008s) 2022-09-27T16:19:22.7263178Z test_has_storage_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:19:22.7278411Z test_multiplication_numpy_scalar_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:19:22.7383486Z test_numpy_array_interface_cpu (__main__.TestNumPyInteropCPU) ... ok (0.010s) 2022-09-27T16:19:22.7397642Z test_numpy_index_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-09-27T16:19:22.7425485Z test_numpy_non_writeable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:19:22.7445300Z test_numpy_scalar_cmp_cpu_bfloat16 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:19:22.7470189Z test_numpy_scalar_cmp_cpu_bool (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:19:22.7495283Z test_numpy_scalar_cmp_cpu_complex128 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:19:22.7515026Z 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:19:22.7515446Z self.assertFalse(t == a) 2022-09-27T16:19:22.7520930Z ok (0.003s) 2022-09-27T16:19:22.7546824Z test_numpy_scalar_cmp_cpu_float16 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:19:22.7571103Z test_numpy_scalar_cmp_cpu_float32 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:19:22.7595314Z test_numpy_scalar_cmp_cpu_float64 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:19:22.7619751Z test_numpy_scalar_cmp_cpu_int16 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:19:22.7644306Z test_numpy_scalar_cmp_cpu_int32 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:19:22.7668913Z test_numpy_scalar_cmp_cpu_int64 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:19:22.7692702Z test_numpy_scalar_cmp_cpu_int8 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:19:22.7717308Z test_numpy_scalar_cmp_cpu_uint8 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:19:22.7760702Z test_numpy_unresizable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:19:22.7809869Z test_parse_numpy_int_cpu (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-09-27T16:19:22.7824965Z test_to_numpy_bool_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-09-27T16:19:22.8138697Z test_to_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.031s) 2022-09-27T16:19:22.8325538Z test_to_numpy_force_argument_cpu (__main__.TestNumPyInteropCPU) ... ok (0.018s) 2022-09-27T16:19:22.8325870Z 2022-09-27T16:19:22.8326326Z ---------------------------------------------------------------------- 2022-09-27T16:19:22.8326721Z Ran 26 tests in 0.122s 2022-09-27T16:19:22.8326909Z 2022-09-27T16:19:22.8327011Z OK 2022-09-27T16:19:22.8327161Z 2022-09-27T16:19:22.8327304Z Generating XML reports... 2022-09-27T16:19:22.8374301Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20220927161922.xml 2022-09-27T16:19:23.1006764Z Running test_native_mha ... [2022-09-27 16:19:23.100252] 2022-09-27T16:19:23.1007472Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:23.100336] 2022-09-27T16:19:24.5208870Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-09-27T16:19:24.5222066Z 2022-09-27T16:19:24.5222351Z Running tests... 2022-09-27T16:19:24.5222786Z ---------------------------------------------------------------------- 2022-09-27T16:19:24.5279857Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:19:24.5309881Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:19:24.5397592Z 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:19:24.5398787Z q = torch.nested_tensor(qs, device=device, dtype=dtype) 2022-09-27T16:19:24.5807861Z ok (0.050s) 2022-09-27T16:19:24.5930441Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:19:24.5942090Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:19:24.5942496Z 2022-09-27T16:19:24.5942955Z ---------------------------------------------------------------------- 2022-09-27T16:19:24.5943352Z Ran 5 tests in 0.072s 2022-09-27T16:19:24.5943541Z 2022-09-27T16:19:24.5943662Z OK (skipped=1) 2022-09-27T16:19:24.5943844Z 2022-09-27T16:19:24.5943987Z Generating XML reports... 2022-09-27T16:19:24.5975477Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220927161924.xml 2022-09-27T16:19:24.8709033Z Running test_nvfuser_frontend ... [2022-09-27 16:19:24.870537] 2022-09-27T16:19:24.8709611Z Executing ['/opt/conda/bin/python', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:24.870616] 2022-09-27T16:19:26.0698711Z Test results will be stored in test-reports/python-unittest/test_nvfuser_frontend 2022-09-27T16:19:26.0710179Z 2022-09-27T16:19:26.0710292Z Running tests... 2022-09-27T16:19:26.0711269Z ---------------------------------------------------------------------- 2022-09-27T16:19:26.0726906Z test_basic (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-09-27T16:19:26.0737161Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:19:26.0745469Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:19:26.0754989Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:19:26.0763892Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:19:26.0771366Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:19:26.0811709Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.004s) 2022-09-27T16:19:26.0832317Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-09-27T16:19:26.0840404Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:19:26.0840735Z 2022-09-27T16:19:26.0841030Z ---------------------------------------------------------------------- 2022-09-27T16:19:26.0841338Z Ran 9 tests in 0.013s 2022-09-27T16:19:26.0841465Z 2022-09-27T16:19:26.0841550Z OK (skipped=9) 2022-09-27T16:19:26.0841669Z 2022-09-27T16:19:26.0841767Z Generating XML reports... 2022-09-27T16:19:26.0873763Z Generated XML report: test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20220927161926.xml 2022-09-27T16:19:26.2943892Z Running test_complex ... [2022-09-27 16:19:26.294037] 2022-09-27T16:19:26.2944437Z Executing ['/opt/conda/bin/python', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:26.294115] 2022-09-27T16:19:27.7050976Z Test results will be stored in test-reports/python-unittest/test_complex 2022-09-27T16:19:27.7062723Z 2022-09-27T16:19:27.7062844Z Running tests... 2022-09-27T16:19:27.7063448Z ---------------------------------------------------------------------- 2022-09-27T16:19:27.7081098Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... ok (0.002s) 2022-09-27T16:19:27.7091154Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-09-27T16:19:27.7102466Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-09-27T16:19:27.7112563Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-09-27T16:19:27.7112863Z 2022-09-27T16:19:27.7113174Z ---------------------------------------------------------------------- 2022-09-27T16:19:27.7113443Z Ran 4 tests in 0.005s 2022-09-27T16:19:27.7113567Z 2022-09-27T16:19:27.7113634Z OK 2022-09-27T16:19:27.7113735Z 2022-09-27T16:19:27.7113830Z Generating XML reports... 2022-09-27T16:19:27.7141260Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20220927161927.xml 2022-09-27T16:19:28.0307275Z Running lazy/test_bindings ... [2022-09-27 16:19:28.030321] 2022-09-27T16:19:28.0307811Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:28.030401] 2022-09-27T16:19:29.2128354Z Running lazy/test_meta_kernel ... [2022-09-27 16:19:29.212412] 2022-09-27T16:19:29.2128905Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:29.212489] 2022-09-27T16:19:30.6044257Z Running test_cuda ... [2022-09-27 16:19:30.604027] 2022-09-27T16:19:30.6044817Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:30.604113] 2022-09-27T16:19:31.8116162Z CUDA not available, skipping tests 2022-09-27T16:19:31.8141259Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-09-27T16:19:31.8152864Z 2022-09-27T16:19:31.8152976Z Running tests... 2022-09-27T16:19:31.8154195Z ---------------------------------------------------------------------- 2022-09-27T16:19:31.8154589Z 2022-09-27T16:19:31.8154905Z ---------------------------------------------------------------------- 2022-09-27T16:19:31.8155160Z Ran 0 tests in 0.000s 2022-09-27T16:19:31.8155287Z 2022-09-27T16:19:31.8155358Z OK 2022-09-27T16:19:31.8155460Z 2022-09-27T16:19:31.8155559Z Generating XML reports... 2022-09-27T16:19:32.0286018Z Running test_cuda_sanitizer ... [2022-09-27 16:19:32.028215] 2022-09-27T16:19:32.0286738Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:32.028293] 2022-09-27T16:19:33.1951656Z CUDA not available, skipping tests 2022-09-27T16:19:33.1970868Z Test results will be stored in test-reports/python-unittest/test_cuda_sanitizer 2022-09-27T16:19:33.1981433Z 2022-09-27T16:19:33.1981956Z Running tests... 2022-09-27T16:19:33.1982494Z ---------------------------------------------------------------------- 2022-09-27T16:19:33.1982717Z 2022-09-27T16:19:33.1982991Z ---------------------------------------------------------------------- 2022-09-27T16:19:33.1983317Z Ran 0 tests in 0.000s 2022-09-27T16:19:33.1983480Z 2022-09-27T16:19:33.1983577Z OK 2022-09-27T16:19:33.1984969Z 2022-09-27T16:19:33.1985198Z Generating XML reports... 2022-09-27T16:19:33.4186016Z Running test_deploy ... [2022-09-27 16:19:33.418237] 2022-09-27T16:19:33.4186472Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-09-27 16:19:33.418316] 2022-09-27T16:19:33.7629646Z ============================= test session starts ============================== 2022-09-27T16:19:33.7630207Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:19:33.7701634Z cachedir: .pytest_cache 2022-09-27T16:19:33.7702744Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:19:33.7703139Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:19:33.7703555Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:19:34.8027734Z collecting ...  2022-09-27T16:19:34.8033942Z collecting 0 items  2022-09-27T16:19:34.8034344Z collected 1 item  2022-09-27T16:19:34.8037865Z 2022-09-27T16:19:35.0687498Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-09-27T16:19:35.0688327Z 2022-09-27T16:19:35.0688619Z ============================== 1 passed in 1.31s =============================== 2022-09-27T16:19:35.3735823Z Running test_fx_backends ... [2022-09-27 16:19:35.373151] 2022-09-27T16:19:35.3736552Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_backends.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:35.373237] 2022-09-27T16:19:36.7817743Z CUDA not available, skipping tests 2022-09-27T16:19:36.7838703Z Test results will be stored in test-reports/python-unittest/test_fx_backends 2022-09-27T16:19:36.7849636Z 2022-09-27T16:19:36.7850017Z Running tests... 2022-09-27T16:19:36.7850834Z ---------------------------------------------------------------------- 2022-09-27T16:19:36.7851182Z 2022-09-27T16:19:36.7851574Z ---------------------------------------------------------------------- 2022-09-27T16:19:36.7851991Z Ran 0 tests in 0.000s 2022-09-27T16:19:36.7852120Z 2022-09-27T16:19:36.7852194Z OK 2022-09-27T16:19:36.7852296Z 2022-09-27T16:19:36.7852396Z Generating XML reports... 2022-09-27T16:19:37.0509463Z Running test_jiterator ... [2022-09-27 16:19:37.050527] 2022-09-27T16:19:37.0510007Z Executing ['/opt/conda/bin/python', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:37.050607] 2022-09-27T16:19:38.4551803Z CUDA not available, skipping tests 2022-09-27T16:19:38.4576818Z Test results will be stored in test-reports/python-unittest/test_jiterator 2022-09-27T16:19:38.4588507Z 2022-09-27T16:19:38.4588855Z Running tests... 2022-09-27T16:19:38.4589523Z ---------------------------------------------------------------------- 2022-09-27T16:19:38.4589879Z 2022-09-27T16:19:38.4590132Z ---------------------------------------------------------------------- 2022-09-27T16:19:38.4590393Z Ran 0 tests in 0.000s 2022-09-27T16:19:38.4590515Z 2022-09-27T16:19:38.4590584Z OK 2022-09-27T16:19:38.4590898Z 2022-09-27T16:19:38.4590985Z Generating XML reports... 2022-09-27T16:19:38.7218344Z Running test_pruning_op ... [2022-09-27 16:19:38.721452] 2022-09-27T16:19:38.7219191Z Executing ['/opt/conda/bin/python', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:38.721534] 2022-09-27T16:19:40.4196328Z 2022-09-27T16:19:40.4196940Z real 48m54.559s 2022-09-27T16:19:40.4197393Z user 184m18.534s 2022-09-27T16:19:40.4197582Z sys 19m9.137s 2022-09-27T16:19:40.4197776Z + assert_git_not_dirty 2022-09-27T16:19:40.4198192Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:19:40.4198535Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:19:40.4199430Z ++ git status --porcelain 2022-09-27T16:19:48.6144512Z + git_status= 2022-09-27T16:19:48.6145098Z + [[ -n '' ]] 2022-09-27T16:19:48.6145401Z + test_aten 2022-09-27T16:19:48.6145703Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-09-27T16:19:48.6146017Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:19:48.6146344Z + echo 'Running ATen tests with pytorch lib' 2022-09-27T16:19:48.6146578Z Running ATen tests with pytorch lib 2022-09-27T16:19:48.6146816Z + [[ -n '' ]] 2022-09-27T16:19:48.6147073Z + echo 'Running test with the build folder' 2022-09-27T16:19:48.6147299Z Running test with the build folder 2022-09-27T16:19:48.6147520Z + TEST_BASE_DIR=build/bin 2022-09-27T16:19:48.6147862Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so build/bin 2022-09-27T16:19:48.6187706Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libcaffe2*' build/bin 2022-09-27T16:19:48.6196496Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libmkldnn*' build/bin 2022-09-27T16:19:48.6203956Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libnccl*' build/bin 2022-09-27T16:19:48.6213514Z + 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:19:48.6221978Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' build/bin 2022-09-27T16:19:48.6228574Z + ls build/bin 2022-09-27T16:19:48.6282186Z CppSignature_test half_test 2022-09-27T16:19:48.6282797Z Dict_test inline_container_test 2022-09-27T16:19:48.6283198Z Dimname_test ivalue_test 2022-09-27T16:19:48.6283600Z FileStoreTest kernel_function_legacy_test 2022-09-27T16:19:48.6284033Z HashStoreTest kernel_function_test 2022-09-27T16:19:48.6284466Z IListRef_test kernel_lambda_legacy_test 2022-09-27T16:19:48.6284901Z KernelFunction_test kernel_lambda_test 2022-09-27T16:19:48.6285261Z List_test kernel_stackbased_test 2022-09-27T16:19:48.6285501Z MaybeOwned_test lazy_tensor_test 2022-09-27T16:19:48.6285724Z NamedTensor_test libc10.so 2022-09-27T16:19:48.6286060Z ProcessGroupGlooTest 'libcaffe2*' 2022-09-27T16:19:48.6286476Z TCPStoreTest 'libmkldnn*' 2022-09-27T16:19:48.6286926Z aot_model_compiler_test 'libnccl*' 2022-09-27T16:19:48.6287301Z apply_utils_test 'libtbb*' 2022-09-27T16:19:48.6287519Z atest libtorch.so 2022-09-27T16:19:48.6287780Z backend_fallback_test libtorch_cpu.so 2022-09-27T16:19:48.6288009Z basic libtorch_global_deps.so 2022-09-27T16:19:48.6288251Z broadcast_test libtorch_python.so 2022-09-27T16:19:48.6288499Z c10_Array_test libtorchbind_test.so 2022-09-27T16:19:48.6288751Z c10_Bitset_test make_boxed_from_unboxed_functor_test 2022-09-27T16:19:48.6289000Z c10_C++17_test math_kernel_test 2022-09-27T16:19:48.6289270Z c10_CompileTimeFunctionPointer_test memory_format_test 2022-09-27T16:19:48.6289550Z c10_ConstexprCrc_test memory_overlapping_test 2022-09-27T16:19:48.6289829Z c10_DeadlockDetection_test mobile_memory_cleanup 2022-09-27T16:19:48.6290247Z c10_DeviceGuard_test native_test 2022-09-27T16:19:48.6290545Z c10_Device_test op_allowlist_test 2022-09-27T16:19:48.6290794Z c10_DispatchKeySet_test op_registration_test 2022-09-27T16:19:48.6291050Z c10_Half_test operator_name_test 2022-09-27T16:19:48.6291395Z c10_InlineDeviceGuard_test operators_test 2022-09-27T16:19:48.6291804Z c10_InlineStreamGuard_test packedtensoraccessor_test 2022-09-27T16:19:48.6292233Z c10_LeftRight_test parallel_benchmark 2022-09-27T16:19:48.6292594Z c10_Metaprogramming_test pow_test 2022-09-27T16:19:48.6292897Z c10_SizesAndStrides_test protoc 2022-09-27T16:19:48.6293324Z c10_SmallVectorTest protoc-3.13.0.0 2022-09-27T16:19:48.6293576Z c10_StreamGuard_test quantized_test 2022-09-27T16:19:48.6293798Z c10_SymInt_test reduce_ops_test 2022-09-27T16:19:48.6294053Z c10_Synchronized_test reportMemoryUsage_test 2022-09-27T16:19:48.6294323Z c10_ThreadLocal_test scalar_tensor_test 2022-09-27T16:19:48.6294553Z c10_TypeIndex_test scalar_test 2022-09-27T16:19:48.6294802Z c10_TypeList_test stride_properties_test 2022-09-27T16:19:48.6295058Z c10_TypeTraits_test tensor_iterator_test 2022-09-27T16:19:48.6295297Z c10_accumulate_test test_api 2022-09-27T16:19:48.6295511Z c10_bfloat16_test test_cpp_rpc 2022-09-27T16:19:48.6295749Z c10_complex_math_test test_dist_autograd 2022-09-27T16:19:48.6295978Z c10_complex_test test_jit 2022-09-27T16:19:48.6296182Z c10_either_test test_lazy 2022-09-27T16:19:48.6296439Z c10_exception_test test_mobile_nnc 2022-09-27T16:19:48.6296669Z c10_flags_test test_parallel 2022-09-27T16:19:48.6296900Z c10_intrusive_ptr_benchmark test_tensorexpr 2022-09-27T16:19:48.6297159Z c10_intrusive_ptr_test thread_init_test 2022-09-27T16:19:48.6297399Z c10_irange_test torch_shm_manager 2022-09-27T16:19:48.6297632Z c10_logging_test tutorial_tensorexpr 2022-09-27T16:19:48.6297871Z c10_optional_test type_ptr_test 2022-09-27T16:19:48.6298119Z c10_ordered_preserving_dict_test type_test 2022-09-27T16:19:48.6298359Z c10_registry_test undefined_tensor_test 2022-09-27T16:19:48.6298602Z c10_string_view_test variant_test 2022-09-27T16:19:48.6298845Z c10_tempfile_test vec_test_all_types_AVX2 2022-09-27T16:19:48.6299153Z c10_typeid_test vec_test_all_types_AVX512 2022-09-27T16:19:48.6299552Z cpu_generator_test vec_test_all_types_DEFAULT 2022-09-27T16:19:48.6299980Z cpu_profiling_allocator_test verify_api_visibility 2022-09-27T16:19:48.6300374Z cpu_rng_test vmap_test 2022-09-27T16:19:48.6300672Z dispatch_key_set_test weakref_test 2022-09-27T16:19:48.6300912Z dlconvertor_test wrapdim_test 2022-09-27T16:19:48.6301150Z example_allreduce xla_tensor_test 2022-09-27T16:19:48.6301362Z extension_backend_test 2022-09-27T16:19:48.6301585Z + aten/tools/run_tests.sh build/bin 2022-09-27T16:19:48.6319516Z + set -e 2022-09-27T16:19:48.6321836Z ++ dirname aten/tools/run_tests.sh 2022-09-27T16:19:48.6328510Z + VALGRIND_SUP=/var/lib/jenkins/workspace/aten/tools/valgrind.sup 2022-09-27T16:19:48.6328922Z + pushd build/bin 2022-09-27T16:19:48.6329276Z ~/workspace/build/bin ~/workspace 2022-09-27T16:19:48.6329506Z + VALGRIND=OFF 2022-09-27T16:19:48.6329688Z + ./basic 2022-09-27T16:19:48.8591851Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:48.8592473Z [==========] Running 5 tests from 1 test suite. 2022-09-27T16:19:48.8592878Z [----------] Global test environment set-up. 2022-09-27T16:19:48.8593184Z [----------] 5 tests from BasicTest 2022-09-27T16:19:48.8593465Z [ RUN ] BasicTest.BasicTestCPU 2022-09-27T16:19:48.8875963Z 4 ms 2022-09-27T16:19:48.9448816Z 57 ms 2022-09-27T16:19:49.0337946Z 88 ms 2022-09-27T16:19:49.0433071Z [ OK ] BasicTest.BasicTestCPU (184 ms) 2022-09-27T16:19:49.0433621Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-09-27T16:19:49.0459127Z 2 ms 2022-09-27T16:19:49.1226109Z 76 ms 2022-09-27T16:19:49.2320192Z 109 ms 2022-09-27T16:19:49.2406660Z [ OK ] BasicTest.BasicTestHalfCPU (197 ms) 2022-09-27T16:19:49.2407209Z [ RUN ] BasicTest.BasicTestCUDA 2022-09-27T16:19:49.2407694Z [ OK ] BasicTest.BasicTestCUDA (0 ms) 2022-09-27T16:19:49.2408201Z [ RUN ] BasicTest.FactoryMethodsTest 2022-09-27T16:19:49.2408733Z [ OK ] BasicTest.FactoryMethodsTest (0 ms) 2022-09-27T16:19:49.2409226Z [ RUN ] BasicTest.BasicStdTestCPU 2022-09-27T16:19:49.2409600Z Simple example: called once 2022-09-27T16:19:49.2413768Z throw: call_once will retry 2022-09-27T16:19:49.2415374Z throw: call_once will retry 2022-09-27T16:19:49.2417236Z throw: call_once will retry 2022-09-27T16:19:49.2419734Z Didn't throw, call_once will not attempt again 2022-09-27T16:19:49.2420246Z [ OK ] BasicTest.BasicStdTestCPU (1 ms) 2022-09-27T16:19:49.2420788Z [----------] 5 tests from BasicTest (382 ms total) 2022-09-27T16:19:49.2421032Z 2022-09-27T16:19:49.2421310Z [----------] Global test environment tear-down 2022-09-27T16:19:49.2444703Z [==========] 5 tests from 1 test suite ran. (382 ms total) 2022-09-27T16:19:49.2444981Z [ PASSED ] 5 tests. 2022-09-27T16:19:49.3005059Z + ./atest 2022-09-27T16:19:49.5250849Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:49.5251645Z [==========] Running 16 tests from 1 test suite. 2022-09-27T16:19:49.5252201Z [----------] Global test environment set-up. 2022-09-27T16:19:49.5252675Z [----------] 16 tests from atest 2022-09-27T16:19:49.5253144Z [ RUN ] atest.operators 2022-09-27T16:19:49.5256449Z [ OK ] atest.operators (0 ms) 2022-09-27T16:19:49.5256976Z [ RUN ] atest.logical_and_operators 2022-09-27T16:19:49.5257495Z [ OK ] atest.logical_and_operators (0 ms) 2022-09-27T16:19:49.5257956Z [ RUN ] atest.logical_or_operators 2022-09-27T16:19:49.5258459Z [ OK ] atest.logical_or_operators (0 ms) 2022-09-27T16:19:49.5258951Z [ RUN ] atest.logical_xor_operators 2022-09-27T16:19:49.5259435Z [ OK ] atest.logical_xor_operators (0 ms) 2022-09-27T16:19:49.5259889Z [ RUN ] atest.lt_operators 2022-09-27T16:19:49.5260352Z [ OK ] atest.lt_operators (0 ms) 2022-09-27T16:19:49.5260796Z [ RUN ] atest.le_operators 2022-09-27T16:19:49.5261206Z [ OK ] atest.le_operators (0 ms) 2022-09-27T16:19:49.5261610Z [ RUN ] atest.gt_operators 2022-09-27T16:19:49.5262250Z [ OK ] atest.gt_operators (0 ms) 2022-09-27T16:19:49.5262658Z [ RUN ] atest.ge_operators 2022-09-27T16:19:49.5263099Z [ OK ] atest.ge_operators (0 ms) 2022-09-27T16:19:49.5263509Z [ RUN ] atest.eq_operators 2022-09-27T16:19:49.5263921Z [ OK ] atest.eq_operators (0 ms) 2022-09-27T16:19:49.5264345Z [ RUN ] atest.ne_operators 2022-09-27T16:19:49.5264784Z [ OK ] atest.ne_operators (0 ms) 2022-09-27T16:19:49.5265213Z [ RUN ] atest.add_operators 2022-09-27T16:19:49.5265664Z [ OK ] atest.add_operators (0 ms) 2022-09-27T16:19:49.5266109Z [ RUN ] atest.max_operators 2022-09-27T16:19:49.5266560Z [ OK ] atest.max_operators (0 ms) 2022-09-27T16:19:49.5266994Z [ RUN ] atest.min_operators 2022-09-27T16:19:49.5267432Z [ OK ] atest.min_operators (0 ms) 2022-09-27T16:19:49.5267893Z [ RUN ] atest.sigmoid_backward_operator 2022-09-27T16:19:49.5268381Z [ OK ] atest.sigmoid_backward_operator (0 ms) 2022-09-27T16:19:49.5269153Z [ RUN ] atest.fmod_tensor_operators 2022-09-27T16:19:49.5269631Z [ OK ] atest.fmod_tensor_operators (0 ms) 2022-09-27T16:19:49.5270140Z [ RUN ] atest.atest 2022-09-27T16:19:49.5294924Z [ OK ] atest.atest (2 ms) 2022-09-27T16:19:49.5295421Z [----------] 16 tests from atest (4 ms total) 2022-09-27T16:19:49.5295664Z 2022-09-27T16:19:49.5295939Z [----------] Global test environment tear-down 2022-09-27T16:19:49.5296405Z [==========] 16 tests from 1 test suite ran. (4 ms total) 2022-09-27T16:19:49.5296756Z [ PASSED ] 16 tests. 2022-09-27T16:19:49.5852034Z + ./scalar_test 2022-09-27T16:19:49.8117815Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:49.8118580Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:19:49.8118909Z [----------] Global test environment set-up. 2022-09-27T16:19:49.8119237Z [----------] 4 tests from TestScalar 2022-09-27T16:19:49.8119517Z [ RUN ] TestScalar.TestScalar 2022-09-27T16:19:49.8119742Z H2: 3 257 3 1 2022-09-27T16:19:49.8183406Z [ OK ] TestScalar.TestScalar (6 ms) 2022-09-27T16:19:49.8183891Z [ RUN ] TestScalar.TestConj 2022-09-27T16:19:49.8184429Z [ OK ] TestScalar.TestConj (0 ms) 2022-09-27T16:19:49.8184737Z [ RUN ] TestScalar.TestEqual 2022-09-27T16:19:49.8185035Z [ OK ] TestScalar.TestEqual (0 ms) 2022-09-27T16:19:49.8185331Z [ RUN ] TestScalar.TestFormatting 2022-09-27T16:19:49.8185653Z [ OK ] TestScalar.TestFormatting (0 ms) 2022-09-27T16:19:49.8185988Z [----------] 4 tests from TestScalar (6 ms total) 2022-09-27T16:19:49.8186148Z 2022-09-27T16:19:49.8186311Z [----------] Global test environment tear-down 2022-09-27T16:19:49.8186638Z [==========] 4 tests from 1 test suite ran. (6 ms total) 2022-09-27T16:19:49.8186924Z [ PASSED ] 4 tests. 2022-09-27T16:19:49.8717121Z + ./broadcast_test 2022-09-27T16:19:50.0952683Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:50.0953523Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:19:50.0953930Z [----------] Global test environment set-up. 2022-09-27T16:19:50.0954244Z [----------] 1 test from BroadcastTest 2022-09-27T16:19:50.0954547Z [ RUN ] BroadcastTest.Broadcast 2022-09-27T16:19:50.1311829Z [ OK ] BroadcastTest.Broadcast (35 ms) 2022-09-27T16:19:50.1312398Z [----------] 1 test from BroadcastTest (35 ms total) 2022-09-27T16:19:50.1312690Z 2022-09-27T16:19:50.1312980Z [----------] Global test environment tear-down 2022-09-27T16:19:50.1313312Z [==========] 1 test from 1 test suite ran. (35 ms total) 2022-09-27T16:19:50.1313571Z [ PASSED ] 1 test. 2022-09-27T16:19:50.1884503Z + ./wrapdim_test 2022-09-27T16:19:50.4142279Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:50.4143052Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:19:50.4143365Z [----------] Global test environment set-up. 2022-09-27T16:19:50.4143672Z [----------] 1 test from TestWrapdim 2022-09-27T16:19:50.4143968Z [ RUN ] TestWrapdim.TestWrapdim 2022-09-27T16:19:50.4148557Z [ OK ] TestWrapdim.TestWrapdim (0 ms) 2022-09-27T16:19:50.4149152Z [----------] 1 test from TestWrapdim (0 ms total) 2022-09-27T16:19:50.4149433Z 2022-09-27T16:19:50.4149617Z [----------] Global test environment tear-down 2022-09-27T16:19:50.4149940Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:19:50.4150199Z [ PASSED ] 1 test. 2022-09-27T16:19:50.4694053Z + ./apply_utils_test 2022-09-27T16:19:50.6971822Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:50.6972962Z [==========] Running 6 tests from 1 test suite. 2022-09-27T16:19:50.6973718Z [----------] Global test environment set-up. 2022-09-27T16:19:50.6974055Z [----------] 6 tests from ApplyUtilsTest 2022-09-27T16:19:50.6974361Z [ RUN ] ApplyUtilsTest.Contiguous2D 2022-09-27T16:19:50.6998236Z [ OK ] ApplyUtilsTest.Contiguous2D (2 ms) 2022-09-27T16:19:50.6998808Z [ RUN ] ApplyUtilsTest.Small2D 2022-09-27T16:19:50.6999235Z [ OK ] ApplyUtilsTest.Small2D (0 ms) 2022-09-27T16:19:50.6999528Z [ RUN ] ApplyUtilsTest._2D 2022-09-27T16:19:50.7007102Z [ OK ] ApplyUtilsTest._2D (0 ms) 2022-09-27T16:19:50.7007612Z [ RUN ] ApplyUtilsTest._3D 2022-09-27T16:19:50.7008562Z [ OK ] ApplyUtilsTest._3D (0 ms) 2022-09-27T16:19:50.7009087Z [ RUN ] ApplyUtilsTest.Medium3D 2022-09-27T16:19:50.7017944Z [ OK ] ApplyUtilsTest.Medium3D (0 ms) 2022-09-27T16:19:50.7018466Z [ RUN ] ApplyUtilsTest._10D 2022-09-27T16:19:50.7556270Z [ OK ] ApplyUtilsTest._10D (53 ms) 2022-09-27T16:19:50.7556682Z [----------] 6 tests from ApplyUtilsTest (58 ms total) 2022-09-27T16:19:50.7556875Z 2022-09-27T16:19:50.7557095Z [----------] Global test environment tear-down 2022-09-27T16:19:50.7557417Z [==========] 6 tests from 1 test suite ran. (58 ms total) 2022-09-27T16:19:50.7557746Z [ PASSED ] 6 tests. 2022-09-27T16:19:50.8116203Z + ./dlconvertor_test 2022-09-27T16:19:51.0363666Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:51.0364494Z [==========] Running 2 tests from 1 test suite. 2022-09-27T16:19:51.0365062Z [----------] Global test environment set-up. 2022-09-27T16:19:51.0365521Z [----------] 2 tests from TestDlconvertor 2022-09-27T16:19:51.0366044Z [ RUN ] TestDlconvertor.TestDlconvertor 2022-09-27T16:19:51.0369403Z [ OK ] TestDlconvertor.TestDlconvertor (0 ms) 2022-09-27T16:19:51.0370127Z [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 2022-09-27T16:19:51.0370552Z [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 2022-09-27T16:19:51.0370945Z [----------] 2 tests from TestDlconvertor (0 ms total) 2022-09-27T16:19:51.0371114Z 2022-09-27T16:19:51.0371289Z [----------] Global test environment tear-down 2022-09-27T16:19:51.0371607Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:19:51.0371882Z [ PASSED ] 2 tests. 2022-09-27T16:19:51.0914015Z + ./native_test 2022-09-27T16:19:51.3160184Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:51.3160836Z [==========] Running 2 tests from 1 test suite. 2022-09-27T16:19:51.3161183Z [----------] Global test environment set-up. 2022-09-27T16:19:51.3161490Z [----------] 2 tests from TestNative 2022-09-27T16:19:51.3161801Z [ RUN ] TestNative.NativeTestCPU 2022-09-27T16:19:51.3320221Z [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:19:51.3321126Z [ OK ] TestNative.NativeTestCPU (15 ms) 2022-09-27T16:19:51.3321613Z [ RUN ] TestNative.NativeTestGPU 2022-09-27T16:19:51.3322055Z [ OK ] TestNative.NativeTestGPU (0 ms) 2022-09-27T16:19:51.3322463Z [----------] 2 tests from TestNative (16 ms total) 2022-09-27T16:19:51.3322657Z 2022-09-27T16:19:51.3322881Z [----------] Global test environment tear-down 2022-09-27T16:19:51.3323293Z [==========] 2 tests from 1 test suite ran. (16 ms total) 2022-09-27T16:19:51.3342732Z [ PASSED ] 2 tests. 2022-09-27T16:19:51.3878118Z + ./scalar_tensor_test 2022-09-27T16:19:51.6118841Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:51.6119705Z [==========] Running 3 tests from 1 test suite. 2022-09-27T16:19:51.6120049Z [----------] Global test environment set-up. 2022-09-27T16:19:51.6120374Z [----------] 3 tests from TestScalarTensor 2022-09-27T16:19:51.6120720Z [ RUN ] TestScalarTensor.TestScalarTensorCPU 2022-09-27T16:19:51.7771881Z [ OK ] TestScalarTensor.TestScalarTensorCPU (165 ms) 2022-09-27T16:19:51.7772541Z [ RUN ] TestScalarTensor.TestScalarTensorCUDA 2022-09-27T16:19:51.7773132Z [ OK ] TestScalarTensor.TestScalarTensorCUDA (0 ms) 2022-09-27T16:19:51.7773616Z [ RUN ] TestScalarTensor.TestScalarTensorMPS 2022-09-27T16:19:51.7774076Z [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 2022-09-27T16:19:51.7774573Z [----------] 3 tests from TestScalarTensor (165 ms total) 2022-09-27T16:19:51.7774782Z 2022-09-27T16:19:51.7775021Z [----------] Global test environment tear-down 2022-09-27T16:19:51.7775443Z [==========] 3 tests from 1 test suite ran. (165 ms total) 2022-09-27T16:19:51.7775783Z [ PASSED ] 3 tests. 2022-09-27T16:19:51.8350389Z + [[ -x ./tensor_interop_test ]] 2022-09-27T16:19:51.8350656Z + ./undefined_tensor_test 2022-09-27T16:19:52.0598757Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:52.0599498Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:19:52.0600038Z [----------] Global test environment set-up. 2022-09-27T16:19:52.0616331Z [----------] 1 test from TestUndefined 2022-09-27T16:19:52.0617066Z [ RUN ] TestUndefined.UndefinedTest 2022-09-27T16:19:52.0809530Z [ OK ] TestUndefined.UndefinedTest (20 ms) 2022-09-27T16:19:52.0810094Z [----------] 1 test from TestUndefined (20 ms total) 2022-09-27T16:19:52.0810305Z 2022-09-27T16:19:52.0810540Z [----------] Global test environment tear-down 2022-09-27T16:19:52.0810955Z [==========] 1 test from 1 test suite ran. (21 ms total) 2022-09-27T16:19:52.0811298Z [ PASSED ] 1 test. 2022-09-27T16:19:52.1407924Z + ./extension_backend_test 2022-09-27T16:19:52.3682357Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:52.3683045Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:19:52.3683429Z [----------] Global test environment set-up. 2022-09-27T16:19:52.3683805Z [----------] 1 test from BackendExtensionTest 2022-09-27T16:19:52.3684156Z [ RUN ] BackendExtensionTest.TestRegisterOp 2022-09-27T16:19:52.3684593Z [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 2022-09-27T16:19:52.3684980Z [----------] 1 test from BackendExtensionTest (0 ms total) 2022-09-27T16:19:52.3685161Z 2022-09-27T16:19:52.3685397Z [----------] Global test environment tear-down 2022-09-27T16:19:52.3685722Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:19:52.3686018Z [ PASSED ] 1 test. 2022-09-27T16:19:52.4229881Z + ./lazy_tensor_test 2022-09-27T16:19:52.6482523Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:52.6483275Z [==========] Running 2 tests from 2 test suites. 2022-09-27T16:19:52.6483879Z [----------] Global test environment set-up. 2022-09-27T16:19:52.6484357Z [----------] 1 test from XlaTensorTest 2022-09-27T16:19:52.6484671Z [ RUN ] XlaTensorTest.TestNoStorage 2022-09-27T16:19:52.6485005Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-09-27T16:19:52.6485336Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-09-27T16:19:52.6485675Z 2022-09-27T16:19:52.6485835Z [----------] 1 test from LazyTensorTest 2022-09-27T16:19:52.6486214Z [ RUN ] LazyTensorTest.TestNoStorage 2022-09-27T16:19:52.6486544Z [ OK ] LazyTensorTest.TestNoStorage (0 ms) 2022-09-27T16:19:52.6486888Z [----------] 1 test from LazyTensorTest (0 ms total) 2022-09-27T16:19:52.6487049Z 2022-09-27T16:19:52.6487223Z [----------] Global test environment tear-down 2022-09-27T16:19:52.6487550Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-09-27T16:19:52.6487811Z [ PASSED ] 2 tests. 2022-09-27T16:19:52.7035455Z + ./tensor_iterator_test 2022-09-27T16:19:52.9327480Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:52.9328336Z [==========] Running 65 tests from 1 test suite. 2022-09-27T16:19:52.9328669Z [----------] Global test environment set-up. 2022-09-27T16:19:52.9329031Z [----------] 65 tests from TensorIteratorTest 2022-09-27T16:19:52.9329355Z [ RUN ] TensorIteratorTest.CPUScalar 2022-09-27T16:19:52.9329691Z [ OK ] TensorIteratorTest.CPUScalar (0 ms) 2022-09-27T16:19:52.9330044Z [ RUN ] TensorIteratorTest.CPUScalarInputs 2022-09-27T16:19:52.9330419Z [ OK ] TensorIteratorTest.CPUScalarInputs (0 ms) 2022-09-27T16:19:52.9330764Z [ RUN ] TensorIteratorTest.MixedDevices 2022-09-27T16:19:52.9331114Z [ OK ] TensorIteratorTest.MixedDevices (0 ms) 2022-09-27T16:19:52.9331482Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 2022-09-27T16:19:52.9526969Z [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (19 ms) 2022-09-27T16:19:52.9527405Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 2022-09-27T16:19:52.9542604Z [ OK ] TensorIteratorTest.SerialLoopUnary_Char (1 ms) 2022-09-27T16:19:52.9543004Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 2022-09-27T16:19:52.9558463Z [ OK ] TensorIteratorTest.SerialLoopUnary_Short (1 ms) 2022-09-27T16:19:52.9558870Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 2022-09-27T16:19:52.9574271Z [ OK ] TensorIteratorTest.SerialLoopUnary_Int (1 ms) 2022-09-27T16:19:52.9574657Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 2022-09-27T16:19:52.9590124Z [ OK ] TensorIteratorTest.SerialLoopUnary_Long (1 ms) 2022-09-27T16:19:52.9590515Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 2022-09-27T16:19:52.9606494Z [ OK ] TensorIteratorTest.SerialLoopUnary_Float (1 ms) 2022-09-27T16:19:52.9606870Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 2022-09-27T16:19:52.9622803Z [ OK ] TensorIteratorTest.SerialLoopUnary_Double (1 ms) 2022-09-27T16:19:52.9623195Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 2022-09-27T16:19:52.9638697Z [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (1 ms) 2022-09-27T16:19:52.9639085Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 2022-09-27T16:19:52.9654463Z [ OK ] TensorIteratorTest.SerialLoopBinary_Char (1 ms) 2022-09-27T16:19:52.9654919Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 2022-09-27T16:19:52.9670558Z [ OK ] TensorIteratorTest.SerialLoopBinary_Short (1 ms) 2022-09-27T16:19:52.9671001Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 2022-09-27T16:19:52.9685976Z [ OK ] TensorIteratorTest.SerialLoopBinary_Int (1 ms) 2022-09-27T16:19:52.9686421Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 2022-09-27T16:19:52.9701966Z [ OK ] TensorIteratorTest.SerialLoopBinary_Long (1 ms) 2022-09-27T16:19:52.9702405Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 2022-09-27T16:19:52.9717570Z [ OK ] TensorIteratorTest.SerialLoopBinary_Float (1 ms) 2022-09-27T16:19:52.9718271Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 2022-09-27T16:19:52.9733512Z [ OK ] TensorIteratorTest.SerialLoopBinary_Double (1 ms) 2022-09-27T16:19:52.9749573Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 2022-09-27T16:19:52.9750031Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (1 ms) 2022-09-27T16:19:52.9750439Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 2022-09-27T16:19:52.9765210Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (1 ms) 2022-09-27T16:19:52.9765697Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 2022-09-27T16:19:52.9781920Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (1 ms) 2022-09-27T16:19:52.9782395Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 2022-09-27T16:19:52.9797620Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (1 ms) 2022-09-27T16:19:52.9798200Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 2022-09-27T16:19:52.9813310Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (1 ms) 2022-09-27T16:19:52.9813858Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 2022-09-27T16:19:52.9830761Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (1 ms) 2022-09-27T16:19:52.9831229Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 2022-09-27T16:19:52.9846809Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (1 ms) 2022-09-27T16:19:52.9847469Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 2022-09-27T16:19:52.9848065Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 2022-09-27T16:19:52.9848767Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 2022-09-27T16:19:52.9849435Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 2022-09-27T16:19:52.9850182Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 2022-09-27T16:19:52.9850974Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 2022-09-27T16:19:52.9851706Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 2022-09-27T16:19:52.9852384Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 2022-09-27T16:19:52.9852990Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 2022-09-27T16:19:52.9853598Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 2022-09-27T16:19:52.9854135Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 2022-09-27T16:19:52.9854782Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 2022-09-27T16:19:52.9855547Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 2022-09-27T16:19:52.9856319Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 2022-09-27T16:19:52.9856958Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 2022-09-27T16:19:52.9857406Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 2022-09-27T16:19:52.9857837Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 2022-09-27T16:19:52.9858260Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 2022-09-27T16:19:52.9858690Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 2022-09-27T16:19:52.9859128Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 2022-09-27T16:19:52.9859560Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 2022-09-27T16:19:52.9859980Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 2022-09-27T16:19:52.9860411Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 2022-09-27T16:19:52.9860846Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 2022-09-27T16:19:52.9861473Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 2022-09-27T16:19:52.9862312Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 2022-09-27T16:19:52.9862773Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 2022-09-27T16:19:52.9863218Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 2022-09-27T16:19:52.9863654Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 2022-09-27T16:19:52.9864110Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 2022-09-27T16:19:52.9864677Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 2022-09-27T16:19:52.9865131Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 2022-09-27T16:19:52.9865567Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 2022-09-27T16:19:52.9866030Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 2022-09-27T16:19:52.9866487Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 2022-09-27T16:19:52.9866923Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 2022-09-27T16:19:52.9867364Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 2022-09-27T16:19:52.9867812Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 2022-09-27T16:19:52.9868241Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 2022-09-27T16:19:52.9868691Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 2022-09-27T16:19:52.9869138Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 2022-09-27T16:19:52.9869590Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 2022-09-27T16:19:52.9870006Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 2022-09-27T16:19:52.9870424Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 2022-09-27T16:19:52.9870833Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 2022-09-27T16:19:52.9871231Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 2022-09-27T16:19:52.9871645Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 2022-09-27T16:19:52.9872058Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 2022-09-27T16:19:52.9872467Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 2022-09-27T16:19:52.9872867Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 2022-09-27T16:19:52.9873270Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 2022-09-27T16:19:52.9873680Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 2022-09-27T16:19:52.9874077Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 2022-09-27T16:19:52.9874494Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 2022-09-27T16:19:52.9874908Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 2022-09-27T16:19:52.9875336Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 2022-09-27T16:19:52.9875731Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 2022-09-27T16:19:52.9876141Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 2022-09-27T16:19:52.9876545Z [ RUN ] TensorIteratorTest.SerialLoopSingleThread 2022-09-27T16:19:52.9894553Z [ OK ] TensorIteratorTest.SerialLoopSingleThread (3 ms) 2022-09-27T16:19:52.9895215Z [ RUN ] TensorIteratorTest.InputDType 2022-09-27T16:19:52.9895681Z [ OK ] TensorIteratorTest.InputDType (0 ms) 2022-09-27T16:19:52.9896078Z [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 2022-09-27T16:19:52.9896509Z [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 2022-09-27T16:19:52.9897093Z [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 2022-09-27T16:19:52.9897619Z [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 2022-09-27T16:19:52.9898051Z [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 2022-09-27T16:19:52.9905547Z [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (0 ms) 2022-09-27T16:19:52.9906136Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 2022-09-27T16:19:52.9906717Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 2022-09-27T16:19:52.9907238Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 2022-09-27T16:19:52.9907829Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 2022-09-27T16:19:52.9909044Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 2022-09-27T16:19:52.9909600Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 2022-09-27T16:19:52.9910362Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 2022-09-27T16:19:52.9911156Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 2022-09-27T16:19:52.9911898Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 2022-09-27T16:19:52.9912337Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 2022-09-27T16:19:52.9912771Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 2022-09-27T16:19:52.9913207Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 2022-09-27T16:19:52.9913641Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 2022-09-27T16:19:52.9914070Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 2022-09-27T16:19:52.9914485Z [----------] 65 tests from TensorIteratorTest (58 ms total) 2022-09-27T16:19:52.9914662Z 2022-09-27T16:19:52.9914841Z [----------] Global test environment tear-down 2022-09-27T16:19:52.9915162Z [==========] 65 tests from 1 test suite ran. (58 ms total) 2022-09-27T16:19:52.9915435Z [ PASSED ] 65 tests. 2022-09-27T16:19:53.0481072Z + ./Dimname_test 2022-09-27T16:19:53.2813986Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:53.2814558Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:19:53.2814891Z [----------] Global test environment set-up. 2022-09-27T16:19:53.2815272Z [----------] 4 tests from DimnameTest 2022-09-27T16:19:53.2815579Z [ RUN ] DimnameTest.isValidIdentifier 2022-09-27T16:19:53.2815972Z [ OK ] DimnameTest.isValidIdentifier (0 ms) 2022-09-27T16:19:53.2816301Z [ RUN ] DimnameTest.wildcardName 2022-09-27T16:19:53.2816637Z [ OK ] DimnameTest.wildcardName (0 ms) 2022-09-27T16:19:53.2816986Z [ RUN ] DimnameTest.createNormalName 2022-09-27T16:19:53.2825136Z [ OK ] DimnameTest.createNormalName (1 ms) 2022-09-27T16:19:53.2825692Z [ RUN ] DimnameTest.unifyAndMatch 2022-09-27T16:19:53.2826218Z [ OK ] DimnameTest.unifyAndMatch (0 ms) 2022-09-27T16:19:53.2826561Z [----------] 4 tests from DimnameTest (1 ms total) 2022-09-27T16:19:53.2826729Z 2022-09-27T16:19:53.2826904Z [----------] Global test environment tear-down 2022-09-27T16:19:53.2827216Z [==========] 4 tests from 1 test suite ran. (1 ms total) 2022-09-27T16:19:53.2827500Z [ PASSED ] 4 tests. 2022-09-27T16:19:53.3416364Z + ./Dict_test 2022-09-27T16:19:53.5658230Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:53.5658971Z [==========] Running 47 tests from 2 test suites. 2022-09-27T16:19:53.5659491Z [----------] Global test environment set-up. 2022-09-27T16:19:53.5660394Z [----------] 46 tests from DictTest 2022-09-27T16:19:53.5661106Z [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 2022-09-27T16:19:53.5661972Z [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-09-27T16:19:53.5662660Z [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 2022-09-27T16:19:53.5663455Z [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-09-27T16:19:53.5664181Z [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 2022-09-27T16:19:53.5664856Z [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 2022-09-27T16:19:53.5665585Z [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 2022-09-27T16:19:53.5666413Z [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-09-27T16:19:53.5667229Z [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 2022-09-27T16:19:53.5667979Z [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 2022-09-27T16:19:53.5668462Z [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 2022-09-27T16:19:53.5668946Z [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-09-27T16:19:53.5669476Z [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 2022-09-27T16:19:53.5670039Z [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 2022-09-27T16:19:53.5670526Z [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 2022-09-27T16:19:53.5670949Z [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 2022-09-27T16:19:53.5671439Z [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 2022-09-27T16:19:53.5671983Z [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-09-27T16:19:53.5672539Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 2022-09-27T16:19:53.5673136Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 2022-09-27T16:19:53.5673659Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 2022-09-27T16:19:53.5674128Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 2022-09-27T16:19:53.5674542Z [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 2022-09-27T16:19:53.5674955Z [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 2022-09-27T16:19:53.5675368Z [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 2022-09-27T16:19:53.5675783Z [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 2022-09-27T16:19:53.5676228Z [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 2022-09-27T16:19:53.5676692Z [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-09-27T16:19:53.5677121Z [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 2022-09-27T16:19:53.5677517Z [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 2022-09-27T16:19:53.5677943Z [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 2022-09-27T16:19:53.5678397Z [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-09-27T16:19:53.5678800Z [ RUN ] DictTest.givenIterator_thenCanModifyValue 2022-09-27T16:19:53.5679160Z [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 2022-09-27T16:19:53.5679708Z [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 2022-09-27T16:19:53.5680224Z [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 2022-09-27T16:19:53.5680689Z [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 2022-09-27T16:19:53.5681188Z [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 2022-09-27T16:19:53.5681720Z [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 2022-09-27T16:19:53.5682288Z [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 2022-09-27T16:19:53.5682784Z [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 2022-09-27T16:19:53.5683260Z [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 2022-09-27T16:19:53.5683747Z [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 2022-09-27T16:19:53.5684286Z [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 2022-09-27T16:19:53.5684775Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-09-27T16:19:53.5685289Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-09-27T16:19:53.5685784Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-09-27T16:19:53.5686276Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-09-27T16:19:53.5686753Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-09-27T16:19:53.5687252Z [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-09-27T16:19:53.5687738Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-09-27T16:19:53.5688207Z [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-09-27T16:19:53.5688673Z [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 2022-09-27T16:19:53.5689150Z [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 2022-09-27T16:19:53.5689628Z [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 2022-09-27T16:19:53.5690104Z [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 2022-09-27T16:19:53.5690528Z [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 2022-09-27T16:19:53.5690912Z [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 2022-09-27T16:19:53.5691292Z [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 2022-09-27T16:19:53.5691703Z [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 2022-09-27T16:19:53.5692096Z [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 2022-09-27T16:19:53.5692485Z [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 2022-09-27T16:19:53.5692838Z [ RUN ] DictTest.whenCopyingDict_thenAreEqual 2022-09-27T16:19:53.5693281Z [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 2022-09-27T16:19:53.5693669Z [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 2022-09-27T16:19:53.5694074Z [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 2022-09-27T16:19:53.5694476Z [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 2022-09-27T16:19:53.5694883Z [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 2022-09-27T16:19:53.5695296Z [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 2022-09-27T16:19:53.5695751Z [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 2022-09-27T16:19:53.5696196Z [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 2022-09-27T16:19:53.5696608Z [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 2022-09-27T16:19:53.5697078Z [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-09-27T16:19:53.5697621Z [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-09-27T16:19:53.5698151Z [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-09-27T16:19:53.5698687Z [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-09-27T16:19:53.5699114Z [ RUN ] DictTest.givenEqualIterators_thenAreEqual 2022-09-27T16:19:53.5699495Z [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 2022-09-27T16:19:53.5699891Z [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 2022-09-27T16:19:53.5700289Z [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-09-27T16:19:53.5700728Z [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-09-27T16:19:53.5701191Z [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-09-27T16:19:53.5701629Z [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 2022-09-27T16:19:53.5702165Z [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 2022-09-27T16:19:53.5702521Z [ RUN ] DictTest.isReferenceType 2022-09-27T16:19:53.5702848Z [ OK ] DictTest.isReferenceType (0 ms) 2022-09-27T16:19:53.5703171Z [ RUN ] DictTest.copyHasSeparateStorage 2022-09-27T16:19:53.5703530Z [ OK ] DictTest.copyHasSeparateStorage (0 ms) 2022-09-27T16:19:53.5703860Z [ RUN ] DictTest.dictTensorAsKey 2022-09-27T16:19:53.5704181Z [ OK ] DictTest.dictTensorAsKey (0 ms) 2022-09-27T16:19:53.5704472Z [ RUN ] DictTest.dictEquality 2022-09-27T16:19:53.5704781Z [ OK ] DictTest.dictEquality (0 ms) 2022-09-27T16:19:53.5705110Z [----------] 46 tests from DictTest (0 ms total) 2022-09-27T16:19:53.5705253Z 2022-09-27T16:19:53.5705435Z [----------] 1 test from ListTest_IValueBasedList 2022-09-27T16:19:53.5705882Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 2022-09-27T16:19:53.5706423Z [ OK ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 2022-09-27T16:19:53.5706869Z [----------] 1 test from ListTest_IValueBasedList (0 ms total) 2022-09-27T16:19:53.5707032Z 2022-09-27T16:19:53.5707209Z [----------] Global test environment tear-down 2022-09-27T16:19:53.5707543Z [==========] 47 tests from 2 test suites ran. (0 ms total) 2022-09-27T16:19:53.5707824Z [ PASSED ] 47 tests. 2022-09-27T16:19:53.6209030Z + ./NamedTensor_test 2022-09-27T16:19:53.8421954Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:53.8422762Z [==========] Running 10 tests from 1 test suite. 2022-09-27T16:19:53.8423159Z [----------] Global test environment set-up. 2022-09-27T16:19:53.8423631Z [----------] 10 tests from NamedTensorTest 2022-09-27T16:19:53.8424144Z [ RUN ] NamedTensorTest.isNamed 2022-09-27T16:19:53.8424791Z [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:19:53.8425592Z [ OK ] NamedTensorTest.isNamed (0 ms) 2022-09-27T16:19:53.8425923Z [ RUN ] NamedTensorTest.attachMetadata 2022-09-27T16:19:53.8426327Z [ OK ] NamedTensorTest.attachMetadata (0 ms) 2022-09-27T16:19:53.8426705Z [ RUN ] NamedTensorTest.internalSetNamesInplace 2022-09-27T16:19:53.8427106Z [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 2022-09-27T16:19:53.8427454Z [ RUN ] NamedTensorTest.empty 2022-09-27T16:19:53.8456510Z [ OK ] NamedTensorTest.empty (3 ms) 2022-09-27T16:19:53.8456929Z [ RUN ] NamedTensorTest.dimnameToPosition 2022-09-27T16:19:53.8461678Z [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 2022-09-27T16:19:53.8462196Z [ RUN ] NamedTensorTest.unifyFromRight 2022-09-27T16:19:53.8515339Z [ OK ] NamedTensorTest.unifyFromRight (5 ms) 2022-09-27T16:19:53.8515712Z [ RUN ] NamedTensorTest.alias 2022-09-27T16:19:53.8516136Z [ OK ] NamedTensorTest.alias (0 ms) 2022-09-27T16:19:53.8516449Z [ RUN ] NamedTensorTest.NoNamesGuard 2022-09-27T16:19:53.8516804Z [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 2022-09-27T16:19:53.8517153Z [ RUN ] NamedTensorTest.TensorNamePrint 2022-09-27T16:19:53.8517501Z [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 2022-09-27T16:19:53.8517875Z [ RUN ] NamedTensorTest.TensorNamesCheckUnique 2022-09-27T16:19:53.8521078Z [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 2022-09-27T16:19:53.8521502Z [----------] 10 tests from NamedTensorTest (9 ms total) 2022-09-27T16:19:53.8521667Z 2022-09-27T16:19:53.8521848Z [----------] Global test environment tear-down 2022-09-27T16:19:53.8522184Z [==========] 10 tests from 1 test suite ran. (10 ms total) 2022-09-27T16:19:53.8522463Z [ PASSED ] 10 tests. 2022-09-27T16:19:53.9092539Z + ./cpu_generator_test 2022-09-27T16:19:54.1340763Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:54.1341512Z [==========] Running 15 tests from 1 test suite. 2022-09-27T16:19:54.1342216Z [----------] Global test environment set-up. 2022-09-27T16:19:54.1342690Z [----------] 15 tests from CPUGeneratorImpl 2022-09-27T16:19:54.1343189Z [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 2022-09-27T16:19:54.1343861Z [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-09-27T16:19:54.1344543Z [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 2022-09-27T16:19:54.1345248Z [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 2022-09-27T16:19:54.1345683Z [ RUN ] CPUGeneratorImpl.TestCloning 2022-09-27T16:19:54.1346053Z [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 2022-09-27T16:19:54.1346453Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 2022-09-27T16:19:54.1346959Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (0 ms) 2022-09-27T16:19:54.1347398Z [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 2022-09-27T16:19:54.1347779Z [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 2022-09-27T16:19:54.1348218Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-09-27T16:19:54.1348700Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-09-27T16:19:54.1349111Z [ RUN ] CPUGeneratorImpl.TestRNGForking 2022-09-27T16:19:54.1556663Z [ OK ] CPUGeneratorImpl.TestRNGForking (21 ms) 2022-09-27T16:19:54.1557385Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 2022-09-27T16:19:54.1557862Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 2022-09-27T16:19:54.1558295Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 2022-09-27T16:19:54.1558888Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-09-27T16:19:54.1559420Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 2022-09-27T16:19:54.1560126Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-09-27T16:19:54.1560666Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 2022-09-27T16:19:54.1561385Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-09-27T16:19:54.1561976Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 2022-09-27T16:19:54.1562361Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-09-27T16:19:54.1562784Z [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 2022-09-27T16:19:54.1563245Z [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 2022-09-27T16:19:54.1563710Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN 2022-09-27T16:19:54.1564187Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN (0 ms) 2022-09-27T16:19:54.1564629Z [ RUN ] CPUGeneratorImpl.TestPhiloxDeterministic 2022-09-27T16:19:54.1565033Z [ OK ] CPUGeneratorImpl.TestPhiloxDeterministic (0 ms) 2022-09-27T16:19:54.1565415Z [----------] 15 tests from CPUGeneratorImpl (22 ms total) 2022-09-27T16:19:54.1565587Z 2022-09-27T16:19:54.1565763Z [----------] Global test environment tear-down 2022-09-27T16:19:54.1566093Z [==========] 15 tests from 1 test suite ran. (22 ms total) 2022-09-27T16:19:54.1566363Z [ PASSED ] 15 tests. 2022-09-27T16:19:54.2115744Z + ./vmap_test 2022-09-27T16:19:54.4330815Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:54.4331371Z [==========] Running 23 tests from 1 test suite. 2022-09-27T16:19:54.4331706Z [----------] Global test environment set-up. 2022-09-27T16:19:54.4331999Z [----------] 23 tests from VmapTest 2022-09-27T16:19:54.4332317Z [ RUN ] VmapTest.TestBatchedTensor 2022-09-27T16:19:54.4355023Z [ OK ] VmapTest.TestBatchedTensor (2 ms) 2022-09-27T16:19:54.4355367Z [ RUN ] VmapTest.TestBatchedTensorMaxLevel 2022-09-27T16:19:54.4369477Z [ OK ] VmapTest.TestBatchedTensorMaxLevel (1 ms) 2022-09-27T16:19:54.4369983Z [ RUN ] VmapTest.TestBatchedTensorActualDim 2022-09-27T16:19:54.4393710Z [ OK ] VmapTest.TestBatchedTensorActualDim (2 ms) 2022-09-27T16:19:54.4394081Z [ RUN ] VmapTest.TestMultiBatchVmapTransform 2022-09-27T16:19:54.4402912Z [ OK ] VmapTest.TestMultiBatchVmapTransform (0 ms) 2022-09-27T16:19:54.4403326Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 2022-09-27T16:19:54.4412337Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (0 ms) 2022-09-27T16:19:54.4412782Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 2022-09-27T16:19:54.4422056Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (0 ms) 2022-09-27T16:19:54.4422570Z [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 2022-09-27T16:19:54.4423041Z [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 2022-09-27T16:19:54.4423449Z [ RUN ] VmapTest.TestBatchedTensorSum 2022-09-27T16:19:54.4425981Z [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 2022-09-27T16:19:54.4426387Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 2022-09-27T16:19:54.4432471Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (0 ms) 2022-09-27T16:19:54.4432965Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 2022-09-27T16:19:54.4437892Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (0 ms) 2022-09-27T16:19:54.4438352Z [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 2022-09-27T16:19:54.4441776Z [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 2022-09-27T16:19:54.4442260Z [ RUN ] VmapTest.TestBatchedTensorMul 2022-09-27T16:19:54.4444308Z [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 2022-09-27T16:19:54.4444645Z [ RUN ] VmapTest.TestBatchedTensorSize 2022-09-27T16:19:54.4451124Z [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 2022-09-27T16:19:54.4451591Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 2022-09-27T16:19:54.4452023Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 2022-09-27T16:19:54.4452418Z [ RUN ] VmapTest.TestBatchedTensorExpand 2022-09-27T16:19:54.4553948Z [ OK ] VmapTest.TestBatchedTensorExpand (10 ms) 2022-09-27T16:19:54.4554569Z [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 2022-09-27T16:19:54.4555545Z [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 2022-09-27T16:19:54.4556306Z [ RUN ] VmapTest.TestBatchedTensorSqueeze 2022-09-27T16:19:54.4557108Z [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 2022-09-27T16:19:54.4557661Z [ RUN ] VmapTest.TestBatchedTensorTranspose 2022-09-27T16:19:54.4559834Z [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 2022-09-27T16:19:54.4560437Z [ RUN ] VmapTest.TestBatchedTensorPermute 2022-09-27T16:19:54.4561910Z [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 2022-09-27T16:19:54.4562589Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 2022-09-27T16:19:54.4574858Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (1 ms) 2022-09-27T16:19:54.4575340Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 2022-09-27T16:19:54.4580499Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (0 ms) 2022-09-27T16:19:54.4580957Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 2022-09-27T16:19:54.4584689Z [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 2022-09-27T16:19:54.4585134Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 2022-09-27T16:19:54.4588822Z [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (0 ms) 2022-09-27T16:19:54.4589276Z [----------] 23 tests from VmapTest (25 ms total) 2022-09-27T16:19:54.4589443Z 2022-09-27T16:19:54.4589619Z [----------] Global test environment tear-down 2022-09-27T16:19:54.4589938Z [==========] 23 tests from 1 test suite ran. (25 ms total) 2022-09-27T16:19:54.4590215Z [ PASSED ] 23 tests. 2022-09-27T16:19:54.5138173Z + ./operators_test 2022-09-27T16:19:54.7400216Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:54.7400722Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:19:54.7401056Z [----------] Global test environment set-up. 2022-09-27T16:19:54.7401363Z [----------] 4 tests from OperatorsTest 2022-09-27T16:19:54.7401714Z [ RUN ] OperatorsTest.TestFunctionDecltype 2022-09-27T16:19:54.7407920Z [ OK ] OperatorsTest.TestFunctionDecltype (0 ms) 2022-09-27T16:19:54.7408384Z [ RUN ] OperatorsTest.TestMethodOnlyDecltype 2022-09-27T16:19:54.7408819Z [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 2022-09-27T16:19:54.7409165Z [ RUN ] OperatorsTest.Test_ATEN_FN 2022-09-27T16:19:54.7430503Z [ OK ] OperatorsTest.Test_ATEN_FN (2 ms) 2022-09-27T16:19:54.7430933Z [ RUN ] OperatorsTest.TestOutVariantIsFaithful 2022-09-27T16:19:54.7431339Z [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 2022-09-27T16:19:54.7431718Z [----------] 4 tests from OperatorsTest (3 ms total) 2022-09-27T16:19:54.7431884Z 2022-09-27T16:19:54.7432047Z [----------] Global test environment tear-down 2022-09-27T16:19:54.7432574Z [==========] 4 tests from 1 test suite ran. (3 ms total) 2022-09-27T16:19:54.7432927Z [ PASSED ] 4 tests. 2022-09-27T16:19:54.7971449Z + [[ -x ./cudnn_test ]] 2022-09-27T16:19:54.7971706Z + [[ -x ./cuda_generator_test ]] 2022-09-27T16:19:54.7972038Z + [[ -x ./apply_test ]] 2022-09-27T16:19:54.7972449Z + [[ -x ./stream_test ]] 2022-09-27T16:19:54.7972843Z + [[ -x ./cuda_half_test ]] 2022-09-27T16:19:54.7973161Z + [[ -x ./cuda_vectorized_test ]] 2022-09-27T16:19:54.7973430Z + [[ -x ./cuda_distributions_test ]] 2022-09-27T16:19:54.7973679Z + [[ -x ./cuda_optional_test ]] 2022-09-27T16:19:54.7973946Z + [[ -x ./cuda_tensor_interop_test ]] 2022-09-27T16:19:54.7974205Z + [[ -x ./cuda_complex_test ]] 2022-09-27T16:19:54.7974520Z + [[ -x ./cuda_complex_math_test ]] 2022-09-27T16:19:54.7975003Z + [[ -x ./cuda_cub_test ]] 2022-09-27T16:19:54.7975407Z + [[ -x ./cuda_atomic_ops_test ]] 2022-09-27T16:19:54.7975759Z + '[' OFF == ON ']' 2022-09-27T16:19:54.7976041Z + popd 2022-09-27T16:19:54.7976353Z ~/workspace 2022-09-27T16:19:54.7976716Z + [[ -n '' ]] 2022-09-27T16:19:54.7976950Z + assert_git_not_dirty 2022-09-27T16:19:54.7977253Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:19:54.7977557Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:19:54.7980177Z ++ git status --porcelain 2022-09-27T16:19:54.8783743Z + git_status= 2022-09-27T16:19:54.8784226Z + [[ -n '' ]] 2022-09-27T16:19:54.8847067Z Prepare all required actions 2022-09-27T16:19:54.8847421Z Getting action download info 2022-09-27T16:19:55.0689515Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:19:55.0689757Z with: 2022-09-27T16:19:55.0690088Z github-token: *** 2022-09-27T16:19:55.0690279Z env: 2022-09-27T16:19:55.0690472Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:19:55.0690663Z ##[endgroup] 2022-09-27T16:19:55.0717444Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:19:55.0717701Z with: 2022-09-27T16:19:55.0717880Z shell: bash 2022-09-27T16:19:55.0718076Z timeout_minutes: 10 2022-09-27T16:19:55.0718277Z max_attempts: 5 2022-09-27T16:19:55.0718466Z retry_wait_seconds: 30 2022-09-27T16:19:55.0718864Z 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:19:55.0719289Z polling_interval_seconds: 1 2022-09-27T16:19:55.0719487Z warning_on_retry: true 2022-09-27T16:19:55.0719700Z continue_on_error: false 2022-09-27T16:19:55.0719892Z env: 2022-09-27T16:19:55.0720068Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:19:55.0720402Z GITHUB_TOKEN: *** 2022-09-27T16:19:55.0720597Z ##[endgroup] 2022-09-27T16:19:55.1132039Z 2022-09-27T16:19:55.1173933Z + python3 -m pip install requests==2.26.0 2022-09-27T16:19:55.3605960Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:19:55.3794942Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T16:19:55.3926906Z 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:19:55.3946524Z 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:19:55.4100478Z 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:19:55.4112302Z 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:19:55.5784661Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-006253cf936b4f415 2022-09-27T16:19:59.3469156Z + GHA_WORKFLOW_JOB_ID=8576163717 2022-09-27T16:19:59.3469956Z + echo '::set-output name=job-id::8576163717' 2022-09-27T16:20:00.1220762Z Command completed after 1 attempt(s). 2022-09-27T16:20:00.1220945Z 2022-09-27T16:20:00.1328249Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:20:00.1328495Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:20:00.1406315Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:20:00.1406553Z env: 2022-09-27T16:20:00.1406734Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:00.1406953Z MONITOR_SCRIPT_PID: 32384 2022-09-27T16:20:00.1407156Z ##[endgroup] 2022-09-27T16:20:00.1490708Z Prepare all required actions 2022-09-27T16:20:00.1490997Z Getting action download info 2022-09-27T16:20:00.3945294Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:20:00.7081902Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:20:00.7082143Z with: 2022-09-27T16:20:00.7082373Z file-suffix: test-default-1-2-linux.2xlarge_8576163717 2022-09-27T16:20:00.7082620Z env: 2022-09-27T16:20:00.7082811Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:00.7083002Z ##[endgroup] 2022-09-27T16:20:00.7132256Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T16:20:00.7132565Z # Remove any previous test jsons if they exist 2022-09-27T16:20:00.7132817Z rm -f test-jsons-*.zip 2022-09-27T16:20:00.7133151Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T16:20:00.7144333Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:20:00.7144608Z env: 2022-09-27T16:20:00.7144795Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:00.7145059Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_8576163717 2022-09-27T16:20:00.7145305Z ##[endgroup] 2022-09-27T16:20:00.7278955Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T16:20:00.7306071Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T16:20:00.7311986Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T16:20:00.7312982Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T16:20:00.7318390Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T16:20:00.7337422Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:20:00.7337734Z # Remove any previous test reports if they exist 2022-09-27T16:20:00.7337991Z rm -f test-reports-*.zip 2022-09-27T16:20:00.7338247Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T16:20:00.7348778Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:20:00.7349012Z env: 2022-09-27T16:20:00.7349193Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:00.7349456Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_8576163717 2022-09-27T16:20:00.7349699Z ##[endgroup] 2022-09-27T16:20:00.7785563Z adding: test/test-reports/python-pytest/test_ops/test_ops.xml (deflated 95%) 2022-09-27T16:20:00.7786131Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220927154700.xml (deflated 77%) 2022-09-27T16:20:00.7786709Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20220927154700.xml (deflated 85%) 2022-09-27T16:20:00.7787252Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20220927154700.xml (deflated 85%) 2022-09-27T16:20:00.7788358Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220927154700.xml (deflated 85%) 2022-09-27T16:20:00.7789015Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220927154700.xml (deflated 74%) 2022-09-27T16:20:00.7789689Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220927154700.xml (deflated 82%) 2022-09-27T16:20:00.7793847Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFX-20220927154700.xml (deflated 87%) 2022-09-27T16:20:00.7794642Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220927154700.xml (deflated 63%) 2022-09-27T16:20:00.7795621Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220927154700.xml (deflated 94%) 2022-09-27T16:20:00.7806061Z adding: test/test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20220927154700.xml (deflated 95%) 2022-09-27T16:20:00.7806800Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20220927154700.xml (deflated 75%) 2022-09-27T16:20:00.7807681Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927154700.xml (deflated 86%) 2022-09-27T16:20:00.7809743Z adding: test/test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20220927154700.xml (deflated 89%) 2022-09-27T16:20:00.7810448Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220927154700.xml (deflated 90%) 2022-09-27T16:20:00.7853634Z adding: test/test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20220927155045.xml (deflated 97%) 2022-09-27T16:20:00.7854264Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220927155338.xml (deflated 48%) 2022-09-27T16:20:00.7854988Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20220927155338.xml (deflated 40%) 2022-09-27T16:20:00.7944235Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20220927155338.xml (deflated 98%) 2022-09-27T16:20:00.7946708Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220927155338.xml (deflated 86%) 2022-09-27T16:20:00.7949157Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220927155338.xml (deflated 86%) 2022-09-27T16:20:00.7949752Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220927155533.xml (deflated 53%) 2022-09-27T16:20:00.7950357Z adding: test/test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220927155533.xml (deflated 53%) 2022-09-27T16:20:00.7950986Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220927155533.xml (deflated 41%) 2022-09-27T16:20:00.7951624Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220927155533.xml (deflated 40%) 2022-09-27T16:20:00.7952172Z adding: test/test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220927155533.xml (deflated 88%) 2022-09-27T16:20:00.7952702Z adding: test/test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220927155533.xml (deflated 71%) 2022-09-27T16:20:00.7985680Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNN-20220927155533.xml (deflated 95%) 2022-09-27T16:20:00.8000183Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20220927155533.xml (deflated 95%) 2022-09-27T16:20:00.8000854Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNInit-20220927155533.xml (deflated 84%) 2022-09-27T16:20:00.8001429Z adding: test/test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220927155533.xml (deflated 73%) 2022-09-27T16:20:00.8019416Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20220927155723.xml (deflated 97%) 2022-09-27T16:20:00.8019976Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20220927155723.xml (deflated 40%) 2022-09-27T16:20:00.8046823Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20220927155723.xml (deflated 98%) 2022-09-27T16:20:00.8047422Z adding: test/test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220927155904.xml (deflated 62%) 2022-09-27T16:20:00.8049939Z adding: test/test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220927155904.xml (deflated 90%) 2022-09-27T16:20:00.8050905Z adding: test/test-reports/python-unittest/test_optim/TEST-TestOptim-20220927155904.xml (deflated 80%) 2022-09-27T16:20:00.8051539Z adding: test/test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220927155904.xml (deflated 76%) 2022-09-27T16:20:00.8052209Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220927155954.xml (deflated 82%) 2022-09-27T16:20:00.8052756Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220927155954.xml (deflated 75%) 2022-09-27T16:20:00.8159054Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20220927160021.xml (deflated 98%) 2022-09-27T16:20:00.8159594Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20220927160021.xml (deflated 75%) 2022-09-27T16:20:00.8162213Z adding: test/test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20220927160036.xml (deflated 96%) 2022-09-27T16:20:00.8162937Z adding: test/test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220927160047.xml (deflated 56%) 2022-09-27T16:20:00.8163932Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220927160050.xml (deflated 76%) 2022-09-27T16:20:00.8164561Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220927160054.xml (deflated 80%) 2022-09-27T16:20:00.8165380Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20220927160054.xml (deflated 85%) 2022-09-27T16:20:00.8167115Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20220927160054.xml (deflated 91%) 2022-09-27T16:20:00.8167773Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20220927160056.xml (deflated 77%) 2022-09-27T16:20:00.8168419Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20220927160056.xml (deflated 80%) 2022-09-27T16:20:00.8169069Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20220927160056.xml (deflated 60%) 2022-09-27T16:20:00.8169635Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20220927160056.xml (deflated 87%) 2022-09-27T16:20:00.8170665Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220927160058.xml (deflated 88%) 2022-09-27T16:20:00.8171308Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20220927160058.xml (deflated 55%) 2022-09-27T16:20:00.8171997Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220927160058.xml (deflated 69%) 2022-09-27T16:20:00.8172610Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220927160101.xml (deflated 68%) 2022-09-27T16:20:00.8173282Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220927160101.xml (deflated 48%) 2022-09-27T16:20:00.8175440Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220927160101.xml (deflated 93%) 2022-09-27T16:20:00.8176326Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20220927160104.xml (deflated 92%) 2022-09-27T16:20:00.8177185Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20220927160104.xml (deflated 92%) 2022-09-27T16:20:00.8178093Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20220927160104.xml (deflated 93%) 2022-09-27T16:20:00.8178936Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20220927160104.xml (deflated 90%) 2022-09-27T16:20:00.8179717Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20220927160104.xml (deflated 65%) 2022-09-27T16:20:00.8180568Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20220927160104.xml (deflated 63%) 2022-09-27T16:20:00.8181407Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20220927160104.xml (deflated 84%) 2022-09-27T16:20:00.8182378Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20220927160104.xml (deflated 72%) 2022-09-27T16:20:00.8183093Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20220927160104.xml (deflated 84%) 2022-09-27T16:20:00.8183915Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20220927160104.xml (deflated 86%) 2022-09-27T16:20:00.8184673Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20220927160104.xml (deflated 75%) 2022-09-27T16:20:00.8185362Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20220927160104.xml (deflated 82%) 2022-09-27T16:20:00.8186005Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20220927160104.xml (deflated 79%) 2022-09-27T16:20:00.8186680Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20220927160104.xml (deflated 59%) 2022-09-27T16:20:00.8187904Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20220927160104.xml (deflated 88%) 2022-09-27T16:20:00.8189221Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20220927160104.xml (deflated 92%) 2022-09-27T16:20:00.8189908Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20220927160104.xml (deflated 69%) 2022-09-27T16:20:00.8190696Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20220927160104.xml (deflated 88%) 2022-09-27T16:20:00.8191391Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20220927160104.xml (deflated 76%) 2022-09-27T16:20:00.8192152Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20220927160104.xml (deflated 73%) 2022-09-27T16:20:00.8192883Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20220927160104.xml (deflated 68%) 2022-09-27T16:20:00.8193706Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20220927160104.xml (deflated 82%) 2022-09-27T16:20:00.8194452Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20220927160104.xml (deflated 53%) 2022-09-27T16:20:00.8195296Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20220927160104.xml (deflated 72%) 2022-09-27T16:20:00.8196091Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20220927160104.xml (deflated 74%) 2022-09-27T16:20:00.8196795Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20220927160104.xml (deflated 72%) 2022-09-27T16:20:00.8197725Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20220927160104.xml (deflated 53%) 2022-09-27T16:20:00.8198523Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20220927160104.xml (deflated 79%) 2022-09-27T16:20:00.8199300Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20220927160104.xml (deflated 73%) 2022-09-27T16:20:00.8200103Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20220927160104.xml (deflated 77%) 2022-09-27T16:20:00.8200841Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20220927160104.xml (deflated 76%) 2022-09-27T16:20:00.8201643Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20220927160104.xml (deflated 74%) 2022-09-27T16:20:00.8202419Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20220927160104.xml (deflated 85%) 2022-09-27T16:20:00.8203158Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20220927160104.xml (deflated 79%) 2022-09-27T16:20:00.8203789Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20220927160104.xml (deflated 63%) 2022-09-27T16:20:00.8204474Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20220927160104.xml (deflated 84%) 2022-09-27T16:20:00.8205186Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20220927160104.xml (deflated 71%) 2022-09-27T16:20:00.8205910Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20220927160104.xml (deflated 59%) 2022-09-27T16:20:00.8206620Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20220927160104.xml (deflated 83%) 2022-09-27T16:20:00.8207305Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20220927160104.xml (deflated 86%) 2022-09-27T16:20:00.8208017Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20220927160104.xml (deflated 80%) 2022-09-27T16:20:00.8208746Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20220927160104.xml (deflated 79%) 2022-09-27T16:20:00.8209495Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20220927160104.xml (deflated 80%) 2022-09-27T16:20:00.8210312Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20220927160104.xml (deflated 83%) 2022-09-27T16:20:00.8210977Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20220927160104.xml (deflated 87%) 2022-09-27T16:20:00.8211612Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20220927160104.xml (deflated 81%) 2022-09-27T16:20:00.8212533Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20220927160104.xml (deflated 85%) 2022-09-27T16:20:00.8213394Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20220927160104.xml (deflated 72%) 2022-09-27T16:20:00.8214560Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20220927160104.xml (deflated 85%) 2022-09-27T16:20:00.8215841Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20220927160104.xml (deflated 86%) 2022-09-27T16:20:00.8216692Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20220927160104.xml (deflated 83%) 2022-09-27T16:20:00.8217466Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20220927160104.xml (deflated 82%) 2022-09-27T16:20:00.8218236Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20220927160104.xml (deflated 72%) 2022-09-27T16:20:00.8218945Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20220927160104.xml (deflated 69%) 2022-09-27T16:20:00.8219826Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20220927160104.xml (deflated 87%) 2022-09-27T16:20:00.8221643Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20220927160104.xml (deflated 89%) 2022-09-27T16:20:00.8222522Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20220927160104.xml (deflated 63%) 2022-09-27T16:20:00.8223375Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20220927160104.xml (deflated 71%) 2022-09-27T16:20:00.8224169Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20220927160104.xml (deflated 85%) 2022-09-27T16:20:00.8224974Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20220927160104.xml (deflated 87%) 2022-09-27T16:20:00.8225758Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927160104.xml (deflated 85%) 2022-09-27T16:20:00.8226425Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20220927160104.xml (deflated 74%) 2022-09-27T16:20:00.8227105Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20220927160104.xml (deflated 72%) 2022-09-27T16:20:00.8240566Z adding: test/test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20220927161121.xml (deflated 97%) 2022-09-27T16:20:00.8241235Z adding: test/test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20220927161240.xml (deflated 44%) 2022-09-27T16:20:00.8241832Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20220927161240.xml (deflated 74%) 2022-09-27T16:20:00.8243347Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20220927161240.xml (deflated 86%) 2022-09-27T16:20:00.8245443Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20220927161240.xml (deflated 90%) 2022-09-27T16:20:00.8246143Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20220927161240.xml (deflated 76%) 2022-09-27T16:20:00.8246784Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20220927161240.xml (deflated 70%) 2022-09-27T16:20:00.8247451Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20220927161240.xml (deflated 42%) 2022-09-27T16:20:00.8248174Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20220927161240.xml (deflated 40%) 2022-09-27T16:20:00.8248789Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20220927161240.xml (deflated 71%) 2022-09-27T16:20:00.8249432Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20220927161240.xml (deflated 41%) 2022-09-27T16:20:00.8250073Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20220927161240.xml (deflated 59%) 2022-09-27T16:20:00.8250612Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20220927161240.xml (deflated 52%) 2022-09-27T16:20:00.8251173Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20220927161240.xml (deflated 60%) 2022-09-27T16:20:00.8251851Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20220927161240.xml (deflated 42%) 2022-09-27T16:20:00.8252432Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20220927161240.xml (deflated 42%) 2022-09-27T16:20:00.8252970Z adding: test/test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220927161403.xml (deflated 42%) 2022-09-27T16:20:00.8253611Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220927161457.xml (deflated 84%) 2022-09-27T16:20:00.8254241Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220927161538.xml (deflated 52%) 2022-09-27T16:20:00.8254933Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20220927161605.xml (deflated 95%) 2022-09-27T16:20:00.8255588Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20220927161605.xml (deflated 95%) 2022-09-27T16:20:00.8256308Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20220927161605.xml (deflated 76%) 2022-09-27T16:20:00.8256920Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20220927161605.xml (deflated 84%) 2022-09-27T16:20:00.8261710Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20220927161605.xml (deflated 93%) 2022-09-27T16:20:00.8262494Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220927161631.xml (deflated 61%) 2022-09-27T16:20:00.8263142Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220927161631.xml (deflated 76%) 2022-09-27T16:20:00.8263726Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220927161631.xml (deflated 73%) 2022-09-27T16:20:00.8264505Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220927161631.xml (deflated 64%) 2022-09-27T16:20:00.8265207Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220927161631.xml (deflated 84%) 2022-09-27T16:20:00.8265856Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220927161631.xml (deflated 65%) 2022-09-27T16:20:00.8266436Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220927161631.xml (deflated 66%) 2022-09-27T16:20:00.8266990Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220927161631.xml (deflated 41%) 2022-09-27T16:20:00.8267552Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220927161631.xml (deflated 60%) 2022-09-27T16:20:00.8275355Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220927161655.xml (deflated 86%) 2022-09-27T16:20:00.8275943Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220927161655.xml (deflated 60%) 2022-09-27T16:20:00.8277183Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20220927161655.xml (deflated 86%) 2022-09-27T16:20:00.8277947Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220927161655.xml (deflated 85%) 2022-09-27T16:20:00.8278599Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220927161655.xml (deflated 72%) 2022-09-27T16:20:00.8280660Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220927161655.xml (deflated 95%) 2022-09-27T16:20:00.8281378Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220927161655.xml (deflated 87%) 2022-09-27T16:20:00.8282097Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20220927161655.xml (deflated 71%) 2022-09-27T16:20:00.8282695Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220927161655.xml (deflated 77%) 2022-09-27T16:20:00.8283250Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220927161712.xml (deflated 62%) 2022-09-27T16:20:00.8286327Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20220927161712.xml (deflated 89%) 2022-09-27T16:20:00.8297674Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220927161712.xml (deflated 93%) 2022-09-27T16:20:00.8298239Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220927161712.xml (deflated 42%) 2022-09-27T16:20:00.8299024Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220927161727.xml (deflated 90%) 2022-09-27T16:20:00.8299636Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20220927161727.xml (deflated 67%) 2022-09-27T16:20:00.8305465Z adding: test/test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20220927161739.xml (deflated 97%) 2022-09-27T16:20:00.8321781Z adding: test/test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20220927161754.xml (deflated 96%) 2022-09-27T16:20:00.8324549Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220927161811.xml (deflated 92%) 2022-09-27T16:20:00.8326275Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220927161811.xml (deflated 88%) 2022-09-27T16:20:00.8326883Z adding: test/test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220927161818.xml (deflated 55%) 2022-09-27T16:20:00.8327505Z adding: test/test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220927161823.xml (deflated 53%) 2022-09-27T16:20:00.8328083Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220927161827.xml (deflated 73%) 2022-09-27T16:20:00.8328626Z adding: test/test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20220927161831.xml (deflated 53%) 2022-09-27T16:20:00.8329162Z adding: test/test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20220927161836.xml (deflated 67%) 2022-09-27T16:20:00.8329838Z adding: test/test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20220927161839.xml (deflated 92%) 2022-09-27T16:20:00.8330712Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20220927161843.xml (deflated 82%) 2022-09-27T16:20:00.8331409Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20220927161843.xml (deflated 76%) 2022-09-27T16:20:00.8332101Z adding: test/test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20220927161843.xml (deflated 84%) 2022-09-27T16:20:00.8332735Z adding: test/test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20220927161843.xml (deflated 76%) 2022-09-27T16:20:00.8333561Z adding: test/test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20220927161843.xml (deflated 86%) 2022-09-27T16:20:00.8334168Z adding: test/test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20220927161843.xml (deflated 72%) 2022-09-27T16:20:00.8334928Z adding: test/test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20220927161843.xml (deflated 71%) 2022-09-27T16:20:00.8335574Z adding: test/test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20220927161843.xml (deflated 79%) 2022-09-27T16:20:00.8336093Z adding: test/test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20220927161843.xml (deflated 73%) 2022-09-27T16:20:00.8336728Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20220927161843.xml (deflated 75%) 2022-09-27T16:20:00.8337425Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20220927161843.xml (deflated 81%) 2022-09-27T16:20:00.8338061Z adding: test/test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20220927161843.xml (deflated 47%) 2022-09-27T16:20:00.8338681Z adding: test/test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20220927161843.xml (deflated 69%) 2022-09-27T16:20:00.8339293Z adding: test/test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20220927161843.xml (deflated 76%) 2022-09-27T16:20:00.8339901Z adding: test/test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20220927161843.xml (deflated 44%) 2022-09-27T16:20:00.8340424Z adding: test/test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20220927161843.xml (deflated 71%) 2022-09-27T16:20:00.8341036Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220927161847.xml (deflated 81%) 2022-09-27T16:20:00.8341566Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220927161847.xml (deflated 89%) 2022-09-27T16:20:00.8345134Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220927161851.xml (deflated 94%) 2022-09-27T16:20:00.8346136Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20220927161851.xml (deflated 85%) 2022-09-27T16:20:00.8347237Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220927161851.xml (deflated 87%) 2022-09-27T16:20:00.8348474Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220927161854.xml (deflated 93%) 2022-09-27T16:20:00.8350294Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220927161857.xml (deflated 90%) 2022-09-27T16:20:00.8351331Z adding: test/test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220927161859.xml (deflated 83%) 2022-09-27T16:20:00.8351971Z adding: test/test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220927161902.xml (deflated 76%) 2022-09-27T16:20:00.8352593Z adding: test/test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220927161904.xml (deflated 82%) 2022-09-27T16:20:00.8353194Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220927161906.xml (deflated 66%) 2022-09-27T16:20:00.8353800Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220927161906.xml (deflated 41%) 2022-09-27T16:20:00.8354465Z adding: test/test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20220927161908.xml (deflated 81%) 2022-09-27T16:20:00.8355061Z adding: test/test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220927161910.xml (deflated 74%) 2022-09-27T16:20:00.8355663Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220927161912.xml (deflated 77%) 2022-09-27T16:20:00.8356436Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220927161912.xml (deflated 42%) 2022-09-27T16:20:00.8357041Z adding: test/test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220927161913.xml (deflated 75%) 2022-09-27T16:20:00.8357727Z adding: test/test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20220927161915.xml (deflated 84%) 2022-09-27T16:20:00.8358351Z adding: test/test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20220927161917.xml (deflated 61%) 2022-09-27T16:20:00.8359076Z adding: test/test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220927161919.xml (deflated 57%) 2022-09-27T16:20:00.8359675Z adding: test/test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220927161920.xml (deflated 39%) 2022-09-27T16:20:00.8360223Z adding: test/test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20220927161922.xml (deflated 83%) 2022-09-27T16:20:00.8360773Z adding: test/test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220927161924.xml (deflated 63%) 2022-09-27T16:20:00.8361339Z adding: test/test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20220927161926.xml (deflated 83%) 2022-09-27T16:20:00.8361897Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20220927161927.xml (deflated 70%) 2022-09-27T16:20:00.8380628Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:20:00.8380947Z # Remove any previous test reports if they exist 2022-09-27T16:20:00.8381199Z rm -f usage-log-*.zip 2022-09-27T16:20:00.8381482Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T16:20:00.8381972Z # so check to see if the file exists first 2022-09-27T16:20:00.8382221Z if [ -f 'usage_log.txt' ]; then 2022-09-27T16:20:00.8382492Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T16:20:00.8382782Z fi 2022-09-27T16:20:00.8393717Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:20:00.8393954Z env: 2022-09-27T16:20:00.8394139Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:00.8394405Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_8576163717 2022-09-27T16:20:00.8394653Z ##[endgroup] 2022-09-27T16:20:00.8613558Z adding: usage_log.txt (deflated 95%) 2022-09-27T16:20:00.8649753Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:20:00.8649983Z with: 2022-09-27T16:20:00.8650204Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:20:00.8650426Z retention-days: 14 2022-09-27T16:20:00.8650639Z if-no-files-found: warn 2022-09-27T16:20:00.8650854Z path: test-jsons-*.zip 2022-09-27T16:20:00.8651274Z name: artifact 2022-09-27T16:20:00.8651464Z s3-bucket: gha-artifacts 2022-09-27T16:20:00.8651671Z region: us-east-1 2022-09-27T16:20:00.8651860Z env: 2022-09-27T16:20:00.8652036Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:00.8652236Z ##[endgroup] 2022-09-27T16:20:01.2005800Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:20:01.2006366Z With the provided path, there will be 1 file uploaded 2022-09-27T16:20:01.2006715Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:20:01.2012535Z Starting upload of test-jsons-test-default-1-2-linux.2xlarge_8576163717.zip 2022-09-27T16:20:01.3559855Z Finished upload of test-jsons-test-default-1-2-linux.2xlarge_8576163717.zip 2022-09-27T16:20:01.3672112Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:20:01.3672342Z with: 2022-09-27T16:20:01.3672564Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:20:01.3672787Z retention-days: 14 2022-09-27T16:20:01.3673004Z if-no-files-found: error 2022-09-27T16:20:01.3673225Z path: test-reports-*.zip 2022-09-27T16:20:01.3673419Z name: artifact 2022-09-27T16:20:01.3673706Z s3-bucket: gha-artifacts 2022-09-27T16:20:01.3673915Z region: us-east-1 2022-09-27T16:20:01.3674100Z env: 2022-09-27T16:20:01.3674280Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:01.3674482Z ##[endgroup] 2022-09-27T16:20:01.6782610Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:20:01.6783146Z With the provided path, there will be 1 file uploaded 2022-09-27T16:20:01.6783453Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:20:01.6789587Z Starting upload of test-reports-test-default-1-2-linux.2xlarge_8576163717.zip 2022-09-27T16:20:01.9561767Z Finished upload of test-reports-test-default-1-2-linux.2xlarge_8576163717.zip 2022-09-27T16:20:01.9683028Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:20:01.9683262Z with: 2022-09-27T16:20:01.9683486Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:20:01.9683710Z retention-days: 14 2022-09-27T16:20:01.9683927Z if-no-files-found: ignore 2022-09-27T16:20:01.9684145Z path: usage-log-*.zip 2022-09-27T16:20:01.9684335Z name: artifact 2022-09-27T16:20:01.9684533Z s3-bucket: gha-artifacts 2022-09-27T16:20:01.9684770Z region: us-east-1 2022-09-27T16:20:01.9684953Z env: 2022-09-27T16:20:01.9685130Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:01.9685330Z ##[endgroup] 2022-09-27T16:20:02.2766855Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:20:02.2767390Z With the provided path, there will be 1 file uploaded 2022-09-27T16:20:02.2767845Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:20:02.2774893Z Starting upload of usage-log-test-default-1-2-linux.2xlarge_8576163717.zip 2022-09-27T16:20:02.5140416Z Finished upload of usage-log-test-default-1-2-linux.2xlarge_8576163717.zip 2022-09-27T16:20:02.5257941Z ##[group]Run set -x 2022-09-27T16:20:02.5258160Z set -x 2022-09-27T16:20:02.5258397Z python3 -m pip install -r requirements.txt 2022-09-27T16:20:02.5258664Z python3 -m pip install boto3==1.19.12 2022-09-27T16:20:02.5258984Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:20:02.5270407Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:20:02.5270649Z env: 2022-09-27T16:20:02.5270845Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:02.5271061Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:20:02.5271274Z BRANCH: pull/85462 2022-09-27T16:20:02.5271473Z TEST_CONFIG: default 2022-09-27T16:20:02.5271657Z SHARD_NUMBER: 1 2022-09-27T16:20:02.5271898Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-09-27T16:20:02.5272135Z PR_NUMBER: 85462 2022-09-27T16:20:02.5272331Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:20:02.5272557Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:20:02.5272833Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:20:02.5273033Z TAG: 2022-09-27T16:20:02.5273217Z WORKFLOW_ID: 3133193930 2022-09-27T16:20:02.5273554Z GITHUB_TOKEN: *** 2022-09-27T16:20:02.5273750Z GHA_WORKFLOW_JOB_ID: 8576163717 2022-09-27T16:20:02.5273963Z ##[endgroup] 2022-09-27T16:20:02.5298364Z + python3 -m pip install -r requirements.txt 2022-09-27T16:20:02.7409570Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:20:02.7677075Z 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:20:02.7702985Z 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:20:02.7710753Z 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:20:02.7720300Z 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:20:02.8085355Z 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:20:02.8094487Z 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:20:02.8172992Z 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:20:02.8180974Z 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:20:02.8400350Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T16:20:02.8565972Z 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:20:02.8574845Z 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:20:02.8580263Z 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:20:02.8589614Z 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:20:02.8610548Z 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:20:02.8634318Z 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:20:02.8881784Z 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:20:02.8891798Z 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:20:02.8908457Z 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:20:02.9061920Z 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:20:02.9082566Z 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:20:02.9093977Z 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:20:02.9102180Z 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:20:02.9696434Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:20:03.1747183Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:20:03.1929192Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T16:20:03.1979348Z 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:20:03.2006777Z 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:20:03.2019558Z 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:20:03.2071113Z 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:20:03.2091241Z 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:20:03.2244766Z 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:20:03.3938216Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:20:42.8134652Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:20:42.8135425Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage":"RequestId: e29fda59-8822-41b1-b121-5522e968f172 Error: Runtime exited with error: signal: killed","errorType":"Runtime.ExitError"} 2022-09-27T16:20:42.8135722Z 2022-09-27T16:20:42.8138256Z ----- Historic stats comparison result ------ 2022-09-27T16:20:42.8138603Z 2022-09-27T16:20:42.8138869Z job: linux-bionic-py3.7-clang9 2022-09-27T16:20:42.8139320Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:20:42.8139571Z 2022-09-27T16:20:42.8139837Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:20:42.8140143Z 2022-09-27T16:20:42.8140274Z : (master) 2022-09-27T16:20:42.8140569Z | 2022-09-27T16:20:42.8140923Z | * 52424e2bf3 (HEAD) total time 4775.71s 2022-09-27T16:20:42.8141269Z | | 2022-09-27T16:20:42.8141574Z | : (4 commits) 2022-09-27T16:20:42.8142113Z |/ 2022-09-27T16:20:42.8144814Z * c7c2578f93 (base) 8 reports, total time 4639.63s ± 1079.28s 2022-09-27T16:20:42.8145736Z * 99ad8a3048 8 reports, total time 4551.43s ± 1056.95s 2022-09-27T16:20:42.8146305Z * 34296e2f4c 8 reports, total time 4672.33s ± 1065.23s 2022-09-27T16:20:42.8146870Z * 4523ac7aa1 8 reports, total time 4829.45s ± 1218.91s 2022-09-27T16:20:42.8147439Z * f21e77d9a6 8 reports, total time 4566.11s ± 1051.70s 2022-09-27T16:20:42.8147991Z * 26a861cb27 8 reports, total time 4600.78s ± 1019.06s 2022-09-27T16:20:42.8148538Z * 56a41b5998 8 reports, total time 4722.25s ± 763.68s 2022-09-27T16:20:42.8149086Z * 1910c5847e 8 reports, total time 4766.51s ± 762.85s 2022-09-27T16:20:42.8149627Z * caa0ab557d 8 reports, total time 4622.02s ± 1052.89s 2022-09-27T16:20:42.8150015Z * 0336308be5 0 reports 2022-09-27T16:20:42.8150310Z | 2022-09-27T16:20:42.8150596Z : 2022-09-27T16:20:42.8150767Z 2022-09-27T16:20:42.8150975Z Removed (across 503 suites) 0 tests, totaling 0.00s 2022-09-27T16:20:42.8151492Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:20:42.8151945Z Added (across 223 suites) 59625 tests, totaling +4775.71s 2022-09-27T16:20:42.9335235Z Prepare all required actions 2022-09-27T16:20:42.9356155Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T16:20:42.9356378Z with: 2022-09-27T16:20:42.9356547Z env: 2022-09-27T16:20:42.9356736Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:42.9356927Z ##[endgroup] 2022-09-27T16:20:42.9371888Z ##[group]Run set -eou pipefail 2022-09-27T16:20:42.9372132Z set -eou pipefail 2022-09-27T16:20:42.9372318Z  2022-09-27T16:20:42.9372576Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T16:20:42.9372846Z for _ in $(seq 1440); do 2022-09-27T16:20:42.9373173Z  # Break if no ssh session exists anymore 2022-09-27T16:20:42.9373398Z  if [ "$(who)" = "" ]; then 2022-09-27T16:20:42.9373602Z  break 2022-09-27T16:20:42.9373790Z  fi 2022-09-27T16:20:42.9373964Z  echo "." 2022-09-27T16:20:42.9374160Z  sleep 5 2022-09-27T16:20:42.9374380Z done 2022-09-27T16:20:42.9385842Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:20:42.9386180Z env: 2022-09-27T16:20:42.9386367Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:42.9386578Z ##[endgroup] 2022-09-27T16:20:42.9410685Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T16:20:42.9472848Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:20:42.9473180Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:20:42.9473434Z # shellcheck disable=SC2046 2022-09-27T16:20:42.9473680Z docker stop $(docker ps -q) || true 2022-09-27T16:20:42.9473925Z # Prune all of the docker images 2022-09-27T16:20:42.9474144Z docker system prune -af 2022-09-27T16:20:42.9484494Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:20:42.9484729Z env: 2022-09-27T16:20:42.9484910Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:42.9485122Z ##[endgroup] 2022-09-27T16:20:43.3458760Z d2d82f188020 2022-09-27T16:20:44.2954685Z Deleted Containers: 2022-09-27T16:20:44.2955179Z d2d82f188020df91f26f5dbe8616880baca781f72f2435b820e5ca2625210d85 2022-09-27T16:20:44.2955366Z 2022-09-27T16:20:51.0391404Z Deleted Images: 2022-09-27T16:20:51.0391889Z deleted: sha256:8634ec256bfe919294251db4b2fa59bbf8a8c766fe6317abd389997d16f5f4e4 2022-09-27T16:20:51.0392498Z deleted: sha256:3ec00175d82f98e3c8fa547f1129672d4852aa6ff09458c40679355567516624 2022-09-27T16:20:51.0393107Z deleted: sha256:0a089306be739a6b9d305e499b9dc9f62faeb7023c6303d57aa5ed8da5aa7367 2022-09-27T16:20:51.0393691Z deleted: sha256:06dd3144f90a99b307fc9bf7d8af66a5c38054dc85b3f86c88fea18d620d55c4 2022-09-27T16:20:51.0394266Z deleted: sha256:8cdce5ca554ae9bb613f1b58a985eea2e4ba2498dba31a95595de8b75a44d443 2022-09-27T16:20:51.0394889Z deleted: sha256:9b67c69a9fa83a1dc62f09e106d65ff5ee5a96d3a358bffef85feacc776790db 2022-09-27T16:20:51.0395490Z deleted: sha256:17583019aba936b0c80a4b4fd43130d19fe4061187a49510452962ba0adae763 2022-09-27T16:20:51.0395952Z deleted: sha256:86a48ca19d4dbb5256950faca9495adab5c39a475aebd7a6e83906ee61d3d1e1 2022-09-27T16:20:51.0396511Z deleted: sha256:4eb03db0598c627f4bf4e71277efa0937e91dec50593a4fd8a1e6214bcda6ec9 2022-09-27T16:20:51.0397109Z deleted: sha256:24c132f49770c76fdf74b74eaa1caf09a12830dc905e96614eda5a0bd0268024 2022-09-27T16:20:51.0397462Z deleted: sha256:058119e03134868876db8b3f20db9ddbf2a15ad9210a36d9272e218e3f41d849 2022-09-27T16:20:51.0397978Z deleted: sha256:c84fe8b3f5c0ffa8dc8886031a03a794bacbfaeec1e532b8bf321e5bf1cd2bf0 2022-09-27T16:20:51.0398654Z deleted: sha256:f05d8bc67bd50840f87cc71482cdc3a1dd627b8dea04b4d8d61b12e06ca78102 2022-09-27T16:20:51.0399296Z deleted: sha256:85af81b09896a600ffe260d93abacd0b0a8dd0c67b4cded3a306802e59b7dd5b 2022-09-27T16:20:51.0399844Z deleted: sha256:93a3d0b8cb337d5cbf49308703df618205b87107739e6541d90e36dc0214d2c6 2022-09-27T16:20:51.0400157Z deleted: sha256:3e549931e0240b9aac25dc79ed6a6259863879a5c9bd20755f77cac27c1ab8c8 2022-09-27T16:20:51.0400994Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T16:20:51.0401696Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9@sha256:e9db1e9f59a75821add26dfb4133d4c92a02559f34ad8230c2fd96064dcdded6 2022-09-27T16:20:51.0402164Z deleted: sha256:f67cf4d7519b30d7f3b470cf6a036723a19d0fb703dc370b034ff91fef0031c0 2022-09-27T16:20:51.0402492Z deleted: sha256:e9fc2a60427733541ad808df3b2411f824dfb97e332a53ea477765930c4316e3 2022-09-27T16:20:51.0402826Z deleted: sha256:e351d384799762e00f849c69a7fffb3ef07b72ecd0390e6eb05ff4d9de8dff28 2022-09-27T16:20:51.0403162Z deleted: sha256:e7659c4ba074524527a3f9a3578da5c14a2799f78dea89a456301ad1f6c4937f 2022-09-27T16:20:51.0403478Z deleted: sha256:72104fcc669807d479ba73a12274bb6c97b3f7ebdd2374006ed2511c320223ee 2022-09-27T16:20:51.0403825Z deleted: sha256:7d00f5d20fda1d8f29badae1260b980488655a89beb3d202ae5059ecca215f24 2022-09-27T16:20:51.0404184Z deleted: sha256:aba25d922ff4e9af36085a1028bccf2fa460b8ed02be08e803134e5eea532bc1 2022-09-27T16:20:51.0404653Z deleted: sha256:a73efdd6a5566bab4ebf206184309d670a1fc3f83cbf2d58bfc93ad720277596 2022-09-27T16:20:51.0404984Z deleted: sha256:91e805e6aff5969c49f164f6dd865876777059157ffa9b869bb1d0679ca50d8d 2022-09-27T16:20:51.0405327Z deleted: sha256:4c0d9d750a6b5c491713ff8c66bd81db9bfd0fef4ff2ec1aafbc37a96761a91d 2022-09-27T16:20:51.0405699Z deleted: sha256:2e7ee59dcc62bdfc4d4b35dd4a5ac9fc4cc0699983def1a2f0f346d8dbe7f8d7 2022-09-27T16:20:51.0406043Z deleted: sha256:6c3a87e5ba50ae87d0752be396b030631d0c3ea79283e4a107eb003017addab6 2022-09-27T16:20:51.0406373Z deleted: sha256:8b678f1959737c7f8c7d97b88a17425afdee4ea823aee33970cb4682248b0579 2022-09-27T16:20:51.0406713Z deleted: sha256:efe0e49a7bef8e03ff547a93b78422fee9c7db32447686a24d7221e3379f0f1d 2022-09-27T16:20:51.0407054Z deleted: sha256:86f28ca2e74d3d5597350f084a684280a86af8de26b3015e5e05eb79f8e47747 2022-09-27T16:20:51.0407379Z deleted: sha256:173e1d33df383ca2e50c77f4580fdef2f4d978f8c6c994d03105d7cbea993b3c 2022-09-27T16:20:51.0407724Z deleted: sha256:f16239bbcbee98977b72f682efb8a16a0b711c66c7efd2db1b52ef40481b8d75 2022-09-27T16:20:51.0408078Z deleted: sha256:d4105cf30a7941e0e40177c99a028b8123acd9ea1e6b9fbc759f0f1baf88b2b0 2022-09-27T16:20:51.0408413Z deleted: sha256:7fac6b0b3575c685dd3fffe6034634a3fe906f7aa32af60becfd8f6e16645fb9 2022-09-27T16:20:51.0408743Z deleted: sha256:c849747ea1c74674517f061100d5079eb467882529243e39df8dd93468646765 2022-09-27T16:20:51.0409060Z deleted: sha256:671d45daab497b2b1a19b5dd645b272282c58c84fad749c8d89d74f1d3683f24 2022-09-27T16:20:51.0409393Z deleted: sha256:11358bb4deb2890190d70312336fa292adbe16c3df2f372856ea54440369e201 2022-09-27T16:20:51.0409711Z deleted: sha256:08917738ae1eab695997e8ce30db00eb36ecc093423861d2327373e0e2392b6e 2022-09-27T16:20:51.0410041Z deleted: sha256:11c8c8a24d44a324a5003d8bfede89bb6137335e8de87e93988a9364d4452abc 2022-09-27T16:20:51.0410395Z deleted: sha256:e6fafa422b6fcd54f55cb48e6362dac77c7c1a6c61905de4f25d6000ba8baafe 2022-09-27T16:20:51.0410742Z deleted: sha256:2eefbda33c4aacd911705ee0196c60c7d2d57866cfb147208850cb17bbe934d9 2022-09-27T16:20:51.0411086Z deleted: sha256:5effe2669664eb1627825c5f4ed4bb73aa11953c52b12e85d33dd01354cc3e6e 2022-09-27T16:20:51.0411434Z deleted: sha256:fb0ef7be42f4bbeba2891175f3d4698a59ac9e984e7e1cef568aa20fcf4bb0f9 2022-09-27T16:20:51.0411772Z deleted: sha256:1870b379f4d5b26372da9dfac82768965672ded025586641dd3bc034388a544d 2022-09-27T16:20:51.0412105Z deleted: sha256:a8b342afe4debd855dbbc504c6366888abe8c6c3e6e5dbc7ee5ca1cacfe2c044 2022-09-27T16:20:51.0412466Z deleted: sha256:39dd70dcf8075523dbabf319a0f636cf83ea54e314a5a7aecf28d6118d66c9d9 2022-09-27T16:20:51.0412809Z deleted: sha256:006c47455654e644a00b64f73d723e1b0fce8e65f970a01bbda0e7ad1aa900a8 2022-09-27T16:20:51.0413203Z deleted: sha256:c49c8df25821285c3c7de083564733751ca041c707500e35baf5be16138e54ee 2022-09-27T16:20:51.0413604Z deleted: sha256:ba542c58dd1e22be964e0b7200c4148fc5a46508789ffa1413793c21501dd0db 2022-09-27T16:20:51.0413996Z deleted: sha256:623c7e2efbf5e46899eb08f9d89885b456d5cddf9d656ccaf751e8ab75a88332 2022-09-27T16:20:51.0414380Z deleted: sha256:9b9c9fb383d452189812595749422f4c0d7d8d0fd82e54467506ec77d1cae714 2022-09-27T16:20:51.0415099Z deleted: sha256:d1a45aea6f4ef161fa8552ef7bfbaa18f1999d48d1fd988923427e810cba576e 2022-09-27T16:20:51.0415445Z deleted: sha256:185da5e4df22768961c34a391bc86bb9f18bf1d91f587484153e07859644c1c8 2022-09-27T16:20:51.0415796Z deleted: sha256:c4a8de1e672c5affe1c5f4061bd4946baf6bc992efc181d2aaf557b04aba08d2 2022-09-27T16:20:51.0416142Z deleted: sha256:cbfa790579f3a0fb28ea6072072c69495de1aedc78389fec04a35c1563e5330d 2022-09-27T16:20:51.0416473Z deleted: sha256:149a9e2b4f1e4f7308416cbf87970f5288574454368b47a64913a1b851509f2d 2022-09-27T16:20:51.0416786Z deleted: sha256:01262f1e220f0612f245f16dd1235454904a7f93a08f8c850bf16e472c579484 2022-09-27T16:20:51.0417089Z deleted: sha256:3554749b09881e7c4912a9805b45a070607a07b4c07c0a9f8e3200c90cb5222a 2022-09-27T16:20:51.0417403Z deleted: sha256:0c8a1a649dc5c2984ce62517a145d3d668d7f5f71dcb4a098cc17ce4110443c7 2022-09-27T16:20:51.0417745Z deleted: sha256:9296e22d6d55b526e3f4e0eba8ac2eb9cee77c315b3529b9167b6e4acb41e489 2022-09-27T16:20:51.0418152Z deleted: sha256:9abf4b45c8c00862cc04e4b484f2cd7780bb4b46cbeaf94d7181fd95874df279 2022-09-27T16:20:51.0418492Z deleted: sha256:1876d4b9ab1dc36f061ee9ead000d8e4f2f774039b4a97f538efeafec3ba8f6d 2022-09-27T16:20:51.0418847Z deleted: sha256:ffb83a1fe4303a92cb353c9c02feb3f07aab47ad77f63c336d099ab2c64320f0 2022-09-27T16:20:51.0419204Z deleted: sha256:bb605e60ef47fddb60e3c71d22f534739ddba9ddaad6076b61c977165ebcac43 2022-09-27T16:20:51.0419567Z deleted: sha256:3eb1b181cafeeda20d06a2af24ab2659e3a9b64b74d8b06d296ede2908db82ed 2022-09-27T16:20:51.0419911Z deleted: sha256:509eab4c3e8c42acfa474748a5c38a062ac858e01dc3d57887175b359f0685fa 2022-09-27T16:20:51.0420259Z deleted: sha256:912516db6dabe5e5a4c1db24a56ea60d8a4f3d655cec9643c61cc6986ccb74cf 2022-09-27T16:20:51.0420610Z deleted: sha256:fba9849c4cf9920511902fe82c9a7ae56e330e2b05df56c416ad19e66f415fce 2022-09-27T16:20:51.0420925Z deleted: sha256:d8296ac69e454993d70af99eba9587a53226f7368b8444ba8d12919616c1a9ca 2022-09-27T16:20:51.0421257Z deleted: sha256:0796ef6b9f9f44f8647ceb80689942b0e5da86c9be14cd7b495de8a3833e1d71 2022-09-27T16:20:51.0421584Z deleted: sha256:4d7c9b0030311510139f3287accd3dc9af20fb727f5bb575899f1e460d33c288 2022-09-27T16:20:51.0422078Z deleted: sha256:42c7c54a35881a89c5626c582f061dd80c23f4f2ef364bc17547df443235091f 2022-09-27T16:20:51.0422413Z deleted: sha256:be34e4e2791b05bf3b2db324a98b2c0ddbad4c3732b5bdc883cfe83bacbfad81 2022-09-27T16:20:51.0422777Z deleted: sha256:96f78bbfe84c30ca4da7aa542c1212eb7bbf2ffbccec4ae631233d5f0233648d 2022-09-27T16:20:51.0423128Z deleted: sha256:0589615b37ecec29eeb51f07bef02120c7c29550c88d9fb6523536017fe69282 2022-09-27T16:20:51.0423430Z deleted: sha256:4a641e21953d4161b38a01933802b61ad314880fc6a93e8667dd210846fe7071 2022-09-27T16:20:51.0423600Z 2022-09-27T16:20:51.0423716Z Total reclaimed space: 14.97GB 2022-09-27T16:20:51.0488345Z Post job cleanup. 2022-09-27T16:20:51.0542982Z Post job cleanup. 2022-09-27T16:20:51.4287423Z [command]/usr/bin/git version 2022-09-27T16:20:51.4335861Z git version 2.37.1 2022-09-27T16:20:51.4406251Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/434b8bc3-be69-4c6f-aecb-37f08f8eba2c' before making global git config changes 2022-09-27T16:20:51.4406988Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:20:51.4413247Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T16:20:51.4452207Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:20:51.4484171Z [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:20:51.4807311Z Entering 'android/libs/fbjni' 2022-09-27T16:20:51.4847477Z Entering 'third_party/FP16' 2022-09-27T16:20:51.4889246Z Entering 'third_party/FXdiv' 2022-09-27T16:20:51.4925226Z Entering 'third_party/NNPACK' 2022-09-27T16:20:51.4963993Z Entering 'third_party/QNNPACK' 2022-09-27T16:20:51.5003712Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:20:51.5036501Z Entering 'third_party/XNNPACK' 2022-09-27T16:20:51.5131071Z Entering 'third_party/benchmark' 2022-09-27T16:20:51.5169164Z Entering 'third_party/cpuinfo' 2022-09-27T16:20:51.5217169Z Entering 'third_party/cub' 2022-09-27T16:20:51.5257866Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:20:51.5296575Z Entering 'third_party/cutlass' 2022-09-27T16:20:51.5335760Z Entering 'third_party/eigen' 2022-09-27T16:20:51.5391006Z Entering 'third_party/fbgemm' 2022-09-27T16:20:51.5447619Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:20:51.5499672Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:20:51.5554034Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:20:51.5601457Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:20:51.5640955Z Entering 'third_party/flatbuffers' 2022-09-27T16:20:51.5677288Z Entering 'third_party/fmt' 2022-09-27T16:20:51.5718524Z Entering 'third_party/foxi' 2022-09-27T16:20:51.5755492Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:20:51.5798544Z Entering 'third_party/gloo' 2022-09-27T16:20:51.5837891Z Entering 'third_party/googletest' 2022-09-27T16:20:51.5878788Z Entering 'third_party/ideep' 2022-09-27T16:20:51.5938597Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:20:51.6025608Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:20:51.6093437Z Entering 'third_party/ios-cmake' 2022-09-27T16:20:51.6131051Z Entering 'third_party/ittapi' 2022-09-27T16:20:51.6164023Z Entering 'third_party/kineto' 2022-09-27T16:20:51.6196731Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:20:51.6229081Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:20:51.6262592Z Entering 'third_party/nccl/nccl' 2022-09-27T16:20:51.6302962Z Entering 'third_party/neon2sse' 2022-09-27T16:20:51.6337957Z Entering 'third_party/nlohmann' 2022-09-27T16:20:51.6372437Z Entering 'third_party/onnx' 2022-09-27T16:20:51.6489573Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:20:51.6557517Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:20:51.6597064Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:20:51.6666960Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:20:51.6765679Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:20:51.6823731Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:20:51.6884878Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:20:51.6925610Z Entering 'third_party/pocketfft' 2022-09-27T16:20:51.6958974Z Entering 'third_party/protobuf' 2022-09-27T16:20:51.7001960Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:20:51.7034171Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:20:51.7068523Z Entering 'third_party/psimd' 2022-09-27T16:20:51.7101918Z Entering 'third_party/pthreadpool' 2022-09-27T16:20:51.7134934Z Entering 'third_party/pybind11' 2022-09-27T16:20:51.7168582Z Entering 'third_party/python-enum' 2022-09-27T16:20:51.7201730Z Entering 'third_party/python-peachpy' 2022-09-27T16:20:51.7234642Z Entering 'third_party/python-six' 2022-09-27T16:20:51.7269044Z Entering 'third_party/sleef' 2022-09-27T16:20:51.7302454Z Entering 'third_party/tbb' 2022-09-27T16:20:51.7336701Z Entering 'third_party/tensorpipe' 2022-09-27T16:20:51.7369810Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:20:51.7404188Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:20:51.7441591Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:20:51.7478317Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:20:51.7511357Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:20:51.7546548Z Entering 'third_party/zstd' 2022-09-27T16:20:51.7594842Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:20:51.7620335Z http.https://github.com/.extraheader 2022-09-27T16:20:51.7628603Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:20:51.7663226Z [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:20:51.7909392Z Entering 'android/libs/fbjni' 2022-09-27T16:20:51.7928545Z http.https://github.com/.extraheader 2022-09-27T16:20:51.7953938Z Entering 'third_party/FP16' 2022-09-27T16:20:51.7973604Z http.https://github.com/.extraheader 2022-09-27T16:20:51.7998891Z Entering 'third_party/FXdiv' 2022-09-27T16:20:51.8019181Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8044748Z Entering 'third_party/NNPACK' 2022-09-27T16:20:51.8063785Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8089209Z Entering 'third_party/QNNPACK' 2022-09-27T16:20:51.8108168Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8132903Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:20:51.8152613Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8177616Z Entering 'third_party/XNNPACK' 2022-09-27T16:20:51.8197218Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8239571Z Entering 'third_party/benchmark' 2022-09-27T16:20:51.8258839Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8283901Z Entering 'third_party/cpuinfo' 2022-09-27T16:20:51.8303867Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8328908Z Entering 'third_party/cub' 2022-09-27T16:20:51.8348464Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8380997Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:20:51.8401430Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8431332Z Entering 'third_party/cutlass' 2022-09-27T16:20:51.8451293Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8483105Z Entering 'third_party/eigen' 2022-09-27T16:20:51.8502796Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8530027Z Entering 'third_party/fbgemm' 2022-09-27T16:20:51.8550455Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8576472Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:20:51.8595542Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8620925Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:20:51.8640719Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8667672Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:20:51.8686735Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8712654Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:20:51.8731602Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8759889Z Entering 'third_party/flatbuffers' 2022-09-27T16:20:51.8779972Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8807746Z Entering 'third_party/fmt' 2022-09-27T16:20:51.8827203Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8853727Z Entering 'third_party/foxi' 2022-09-27T16:20:51.8873627Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8899528Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:20:51.8920250Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8947244Z Entering 'third_party/gloo' 2022-09-27T16:20:51.8967782Z http.https://github.com/.extraheader 2022-09-27T16:20:51.8993519Z Entering 'third_party/googletest' 2022-09-27T16:20:51.9013303Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9039209Z Entering 'third_party/ideep' 2022-09-27T16:20:51.9059397Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9084154Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:20:51.9103709Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9136809Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:20:51.9156520Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9188960Z Entering 'third_party/ios-cmake' 2022-09-27T16:20:51.9208122Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9233081Z Entering 'third_party/ittapi' 2022-09-27T16:20:51.9252405Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9277626Z Entering 'third_party/kineto' 2022-09-27T16:20:51.9296850Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9321996Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:20:51.9340664Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9366905Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:20:51.9385593Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9412202Z Entering 'third_party/nccl/nccl' 2022-09-27T16:20:51.9431484Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9456661Z Entering 'third_party/neon2sse' 2022-09-27T16:20:51.9476451Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9500713Z Entering 'third_party/nlohmann' 2022-09-27T16:20:51.9521346Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9547378Z Entering 'third_party/onnx' 2022-09-27T16:20:51.9566376Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9603084Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:20:51.9622448Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9658452Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:20:51.9677981Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9711308Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:20:51.9730570Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9762933Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:20:51.9782259Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9812442Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:20:51.9831909Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9860996Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:20:51.9880109Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9909201Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:20:51.9929014Z http.https://github.com/.extraheader 2022-09-27T16:20:51.9964166Z Entering 'third_party/pocketfft' 2022-09-27T16:20:51.9985121Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0011796Z Entering 'third_party/protobuf' 2022-09-27T16:20:52.0032919Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0067594Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:20:52.0087512Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0113836Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:20:52.0132958Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0165531Z Entering 'third_party/psimd' 2022-09-27T16:20:52.0186448Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0212340Z Entering 'third_party/pthreadpool' 2022-09-27T16:20:52.0234337Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0261152Z Entering 'third_party/pybind11' 2022-09-27T16:20:52.0281511Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0308454Z Entering 'third_party/python-enum' 2022-09-27T16:20:52.0328588Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0354520Z Entering 'third_party/python-peachpy' 2022-09-27T16:20:52.0375202Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0400933Z Entering 'third_party/python-six' 2022-09-27T16:20:52.0421534Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0447222Z Entering 'third_party/sleef' 2022-09-27T16:20:52.0466818Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0491830Z Entering 'third_party/tbb' 2022-09-27T16:20:52.0511838Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0538896Z Entering 'third_party/tensorpipe' 2022-09-27T16:20:52.0558270Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0584375Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:20:52.0602776Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0629185Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:20:52.0648190Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0674087Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:20:52.0692686Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0718322Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:20:52.0736899Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0762618Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:20:52.0781486Z http.https://github.com/.extraheader 2022-09-27T16:20:52.0809128Z Entering 'third_party/zstd' 2022-09-27T16:20:52.0828687Z http.https://github.com/.extraheader 2022-09-27T16:20:52.1056471Z Cleaning up orphan processes